[commits] Horde-Hatchery branch master updated. 0bde55021f715f6ad4b540ca812202568a3c080a

Ben Klang ben at alkaloid.net
Thu Dec 31 21:57:54 UTC 2009


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

from: 67b5c2aca9d14b9659907b9330c6049295d6da47

adfa5b0 Shout: stylesheet fixes
6665c86 Shout: convert constructor to PHP5 syntax
a8a6d26 Shout: verify the passed-in context is valid
d8b2df2 Move perms to Application class
2af68a2 Add button to add new extension
efb5aa8 Add perms method and Application class
7419e52 Kill corrupt image, add new "Add Extension" button
0bde550 Shout: Cleanup whitespaces and missing text

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

commit adfa5b0b5023b97b9cbbfbe5920e8a37198691f8
Author: Ben Klang <ben at alkaloid.net>
Date:   Thu Dec 31 16:48:57 2009 -0500

    Shout: stylesheet fixes
    
    Get rid of old row-coloring styles
    Add new inline list styles for submenus

 shout/themes/screen.css |   26 ++++++++++++--------------
 1 files changed, 12 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/shout/themes/screen.css?rt=horde-hatchery&r1=c117e4af33243766dc68c0d1668f8385e37aea0b&r2=adfa5b0b5023b97b9cbbfbe5920e8a37198691f8

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

commit 6665c860a6554e29002f454ddefc8faf515620ab
Author: Ben Klang <ben at alkaloid.net>
Date:   Thu Dec 31 16:50:08 2009 -0500

    Shout: convert constructor to PHP5 syntax

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

http://git.horde.org/diff.php/shout/lib/Driver.php?rt=horde-hatchery&r1=c117e4af33243766dc68c0d1668f8385e37aea0b&r2=6665c860a6554e29002f454ddefc8faf515620ab

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

commit a8a6d262be032d68fa81980da5743750e939f4df
Author: Ben Klang <ben at alkaloid.net>
Date:   Thu Dec 31 16:51:09 2009 -0500

    Shout: verify the passed-in context is valid

 shout/lib/base.php |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/shout/lib/base.php?rt=horde-hatchery&r1=c117e4af33243766dc68c0d1668f8385e37aea0b&r2=a8a6d262be032d68fa81980da5743750e939f4df

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

commit d8b2df249c0c6b57c624600d32fc7c12a915e7b4
Author: Ben Klang <ben at alkaloid.net>
Date:   Thu Dec 31 16:52:02 2009 -0500

    Move perms to Application class

 shout/lib/api.php |  130 -----------------------------------------------------
 1 files changed, 0 insertions(+), 130 deletions(-)
 delete mode 100644 shout/lib/api.php

http://git.horde.org/diff.php/shout/lib/api.php?rt=horde-hatchery&r1=c117e4af33243766dc68c0d1668f8385e37aea0b&r2=d8b2df249c0c6b57c624600d32fc7c12a915e7b4

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

commit 2af68a2aac93c2bbe17ef722f1f49bce71b1f473
Author: Ben Klang <ben at alkaloid.net>
Date:   Thu Dec 31 16:52:28 2009 -0500

    Add button to add new extension

 shout/templates/extensions/list.inc |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/shout/templates/extensions/list.inc?rt=horde-hatchery&r1=c117e4af33243766dc68c0d1668f8385e37aea0b&r2=2af68a2aac93c2bbe17ef722f1f49bce71b1f473

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

commit efb5aa81b778e5567c453effb924332330f5102e
Author: Ben Klang <ben at alkaloid.net>
Date:   Thu Dec 31 16:53:02 2009 -0500

    Add perms method and Application class

 shout/lib/Application.php |   60 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 60 insertions(+), 0 deletions(-)
 create mode 100644 shout/lib/Application.php

http://git.horde.org/co.php/shout/lib/Application.php?rt=horde-hatchery&r=efb5aa81b778e5567c453effb924332330f5102e

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

commit 7419e52e51d18d4abf37de074244ac6cfa2a75c0
Author: Ben Klang <ben at alkaloid.net>
Date:   Thu Dec 31 16:53:29 2009 -0500

    Kill corrupt image, add new "Add Extension" button

 shout/themes/graphics/add-extension.png |  Bin 0 -> 731 bytes
 shout/themes/graphics/add-user.gif      |  Bin 235 -> 0 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 shout/themes/graphics/add-extension.png
 delete mode 100644 shout/themes/graphics/add-user.gif

http://git.horde.org/co.php/shout/themes/graphics/add-extension.png?rt=horde-hatchery&r=7419e52e51d18d4abf37de074244ac6cfa2a75c0
http://git.horde.org/diff.php/shout/themes/graphics/add-user.gif?rt=horde-hatchery&r1=c117e4af33243766dc68c0d1668f8385e37aea0b&r2=7419e52e51d18d4abf37de074244ac6cfa2a75c0

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

commit 0bde55021f715f6ad4b540ca812202568a3c080a
Author: Ben Klang <ben at alkaloid.net>
Date:   Thu Dec 31 16:54:08 2009 -0500

    Shout: Cleanup whitespaces and missing text

 shout/extensions.php              |    2 +-
 shout/lib/Forms/ExtensionForm.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/shout/extensions.php?rt=horde-hatchery&r1=c117e4af33243766dc68c0d1668f8385e37aea0b&r2=0bde55021f715f6ad4b540ca812202568a3c080a
http://git.horde.org/diff.php/shout/lib/Forms/ExtensionForm.php?rt=horde-hatchery&r1=c117e4af33243766dc68c0d1668f8385e37aea0b&r2=0bde55021f715f6ad4b540ca812202568a3c080a




More information about the commits mailing list