[commits] Horde branch master updated. 89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
Michael M Slusarz
slusarz at horde.org
Thu Nov 25 05:31:36 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: ad2e4b114376acce086144a6c9ee2ccad11de54f
cca24f9 Add mailbox name to context menu
dd95404 Use better signature for session blocks data
dd8c280 JSON encode prefs scope object when serializing.
6a967c3 Partial revert of 32a4f6ed963f7b08dec90285b09a3c170b7ca09f
9d3811e Fix function call
2d187ab RecursiveDirectoryIterator was expected to throw an exception
89cc9ab Prefs UI fixes
-----------------------------------------------------------------------
commit cca24f93a676e5ef6944ca244123dc25156708d3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 24 12:23:08 2010 -0700
Add mailbox name to context menu
imp/js/dimpbase.js | 8 ++++++++
imp/templates/dimp/index.inc | 10 ++++++++++
imp/themes/default/dimp/screen.css | 2 +-
3 files changed, 19 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=88fb1a63a29f657fe116caf546b366700c709463&r2=cca24f93a676e5ef6944ca244123dc25156708d3
http://git.horde.org/diff.php/imp/templates/dimp/index.inc?rt=horde-git&r1=80d2c93f8fd1e8e1d155e3ad2ba5abd3ae872ce8&r2=cca24f93a676e5ef6944ca244123dc25156708d3
http://git.horde.org/diff.php/imp/themes/default/dimp/screen.css?rt=horde-git&r1=d17bdd3b9c1f77b47c81a248c2ba8a42317a3703&r2=cca24f93a676e5ef6944ca244123dc25156708d3
-----------------------------------------------------------------------
commit dd954048c2f8ebd5a4609c19a0f84186f0f600b6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 24 13:48:14 2010 -0700
Use better signature for session blocks data
framework/Block/lib/Horde/Block/Collection.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Collection.php?rt=horde-git&r1=7988b797380b30f8ac00a4febbe59aec44a1795b&r2=dd954048c2f8ebd5a4609c19a0f84186f0f600b6
-----------------------------------------------------------------------
commit dd8c280eca44d95378f91118fce54025dd32077f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 24 14:44:16 2010 -0700
JSON encode prefs scope object when serializing.
Another advantage of requiring UTF-8 input to prefs - JSON encoding
provides ~12% storage advantage (in my limited testing) over serialize().
framework/Prefs/lib/Horde/Prefs/Scope.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Scope.php?rt=horde-git&r1=e42b0c9a2e41ab5d6e42ebec540ce70af56a1f38&r2=dd8c280eca44d95378f91118fce54025dd32077f
-----------------------------------------------------------------------
commit 6a967c3876f22deb0859077b7fdcc60175cad2e1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 24 15:42:24 2010 -0700
Partial revert of 32a4f6ed963f7b08dec90285b09a3c170b7ca09f
The last internal recursive call to the function will most likely not be
an array - so we can't typehint.
framework/Util/lib/Horde/Array.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Util/lib/Horde/Array.php?rt=horde-git&r1=be318f54b3638bcbd338e49da74e4ac342dbe574&r2=6a967c3876f22deb0859077b7fdcc60175cad2e1
-----------------------------------------------------------------------
commit 9d3811ec914fa7cae28d936e8963e14e3ac03a64
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 24 16:29:45 2010 -0700
Fix function call
framework/Icalendar/lib/Horde/Icalendar.php | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-git&r1=84bc65d7b98b98f4d74025b8e3e3f30f9fd20795&r2=9d3811ec914fa7cae28d936e8963e14e3ac03a64
-----------------------------------------------------------------------
commit 2d187ab0ed14eeca1d5d15af1c6848ab99d7ab73
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 24 20:37:52 2010 -0700
RecursiveDirectoryIterator was expected to throw an exception
But in hindsight that doesn't make sense. So catch the exception and
skip processing if caught.
framework/Core/lib/Horde/Themes/Cache.php | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes/Cache.php?rt=horde-git&r1=ad2e4b114376acce086144a6c9ee2ccad11de54f&r2=2d187ab0ed14eeca1d5d15af1c6848ab99d7ab73
-----------------------------------------------------------------------
commit 89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 24 22:26:39 2010 -0700
Prefs UI fixes
Remove prefsEnum() call; replace with prefsGroup() call
prefsInit() is designed for tasks that need to run once on the page.
This is where all suppressGroups handling should go.
Next, prefsGroups() is used to determine the list of prefs that need to
be updated. However, after prefs are updated, suppressed prefs may
change so we need to run prefsGroups() again to get the updated list of
suppressed prefs for display.
prefsEnum() becomes redundant because it can be handled in either
prefsInit() or prefsGroups().
agora/lib/Application.php | 21 ++-
ansel/lib/Application.php | 4 +-
framework/Core/lib/Horde/Core/Prefs/Ui.php | 29 +--
framework/Core/lib/Horde/Registry/Application.php | 12 +-
horde/lib/Application.php | 10 -
horde/lib/Prefs/Ui.php | 26 +--
imp/lib/Application.php | 12 +-
imp/lib/Prefs/Ui.php | 285 +++++++++++----------
kronolith/lib/Application.php | 81 ++----
mnemo/lib/Application.php | 4 +-
nag/lib/Application.php | 29 +-
turba/lib/Application.php | 18 +--
12 files changed, 244 insertions(+), 287 deletions(-)
http://git.horde.org/diff.php/agora/lib/Application.php?rt=horde-git&r1=464c49cf51f8f91f978528885133e47780b4690f&r2=89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
http://git.horde.org/diff.php/ansel/lib/Application.php?rt=horde-git&r1=464c49cf51f8f91f978528885133e47780b4690f&r2=89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=9a21d76aad7e35cd62c38147db3c92f94cd50121&r2=89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry/Application.php?rt=horde-git&r1=7f3c48cf02e1596535aa02f377455780e4fde0e3&r2=89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
http://git.horde.org/diff.php/horde/lib/Application.php?rt=horde-git&r1=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081&r2=89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
http://git.horde.org/diff.php/horde/lib/Prefs/Ui.php?rt=horde-git&r1=b67e085bc75067a181344d04d2688141a5116e3c&r2=89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=e7e748d0e10844fc1c8231d0e29850c6015e52bf&r2=89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=e92552eb8bc6492c8f5602c19c4d56689bfbf75d&r2=89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=464c49cf51f8f91f978528885133e47780b4690f&r2=89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
http://git.horde.org/diff.php/mnemo/lib/Application.php?rt=horde-git&r1=464c49cf51f8f91f978528885133e47780b4690f&r2=89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=464c49cf51f8f91f978528885133e47780b4690f&r2=89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
http://git.horde.org/diff.php/turba/lib/Application.php?rt=horde-git&r1=464c49cf51f8f91f978528885133e47780b4690f&r2=89cc9ab4cc71249fed38d1e480b5d6dae16b31f5
More information about the commits
mailing list