[commits] Horde branch develop updated. 8b016786abd52dfe053e2e7fb65fedc5ff8ff18e
Michael M Slusarz
slusarz at horde.org
Wed May 30 21:05:11 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 58a5f0b7f331a686c36ce419f0725ce032b1e2fb
a06326d disableCompression is a better label for this method
c20018f Move download generation to the Horde application API
f0e414f Store base HordeCore conf/text data in the class itself
8b01678 wrapping, braces style
-----------------------------------------------------------------------
commit a06326d8c64072e8d58c11af52d3c4036098f529
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue May 29 12:40:53 2012 -0600
disableCompression is a better label for this method
framework/Core/lib/Horde/PageOutput.php | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/a06326d8c64072e8d58c11af52d3c4036098f529
-----------------------------------------------------------------------
commit c20018fa925a776c94f65fd2136851ed9233009f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri May 25 01:34:25 2012 -0600
Move download generation to the Horde application API
No longer any need to have a specifically named script (i.e. view.php) in
an application to allow donwloads.
framework/Core/js/hordecore.js | 10 +
framework/Core/lib/Horde.php | 77 -----
framework/Core/lib/Horde/PageOutput.php | 1 +
framework/Core/lib/Horde/Registry.php | 23 ++-
framework/Core/lib/Horde/Registry/Application.php | 24 ++
gollem/lib/Api.php | 1 -
gollem/lib/Application.php | 25 ++
gollem/manager.php | 3 +-
gollem/view.php | 78 ++----
horde/services/download/index.php | 52 +++-
imp/folders.php | 14 +-
imp/js/dimpbase.js | 6 +-
imp/lib/Ajax/Application/ShowMessage.php | 2 +-
imp/lib/Application.php | 73 +++++
imp/lib/Compose/View.php | 54 ++++
imp/lib/Contents.php | 51 ++--
imp/lib/Contents/View.php | 295 +++++++++++++++++++
imp/lib/Ui/Folder.php | 48 ---
imp/message.php | 2 +-
imp/view.php | 317 +++------------------
kronolith/data.php | 124 +--------
kronolith/lib/Ajax.php | 2 +-
kronolith/lib/Application.php | 129 +++++++++
kronolith/templates/data/export.inc | 2 +-
mnemo/data.php | 43 +---
mnemo/lib/Application.php | 48 +++
mnemo/templates/data/export.inc | 2 +-
nag/data.php | 67 +----
nag/lib/Api.php | 2 +-
nag/lib/Application.php | 71 +++++
nag/templates/data/export.inc | 2 +-
turba/data.php | 178 +-----------
turba/lib/Application.php | 205 +++++++++++++
turba/lib/Object.php | 16 +-
turba/templates/browse/actions.inc | 2 +-
turba/templates/data/export.inc | 2 +-
turba/view.php | 29 +--
whups/data.php | 61 ----
whups/lib/Application.php | 90 ++++++
whups/lib/Driver.php | 2 +-
whups/lib/Whups.php | 2 +-
whups/templates/view/results.inc | 3 +-
whups/view.php | 49 ++--
wicked/lib/Application.php | 56 ++++
wicked/lib/Page/AttachedFiles.php | 4 +-
wicked/templates/display/standard.inc | 2 +-
wicked/view.php | 67 -----
47 files changed, 1322 insertions(+), 1094 deletions(-)
create mode 100644 imp/lib/Compose/View.php
create mode 100644 imp/lib/Contents/View.php
delete mode 100644 whups/data.php
delete mode 100644 wicked/view.php
http://git.horde.org/horde-git/-/commit/c20018fa925a776c94f65fd2136851ed9233009f
-----------------------------------------------------------------------
commit f0e414f06792dfbc6f60125738a758cf79d8b05e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri May 25 18:23:56 2012 -0600
Store base HordeCore conf/text data in the class itself
framework/Core/js/hordecore.js | 44 ++++++++++++++-----------------
framework/Core/lib/Horde/PageOutput.php | 4 +-
hermes/js/hermes.js | 2 +-
imp/js/dimpbase.js | 4 +-
kronolith/js/kronolith.js | 2 +-
5 files changed, 26 insertions(+), 30 deletions(-)
http://git.horde.org/horde-git/-/commit/f0e414f06792dfbc6f60125738a758cf79d8b05e
-----------------------------------------------------------------------
commit 8b016786abd52dfe053e2e7fb65fedc5ff8ff18e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed May 30 15:04:19 2012 -0600
wrapping, braces style
framework/Core/lib/Horde/Registry/Application.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/8b016786abd52dfe053e2e7fb65fedc5ff8ff18e
More information about the commits
mailing list