[commits] Horde-Hatchery branch master updated. c48c80a5ddd6e430962ed92ca29edce6d76a6dbb

Ben Klang ben at alkaloid.net
Sat Jan 2 18:09:38 UTC 2010


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

from: a54c4b6c8722d352887b9eda6242f06729bd4489

8231097 Vilma: Move perms to the Vilma_Application class
d9fd1ed Vilma: Convert PEAR::raiseError to Vilma_Exception
ffb758d Beatnik: Convert Horde_Exception to Beatnik_Exception
2616912 Vilma: A null driver should really do nothing
395d124 Shout: Add Horde row striping
1e6ca52 Shout: Fix copyright statement
c48c80a Shout: Fixes to saving device information

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

commit 8231097ca40cf7c60798a91274284ceed8451ecc
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Jan 2 12:13:49 2010 -0500

    Vilma: Move perms to the Vilma_Application class

 vilma/lib/Application.php |   47 +++++++++++++++++++++++++++++++++++++++++++++
 vilma/lib/api.php         |   27 +------------------------
 2 files changed, 48 insertions(+), 26 deletions(-)
 create mode 100644 vilma/lib/Application.php

http://git.horde.org/co.php/vilma/lib/Application.php?rt=horde-hatchery&r=8231097ca40cf7c60798a91274284ceed8451ecc
http://git.horde.org/diff.php/vilma/lib/api.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=8231097ca40cf7c60798a91274284ceed8451ecc

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

commit d9fd1eda3e6ded7ca5b399b2b365ed84ef710cbf
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Jan 2 12:23:28 2010 -0500

    Vilma: Convert PEAR::raiseError to Vilma_Exception

 vilma/lib/Driver.php                 |   16 ++++++++--------
 vilma/lib/Exception.php              |    1 +
 vilma/lib/MailboxDriver/imap.php     |    2 +-
 vilma/lib/MailboxDriver/maildrop.php |    6 +++---
 vilma/lib/MailboxDriver/null.php     |    6 +++---
 5 files changed, 16 insertions(+), 15 deletions(-)
 create mode 100644 vilma/lib/Exception.php

http://git.horde.org/diff.php/vilma/lib/Driver.php?rt=horde-hatchery&r1=5b9023a88ce3789619634614a89c5f8049392dcb&r2=d9fd1eda3e6ded7ca5b399b2b365ed84ef710cbf
http://git.horde.org/co.php/vilma/lib/Exception.php?rt=horde-hatchery&r=d9fd1eda3e6ded7ca5b399b2b365ed84ef710cbf
http://git.horde.org/diff.php/vilma/lib/MailboxDriver/imap.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=d9fd1eda3e6ded7ca5b399b2b365ed84ef710cbf
http://git.horde.org/diff.php/vilma/lib/MailboxDriver/maildrop.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=d9fd1eda3e6ded7ca5b399b2b365ed84ef710cbf
http://git.horde.org/diff.php/vilma/lib/MailboxDriver/null.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=d9fd1eda3e6ded7ca5b399b2b365ed84ef710cbf

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

commit ffb758d15760d0fb57a88c336f9a3ae932c61c0f
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Jan 2 12:26:54 2010 -0500

    Beatnik: Convert Horde_Exception to Beatnik_Exception

 beatnik/lib/Beatnik.php         |    2 +-
 beatnik/lib/Driver.php          |   10 +++++-----
 beatnik/lib/Driver/ldap2dns.php |   30 +++++++++++++++---------------
 beatnik/lib/Driver/pdnsgsql.php |   12 ++++++------
 beatnik/lib/Exception.php       |    1 +
 5 files changed, 28 insertions(+), 27 deletions(-)
 create mode 100644 beatnik/lib/Exception.php

