[commits] Horde branch master updated. 6f43cbec00da9575c8d0c54c5dce0068083b49d0

Ben Klang ben at alkaloid.net
Mon Mar 29 20:47:59 UTC 2010


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

from: 04a8078fb5cc1bea5cd09e6d3e2b9d97a01faf98

a9bc578 Shout: create administrative PIN feature
c0b6f11 Shout: Convert to recording_id
3bd481b Shout: Enable saving menu info
1ef18b6 Shout: Attempt to catch and log browser-side exceptions
6f43cbe Shout: Add recording management code

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

commit a9bc57869fb254a6fe526242b581f3a50fa055cb
Author: Ben Klang <ben at alkaloid.net>
Date:   Mon Mar 29 13:16:06 2010 -0400

    Shout: create administrative PIN feature

 shout/admin.php                      |    2 +-
 shout/lib/Application.php            |    4 +-
 shout/lib/Driver/Sql.php             |   33 +++++++++++------------
 shout/lib/Forms/AccountForm.php      |   11 +++++--
 shout/lib/Forms/ConferenceForm.php   |    4 +-
 shout/lib/Forms/DeviceForm.php       |    4 +-
 shout/lib/Forms/ExtensionForm.php    |    6 ++--
 shout/lib/Forms/MenuForm.php         |    4 +-
 shout/lib/Shout.php                  |    4 +++
 shout/templates/accounts/list.inc    |   49 ++++++++++++++++-----------------
 shout/templates/conferences/list.inc |    2 +-
 shout/templates/devices/list.inc     |    2 +-
 shout/templates/dialplan/edit.inc    |    1 +
 shout/templates/extensions/list.inc  |    2 +-
 shout/templates/menu.inc             |    4 +-
 shout/templates/recordings/list.inc  |    2 +-
 16 files changed, 71 insertions(+), 63 deletions(-)

http://git.horde.org/diff.php/shout/admin.php?rt=horde-git&r1=e67605c67d8a96910c7aefbb74a943b18a5232bf&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/lib/Application.php?rt=horde-git&r1=dae5c269c9176e318512a1b25bca19d3511acc2c&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/lib/Driver/Sql.php?rt=horde-git&r1=6fa8b14b533243f9bb58cd94564fe8c439613edb&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/lib/Forms/AccountForm.php?rt=horde-git&r1=e67605c67d8a96910c7aefbb74a943b18a5232bf&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/lib/Forms/ConferenceForm.php?rt=horde-git&r1=ff7a8752491d4aa19017f120ed5ecf2f69a007a5&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/lib/Forms/DeviceForm.php?rt=horde-git&r1=64b235e1c4349dd9a460aee1107862ba2643bab2&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/lib/Forms/ExtensionForm.php?rt=horde-git&r1=64b235e1c4349dd9a460aee1107862ba2643bab2&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/lib/Forms/MenuForm.php?rt=horde-git&r1=bf0d297c1edd74652e5dc6cb34097607ebdb0aa4&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-git&r1=9f046fe9b3ffb81fc25c4c72c6b6fe85d757d78a&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/templates/accounts/list.inc?rt=horde-git&r1=6892d24d14badc8020181001fdcd82b834d452b9&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/templates/conferences/list.inc?rt=horde-git&r1=ff7a8752491d4aa19017f120ed5ecf2f69a007a5&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/templates/devices/list.inc?rt=horde-git&r1=6892d24d14badc8020181001fdcd82b834d452b9&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/templates/dialplan/edit.inc?rt=horde-git&r1=6fa8b14b533243f9bb58cd94564fe8c439613edb&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/templates/extensions/list.inc?rt=horde-git&r1=6892d24d14badc8020181001fdcd82b834d452b9&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/templates/menu.inc?rt=horde-git&r1=4f50f7d13b5eb14d779e9be74f018351fe7ddc84&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb
http://git.horde.org/diff.php/shout/templates/recordings/list.inc?rt=horde-git&r1=6892d24d14badc8020181001fdcd82b834d452b9&r2=a9bc57869fb254a6fe526242b581f3a50fa055cb

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

commit c0b6f11d3ca747de3dd39b329fca31d83a79f5a0
Author: Ben Klang <ben at alkaloid.net>
Date:   Mon Mar 29 16:46:01 2010 -0400

    Shout: Convert to recording_id

 shout/dialplan.php                  |   14 ++++++++++-
 shout/lib/Driver/Sql.php            |   14 +++++-----
 shout/lib/Forms/MenuForm.php        |    8 ++----
 shout/lib/Shout.php                 |    4 +-
 shout/recordings.php                |   10 ++++----
 shout/templates/dialplan/edit.inc   |   12 +++++-----
 shout/templates/recordings/list.inc |   42 ++++++++++++++--------------------
 7 files changed, 53 insertions(+), 51 deletions(-)

