[commits] Horde branch master updated. d33fb6e0b4c58bb409061ef1c5e8475d7bf7a695

Jan Schneider jan at horde.org
Wed May 24 16:32:43 UTC 2017


The branch "master" has been updated.
The following is a summary of the commits.

from: c1021e51985993fbf783985c16f99a13ba9e8747

1e1ce3b Fix exceptions from result iterator too.
761f32b [jan] Fix header() method to print, not return the header.
055cca1 We automatically lowercase users now.
7658bc5 Add type.
4057c6b Route method calls to Horde_Argv_Parser and Horde_Cli.
6ad74a1 Add _doRun() to execute the actual application logic.
ec6947d Update dependencies.
8433433 Add fromHash() and toHash() methods.
8a331d5 Fix property name, namespace import, and phpdoc.
c317aaf This was a left-over from Zip.
cf8baca Return file name (object ID) as key.
cbb6db2 Skip empty data.
1d9dcc5 Add backup and restore tool.
d33fb6e Implement backup/restore API exemplarily in Mnemo.

Summary: http://github.com/horde/horde/compare/c1021e51985993fbf783985c16f99a13ba9e8747...d33fb6e0b4c58bb409061ef1c5e8475d7bf7a695

-----------------------------------------------------------------------

commit 1e1ce3b39db61cf4e147c3233728c70238da59e3
Author: Jan Schneider <jan at horde.org>
Date:   Tue May 23 15:45:03 2017 +0200

    Fix exceptions from result iterator too.

 framework/Alarm/lib/Horde/Alarm/Sql.php | 9 ++++-----
 framework/Alarm/package.xml             | 4 ++--
 2 files changed, 6 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/1e1ce3b39db61cf4e147c3233728c70238da59e3

-----------------------------------------------------------------------

commit 761f32b66ef2cec344ec65f459a59b9071dd766c
Author: Jan Schneider <jan at horde.org>
Date:   Tue May 23 15:46:02 2017 +0200

    [jan] Fix header() method to print, not return the header.

 framework/Cli/lib/Horde/Cli.php | 10 +++-------
 framework/Cli/package.xml       |  4 ++--
 2 files changed, 5 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/761f32b66ef2cec344ec65f459a59b9071dd766c

-----------------------------------------------------------------------

commit 055cca169a729f5d5b7edb5bbe9a941d33dfede1
Author: Jan Schneider <jan at horde.org>
Date:   Tue May 23 15:46:35 2017 +0200

    We automatically lowercase users now.

 horde/config/conf.php.dist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/055cca169a729f5d5b7edb5bbe9a941d33dfede1

-----------------------------------------------------------------------

commit 7658bc585f60b27088b77a362ac7317192120ec7
Author: Jan Schneider <jan at horde.org>
Date:   Tue May 23 15:48:36 2017 +0200

    Add type.

 framework/Cli_Application/.horde.yml | 1 +
 1 file changed, 1 insertion(+)

http://github.com/horde/horde/commit/7658bc585f60b27088b77a362ac7317192120ec7

-----------------------------------------------------------------------

commit 4057c6b7a29c1969483ca586d1fd0a47b2be8ece
Author: Jan Schneider <jan at horde.org>
Date:   Tue May 23 15:53:49 2017 +0200

    Route method calls to Horde_Argv_Parser and Horde_Cli.

 .../Horde/Cli/Application/examples/example-class   |  2 +-
 .../Cli_Application/lib/Horde/Cli/Application.php  | 45 +++++++++++-----------
 2 files changed, 23 insertions(+), 24 deletions(-)

http://github.com/horde/horde/commit/4057c6b7a29c1969483ca586d1fd0a47b2be8ece

-----------------------------------------------------------------------

commit 6ad74a1997651fbb3a764af81552e877c0794d0a
Author: Jan Schneider <jan at horde.org>
Date:   Tue May 23 15:55:00 2017 +0200

    Add _doRun() to execute the actual application logic.

 .../Cli/Application/examples/MyApplication.php     | 48 +++++++++++++---------
 .../Cli_Application/lib/Horde/Cli/Application.php  |  8 ++++
 2 files changed, 37 insertions(+), 19 deletions(-)

http://github.com/horde/horde/commit/6ad74a1997651fbb3a764af81552e877c0794d0a

-----------------------------------------------------------------------

commit ec6947d5abf88f082c3ce69d9329e780eef6da04
Author: Jan Schneider <jan at horde.org>
Date:   Tue May 23 15:55:10 2017 +0200

    Update dependencies.

 framework/Cli_Application/package.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

http://github.com/horde/horde/commit/ec6947d5abf88f082c3ce69d9329e780eef6da04

-----------------------------------------------------------------------

