[commits] Horde branch master updated. 2ef62756e19a81db14faddc594f2c562bc17b685

Jan Schneider jan at horde.org
Tue Apr 11 09:50:34 UTC 2017


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

from: 1f9317a9c14db11795031247c90d3a28fc21f827

0eb9e73 Style
8cde492 Todo
3e48b98 Fix version.
7f4bb69 Simplify, style.
76eee2e Add Horde_Cli_Color.
362fbdd This doesn't need to be a property.
a12e7bf Use a formatted horizontal space.
2fb5c85 Add Horde_Cli#getWidth() and wrap content at terminal width.
2f43634 BFN
fafc8fb Mark PHP 7 as supported.
563d5ad Fix argument order.
3f619a1 Use Horde_Cli to detect terminal width and hard-wrap content lines.
5144ebf Colorize output in familiar colors.
87a66eb Add support for colored output.
8bf17ab Update maintainer list.
2ef6275 [jan] Use coloring capabilities of Horde_Cli_Modular.

Summary: http://github.com/horde/horde/compare/1f9317a9c14db11795031247c90d3a28fc21f827...2ef62756e19a81db14faddc594f2c562bc17b685

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

commit 0eb9e73bfd9efda8e114438ee4ef939616936aa9
Author: Jan Schneider <jan at horde.org>
Date:   Mon Apr 10 12:18:48 2017 +0200

    Style

 framework/Argv/lib/Horde/Argv/HelpFormatter.php | 26 +++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/0eb9e73bfd9efda8e114438ee4ef939616936aa9

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

commit 8cde492472851f2b78b7cfa8e017765fbb3a929a
Author: Jan Schneider <jan at horde.org>
Date:   Mon Apr 10 12:38:47 2017 +0200

    Todo

 framework/Cli_Modular/lib/Horde/Cli/Modular/Module.php | 4 ++++
 1 file changed, 4 insertions(+)

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

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

commit 3e48b98b4932a25b250001bbe20f79f315177fbc
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 10:14:32 2017 +0200

    Fix version.

 framework/Cli/lib/Horde/Cli.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://github.com/horde/horde/commit/3e48b98b4932a25b250001bbe20f79f315177fbc

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

commit 7f4bb6925319f1fdcc7109c70c2e6e6129267fe7
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 10:16:54 2017 +0200

    Simplify, style.

 framework/Cli/lib/Horde/Cli.php | 84 +++++++++++++++++++++++------------------
 1 file changed, 47 insertions(+), 37 deletions(-)

http://github.com/horde/horde/commit/7f4bb6925319f1fdcc7109c70c2e6e6129267fe7

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

commit 76eee2eafe5765d242034129561c34da70ed7406
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 10:32:20 2017 +0200

    Add Horde_Cli_Color.

 framework/Cli/doc/Horde/Cli/UPGRADING |  19 ++-
 framework/Cli/lib/Horde/Cli.php       | 156 +++----------------
 framework/Cli/lib/Horde/Cli/Color.php | 276 ++++++++++++++++++++++++++++++++++
 framework/Cli/package.xml             |  14 +-
 4 files changed, 324 insertions(+), 141 deletions(-)
 create mode 100644 framework/Cli/lib/Horde/Cli/Color.php

http://github.com/horde/horde/commit/76eee2eafe5765d242034129561c34da70ed7406

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

commit 362fbddc694611c7df32f9e6afc7ba82fa1839a4
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 10:34:50 2017 +0200

    This doesn't need to be a property.

 framework/Cli/lib/Horde/Cli.php | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

http://github.com/horde/horde/commit/362fbddc694611c7df32f9e6afc7ba82fa1839a4

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

commit a12e7bffbf1ebd87ede0c08506ffc4bd9253cb0a
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 10:36:19 2017 +0200

    Use a formatted horizontal space.

 framework/Cli/lib/Horde/Cli.php | 31 +++++++++++++++++++++++++------
 1 file changed, 25 insertions(+), 6 deletions(-)

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

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

commit 2fb5c85c38d1bd83d18dcf30dd4c33f0c7402c82
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 10:44:28 2017 +0200

    Add Horde_Cli#getWidth() and wrap content at terminal width.

 framework/Cli/doc/Horde/Cli/UPGRADING |  4 ++
 framework/Cli/lib/Horde/Cli.php       | 70 +++++++++++++++++++++++++++++++++--
 2 files changed, 70 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/2fb5c85c38d1bd83d18dcf30dd4c33f0c7402c82

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

commit 2f4363460ec8a6e452118fa0beba385822ee1447
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 10:45:12 2017 +0200

    BFN

 framework/Cli/package.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/2f4363460ec8a6e452118fa0beba385822ee1447

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

commit fafc8fbd07db61ffbd382aea73aed092fa82f9b0
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 10:45:55 2017 +0200

    Mark PHP 7 as supported.

 framework/Cli/package.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

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

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

