[commits] Horde branch master updated. 08a153b38c7c4edbd7e910c3fe98f720e2a0eb72

Michael M Slusarz slusarz at horde.org
Wed Mar 10 01:33:33 UTC 2010


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

from: 21f2a7d497d04d46b6f3c2af8db4296c297be420

250b8e4 Fix supefluous whitespace removal
079bd8d Convert VFS to PHP 5.
e9bd13c Catch VFS thrown exceptions
08a153b Move convertToUtf8() from Horde_Util:: to Horde_String::

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

commit 250b8e4c86e744c51d38dfe3afba3086ba2d1959
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Mar 9 14:22:54 2010 -0700

    Fix supefluous whitespace removal

 framework/Imap_Client/lib/Horde/Imap/Client/Utils.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Utils.php?rt=horde-git&r1=a324d532aae6244959bcd2883da394978ed09dee&r2=250b8e4c86e744c51d38dfe3afba3086ba2d1959

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

commit 079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Mar 7 01:06:17 2010 -0700

    Convert VFS to PHP 5.
    
    I realize there is a H4-Vfs stub lying around, but it looks like zero
    work has been done on it for awhile.  So, in the meanwhile, update VFS -
    mostly to eliminate the boatload of PEAR_Error usage.

 framework/VFS/lib/VFS.php           |  741 +++++++++++++++--------------------
 framework/VFS/lib/VFS/Browser.php   |   28 +-
 framework/VFS/lib/VFS/Exception.php |   13 +
 framework/VFS/lib/VFS/GC.php        |   15 +-
 framework/VFS/lib/VFS/ListItem.php  |   58 ++--
 framework/VFS/lib/VFS/Object.php    |  165 ++++-----
 framework/VFS/lib/VFS/file.php      |  356 +++++++----------
 framework/VFS/lib/VFS/ftp.php       |  590 +++++++++++-----------------
 framework/VFS/lib/VFS/horde.php     |  194 ++--------
 framework/VFS/lib/VFS/kolab.php     |  283 ++++++--------
 framework/VFS/lib/VFS/musql.php     |  239 +++++-------
 framework/VFS/lib/VFS/smb.php       |  360 +++++++-----------
 framework/VFS/lib/VFS/sql.php       |  472 ++++++++++------------
 framework/VFS/lib/VFS/sql_file.php  |  451 ++++++++--------------
 framework/VFS/lib/VFS/ssh2.php      |  563 ++++++++++----------------
 framework/VFS/package.xml           |    9 +-
 framework/VFS/scripts/VFS/vfs.php   |   46 ++-
 17 files changed, 1845 insertions(+), 2738 deletions(-)
 create mode 100644 framework/VFS/lib/VFS/Exception.php

http://git.horde.org/diff.php/framework/VFS/lib/VFS.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/lib/VFS/Browser.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/co.php/framework/VFS/lib/VFS/Exception.php?rt=horde-git&r=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/lib/VFS/GC.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/lib/VFS/ListItem.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/lib/VFS/Object.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/lib/VFS/file.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/lib/VFS/ftp.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/lib/VFS/horde.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/lib/VFS/kolab.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/lib/VFS/musql.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/lib/VFS/smb.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/lib/VFS/sql.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/lib/VFS/sql_file.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/lib/VFS/ssh2.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/package.xml?rt=horde-git&r1=3aa0b1bf2601b4dffc34fbb326f2dcbee9f30d20&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7
http://git.horde.org/diff.php/framework/VFS/scripts/VFS/vfs.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7

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

commit e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Mar 9 16:17:04 2010 -0700

    Catch VFS thrown exceptions

 agora/lib/Agora.php                                  |    6 +-
 ansel/faces/img.php                                  |   11 +-
 ansel/lib/Ansel.php                                  |   18 +---
 ansel/lib/Api.php                                    |    8 +-
 ansel/lib/Application.php                            |    2 +-
 ansel/lib/Faces/Base.php                             |   16 ++--
 ansel/lib/Image.php                                  |   61 ++++++------
 folks/lib/Driver.php                                 |   28 +++---
 framework/Scheduler/lib/Horde/Scheduler.php          |   44 +++------
 framework/VFS_ISOWriter/tests/inputstrategy.phpt     |    9 +-
 framework/VFS_ISOWriter/tests/isowriter.phpt         |   14 ++-
 framework/VFS_ISOWriter/tests/outputstrategy.phpt    |   22 ++--
 gollem/lib/Gollem.php                                |   93 ++++++------------
 horde/admin/setup/index.php                          |   26 +++---
 horde/services/images/view.php                       |    9 +-
 hylax/lib/Storage.php                                |   22 +++--
 imp/attachment.php                                   |   41 +++++----
 imp/lib/Compose.php                                  |   55 ++++++-----
 imp/lib/LoginTasks/SystemTask/GarbageCollection.php  |    6 +-
 imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php |   19 +++-
 ingo/lib/Driver/Vfs.php                              |   47 +++++----
 news/lib/News.php                                    |   51 ++--------
 turba/lib/Object.php                                 |   68 +++++++------
 turba/view.php                                       |   23 +++--
 whups/lib/Driver/sql.php                             |   21 ++--
 whups/lib/Ticket.php                                 |   32 ++++---
 whups/lib/Whups.php                                  |   14 ++-
 whups/view.php                                       |   10 +--
 wicked/lib/Driver.php                                |   40 ++++++--
 29 files changed, 411 insertions(+), 405 deletions(-)

