The branch "master" has been updated. The following is a summary of the commits.
from: 9c4c1c6ff5576f0819b2744b40c62dc32ea30227 1563345 Make this a non-abstract class. 235de68 Add a getter for the user; phpdoc. 42a6c99 Implement ZIP backup reader. 5ee8813 Test backup/restore of individual users/applications. Summary: http://github.com/horde/horde/compare/9c4c1c6ff5576f0819b2744b40c62dc32ea30227...5ee881389e159dfc6e989b527b4fbca9daa08514 ----------------------------------------------------------------------- commit 15633459c51c8a39b0fbce47c8949a798b7932ea Author: Jan Schneider <[email protected]> Date: Tue May 16 17:01:05 2017 +0200 Make this a non-abstract class. framework/Backup/lib/Horde/Backup/Collection.php | 17 +++++++-- framework/Backup/package.xml | 8 ++-- .../Backup/test/Horde/Backup/Stub/Application.php | 3 +- .../Backup/test/Horde/Backup/Stub/Collection.php | 44 ---------------------- 4 files changed, 18 insertions(+), 54 deletions(-) delete mode 100644 framework/Backup/test/Horde/Backup/Stub/Collection.php http://github.com/horde/horde/commit/15633459c51c8a39b0fbce47c8949a798b7932ea ----------------------------------------------------------------------- commit 235de687a68526784788fbd42d26c4787ce7decd Author: Jan Schneider <[email protected]> Date: Tue May 16 22:41:17 2017 +0200 Add a getter for the user; phpdoc. framework/Backup/lib/Horde/Backup/Collection.php | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/235de687a68526784788fbd42d26c4787ce7decd ----------------------------------------------------------------------- commit 42a6c994debc676dfda36d2f49dccd8bd641db30 Author: Jan Schneider <[email protected]> Date: Tue May 16 22:43:09 2017 +0200 Implement ZIP backup reader. framework/Backup/lib/Horde/Backup/Reader.php | 122 +++++++++++++++++++-- .../Backup/lib/Horde/Backup/Reader/ZipIterator.php | 106 ++++++++++++++++++ framework/Backup/package.xml | 4 + .../Backup/test/Horde/Backup/BackupRestoreTest.php | 63 ++++++++++- .../Backup/test/Horde/Backup/Stub/Application.php | 14 ++- 5 files changed, 295 insertions(+), 14 deletions(-) create mode 100644 framework/Backup/lib/Horde/Backup/Reader/ZipIterator.php http://github.com/horde/horde/commit/42a6c994debc676dfda36d2f49dccd8bd641db30 ----------------------------------------------------------------------- commit 5ee881389e159dfc6e989b527b4fbca9daa08514 Author: Jan Schneider <[email protected]> Date: Tue May 16 23:21:51 2017 +0200 Test backup/restore of individual users/applications. framework/Backup/lib/Horde/Backup/Writer.php | 1 + .../Backup/test/Horde/Backup/BackupRestoreTest.php | 210 ++++++++++++++++----- .../Backup/test/Horde/Backup/Stub/Application.php | 10 +- 3 files changed, 165 insertions(+), 56 deletions(-) http://github.com/horde/horde/commit/5ee881389e159dfc6e989b527b4fbca9daa08514 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
