[commits] Horde branch master updated. 32cd9841fa44d3c9631596e1babef39bfc4cae70

Gunnar Wrobel p at rdus.de
Tue Mar 15 14:43:40 UTC 2011


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

from: 028daee2e446862693aa5796fdcc558b679aa606

e456820 Completed.
fd660ef Switch to DOMDocument.
b79ec4e Refactor.
cd58bdb Ensure the timestamping does not change the package.xml file.
740c456 signature, phpdoc
7b11d7e Extract method.
56de18d Extract method.
7cb206a Extract method.
65a94a1 Rename method.
5a9782f Updated release module.
32cd984 Add one more replacement to get the DOMDocument based updating as close as reasonable for now to the PEAR_PackageFileManager output.

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

commit e456820e23ad18eb923bb93646d2738d3929e18f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 14 23:26:50 2011 +0100

    Completed.

 components/TODO |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

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

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

commit fd660ef4008dca6fc9319f517c8a0592e5d70c10
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 15 06:08:17 2011 +0100

    Switch to DOMDocument.

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

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

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

commit b79ec4ea7504be3dccdb02e719ac0e9c99eed036
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 15 06:14:28 2011 +0100

    Refactor.

 framework/Pear/lib/Horde/Pear/Package/Xml.php |   26 +++++++++++++++++++-----
 1 files changed, 20 insertions(+), 6 deletions(-)

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

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

commit cd58bdbac95ed5e49dbb34d132e58f29e57ff21d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 15 13:49:12 2011 +0100

    Ensure the timestamping does not change the package.xml file.

 framework/Pear/lib/Horde/Pear/Exception.php             |   30 ++++
 framework/Pear/lib/Horde/Pear/Package/Xml.php           |  103 ++++++++++++---
 framework/Pear/package.xml                              |   16 ++-
 framework/Pear/test/Horde/Pear/Unit/Package/XmlTest.php |   18 +++
 4 files changed, 141 insertions(+), 26 deletions(-)
 create mode 100644 framework/Pear/lib/Horde/Pear/Exception.php

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

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

commit 740c456c3479dc6629359e42d623da67766a5563
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 15 13:49:34 2011 +0100

    signature, phpdoc

 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/740c456c3479dc6629359e42d623da67766a5563

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

commit 7b11d7ed9fc32fcaf548d23a9a125877456bb361
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 15 13:55:22 2011 +0100

    Extract method.

 framework/Pear/lib/Horde/Pear/Package/Xml.php |   34 ++++++++++++++++---------
 1 files changed, 22 insertions(+), 12 deletions(-)

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

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

commit 56de18df3b903ab30a8690b4cba0d17a7ba8a5e0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 15 13:59:37 2011 +0100

    Extract method.

 framework/Pear/lib/Horde/Pear/Package/Xml.php |   43 ++++++++++++++++---------
 1 files changed, 28 insertions(+), 15 deletions(-)

http://git.horde.org/horde-git/-/commit/56de18df3b903ab30a8690b4cba0d17a7ba8a5e0

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

commit 7cb206af7a5b9c45567e744369c812c1fae86898
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 15 14:16:01 2011 +0100

    Extract method.

 framework/Pear/lib/Horde/Pear/Package/Xml.php |   96 +++++++++++++++++++------
 1 files changed, 75 insertions(+), 21 deletions(-)

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

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

commit 65a94a17d65df315704db44cf624bbe719b38801
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 15 14:27:44 2011 +0100

    Rename method.

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

http://git.horde.org/horde-git/-/commit/65a94a17d65df315704db44cf624bbe719b38801

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

commit 5a9782fda121b9e25c58efe06bd3dc21084ac904
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 15 15:10:13 2011 +0100

    Updated release module.
    
    This should now timestamp the package.xml without modifying anything but
    the time/date nodes.
    
    In addition the single release steps can now be activated/deactivated via
    command line arguments.

 components/lib/Components/Module/Release.php |   82 ++++++++++++++++++++-----
 components/lib/Components/Pear/Package.php   |   24 +++++--
 components/lib/Components/Runner/Release.php |   44 +++++++++++---
 3 files changed, 117 insertions(+), 33 deletions(-)

http://git.horde.org/horde-git/-/commit/5a9782fda121b9e25c58efe06bd3dc21084ac904

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

commit 32cd9841fa44d3c9631596e1babef39bfc4cae70
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 15 15:42:47 2011 +0100

    Add one more replacement to get the DOMDocument based updating as close as reasonable for now to the PEAR_PackageFileManager output.
    
    Current only quotation marks are handled differently by both approaches. So timestamping a package will touch these.

 framework/Pear/lib/Horde/Pear/Package/Xml.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/32cd9841fa44d3c9631596e1babef39bfc4cae70




More information about the commits mailing list