[commits] Horde branch develop updated. b69dc940bb9edef891a3a36fb2aca04535c58cc8
Michael M Slusarz
slusarz at horde.org
Thu May 31 22:28:30 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: c53c52ca045735e9e7455ce309bc389d92ad4f47
cbb112c Fix extended class
9e40789 phpdoc
d379b57 Improvements to AJAX framework
3db2135 coding style
b69dc94 Fixes to horde popup JS no longer requires urlencoding of params
-----------------------------------------------------------------------
commit cbb112c9e31af4755b882cecba2130b733920a16
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu May 31 12:04:27 2012 -0600
Fix extended class
turba/lib/Exception/ObjectExists.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cbb112c9e31af4755b882cecba2130b733920a16
-----------------------------------------------------------------------
commit 9e40789484e5558069b7a73c6725c28a7518c4fb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu May 31 14:16:31 2012 -0600
phpdoc
framework/Core/lib/Horde/Registry/Application.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/9e40789484e5558069b7a73c6725c28a7518c4fb
-----------------------------------------------------------------------
commit d379b5751383cd7ab814143d2e8d6d1302b99e97
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu May 31 14:18:37 2012 -0600
Improvements to AJAX framework
Add an _init() method so that apps don't have to extend the more
complicated constructor (with it's 3 arguments).
Add a helper framework to allow AJAX methods to be easily added to an
application.
Move Core AJAX methods to helpers - applications now need to manually
add the helpers they need instead of relying on these "base" methods.
ansel/lib/Ajax/Application.php | 7 +
framework/Core/lib/Horde/Core/Ajax/Application.php | 146 ++----
framework/Core/lib/Horde/Core/Ajax/Application/Helper/Chunk.php | 37 ++
framework/Core/lib/Horde/Core/Ajax/Application/Helper/Email.php | 64 +++
framework/Core/lib/Horde/Core/Ajax/Application/Helper/Groups.php | 45 ++
framework/Core/lib/Horde/Core/Ajax/Application/Helper/Prefs.php | 34 ++
framework/Core/package.xml | 16 +-
imp/lib/Ajax/Application.php | 14 +-
kronolith/lib/Ajax/Application.php | 26 +-
mnemo/lib/Ajax/Application.php | 11 +-
nag/lib/Ajax/Application.php | 11 +-
skeleton/lib/Ajax/Application.php | 35 +--
trean/lib/Ajax/Application.php | 11 +-
13 files changed, 307 insertions(+), 150 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Ajax/Application/Helper/Chunk.php
create mode 100644 framework/Core/lib/Horde/Core/Ajax/Application/Helper/Email.php
create mode 100644 framework/Core/lib/Horde/Core/Ajax/Application/Helper/Groups.php
create mode 100644 framework/Core/lib/Horde/Core/Ajax/Application/Helper/Prefs.php
http://git.horde.org/horde-git/-/commit/d379b5751383cd7ab814143d2e8d6d1302b99e97
-----------------------------------------------------------------------
commit 3db213504efd6d65e6d13e0ad6bfd56a227f1c89
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu May 31 15:28:19 2012 -0600
coding style
imp/lib/Contents.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/3db213504efd6d65e6d13e0ad6bfd56a227f1c89
-----------------------------------------------------------------------
commit b69dc940bb9edef891a3a36fb2aca04535c58cc8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu May 31 15:32:51 2012 -0600
Fixes to horde popup JS no longer requires urlencoding of params
framework/Core/lib/Horde.php | 16 ++++------------
1 files changed, 4 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/b69dc940bb9edef891a3a36fb2aca04535c58cc8
More information about the commits
mailing list