[commits] Horde branch master updated. dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a

Michael M Slusarz slusarz at horde.org
Thu Aug 12 19:48:29 UTC 2010


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

from: 6f48980fdc616f5c06d391d225caf4dff3039b75

a4a6efa Convert Nag SQL driver to horde/Db
cc26617 Move uuid generation to generate()
fd9e8a3 Use Horde_Db_Pear injector as much as possible
92b2bb5 Use Horde_Vfs injector; don't call Horde::fatal() directly
dc4f17b Don't call Horde::fatal() directly

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

commit a4a6efa42dfaf58d73cad5b7410c81c2abf8859f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Aug 11 17:18:34 2010 -0600

    Convert Nag SQL driver to horde/Db

 nag/lib/Driver/Sql.php |  313 +++++++++++++-----------------------------------
 1 files changed, 85 insertions(+), 228 deletions(-)

http://git.horde.org/diff.php/nag/lib/Driver/Sql.php?rt=horde-git&r1=9cca14d6881277d4eea1f8ebf2859ce4a3233b67&r2=a4a6efa42dfaf58d73cad5b7410c81c2abf8859f

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

commit cc26617cc7a006e6710a8789119f36217d725294
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 12 10:08:53 2010 -0600

    Move uuid generation to generate()
    
    Theoretically, you could call generate() multiple times on an object.

 framework/Support/lib/Horde/Support/Uuid.php |   44 +++++++++++++-------------
 1 files changed, 22 insertions(+), 22 deletions(-)

http://git.horde.org/diff.php/framework/Support/lib/Horde/Support/Uuid.php?rt=horde-git&r1=09b06503e6b5be1501d9761c10cf61f15812e55b&r2=cc26617cc7a006e6710a8789119f36217d725294

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

commit fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 12 13:26:34 2010 -0600

    Use Horde_Db_Pear injector as much as possible

 beatnik/lib/Driver/pdnsgsql.php                  |   52 +----------
 beatnik/lib/Driver/sql.php                       |   58 +-----------
 crumb/lib/Driver/sql.php                         |   56 +-----------
 fima/lib/Driver/sql.php                          |   34 +------
 folks/lib/Driver/sql.php                         |   55 +-----------
 folks/lib/Friends/sql.php                        |   63 ++------------
 framework/Core/lib/Horde/Core/Factory/DbPear.php |   62 ++++++++++---
 framework/Core/lib/Horde/Core/Factory/Vfs.php    |   15 +++-
 framework/DataTree/DataTree/sql.php              |   60 ++----------
 framework/Form/Form/Type.php                     |    6 +-
 framework/Model/lib/Horde/Form.php               |    6 +-
 framework/VFS/lib/VFS/sql.php                    |  105 ++++------------------
 framework/VFS/lib/VFS/sql_file.php               |   54 ++----------
 hermes/lib/Driver/sql.php                        |   39 ++-------
 hylax/lib/Storage/sql.php                        |   32 +-------
 ingo/lib/Storage/Sql.php                         |   80 ++---------------
 jonah/lib/Driver/Sql.php                         |   49 ++---------
 jonah/lib/News/sql.php                           |   49 ++---------
 kronolith/lib/Driver/Sql.php                     |   90 +++++-------------
 kronolith/lib/Geo/Sql.php                        |   61 ++-----------
 kronolith/lib/Storage/sql.php                    |   52 +----------
 luxor/lib/Driver/sql.php                         |   46 +---------
 mnemo/lib/Driver/sql.php                         |   82 ++----------------
 news/lib/Driver/sql.php                          |   53 +-----------
 operator/lib/Driver/asterisksql.php              |   74 +--------------
 pastie/lib/Driver/Sql.php                        |   62 +------------
 shout/lib/Driver/Sql.php                         |   63 ++------------
 skoli/lib/Driver/sql.php                         |   90 ++----------------
 turba/scripts/import_squirrelmail_sql_abook.php  |    2 +-
 turba/scripts/upgrades/2.1_to_2.2_sql_schema.php |   19 +---
 vilma/lib/Driver/qmailldap.php                   |   33 +------
 vilma/lib/Driver/sql.php                         |   35 +-------
 whups/lib/Driver/sql.php                         |   54 +-----------
 whups/scripts/bugzilla-import.php                |    2 +-
 wicked/lib/Driver/sql.php                        |   64 ++-----------
 35 files changed, 252 insertions(+), 1505 deletions(-)