http://git.horde.org/diff.php/shout/dialplan.php?rt=horde-git&r1=6fa8b14b533243f9bb58cd94564fe8c439613edb&r2=c0b6f11d3ca747de3dd39b329fca31d83a79f5a0
http://git.horde.org/diff.php/shout/lib/Driver/Sql.php?rt=horde-git&r1=a9bc57869fb254a6fe526242b581f3a50fa055cb&r2=c0b6f11d3ca747de3dd39b329fca31d83a79f5a0
http://git.horde.org/diff.php/shout/lib/Forms/MenuForm.php?rt=horde-git&r1=a9bc57869fb254a6fe526242b581f3a50fa055cb&r2=c0b6f11d3ca747de3dd39b329fca31d83a79f5a0
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-git&r1=a9bc57869fb254a6fe526242b581f3a50fa055cb&r2=c0b6f11d3ca747de3dd39b329fca31d83a79f5a0
http://git.horde.org/diff.php/shout/recordings.php?rt=horde-git&r1=74e6f46d80579f8bd2807e7f4a5de3f44b9668e8&r2=c0b6f11d3ca747de3dd39b329fca31d83a79f5a0
http://git.horde.org/diff.php/shout/templates/dialplan/edit.inc?rt=horde-git&r1=a9bc57869fb254a6fe526242b581f3a50fa055cb&r2=c0b6f11d3ca747de3dd39b329fca31d83a79f5a0
http://git.horde.org/diff.php/shout/templates/recordings/list.inc?rt=horde-git&r1=a9bc57869fb254a6fe526242b581f3a50fa055cb&r2=c0b6f11d3ca747de3dd39b329fca31d83a79f5a0

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

commit 3bd481bb7a8224de00f71c40b7cca397d2d2d421
Author: Ben Klang <ben at alkaloid.net>
Date:   Mon Mar 29 16:47:24 2010 -0400

    Shout: Enable saving menu info

 shout/lib/Ajax/Application.php    |   18 ++++++++++++++++--
 shout/lib/Driver/Sql.php          |    2 +-
 shout/lib/Shout.php               |    2 +-
 shout/recordings.php              |   16 +---------------
 shout/templates/dialplan/edit.inc |    4 ++--
 5 files changed, 21 insertions(+), 21 deletions(-)

http://git.horde.org/diff.php/shout/lib/Ajax/Application.php?rt=horde-git&r1=6fa8b14b533243f9bb58cd94564fe8c439613edb&r2=3bd481bb7a8224de00f71c40b7cca397d2d2d421
http://git.horde.org/diff.php/shout/lib/Driver/Sql.php?rt=horde-git&r1=c0b6f11d3ca747de3dd39b329fca31d83a79f5a0&r2=3bd481bb7a8224de00f71c40b7cca397d2d2d421
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-git&r1=c0b6f11d3ca747de3dd39b329fca31d83a79f5a0&r2=3bd481bb7a8224de00f71c40b7cca397d2d2d421
http://git.horde.org/diff.php/shout/recordings.php?rt=horde-git&r1=c0b6f11d3ca747de3dd39b329fca31d83a79f5a0&r2=3bd481bb7a8224de00f71c40b7cca397d2d2d421
http://git.horde.org/diff.php/shout/templates/dialplan/edit.inc?rt=horde-git&r1=c0b6f11d3ca747de3dd39b329fca31d83a79f5a0&r2=3bd481bb7a8224de00f71c40b7cca397d2d2d421

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

commit 1ef18b6b87de35fff5d5f9b74b33c4529cdcf9b3
Author: Ben Klang <ben at alkaloid.net>
Date:   Mon Mar 29 16:47:53 2010 -0400

    Shout: Attempt to catch and log browser-side exceptions

 shout/lib/Ajax/Application.php    |   12 +
 shout/templates/dialplan/edit.inc |  570 +++++++++++++++++++------------------
 2 files changed, 309 insertions(+), 273 deletions(-)

http://git.horde.org/diff.php/shout/lib/Ajax/Application.php?rt=horde-git&r1=3bd481bb7a8224de00f71c40b7cca397d2d2d421&r2=1ef18b6b87de35fff5d5f9b74b33c4529cdcf9b3
http://git.horde.org/diff.php/shout/templates/dialplan/edit.inc?rt=horde-git&r1=3bd481bb7a8224de00f71c40b7cca397d2d2d421&r2=1ef18b6b87de35fff5d5f9b74b33c4529cdcf9b3

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

commit 6f43cbec00da9575c8d0c54c5dce0068083b49d0
Author: Ben Klang <ben at alkaloid.net>
Date:   Mon Mar 29 16:48:08 2010 -0400

    Shout: Add recording management code

 shout/lib/Driver/Sql.php           |   62 ++++++++++++++++++++++++++++++++
 shout/lib/Forms/RecordingForm.php  |   69 ++++++++++++++++++++++++++++++++++++
 shout/templates/recordings/add.inc |    2 +
 3 files changed, 133 insertions(+), 0 deletions(-)
 create mode 100644 shout/lib/Forms/RecordingForm.php
 create mode 100644 shout/templates/recordings/add.inc

http://git.horde.org/diff.php/shout/lib/Driver/Sql.php?rt=horde-git&r1=3bd481bb7a8224de00f71c40b7cca397d2d2d421&r2=6f43cbec00da9575c8d0c54c5dce0068083b49d0
http://git.horde.org/co.php/shout/lib/Forms/RecordingForm.php?rt=horde-git&r=6f43cbec00da9575c8d0c54c5dce0068083b49d0
http://git.horde.org/co.php/shout/templates/recordings/add.inc?rt=horde-git&r=6f43cbec00da9575c8d0c54c5dce0068083b49d0




More information about the commits mailing list