The branch "master" has been updated. The following is a summary of the commits.
from: 7e19c1d58733ea7217c07859eeb3123f7c174e05 d281022 Use the same parameter order like backup(). 06797c9 Add description. e94518a Add missing property, fix phpdoc. 6a798ab Automatically open tasklist if passing it to factory. 2992ee9 Add --clear flag to remove user data on restore. ad77c93 [jan] Add Horde_Date_Recurrence::fromHash() and toHash(). 6c33230 Add restoreDependencies() to mark resource types dependent on others. 86a8f33 Unused 0fdb12f [jan] Add API to backup and restore user data. Summary: http://github.com/horde/horde/compare/7e19c1d58733ea7217c07859eeb3123f7c174e05...0fdb12f87b828525578fbdb7126186b69183d032 ----------------------------------------------------------------------- commit d281022dff81456cd09a2c2dbf0e6156adb91ab0 Author: Jan Schneider <[email protected]> Date: Thu May 25 10:42:07 2017 +0200 Use the same parameter order like backup(). framework/Backup/lib/Horde/Backup/Reader.php | 2 +- horde/lib/Cli/Backup.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/d281022dff81456cd09a2c2dbf0e6156adb91ab0 ----------------------------------------------------------------------- commit 06797c90352c82277353ceea770f7e551e360ed5 Author: Jan Schneider <[email protected]> Date: Thu May 25 10:43:48 2017 +0200 Add description. framework/Cli_Application/package.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://github.com/horde/horde/commit/06797c90352c82277353ceea770f7e551e360ed5 ----------------------------------------------------------------------- commit e94518a0a4955381289c4f4d6ed8878cf1f59ebb Author: Jan Schneider <[email protected]> Date: Thu May 25 12:12:53 2017 +0200 Add missing property, fix phpdoc. nag/lib/Driver/Smartlist.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) http://github.com/horde/horde/commit/e94518a0a4955381289c4f4d6ed8878cf1f59ebb ----------------------------------------------------------------------- commit 6a798ab79dfb3f9df1e36c78db38a3540af63c30 Author: Jan Schneider <[email protected]> Date: Thu May 25 12:35:51 2017 +0200 Automatically open tasklist if passing it to factory. nag/lib/Api.php | 1 - nag/lib/Factory/Driver.php | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) http://github.com/horde/horde/commit/6a798ab79dfb3f9df1e36c78db38a3540af63c30 ----------------------------------------------------------------------- commit 2992ee956dc68294db82bcaa81d3cf5d0c102b86 Author: Jan Schneider <[email protected]> Date: Thu May 25 12:54:55 2017 +0200 Add --clear flag to remove user data on restore. horde/lib/Cli/Backup.php | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/2992ee956dc68294db82bcaa81d3cf5d0c102b86 ----------------------------------------------------------------------- commit ad77c93d71ba852450c32fe7190e1ae315ae0cbf Author: Jan Schneider <[email protected]> Date: Thu May 25 18:13:48 2017 +0200 [jan] Add Horde_Date_Recurrence::fromHash() and toHash(). framework/Date/doc/Horde/Date/UPGRADING | 59 +++++++++++++++++++++++++--- framework/Date/lib/Horde/Date/Recurrence.php | 55 ++++++++++++++++++++++++++ framework/Date/package.xml | 16 ++++---- 3 files changed, 117 insertions(+), 13 deletions(-) http://github.com/horde/horde/commit/ad77c93d71ba852450c32fe7190e1ae315ae0cbf ----------------------------------------------------------------------- commit 6c332302a3230bedc351a7f5aca15c9e9271fe4d Author: Jan Schneider <[email protected]> Date: Thu May 25 18:16:33 2017 +0200 Add restoreDependencies() to mark resource types dependent on others. framework/Core/lib/Horde/Registry/Application.php | 14 ++++++++ framework/Core/package.xml | 4 +-- horde/lib/Cli/Backup.php | 40 +++++++++++++++++------ 3 files changed, 46 insertions(+), 12 deletions(-) http://github.com/horde/horde/commit/6c332302a3230bedc351a7f5aca15c9e9271fe4d ----------------------------------------------------------------------- commit 86a8f3337e7b6144da84514513f81cb47a5d8be8 Author: Jan Schneider <[email protected]> Date: Thu May 25 18:17:09 2017 +0200 Unused mnemo/lib/Application.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) http://github.com/horde/horde/commit/86a8f3337e7b6144da84514513f81cb47a5d8be8 ----------------------------------------------------------------------- commit 0fdb12f87b828525578fbdb7126186b69183d032 Author: Jan Schneider <[email protected]> Date: Thu May 25 18:19:09 2017 +0200 [jan] Add API to backup and restore user data. nag/docs/CHANGES | 1 + nag/lib/Application.php | 109 +++++++++++++++++++++++++++++++++++++++++++++++ nag/lib/Backup/Tasks.php | 99 ++++++++++++++++++++++++++++++++++++++++++ nag/package.xml | 10 ++++- 4 files changed, 217 insertions(+), 2 deletions(-) create mode 100644 nag/lib/Backup/Tasks.php http://github.com/horde/horde/commit/0fdb12f87b828525578fbdb7126186b69183d032 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
