[commits] Horde branch master updated. 7eb2457242be16460b1dd585a6773419581caa09

Ben Klang ben at alkaloid.net
Sun Feb 28 22:24:57 UTC 2010


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

from: f26e27822ab9f3ae548c3b23eb5af81daf2c522d

0651e95 Shout: Begin new dialplan edit UI
cc7a4af Shout: remove unused file
1fc7499 Shout: Fix call semantics for Ajax_Application
c899854 Shout: Continue working on dialplan editor UI
a435955 Shout: Graphics and content for dialplan UI
11e1a08 Shout: add CREDITS and Shout storage SQL script
7eb2457 Shout: remove dead code

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

commit 0651e95847d51fc62c5ea75d1db649b89ef0cb8f
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Feb 28 12:01:22 2010 -0500

    Shout: Begin new dialplan edit UI

 shout/dialplan.php                 |   30 +++++++++++++++++++++++++++
 shout/templates/dialplan/show.inc  |   40 ++++++++++++++++++++++++++++++++++++
 shout/themes/graphics/digit-bg.png |  Bin 0 -> 4937 bytes
 shout/themes/screen.css            |   38 ++++++++++++++++++++++++++++++++++
 4 files changed, 108 insertions(+), 0 deletions(-)
 create mode 100644 shout/dialplan.php
 create mode 100644 shout/templates/dialplan/show.inc
 create mode 100644 shout/themes/graphics/digit-bg.png

http://git.horde.org/co.php/shout/dialplan.php?rt=horde-git&r=0651e95847d51fc62c5ea75d1db649b89ef0cb8f
http://git.horde.org/co.php/shout/templates/dialplan/show.inc?rt=horde-git&r=0651e95847d51fc62c5ea75d1db649b89ef0cb8f
http://git.horde.org/co.php/shout/themes/graphics/digit-bg.png?rt=horde-git&r=0651e95847d51fc62c5ea75d1db649b89ef0cb8f
http://git.horde.org/diff.php/shout/themes/screen.css?rt=horde-git&r1=7080e7ce1baa9b108fba10489cda8716d76a2053&r2=0651e95847d51fc62c5ea75d1db649b89ef0cb8f

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

commit cc7a4af2ab7cbd94683e81ed94bc3c61ed5623b1
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Feb 28 17:18:44 2010 -0500

    Shout: remove unused file

 shout/config/applist.xml.dist |  862 -----------------------------------------
 1 files changed, 0 insertions(+), 862 deletions(-)
 delete mode 100644 shout/config/applist.xml.dist

http://git.horde.org/diff.php/shout/config/applist.xml.dist?rt=horde-git&r1=c117e4af33243766dc68c0d1668f8385e37aea0b&r2=cc7a4af2ab7cbd94683e81ed94bc3c61ed5623b1

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

commit 1fc7499b9c2ab480c7e1b5555f83dd49b00ee7f0
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Feb 28 17:20:45 2010 -0500

    Shout: Fix call semantics for Ajax_Application

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

http://git.horde.org/diff.php/shout/lib/Ajax/Application.php?rt=horde-git&r1=7080e7ce1baa9b108fba10489cda8716d76a2053&r2=1fc7499b9c2ab480c7e1b5555f83dd49b00ee7f0

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

commit c899854a7187cfe8244d6960186c0ddd0fc44ea8
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Feb 28 17:22:23 2010 -0500

    Shout: Continue working on dialplan editor UI

 shout/config/conf.xml             |   19 +++++++++++++-
 shout/dialplan.php                |   22 ++++++++++++++-
 shout/lib/Ajax/Application.php    |   28 ++++++++++++++++++++-
 shout/lib/Application.php         |   12 ++++++--
 shout/lib/Driver/Sql.php          |   50 +++++++++++++++++++++++++++++++++---
 shout/lib/Shout.php               |    4 +-
 shout/templates/dialplan/show.inc |   40 -----------------------------
 shout/templates/menu.inc          |    2 +-
 shout/themes/screen.css           |   15 +++++++++++
 9 files changed, 137 insertions(+), 55 deletions(-)
 delete mode 100644 shout/templates/dialplan/show.inc

