[commits] Horde branch master updated. 186c0fc508d40d034f1e9a1150b965b0d6dd606e

Ben Klang ben at alkaloid.net
Fri Apr 2 23:33:49 UTC 2010


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

from: a1dc76de40aff6f475c19c9f9d518a4ba26ec615

538efc0 Shout: One more place to catch empty arrays
ade1a1f Shout: Prettify the wizard some more
7aca901 Shout: begin work on admin screen to manage numbers
0c68324 Shout: refine the wizard UI
186c0fc Shout: Update the DB schema

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

commit 538efc094f170366ed934de3624038e9c9abaa88
Author: Ben Klang <ben at alkaloid.net>
Date:   Fri Apr 2 18:34:27 2010 -0400

    Shout: One more place to catch empty arrays

 shout/lib/Ajax/Application.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/shout/lib/Ajax/Application.php?rt=horde-git&r1=c87445e14b3687100ebe84b85448ad72832d014e&r2=538efc094f170366ed934de3624038e9c9abaa88

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

commit ade1a1f24283365205ffc57cd503d79048b6cd4a
Author: Ben Klang <ben at alkaloid.net>
Date:   Fri Apr 2 18:34:44 2010 -0400

    Shout: Prettify the wizard some more

 shout/templates/wizard.inc |   82 ++++++++++++++++++++++++--------------------
 shout/themes/screen.css    |   42 +++++++++++-----------
 2 files changed, 66 insertions(+), 58 deletions(-)

http://git.horde.org/diff.php/shout/templates/wizard.inc?rt=horde-git&r1=a1dc76de40aff6f475c19c9f9d518a4ba26ec615&r2=ade1a1f24283365205ffc57cd503d79048b6cd4a
http://git.horde.org/diff.php/shout/themes/screen.css?rt=horde-git&r1=c87445e14b3687100ebe84b85448ad72832d014e&r2=ade1a1f24283365205ffc57cd503d79048b6cd4a

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

commit 7aca9011fd48ddc1ffe2f381cdc2222cbd77e841
Author: Ben Klang <ben at alkaloid.net>
Date:   Fri Apr 2 19:34:02 2010 -0400

    Shout: begin work on admin screen to manage numbers

 shout/admin.php                            |   81 +-------------------
 shout/admin/accounts.php                   |  112 ++++++++++++++++++++++++++++
 shout/admin/numbers.php                    |  105 ++++++++++++++++++++++++++
 shout/lib/Driver/Sql.php                   |   34 ++++++++-
 shout/lib/Forms/NumberForm.php             |  105 ++++++++++++++++++++++++++
 shout/lib/Shout.php                        |   17 ++++
 shout/templates/admin/numbers/edit.inc.php |    1 +
 shout/templates/admin/numbers/list.inc.php |   40 ++++++++++
 8 files changed, 416 insertions(+), 79 deletions(-)
 create mode 100644 shout/admin/accounts.php
 create mode 100644 shout/admin/numbers.php
 create mode 100644 shout/lib/Forms/NumberForm.php
 create mode 100644 shout/templates/admin/numbers/edit.inc.php
 create mode 100644 shout/templates/admin/numbers/list.inc.php

http://git.horde.org/diff.php/shout/admin.php?rt=horde-git&r1=cb4ccee883013b0202c042dd356e18da1fe64483&r2=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841
http://git.horde.org/co.php/shout/admin/accounts.php?rt=horde-git&r=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841
http://git.horde.org/co.php/shout/admin/numbers.php?rt=horde-git&r=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841
http://git.horde.org/diff.php/shout/lib/Driver/Sql.php?rt=horde-git&r1=117296c034218e907c3462861e791a570327e731&r2=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841
http://git.horde.org/co.php/shout/lib/Forms/NumberForm.php?rt=horde-git&r=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-git&r1=117296c034218e907c3462861e791a570327e731&r2=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841
http://git.horde.org/co.php/shout/templates/admin/numbers/edit.inc.php?rt=horde-git&r=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841
http://git.horde.org/co.php/shout/templates/admin/numbers/list.inc.php?rt=horde-git&r=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841

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

commit 0c683247d7856b8a8208ec8bd39d41d2c7a59a07
Author: Ben Klang <ben at alkaloid.net>
Date:   Fri Apr 2 19:34:32 2010 -0400

    Shout: refine the wizard UI

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

http://git.horde.org/diff.php/shout/themes/screen.css?rt=horde-git&r1=ade1a1f24283365205ffc57cd503d79048b6cd4a&r2=0c683247d7856b8a8208ec8bd39d41d2c7a59a07

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

commit 186c0fc508d40d034f1e9a1150b965b0d6dd606e
Author: Ben Klang <ben at alkaloid.net>
Date:   Fri Apr 2 19:34:44 2010 -0400

    Shout: Update the DB schema
    
    Yes, this will need to be cleaned up...

 shout/scripts/sql/shout.sql |  245 +++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 235 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/shout/scripts/sql/shout.sql?rt=horde-git&r1=11e1a08b73e16ed8dcfdec208130c15d34eeff80&r2=186c0fc508d40d034f1e9a1150b965b0d6dd606e




More information about the commits mailing list