commit 563d5adfd152387dcdeaf9f978c1de8d8608b05d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 11:24:43 2017 +0200

    Fix argument order.

 framework/Argv/test/Horde/Argv/HelpTest.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/563d5adfd152387dcdeaf9f978c1de8d8608b05d

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

commit 3f619a150ec373797d4abfeea0bcfda569bcfa6f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 11:30:24 2017 +0200

    Use Horde_Cli to detect terminal width and hard-wrap content lines.

 framework/Argv/lib/Horde/Argv/HelpFormatter.php | 32 +++++++++-------
 framework/Argv/package.xml                      |  7 ++++
 framework/Argv/test/Horde/Argv/HelpTest.php     | 49 ++++++++++++++++---------
 3 files changed, 58 insertions(+), 30 deletions(-)

http://github.com/horde/horde/commit/3f619a150ec373797d4abfeea0bcfda569bcfa6f

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

commit 5144ebf4007b3eb2bf154cd102caa8e99ef96874
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 11:37:39 2017 +0200

    Colorize output in familiar colors.

 framework/Argv/doc/Horde/Argv/UPGRADING            | 25 +++++++++++++
 framework/Argv/lib/Horde/Argv/HelpFormatter.php    | 41 ++++++++++++++++++++--
 .../Argv/lib/Horde/Argv/IndentedHelpFormatter.php  | 21 +++++++----
 .../Argv/lib/Horde/Argv/TitledHelpFormatter.php    | 23 ++++++++----
 framework/Argv/package.xml                         | 20 ++++++-----
 framework/Argv/test/Horde/Argv/CallbackTest.php    | 29 ++++++++++-----
 .../Argv/test/Horde/Argv/ConflictOverrideTest.php  | 31 ++++++++++++----
 .../Argv/test/Horde/Argv/ConflictTestCase.php      | 11 ++++--
 .../Argv/test/Horde/Argv/ExpandDefaultsTest.php    |  8 ++++-
 framework/Argv/test/Horde/Argv/HelpTest.php        | 13 +++++--
 framework/Argv/test/Horde/Argv/ProgNameTest.php    | 24 ++++++++++---
 11 files changed, 196 insertions(+), 50 deletions(-)
 create mode 100644 framework/Argv/doc/Horde/Argv/UPGRADING

http://github.com/horde/horde/commit/5144ebf4007b3eb2bf154cd102caa8e99ef96874

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

commit 87a66eb8cba9b3e9e3b56642a42e690814faa31e
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 11:45:40 2017 +0200

    Add support for colored output.

 .../Cli_Modular/doc/Horde/Cli/Modular/UPGRADING    | 25 +++++++++++
 framework/Cli_Modular/lib/Horde/Cli/Modular.php    | 49 +++++++++++++++++++++-
 .../lib/Horde/Cli/Modular/ModuleUsage.php          | 45 ++++++++++++++++++++
 framework/Cli_Modular/package.xml                  | 28 +++++++++----
 4 files changed, 136 insertions(+), 11 deletions(-)
 create mode 100644 framework/Cli_Modular/doc/Horde/Cli/Modular/UPGRADING
 create mode 100644 framework/Cli_Modular/lib/Horde/Cli/Modular/ModuleUsage.php

http://github.com/horde/horde/commit/87a66eb8cba9b3e9e3b56642a42e690814faa31e

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

commit 8bf17ab4be0ab2db4b2a3ec0a72942c3ef6997d0
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 11:46:36 2017 +0200

    Update maintainer list.

 framework/Argv/package.xml | 10 ++++++++--
 framework/Cli/package.xml  |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

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

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

commit 2ef62756e19a81db14faddc594f2c562bc17b685
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 11 11:49:37 2017 +0200

    [jan] Use coloring capabilities of Horde_Cli_Modular.

 components/lib/Components.php                     |  3 ++-
 components/lib/Components/Module/Base.php         | 12 +++++++++++-
 components/lib/Components/Module/Change.php       | 13 ++++++++++--
 components/lib/Components/Module/Composer.php     | 12 +++++++++++-
 components/lib/Components/Module/Dependencies.php | 13 ++++++++++--
 components/lib/Components/Module/Distribute.php   | 13 ++++++++++--
 components/lib/Components/Module/Fetchdocs.php    | 13 ++++++++++--
 components/lib/Components/Module/Help.php         | 24 +++++++++++++++++------
 components/lib/Components/Module/Installer.php    | 13 ++++++++++--
 components/lib/Components/Module/Qc.php           | 13 ++++++++++--
 components/lib/Components/Module/Release.php      | 13 ++++++++++--
 components/lib/Components/Module/Snapshot.php     | 13 ++++++++++--
 components/lib/Components/Module/Update.php       | 13 ++++++++++--
 components/lib/Components/Module/Webdocs.php      | 16 ++++++++++++---
 components/package.xml                            |  5 +++++
 15 files changed, 159 insertions(+), 30 deletions(-)

http://github.com/horde/horde/commit/2ef62756e19a81db14faddc594f2c562bc17b685




More information about the commits mailing list