Ben Klang [Fri, 27 Jun 2008 17:17:10 +0000 (17:17 +0000)]
Add more monthly call stats and take a shot at graphing them.
Ben Klang [Fri, 27 Jun 2008 04:03:51 +0000 (04:03 +0000)]
* Fix pathing and versioning for incubator
* Fix merging Horde driver configuration for SQL-based drivers
Ben Klang [Thu, 26 Jun 2008 19:23:17 +0000 (19:23 +0000)]
Implement better error handling, fix SQL filters
Ben Klang [Thu, 26 Jun 2008 18:30:03 +0000 (18:30 +0000)]
Give a whirl with Image_Graph instead
Ben Klang [Thu, 26 Jun 2008 17:31:47 +0000 (17:31 +0000)]
Stub of page to display per-month call stats
Ben Klang [Thu, 26 Jun 2008 17:31:27 +0000 (17:31 +0000)]
* Add new function to driver to allow showing statisics per-month
* Small adjustments to search page
Ben Klang [Sat, 19 Apr 2008 01:26:06 +0000 (01:26 +0000)]
Initial revision
Ben Klang [Sat, 9 Jan 2010 22:25:11 +0000 (17:25 -0500)]
Shout: Handle edits where the data is not changed in the UI
Also ensure editing a destination removes the original destination.
Ben Klang [Sat, 9 Jan 2010 21:47:54 +0000 (16:47 -0500)]
Shout: Enable editing of existing destinations
TODO: Fix user clicking "save" without changing destination
Ben Klang [Sat, 9 Jan 2010 20:29:58 +0000 (15:29 -0500)]
Shout: Tweaks to js per jslint.com
Ben Klang [Sat, 9 Jan 2010 18:24:47 +0000 (13:24 -0500)]
Shout: Fix saving device IDs to the backend
Ben Klang [Sat, 9 Jan 2010 18:21:31 +0000 (13:21 -0500)]
Shout: Update summary icons when changing destinations
Ben Klang [Sat, 9 Jan 2010 18:21:10 +0000 (13:21 -0500)]
Shout: Enable output compression
Ben Klang [Sat, 9 Jan 2010 16:47:04 +0000 (11:47 -0500)]
Shout: Add spinner on delete destination too
Ben Klang [Sat, 9 Jan 2010 05:15:41 +0000 (00:15 -0500)]
Shout: WS tweak: remove trailing spaces
Ben Klang [Sat, 9 Jan 2010 05:12:35 +0000 (00:12 -0500)]
Shout: Complete Extension UI
* Fully Ajax-ify the add/remove destination functions
* Implement get/add/delete destination in LDAP driver
* Implement get/add/delete destinations in UI
* Todo: Enable ability to specify devices in UI and link to valid device list
My undying gratitude again to the Prototype.js people.
Ben Klang [Fri, 8 Jan 2010 21:29:18 +0000 (16:29 -0500)]
Shout: Fix iterating over destinations array
Thanks to the Prototype.js team for excellent documentation!
Chuck Hagenbuch [Sat, 9 Jan 2010 04:11:35 +0000 (23:11 -0500)]
Add a migration script for creating the tables in rampage_base.xml with Horde_Db
instead of with MDB2_Schema. Should be a bit easier to make work and to get
going.
This currently works, if you have content set up in registry.php, by running:
$ db_migrate -a content
Michael M Slusarz [Fri, 8 Jan 2010 19:31:35 +0000 (12:31 -0700)]
Move to new Horde_Test system.
Michael M Slusarz [Fri, 8 Jan 2010 19:07:45 +0000 (12:07 -0700)]
Track Horde_Mime_Viewer changes.
Michael M Slusarz [Fri, 8 Jan 2010 17:02:28 +0000 (10:02 -0700)]
configFilesMissing() is not used anymore
Ben Klang [Fri, 8 Jan 2010 17:43:36 +0000 (12:43 -0500)]
Shout: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
Ben Klang [Fri, 8 Jan 2010 17:42:44 +0000 (12:42 -0500)]
Hylax: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
Ben Klang [Fri, 8 Jan 2010 17:42:32 +0000 (12:42 -0500)]
Skeleton: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
Ben Klang [Fri, 8 Jan 2010 17:42:25 +0000 (12:42 -0500)]
Gollem: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
Ben Klang [Fri, 8 Jan 2010 17:42:10 +0000 (12:42 -0500)]
Wicked: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
Ben Klang [Fri, 8 Jan 2010 17:41:59 +0000 (12:41 -0500)]
Whups: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
Ben Klang [Fri, 8 Jan 2010 17:41:29 +0000 (12:41 -0500)]
Vilma: Horde::authenticationFailureRedirect() -> Horde_Auth::authenticateFailure()
Ben Klang [Fri, 8 Jan 2010 15:55:43 +0000 (10:55 -0500)]
Merge branch 'Hylax-H4'
Ben Klang [Fri, 8 Jan 2010 15:54:37 +0000 (10:54 -0500)]
Hylax: Fix warnings
* Get rid of getInbox() in favor of a public getFolder()
* Return an empty array if we can return a real list (SpanDSP for now...)
Ben Klang [Fri, 8 Jan 2010 15:45:43 +0000 (10:45 -0500)]
Hylax: Convert classes to PHP5 syntax
Ben Klang [Fri, 8 Jan 2010 15:38:10 +0000 (10:38 -0500)]
Hylax: Fix constructor name
Ben Klang [Fri, 8 Jan 2010 15:33:35 +0000 (10:33 -0500)]
Hylax: Deprecate and remove lib/base.php
Ben Klang [Fri, 8 Jan 2010 15:13:31 +0000 (10:13 -0500)]
Shout: Remove reference to lib/base.php
Ben Klang [Fri, 8 Jan 2010 15:09:27 +0000 (10:09 -0500)]
Hylax: Add Application class to replace lib/base.php
Michael M Slusarz [Thu, 7 Jan 2010 18:33:15 +0000 (11:33 -0700)]
Track changes to DragDrop2
Ben Klang [Thu, 7 Jan 2010 03:27:02 +0000 (22:27 -0500)]
Hylax: Fix call-time-pass-by-reference
Ben Klang [Thu, 7 Jan 2010 02:49:57 +0000 (21:49 -0500)]
Hylax: fix index names to match application
Ben Klang [Thu, 7 Jan 2010 02:48:39 +0000 (21:48 -0500)]
Hylax: Fix filenames to match application
Ben Klang [Thu, 7 Jan 2010 02:37:17 +0000 (21:37 -0500)]
Hylax: Import from CVS Incubator
Michael M Slusarz [Wed, 6 Jan 2010 05:39:05 +0000 (22:39 -0700)]
Not needed - lives in horde-git
Michael J. Rubinsky [Tue, 5 Jan 2010 15:43:04 +0000 (10:43 -0500)]
remove closing php tag
Ben Klang [Mon, 4 Jan 2010 19:30:54 +0000 (14:30 -0500)]
Shout: tweak wording
Ben Klang [Mon, 4 Jan 2010 04:40:33 +0000 (23:40 -0500)]
Shout: Continue working on AJAX destination edits
Ben Klang [Mon, 4 Jan 2010 04:40:05 +0000 (23:40 -0500)]
Shout: Remove dependency on lib/base.php
Ben Klang [Mon, 4 Jan 2010 04:39:49 +0000 (23:39 -0500)]
Shout: ensure prototype.js is loaded
Jan Schneider [Mon, 4 Jan 2010 22:27:17 +0000 (23:27 +0100)]
We only support one major version back.
Jan Schneider [Mon, 4 Jan 2010 17:33:57 +0000 (18:33 +0100)]
Fix at least loading the block.
Michael J. Rubinsky [Mon, 4 Jan 2010 14:19:22 +0000 (09:19 -0500)]
Merged from FW_3:
[mjr] Fix bug in Horde_Image that caused polaroid effect to fail on really old
ImageMagick versions (earlier then 6.3.2).
Ben Klang [Sun, 3 Jan 2010 05:12:16 +0000 (00:12 -0500)]
Shout: Tweak the page data initializtion and fix edit form
Ben Klang [Sun, 3 Jan 2010 04:59:39 +0000 (23:59 -0500)]
Shout: Continue working on destination edit form
This won't work until ajax.php is fully implemented and the remaining JS bugs are quashed. But this is close to working....
Ben Klang [Sun, 3 Jan 2010 03:51:17 +0000 (22:51 -0500)]
Shout: Remove deprecated classes
Ben Klang [Sun, 3 Jan 2010 03:39:39 +0000 (22:39 -0500)]
Shout: Convert base.php to Application.php
Ben Klang [Sat, 2 Jan 2010 22:15:40 +0000 (17:15 -0500)]
Shout: Fix licensing and copyright across application
Ben Klang [Sat, 2 Jan 2010 22:13:56 +0000 (17:13 -0500)]
Shout: Remove last of the dead code (hopefully)
Ben Klang [Sat, 2 Jan 2010 22:09:15 +0000 (17:09 -0500)]
Shout: Remove TODO
Ben Klang [Sat, 2 Jan 2010 22:06:49 +0000 (17:06 -0500)]
Shout: Remove more dead code
Ben Klang [Sat, 2 Jan 2010 22:05:30 +0000 (17:05 -0500)]
Shout: prune a lot of dead code
Ben Klang [Sat, 2 Jan 2010 20:32:43 +0000 (15:32 -0500)]
Shout: Add expandable destination info block
Ben Klang [Sat, 2 Jan 2010 19:08:23 +0000 (14:08 -0500)]
Shout: Begin to rough in the destinations
Ben Klang [Sat, 2 Jan 2010 19:08:01 +0000 (14:08 -0500)]
Shout: Ensure context name appears in device edit form
Ben Klang [Sat, 2 Jan 2010 18:48:11 +0000 (13:48 -0500)]
Shout: tweaks to the delete pages (still need more love)
Ben Klang [Sat, 2 Jan 2010 18:47:40 +0000 (13:47 -0500)]
Shout: Make this icon look more like a real telephone pole
Ben Klang [Sat, 2 Jan 2010 18:46:54 +0000 (13:46 -0500)]
Shout: Trim off the channel type from device names
Ben Klang [Sat, 2 Jan 2010 18:24:06 +0000 (13:24 -0500)]
Shout: remove deprecated code
Ben Klang [Sat, 2 Jan 2010 18:07:50 +0000 (13:07 -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
Ben Klang [Sat, 2 Jan 2010 18:06:12 +0000 (13:06 -0500)]
Shout: Fix copyright statement
Ben Klang [Sat, 2 Jan 2010 18:05:49 +0000 (13:05 -0500)]
Shout: Add Horde row striping
Ben Klang [Sat, 2 Jan 2010 17:31:12 +0000 (12:31 -0500)]
Vilma: A null driver should really do nothing
Ben Klang [Sat, 2 Jan 2010 17:26:54 +0000 (12:26 -0500)]
Beatnik: Convert Horde_Exception to Beatnik_Exception
Ben Klang [Sat, 2 Jan 2010 17:23:28 +0000 (12:23 -0500)]
Vilma: Convert PEAR::raiseError to Vilma_Exception
Ben Klang [Sat, 2 Jan 2010 17:13:49 +0000 (12:13 -0500)]
Vilma: Move perms to the Vilma_Application class
Ben Klang [Sat, 2 Jan 2010 05:03:12 +0000 (00:03 -0500)]
Add button and link to create new device
Ben Klang [Sat, 2 Jan 2010 04:58:12 +0000 (23:58 -0500)]
Shout: Complete device editing form & processing
Still some rough edges here, and delete likely doesn't work. But most of the functionality necessary to add or edit devices is in place. Editing has been lightly tested.
Ben Klang [Sat, 2 Jan 2010 04:57:42 +0000 (23:57 -0500)]
Shout: Fix message string "User" -> "Extension"
Ben Klang [Sat, 2 Jan 2010 02:34:23 +0000 (21:34 -0500)]
Remove this deprecated file
Ben Klang [Sat, 2 Jan 2010 01:59:09 +0000 (20:59 -0500)]
Enable deleting extensions in the LDAP driver
Also make fixes to the extensions processing page.
Ben Klang [Fri, 1 Jan 2010 20:33:21 +0000 (15:33 -0500)]
Add delete extension functionality
Ben Klang [Fri, 1 Jan 2010 02:22:29 +0000 (21:22 -0500)]
Get Add and Edit Extension forms working with LDAP
Ben Klang [Thu, 31 Dec 2009 21:54:08 +0000 (16:54 -0500)]
Shout: Cleanup whitespaces and missing text
Ben Klang [Thu, 31 Dec 2009 21:53:29 +0000 (16:53 -0500)]
Kill corrupt image, add new "Add Extension" button
Ben Klang [Thu, 31 Dec 2009 21:53:02 +0000 (16:53 -0500)]
Add perms method and Application class
Ben Klang [Thu, 31 Dec 2009 21:52:28 +0000 (16:52 -0500)]
Add button to add new extension
Ben Klang [Thu, 31 Dec 2009 21:52:02 +0000 (16:52 -0500)]
Move perms to Application class
Ben Klang [Thu, 31 Dec 2009 21:51:09 +0000 (16:51 -0500)]
Shout: verify the passed-in context is valid
Ben Klang [Thu, 31 Dec 2009 21:50:08 +0000 (16:50 -0500)]
Shout: convert constructor to PHP5 syntax
Ben Klang [Thu, 31 Dec 2009 21:48:57 +0000 (16:48 -0500)]
Shout: stylesheet fixes
Get rid of old row-coloring styles
Add new inline list styles for submenus
Michael M Slusarz [Thu, 31 Dec 2009 09:26:45 +0000 (02:26 -0700)]
Add CRLF ignores.
Jan Schneider [Wed, 30 Dec 2009 23:21:26 +0000 (00:21 +0100)]
MFB: Remove stray slash (Bug #8804).
Ben Klang [Wed, 30 Dec 2009 23:03:34 +0000 (18:03 -0500)]
Merge remote branch 'svnshout/master' into shout
Ben Klang [Wed, 30 Dec 2009 23:02:27 +0000 (18:02 -0500)]
Move files into app subdir
Ben Klang [Wed, 30 Dec 2009 22:40:30 +0000 (22:40 +0000)]
Continue working on extensions
Getting closer to being able to save extension data to the backend again.
git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@506
06cd67b6-e706-0410-b29e-
9de616bca6e9
Ben Klang [Wed, 30 Dec 2009 22:17:43 +0000 (17:17 -0500)]
Convert to H4 and exception handling
Some PEAR_Error checks are left for the PEAR DB library. Everything else should be handled using PHP5 exceptions.
Ben Klang [Wed, 30 Dec 2009 20:33:18 +0000 (15:33 -0500)]
Fix call-time pass by reference
Jan Schneider [Wed, 30 Dec 2009 18:04:09 +0000 (19:04 +0100)]
MFB: Fix argument order (Bug #7343).
Jan Schneider [Wed, 30 Dec 2009 18:03:36 +0000 (19:03 +0100)]
MFB: Set filter_seen and show_filter_msg parameters here too.
Jan Schneider [Wed, 30 Dec 2009 14:20:58 +0000 (15:20 +0100)]
MFB: Work around Funambol clients requiring a configuration database (Bug #8621).
Jan Schneider [Wed, 30 Dec 2009 14:19:29 +0000 (15:19 +0100)]
MFB:
[jan] Only export non-empty fields if exporting manually.
[jan] Add export to vCard 3.0.
Jan Schneider [Wed, 30 Dec 2009 14:14:40 +0000 (15:14 +0100)]
Re-add lost hooks file. Still need to fix where the hooks are called.
Jan Schneider [Wed, 30 Dec 2009 14:09:01 +0000 (15:09 +0100)]
Add Turba_Exception.