commit 8433433ec8ad188191220a63ac33515c6dcd57f3
Author: Jan Schneider <jan at horde.org>
Date:   Wed May 24 18:16:15 2017 +0200

    Add fromHash() and toHash() methods.
    
    These are helpers for backup/restore.

 framework/Share/doc/Horde/Share/UPGRADING        | 27 ++++++++++++++++++++++++
 framework/Share/lib/Horde/Share/Base.php         | 27 ++++++++++++++++++++++++
 framework/Share/lib/Horde/Share/Object.php       | 24 +++++++++++++++++++++
 framework/Share/lib/Horde/Share/Object/Kolab.php | 17 +++++++++++++++
 framework/Share/lib/Horde/Share/Object/Sql.php   | 16 ++++++++++++++
 framework/Share/package.xml                      | 14 ++++++------
 6 files changed, 119 insertions(+), 6 deletions(-)
 create mode 100644 framework/Share/doc/Horde/Share/UPGRADING

http://github.com/horde/horde/commit/8433433ec8ad188191220a63ac33515c6dcd57f3

-----------------------------------------------------------------------

commit 8a331d57beab11f5a5478358d733f41a4797912d
Author: Jan Schneider <jan at horde.org>
Date:   Wed May 24 18:17:24 2017 +0200

    Fix property name, namespace import, and phpdoc.

 framework/Backup/lib/Horde/Backup/Reader.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

http://github.com/horde/horde/commit/8a331d57beab11f5a5478358d733f41a4797912d

-----------------------------------------------------------------------

commit c317aaf4ea7b4c864fb03490d86563927422d05f
Author: Jan Schneider <jan at horde.org>
Date:   Wed May 24 18:17:48 2017 +0200

    This was a left-over from Zip.

 .../lib/Horde/Backup/Reader/CompressIterator.php     | 20 --------------------
 1 file changed, 20 deletions(-)

http://github.com/horde/horde/commit/c317aaf4ea7b4c864fb03490d86563927422d05f

-----------------------------------------------------------------------

commit cf8baca7c35c199ee14cb8bdb07fecbc09d700ed
Author: Jan Schneider <jan at horde.org>
Date:   Wed May 24 18:18:43 2017 +0200

    Return file name (object ID) as key.

 .../Backup/lib/Horde/Backup/Reader/CompressIterator/Tar.php  | 12 +++++++++++-
 .../Backup/lib/Horde/Backup/Reader/CompressIterator/Zip.php  | 12 +++++++++++-
 2 files changed, 22 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/cf8baca7c35c199ee14cb8bdb07fecbc09d700ed

-----------------------------------------------------------------------

commit cbb6db2e87d9518a96cd344d36b0d63049860ae6
Author: Jan Schneider <jan at horde.org>
Date:   Wed May 24 18:18:53 2017 +0200

    Skip empty data.

 framework/Backup/lib/Horde/Backup/Writer.php | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

http://github.com/horde/horde/commit/cbb6db2e87d9518a96cd344d36b0d63049860ae6

-----------------------------------------------------------------------

commit 1d9dcc56b42f6e8feef17b53190d891783df8a11
Author: Jan Schneider <jan at horde.org>
Date:   Wed May 24 18:29:17 2017 +0200

    Add backup and restore tool.

 framework/Core/lib/Horde/Registry/Application.php |  45 ++++-
 framework/Core/package.xml                        |  21 +-
 horde/bin/horde-backup                            |  30 +++
 horde/docs/CHANGES                                |   1 +
 horde/lib/Cli/Backup.php                          | 228 ++++++++++++++++++++++
 horde/package.xml                                 |  30 ++-
 6 files changed, 344 insertions(+), 11 deletions(-)
 create mode 100755 horde/bin/horde-backup
 create mode 100644 horde/lib/Cli/Backup.php

http://github.com/horde/horde/commit/1d9dcc56b42f6e8feef17b53190d891783df8a11

-----------------------------------------------------------------------

commit d33fb6e0b4c58bb409061ef1c5e8475d7bf7a695
Author: Jan Schneider <jan at horde.org>
Date:   Wed May 24 18:32:19 2017 +0200

    Implement backup/restore API exemplarily in Mnemo.

 mnemo/docs/CHANGES         |  1 +
 mnemo/lib/Application.php  | 89 +++++++++++++++++++++++++++++++++++++++++
 mnemo/lib/Backup/Notes.php | 99 ++++++++++++++++++++++++++++++++++++++++++++++
 mnemo/lib/Driver.php       | 20 ++++++----
 mnemo/lib/Driver/Kolab.php | 38 +++++++++++-------
 mnemo/lib/Driver/Sql.php   | 15 ++++---
 mnemo/package.xml          | 19 +++++++--
 7 files changed, 250 insertions(+), 31 deletions(-)
 create mode 100644 mnemo/lib/Backup/Notes.php

http://github.com/horde/horde/commit/d33fb6e0b4c58bb409061ef1c5e8475d7bf7a695




More information about the commits mailing list