http://git.horde.org/diff.php/shout/config/conf.xml?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=c899854a7187cfe8244d6960186c0ddd0fc44ea8
http://git.horde.org/diff.php/shout/dialplan.php?rt=horde-git&r1=0651e95847d51fc62c5ea75d1db649b89ef0cb8f&r2=c899854a7187cfe8244d6960186c0ddd0fc44ea8
http://git.horde.org/diff.php/shout/lib/Ajax/Application.php?rt=horde-git&r1=1fc7499b9c2ab480c7e1b5555f83dd49b00ee7f0&r2=c899854a7187cfe8244d6960186c0ddd0fc44ea8
http://git.horde.org/diff.php/shout/lib/Application.php?rt=horde-git&r1=6c681fbf8e68e3404f0c1c074f995953417f6b41&r2=c899854a7187cfe8244d6960186c0ddd0fc44ea8
http://git.horde.org/diff.php/shout/lib/Driver/Sql.php?rt=horde-git&r1=dcdf4d92dbabe6452aa8b9c554d2e0aace164776&r2=c899854a7187cfe8244d6960186c0ddd0fc44ea8
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=c899854a7187cfe8244d6960186c0ddd0fc44ea8
http://git.horde.org/diff.php/shout/templates/dialplan/show.inc?rt=horde-git&r1=0651e95847d51fc62c5ea75d1db649b89ef0cb8f&r2=c899854a7187cfe8244d6960186c0ddd0fc44ea8
http://git.horde.org/diff.php/shout/templates/menu.inc?rt=horde-git&r1=9f5af176984da8c31b7e3dcba65c650251ae00ec&r2=c899854a7187cfe8244d6960186c0ddd0fc44ea8
http://git.horde.org/diff.php/shout/themes/screen.css?rt=horde-git&r1=0651e95847d51fc62c5ea75d1db649b89ef0cb8f&r2=c899854a7187cfe8244d6960186c0ddd0fc44ea8

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

commit a43595585cba2c5148f427c617ef84acc4f89fbe
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Feb 28 17:22:51 2010 -0500

    Shout: Graphics and content for dialplan UI

 shout/templates/dialplan/edit.inc    |  130 ++++++++++++++++++++++++++++++++++
 shout/templates/dialplan/list.inc    |   32 ++++++++
 shout/themes/graphics/add-menu.png   |  Bin 0 -> 739 bytes
 shout/themes/graphics/dialplan.png   |  Bin 0 -> 582 bytes
 shout/themes/graphics/edit.png       |  Bin 0 -> 450 bytes
 shout/themes/graphics/recordings.png |  Bin 0 -> 610 bytes
 6 files changed, 162 insertions(+), 0 deletions(-)
 create mode 100644 shout/templates/dialplan/edit.inc
 create mode 100644 shout/templates/dialplan/list.inc
 create mode 100755 shout/themes/graphics/add-menu.png
 create mode 100755 shout/themes/graphics/dialplan.png
 create mode 100755 shout/themes/graphics/edit.png
 create mode 100755 shout/themes/graphics/recordings.png

http://git.horde.org/co.php/shout/templates/dialplan/edit.inc?rt=horde-git&r=a43595585cba2c5148f427c617ef84acc4f89fbe
http://git.horde.org/co.php/shout/templates/dialplan/list.inc?rt=horde-git&r=a43595585cba2c5148f427c617ef84acc4f89fbe
http://git.horde.org/co.php/shout/themes/graphics/add-menu.png?rt=horde-git&r=a43595585cba2c5148f427c617ef84acc4f89fbe
http://git.horde.org/co.php/shout/themes/graphics/dialplan.png?rt=horde-git&r=a43595585cba2c5148f427c617ef84acc4f89fbe
http://git.horde.org/co.php/shout/themes/graphics/edit.png?rt=horde-git&r=a43595585cba2c5148f427c617ef84acc4f89fbe
http://git.horde.org/co.php/shout/themes/graphics/recordings.png?rt=horde-git&r=a43595585cba2c5148f427c617ef84acc4f89fbe

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

commit 11e1a08b73e16ed8dcfdec208130c15d34eeff80
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Feb 28 17:23:39 2010 -0500

    Shout: add CREDITS and Shout storage SQL script

 shout/docs/CREDITS          |    7 +++++++
 shout/scripts/sql/shout.sql |   10 ++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)
 create mode 100644 shout/docs/CREDITS
 create mode 100644 shout/scripts/sql/shout.sql

http://git.horde.org/co.php/shout/docs/CREDITS?rt=horde-git&r=11e1a08b73e16ed8dcfdec208130c15d34eeff80
http://git.horde.org/co.php/shout/scripts/sql/shout.sql?rt=horde-git&r=11e1a08b73e16ed8dcfdec208130c15d34eeff80

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

commit 7eb2457242be16460b1dd585a6773419581caa09
Author: Ben Klang <ben at alkaloid.net>
Date:   Sun Feb 28 17:24:03 2010 -0500

    Shout: remove dead code

 shout/lib/Shout.php |   38 --------------------------------------
 1 files changed, 0 insertions(+), 38 deletions(-)

http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-git&r1=c899854a7187cfe8244d6960186c0ddd0fc44ea8&r2=7eb2457242be16460b1dd585a6773419581caa09




More information about the commits mailing list