http://git.horde.org/diff.php/beatnik/lib/Beatnik.php?rt=horde-hatchery&r1=b9163a56232f4f46f6942e17b032eb16471ca931&r2=ffb758d15760d0fb57a88c336f9a3ae932c61c0f
http://git.horde.org/diff.php/beatnik/lib/Driver.php?rt=horde-hatchery&r1=b9163a56232f4f46f6942e17b032eb16471ca931&r2=ffb758d15760d0fb57a88c336f9a3ae932c61c0f
http://git.horde.org/diff.php/beatnik/lib/Driver/ldap2dns.php?rt=horde-hatchery&r1=b9163a56232f4f46f6942e17b032eb16471ca931&r2=ffb758d15760d0fb57a88c336f9a3ae932c61c0f
http://git.horde.org/diff.php/beatnik/lib/Driver/pdnsgsql.php?rt=horde-hatchery&r1=b9163a56232f4f46f6942e17b032eb16471ca931&r2=ffb758d15760d0fb57a88c336f9a3ae932c61c0f
http://git.horde.org/co.php/beatnik/lib/Exception.php?rt=horde-hatchery&r=ffb758d15760d0fb57a88c336f9a3ae932c61c0f

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

commit 261691240d95079712749f3f79f630d3e925c8de
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Jan 2 12:31:12 2010 -0500

    Vilma: A null driver should really do nothing

 vilma/lib/MailboxDriver/null.php |   59 ++-----------------------------------
 1 files changed, 4 insertions(+), 55 deletions(-)

http://git.horde.org/diff.php/vilma/lib/MailboxDriver/null.php?rt=horde-hatchery&r1=d9fd1eda3e6ded7ca5b399b2b365ed84ef710cbf&r2=261691240d95079712749f3f79f630d3e925c8de

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

commit 395d124c87022a7f25faabf6f2d20055b7a7f72e
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Jan 2 13:05:49 2010 -0500

    Shout: Add Horde row striping

 shout/devices.php                   |    1 +
 shout/extensions.php                |    1 +
 shout/templates/devices/list.inc    |    6 +++---
 shout/templates/extensions/list.inc |    5 ++---
 4 files changed, 7 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/shout/devices.php?rt=horde-hatchery&r1=a69b15698068becea532fb5e6f35294578e94de4&r2=395d124c87022a7f25faabf6f2d20055b7a7f72e
http://git.horde.org/diff.php/shout/extensions.php?rt=horde-hatchery&r1=0d5150a131c94419c60fb753ed0efe5a408fb155&r2=395d124c87022a7f25faabf6f2d20055b7a7f72e
http://git.horde.org/diff.php/shout/templates/devices/list.inc?rt=horde-hatchery&r1=a54c4b6c8722d352887b9eda6242f06729bd4489&r2=395d124c87022a7f25faabf6f2d20055b7a7f72e
http://git.horde.org/diff.php/shout/templates/extensions/list.inc?rt=horde-hatchery&r1=2af68a2aac93c2bbe17ef722f1f49bce71b1f473&r2=395d124c87022a7f25faabf6f2d20055b7a7f72e

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

commit 1e6ca5204a053e53c8a0ec851967c09bbf717089
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Jan 2 13:06:12 2010 -0500

    Shout: Fix copyright statement

 shout/lib/Application.php |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/shout/lib/Application.php?rt=horde-hatchery&r1=efb5aa81b778e5567c453effb924332330f5102e&r2=1e6ca5204a053e53c8a0ec851967c09bbf717089

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

commit c48c80a5ddd6e430962ed92ca29edce6d76a6dbb
Author: Ben Klang <ben at alkaloid.net>
Date:   Sat Jan 2 13:07:50 2010 -0500

    Shout: Fixes to saving device information
    
    * Fix password generation bug in Shout#genDeviceAuth()
    * Shorten the generated auth ID for ease of use
    * Ensure the device ID gets stored to the SQL backend if changed

 shout/lib/Driver/Sql.php |   27 ++++++++++++++-------------
 shout/lib/Shout.php      |    3 +--
 2 files changed, 15 insertions(+), 15 deletions(-)

http://git.horde.org/diff.php/shout/lib/Driver/Sql.php?rt=horde-hatchery&r1=a69b15698068becea532fb5e6f35294578e94de4&r2=c48c80a5ddd6e430962ed92ca29edce6d76a6dbb
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-hatchery&r1=a69b15698068becea532fb5e6f35294578e94de4&r2=c48c80a5ddd6e430962ed92ca29edce6d76a6dbb




More information about the commits mailing list