[commits] Horde branch master updated. 6c717f2ad9fb236e9c064868a29cd0b6805109a2

Gunnar Wrobel p at rdus.de
Tue Sep 21 16:07:08 UTC 2010


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

from: 169027f549fb970ab759e50c612c02db271b1921

a6dcc29 Forgot to add these fixture files in my last commit.
6c717f2 Improve the installer.

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

commit a6dcc299552c9a5b8d9b44fc19a5f2d6c5401469
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 21 10:42:49 2010 +0200

    Forgot to add these fixture files in my last commit.

 .../test/Components/fixture/channels/pear.horde.org.channel.xml   |   16 ++
 .../test/Components/fixture/channels/pear.php.net.channel.xml     |   33 +++++
 .../test/Components/fixture/channels/pear.phpunit.de.channel.xml  |   16 ++
 3 files changed, 65 insertions(+), 0 deletions(-)
 create mode 100644 components/test/Components/fixture/channels/pear.horde.org.channel.xml
 create mode 100644 components/test/Components/fixture/channels/pear.php.net.channel.xml
 create mode 100644 components/test/Components/fixture/channels/pear.phpunit.de.channel.xml

http://git.horde.org/co.php/components/test/Components/fixture/channels/pear.horde.org.channel.xml?rt=horde-git&r=a6dcc299552c9a5b8d9b44fc19a5f2d6c5401469
http://git.horde.org/co.php/components/test/Components/fixture/channels/pear.php.net.channel.xml?rt=horde-git&r=a6dcc299552c9a5b8d9b44fc19a5f2d6c5401469
http://git.horde.org/co.php/components/test/Components/fixture/channels/pear.phpunit.de.channel.xml?rt=horde-git&r=a6dcc299552c9a5b8d9b44fc19a5f2d6c5401469

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

commit 6c717f2ad9fb236e9c064868a29cd0b6805109a2
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 21 17:49:45 2010 +0200

    Improve the installer.
    
     - Start extracting the PEAR usage into its own class.
     - Added an output handler.
     - Start relying less on network access.

 components/lib/Components.php                       |    9 +-
 components/lib/Components/Config/Cli.php            |   21 ++
 components/lib/Components/Dependencies.php          |    7 +
 components/lib/Components/Dependencies/Injector.php |   10 +
 components/lib/Components/Module/Installer.php      |   18 +-
 components/lib/Components/Output.php                |  101 ++++++
 components/lib/Components/Pear/InstallLocation.php  |  314 +++++++++++++++++++
 components/lib/Components/Runner/Installer.php      |  102 +++----
 components/package.xml                              |   10 +
 9 files changed, 531 insertions(+), 61 deletions(-)
 create mode 100644 components/lib/Components/Output.php
 create mode 100644 components/lib/Components/Pear/InstallLocation.php

http://git.horde.org/diff.php/components/lib/Components.php?rt=horde-git&r1=85e906aa9fbdda32d13afd098e4c22ff0a30963d&r2=6c717f2ad9fb236e9c064868a29cd0b6805109a2
http://git.horde.org/diff.php/components/lib/Components/Config/Cli.php?rt=horde-git&r1=8ccc70ff19b1f0670baec9e42f1c22f0ee443bc8&r2=6c717f2ad9fb236e9c064868a29cd0b6805109a2
http://git.horde.org/diff.php/components/lib/Components/Dependencies.php?rt=horde-git&r1=85e906aa9fbdda32d13afd098e4c22ff0a30963d&r2=6c717f2ad9fb236e9c064868a29cd0b6805109a2
http://git.horde.org/diff.php/components/lib/Components/Dependencies/Injector.php?rt=horde-git&r1=85e906aa9fbdda32d13afd098e4c22ff0a30963d&r2=6c717f2ad9fb236e9c064868a29cd0b6805109a2
http://git.horde.org/diff.php/components/lib/Components/Module/Installer.php?rt=horde-git&r1=85e906aa9fbdda32d13afd098e4c22ff0a30963d&r2=6c717f2ad9fb236e9c064868a29cd0b6805109a2
http://git.horde.org/co.php/components/lib/Components/Output.php?rt=horde-git&r=6c717f2ad9fb236e9c064868a29cd0b6805109a2
http://git.horde.org/co.php/components/lib/Components/Pear/InstallLocation.php?rt=horde-git&r=6c717f2ad9fb236e9c064868a29cd0b6805109a2
http://git.horde.org/diff.php/components/lib/Components/Runner/Installer.php?rt=horde-git&r1=85e906aa9fbdda32d13afd098e4c22ff0a30963d&r2=6c717f2ad9fb236e9c064868a29cd0b6805109a2
http://git.horde.org/diff.php/components/package.xml?rt=horde-git&r1=85e906aa9fbdda32d13afd098e4c22ff0a30963d&r2=6c717f2ad9fb236e9c064868a29cd0b6805109a2




More information about the commits mailing list