http://git.horde.org/diff.php/beatnik/lib/Driver/pdnsgsql.php?rt=horde-git&r1=7e23da770e15011048375e5554f08dee8fb8aa03&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/beatnik/lib/Driver/sql.php?rt=horde-git&r1=b9163a56232f4f46f6942e17b032eb16471ca931&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/crumb/lib/Driver/sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/fima/lib/Driver/sql.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/folks/lib/Driver/sql.php?rt=horde-git&r1=14c31893e5de6b469e2632664fe891d871810dfc&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/folks/lib/Friends/sql.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/DbPear.php?rt=horde-git&r1=ee01f847f597abcbfe19e7719f220527c470346f&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Vfs.php?rt=horde-git&r1=9aa328f6ea99dd166aafb2b51e85f6cb5a9ead74&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/DataTree/DataTree/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/Form/Form/Type.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/Model/lib/Horde/Form.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/VFS/lib/VFS/sql.php?rt=horde-git&r1=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/framework/VFS/lib/VFS/sql_file.php?rt=horde-git&r1=079bd8d84c09d7fbef27cdf291f3d94ed203b5d7&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/hermes/lib/Driver/sql.php?rt=horde-git&r1=91a5163263bf4d6c0be4f84d6ce1649221e267c7&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/hylax/lib/Storage/sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/ingo/lib/Storage/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/jonah/lib/Driver/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/jonah/lib/News/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=f074c121539448d7a66ec69ed8462d1f01a4d0d4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/kronolith/lib/Geo/Sql.php?rt=horde-git&r1=b9fc7693dbb12a44721988226a0363b27fe294e8&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/kronolith/lib/Storage/sql.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/luxor/lib/Driver/sql.php?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/mnemo/lib/Driver/sql.php?rt=horde-git&r1=b8c75212f80691906df4bec65c5975f1f20ab898&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/news/lib/Driver/sql.php?rt=horde-git&r1=ec96f665b847ecf534e3d24659475dfa940a800b&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/operator/lib/Driver/asterisksql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/pastie/lib/Driver/Sql.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/shout/lib/Driver/Sql.php?rt=horde-git&r1=221a6048197774701d290c35c08c2f58c6683d68&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/skoli/lib/Driver/sql.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/turba/scripts/import_squirrelmail_sql_abook.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/turba/scripts/upgrades/2.1_to_2.2_sql_schema.php?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/vilma/lib/Driver/qmailldap.php?rt=horde-git&r1=7e23da770e15011048375e5554f08dee8fb8aa03&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/vilma/lib/Driver/sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/whups/lib/Driver/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/whups/scripts/bugzilla-import.php?rt=horde-git&r1=dcb26893a7b058b05fc02846ca079300819f8ce0&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34
http://git.horde.org/diff.php/wicked/lib/Driver/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34

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

commit 92b2bb533db454a801b2c2a19f9d5d17182ee924
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 12 13:30:40 2010 -0600

    Use Horde_Vfs injector; don't call Horde::fatal() directly

 whups/view.php |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/whups/view.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=92b2bb533db454a801b2c2a19f9d5d17182ee924

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

commit dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 12 13:31:53 2010 -0600

    Don't call Horde::fatal() directly

 agora/forums.php                                                  |    2 +-
 agora/lib/Messages.php                                            |    9 +-
 agora/rss/threads.php                                             |    6 +-
 ansel/map_edit.php                                                |    2 +-
 beatnik/lib/Driver/ldap2dns.php                                   |    5 +-
 gollem/lib/Auth.php                                               |    2 +-
 hermes/deliverables.php                                           |    4 +-
 horde/docs/CODING_STANDARDS                                       |    2 +-
 hylax/compose.php                                                 |    2 +-
 hylax/lib/Driver.php                                              |    4 +-
 hylax/lib/Image.php                                               |    6 +-
 hylax/lib/Storage.php                                             |   13 +--
 jonah/channels/aggregate.php                                      |    4 +-
 luxor/symbol.php                                                  |    2 +-
 nag/quick.php                                                     |   18 +++--
 .../upgrades/2006-04-18_add_creator_and_assignee_fields.php       |    4 +-
 nag/tasks/index.php                                               |    4 +-
 passwd/lib/Driver.php                                             |    5 +-
 shout/lib/Driver/Ldap.php                                         |    3 +-
 trean/browse.php                                                  |    8 +-
 trean/lib/Application.php                                         |    4 +-
 trean/lib/Bookmarks.php                                           |    2 +-
 trean/lib/Trean.php                                               |    4 +-
 vilma/lib/Driver.php                                              |    5 +-
 vilma/lib/Driver/qmailldap.php                                    |    9 +-
 whups/admin/index.php                                             |    4 +-
 whups/data.php                                                    |    4 +-
 whups/search/rss.php                                              |    6 +-
 wicked/display.php                                                |    4 +-
 29 files changed, 75 insertions(+), 72 deletions(-)

http://git.horde.org/diff.php/agora/forums.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/agora/lib/Messages.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/agora/rss/threads.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/ansel/map_edit.php?rt=horde-git&r1=a0662bb9e501771ae1fdb966f7331dedd19b5ece&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/beatnik/lib/Driver/ldap2dns.php?rt=horde-git&r1=f635f9c1d2180e02a50252e62eafa90a03569ef3&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/gollem/lib/Auth.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/hermes/deliverables.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/horde/docs/CODING_STANDARDS?rt=horde-git&r1=fe46f441ba288126f0d8d62c85871cee666bfa98&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/hylax/compose.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/hylax/lib/Driver.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/hylax/lib/Image.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/hylax/lib/Storage.php?rt=horde-git&r1=1065ab77abdfe7b025e24dab33a2db9cbbea90ac&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/jonah/channels/aggregate.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/luxor/symbol.php?rt=horde-git&r1=a6e50ed6d17f606444e6bb7d4130628d36005d52&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/nag/quick.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/nag/scripts/upgrades/2006-04-18_add_creator_and_assignee_fields.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/nag/tasks/index.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/passwd/lib/Driver.php?rt=horde-git&r1=2b06b89c4e2e1a154fb0c2e85139036ac036e74e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/shout/lib/Driver/Ldap.php?rt=horde-git&r1=36e371fdee96c64b10586ed85df1d14e432a0017&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/trean/browse.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/trean/lib/Application.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/trean/lib/Bookmarks.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/trean/lib/Trean.php?rt=horde-git&r1=bd28876619cad63fce11c822413780a3c86d762c&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/vilma/lib/Driver.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/vilma/lib/Driver/qmailldap.php?rt=horde-git&r1=fd9e8a39cfc5fc2a8bf638de5be3a5204dc8ef34&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/whups/admin/index.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/whups/data.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/whups/search/rss.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a
http://git.horde.org/diff.php/wicked/display.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a




More information about the commits mailing list