[commits] Horde branch master updated. 89ca28d730320eb95eca60c7490ced069ecd38db

Gunnar Wrobel p at rdus.de
Thu Mar 17 15:10:16 UTC 2011


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

from: e0e6d0a06592fd607c478c8a79b92327e9e29031

112cd3a Fooled myself. Sync the license uri as well.
8ced5fd Loading the notes is not required here anymore.
7fc403c Do not change the directory in pretend mode.
1973029 Adapt to recent output change.
f1c9a83 Ensure the change log is in sync when timestamping the package.xml.
a241c2d Prepare the "next" step.
e70af3a Use the "next_version" option rather than "next".
d7321cc Replace the release subnode not the version node.
7e64917 Add support for adding the next version.
18c77d5 phpdoc
03e9e0f Unused.
de822e9 phpdoc
0e0c82d Add support for adding notes.
37ed94a Support for modifying change logs.
89ca28d Add missing parameters.

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

commit 112cd3a3142d2ee7b1178e9e20a711f356339a78
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 14:11:19 2011 +0100

    Fooled myself. Sync the license uri as well.

 framework/Pear/lib/Horde/Pear/Package/Xml.php           |   30 ++++++++++-----
 framework/Pear/test/Horde/Pear/Unit/Package/XmlTest.php |    1 -
 2 files changed, 20 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/112cd3a3142d2ee7b1178e9e20a711f356339a78

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

commit 8ced5fde1cbf19a83d862938877a83f0bbf3bdc4
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 14:12:35 2011 +0100

    Loading the notes is not required here anymore.

 components/lib/Components/Runner/Release.php |   33 --------------------------
 1 files changed, 0 insertions(+), 33 deletions(-)

http://git.horde.org/horde-git/-/commit/8ced5fde1cbf19a83d862938877a83f0bbf3bdc4

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

commit 7fc403cb487a32520a99426cde38902e8972f9be
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 14:43:58 2011 +0100

    Do not change the directory in pretend mode.

 components/lib/Components/Release/Task/Base.php |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/7fc403cb487a32520a99426cde38902e8972f9be

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

commit 1973029f08fe7ebca9be5531f56d47644ab14e71
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 14:44:32 2011 +0100

    Adapt to recent output change.

 .../Unit/Components/Release/Task/CurrentSentinelTest.php          |    4 ++--
 .../Components/Unit/Components/Release/Task/NextSentinelTest.php  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/1973029f08fe7ebca9be5531f56d47644ab14e71

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

commit f1c9a838807f0ee3f5341712f2aea9b6a7efdb77
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 14:45:10 2011 +0100

    Ensure the change log is in sync when timestamping the package.xml.

 components/lib/Components/Pear/Package.php                        |    5 ++-
 components/lib/Components/Release/Task/Timestamp.php              |    4 +-
 .../Components/Unit/Components/Release/Task/TimestampTest.php     |    8 ++--
 3 files changed, 9 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/f1c9a838807f0ee3f5341712f2aea9b6a7efdb77

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

commit a241c2da123c15417f44fa53d2328749ec9645e5
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 14:45:58 2011 +0100

    Prepare the "next" step.

 components/lib/Components/Module/Release.php |   27 ++++++++++++++++++++++++-
 components/lib/Components/Runner/Release.php |    9 ++-----
 2 files changed, 28 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/a241c2da123c15417f44fa53d2328749ec9645e5

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

commit e70af3af6241804acfdd39f74b70432db1293ede
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 14:48:53 2011 +0100

    Use the "next_version" option rather than "next".

 components/lib/Components/Release/Task/CommitPostRelease.php      |    4 +-
 components/lib/Components/Release/Task/NextSentinel.php           |    8 ++--
 .../Components/Unit/Components/Release/Task/NextSentinelTest.php  |    4 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/e70af3af6241804acfdd39f74b70432db1293ede

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

commit d7321cc208f82a19d3c1ee35347342aa6dfb8cf4
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 15:10:18 2011 +0100

    Replace the release subnode not the version node.

 framework/Pear/lib/Horde/Pear/Package/Xml.php           |    5 ++++-
 framework/Pear/test/Horde/Pear/Unit/Package/XmlTest.php |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/d7321cc208f82a19d3c1ee35347342aa6dfb8cf4

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

commit 7e649177e76962b8ddaf6164bd1ab5f612228adf
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 15:10:49 2011 +0100

    Add support for adding the next version.

 components/lib/Components/Module/Release.php           |    2 +-
 components/lib/Components/Pear/Package.php             |   27 +++++
 components/lib/Components/Release/Task/NextVersion.php |   94 ++++++++++++++++
 components/lib/Components/Runner/Release.php           |    2 +-
 4 files changed, 123 insertions(+), 2 deletions(-)
 create mode 100644 components/lib/Components/Release/Task/NextVersion.php

http://git.horde.org/horde-git/-/commit/7e649177e76962b8ddaf6164bd1ab5f612228adf

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

commit 18c77d5b3a73e24d4652264ac599efd19c660e27
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 16:04:30 2011 +0100

    phpdoc

 framework/Release/lib/Horde/Release/Sentinel.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/18c77d5b3a73e24d4652264ac599efd19c660e27

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

commit 03e9e0f971135148eb50d9f6fe6c51afb2dac9da
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 16:04:45 2011 +0100

    Unused.

 components/lib/Components/Runner/Release.php |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/03e9e0f971135148eb50d9f6fe6c51afb2dac9da

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

commit de822e9743ffa5597409c60cf00eb870951d19e0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 16:05:00 2011 +0100

    phpdoc

 components/lib/Components/Release/Task/Base.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/de822e9743ffa5597409c60cf00eb870951d19e0

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

commit 0e0c82d8de91c6676040a16edfd42fd94e79e39a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 16:05:14 2011 +0100

    Add support for adding notes.

 components/lib/Components/Pear/Package.php |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/0e0c82d8de91c6676040a16edfd42fd94e79e39a

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

commit 37ed94a25cf16925dab15d60cc39142da2453189
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 16:06:15 2011 +0100

    Support for modifying change logs.

 components/lib/Components/Config/Cli.php             |    2 +-
 components/lib/Components/Dependencies.php           |    7 +
 components/lib/Components/Dependencies/Bootstrap.php |   10 +
 components/lib/Components/Dependencies/Injector.php  |   10 +
 components/lib/Components/Module/Change.php          |  118 +++++++++
 components/lib/Components/Runner/Change.php          |  223 ++++++++++++++++++
 components/package.xml                               |   14 +-
 7 files changed, 379 insertions(+), 5 deletions(-)
 create mode 100644 components/lib/Components/Module/Change.php
 create mode 100644 components/lib/Components/Runner/Change.php

http://git.horde.org/horde-git/-/commit/37ed94a25cf16925dab15d60cc39142da2453189

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

commit 89ca28d730320eb95eca60c7490ced069ecd38db
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 16:09:08 2011 +0100

    Add missing parameters.

 components/lib/Components/Runner/Change.php |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/89ca28d730320eb95eca60c7490ced069ecd38db




More information about the commits mailing list