The branch "master" has been updated. The following is a summary of the commits.
from: 6ef36b5586c62acb00758aebe176b59785810e80 2b0318c Fix scope 6376b82 Remove debug output. a566dcd Start refactoring export functionality to Horde 5. 5771508 Don't cast ids to int blindly. It might be an array of ids. 4ef1ecd $hours is an array of Hermes_Slice objects now. 68f7edd UI support for exporting search results. ef47cf2 Fix choosing format via the UI. 7285314 Add missing template file. ----------------------------------------------------------------------- commit 2b0318cb85aee2a9929fe12d764164ff5da23b8a Author: Michael J Rubinsky <[email protected]> Date: Thu Nov 15 20:23:13 2012 -0500 Fix scope hermes/lib/Ajax/Application/Handler.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/2b0318cb85aee2a9929fe12d764164ff5da23b8a ----------------------------------------------------------------------- commit 6376b828e4c8460fc1f345aa1258241733922865 Author: Michael J Rubinsky <[email protected]> Date: Thu Nov 15 20:23:27 2012 -0500 Remove debug output. hermes/lib/Ajax/Application/Handler.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/6376b828e4c8460fc1f345aa1258241733922865 ----------------------------------------------------------------------- commit a566dcda5a04526a153b325413d2947fdf8dd3d2 Author: Michael J Rubinsky <[email protected]> Date: Thu Nov 15 20:24:09 2012 -0500 Start refactoring export functionality to Horde 5. hermes/lib/Application.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/a566dcda5a04526a153b325413d2947fdf8dd3d2 ----------------------------------------------------------------------- commit 57715086437e33aa295b04a28c60e07f228dee9b Author: Michael J Rubinsky <[email protected]> Date: Thu Nov 15 20:25:09 2012 -0500 Don't cast ids to int blindly. It might be an array of ids. hermes/lib/Driver/Sql.php | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/57715086437e33aa295b04a28c60e07f228dee9b ----------------------------------------------------------------------- commit 4ef1ecdb01b79074f2b9b3388b6044996be2f623 Author: Michael J Rubinsky <[email protected]> Date: Thu Nov 15 20:25:44 2012 -0500 $hours is an array of Hermes_Slice objects now. hermes/lib/Hermes.php | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/4ef1ecdb01b79074f2b9b3388b6044996be2f623 ----------------------------------------------------------------------- commit 68f7edd82314781be8ba2fd337197e9ed9c6624f Author: Michael J Rubinsky <[email protected]> Date: Thu Nov 15 20:26:30 2012 -0500 UI support for exporting search results. hermes/js/hermes.js | 26 ++++++++++++++++++++++++++ hermes/lib/Ajax.php | 3 +++ hermes/templates/dynamic/index.inc | 16 +++++++++++----- hermes/templates/dynamic/search.inc | 1 + 4 files changed, 41 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/68f7edd82314781be8ba2fd337197e9ed9c6624f ----------------------------------------------------------------------- commit ef47cf2b420a0a76ce9abbb84fd46a09b3c8662c Author: Michael J Rubinsky <[email protected]> Date: Thu Nov 15 20:32:50 2012 -0500 Fix choosing format via the UI. hermes/js/hermes.js | 3 ++- hermes/lib/Ajax.php | 4 ++-- hermes/lib/Application.php | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/ef47cf2b420a0a76ce9abbb84fd46a09b3c8662c ----------------------------------------------------------------------- commit 728531449eea8002ed722a8a799f226241c6e3c4 Author: Michael J Rubinsky <[email protected]> Date: Thu Nov 15 20:42:41 2012 -0500 Add missing template file. hermes/package.xml | 6 ++++-- hermes/templates/dynamic/export.inc | 31 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 hermes/templates/dynamic/export.inc http://git.horde.org/horde-git/-/commit/728531449eea8002ed722a8a799f226241c6e3c4 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