http://git.horde.org/diff.php/agora/lib/Agora.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/ansel/faces/img.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/ansel/lib/Application.php?rt=horde-git&r1=d61335a8d31ba8e6f6eb71b73c4158dcecdbfd8e&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/ansel/lib/Faces/Base.php?rt=horde-git&r1=d1fb290f4e13496f8fb10bf3f538fdfd1d740b42&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&r1=705b6ad8e19a2d2c2dcd8f3fe62abb7cf44df71e&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/folks/lib/Driver.php?rt=horde-git&r1=4769c84d43d75725f44d409e1c862ca3ea44ed0e&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/framework/Scheduler/lib/Horde/Scheduler.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/framework/VFS_ISOWriter/tests/inputstrategy.phpt?rt=horde-git&r1=9cb1db2414871d3c98a0ebed0d11288c84cb384f&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/framework/VFS_ISOWriter/tests/isowriter.phpt?rt=horde-git&r1=9cb1db2414871d3c98a0ebed0d11288c84cb384f&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/framework/VFS_ISOWriter/tests/outputstrategy.phpt?rt=horde-git&r1=9cb1db2414871d3c98a0ebed0d11288c84cb384f&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/gollem/lib/Gollem.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/horde/admin/setup/index.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/horde/services/images/view.php?rt=horde-git&r1=d1fb290f4e13496f8fb10bf3f538fdfd1d740b42&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/hylax/lib/Storage.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-git&r1=98b0b90a39ae371b9b1811a5ff0409a0fc908c22&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=a07a670b86c2a5d7c611d903ffbd516f99f30ee7&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/GarbageCollection.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/ingo/lib/Driver/Vfs.php?rt=horde-git&r1=840f1b2390b7936d58b2abcafdcaec1b46fff40d&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/news/lib/News.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/turba/lib/Object.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/turba/view.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/whups/lib/Driver/sql.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/whups/lib/Ticket.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/whups/lib/Whups.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/whups/view.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756
http://git.horde.org/diff.php/wicked/lib/Driver.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756

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

commit 08a153b38c7c4edbd7e910c3fe98f720e2a0eb72
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Mar 9 18:33:26 2010 -0700

    Move convertToUtf8() from Horde_Util:: to Horde_String::

 framework/Serialize/lib/Horde/Serialize.php |    2 +-
 framework/Util/lib/Horde/String.php         |   28 +++++++++++++++++++++++++++
 framework/Util/lib/Horde/Util.php           |   28 ---------------------------
 framework/Util/package.xml                  |    2 +-
 4 files changed, 30 insertions(+), 30 deletions(-)

http://git.horde.org/diff.php/framework/Serialize/lib/Horde/Serialize.php?rt=horde-git&r1=3db63ebd8973d72668cf138c17763e29a71a8fd0&r2=08a153b38c7c4edbd7e910c3fe98f720e2a0eb72
http://git.horde.org/diff.php/framework/Util/lib/Horde/String.php?rt=horde-git&r1=f4755dbb59d9af7d03ede5db67b7250858cbef32&r2=08a153b38c7c4edbd7e910c3fe98f720e2a0eb72
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=aae7974f117036bf7cd1abfb5296284a0a995f06&r2=08a153b38c7c4edbd7e910c3fe98f720e2a0eb72
http://git.horde.org/diff.php/framework/Util/package.xml?rt=horde-git&r1=f4755dbb59d9af7d03ede5db67b7250858cbef32&r2=08a153b38c7c4edbd7e910c3fe98f720e2a0eb72




More information about the commits mailing list