[commits] Horde branch master updated. 75e3ac86b42fcad1ff1c4094461c3622b34e37fb
Michael M Slusarz
slusarz at horde.org
Sun Feb 9 23:45:15 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: c9212108aa6f9b9eba2719a1ce7759dab9b2294e
828c95e Have Ingo::loadBackends() filter out disabled backends
9351b6e More tweaking of rule page
5ce2666 Bump version
0e38062 Fix paths
2652f7b [mms] Replace max blacklist/whitelist configuration parameters with equivalent permissions options.
4b64915 js tweaks
951018c Fix license references (Apache, not GPL)
96434de tweaks
231cce3 Make sort saving an AJAX action instead of requiring a manual save.
75e3ac8 Add Horde_Registry#loadConfigFile()
Summary: http://github.com/horde/horde/compare/c9212108aa6f9b9eba2719a1ce7759dab9b2294e...75e3ac86b42fcad1ff1c4094461c3622b34e37fb
-----------------------------------------------------------------------
commit 828c95e6ebf577a3375acdf18ed723309a803ff9
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Feb 9 13:02:07 2014 -0700
Have Ingo::loadBackends() filter out disabled backends
ingo/lib/Application.php | 3 +--
ingo/lib/Ingo.php | 9 ++++++++-
ingo/lib/Session.php | 4 ----
3 files changed, 9 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/828c95e6ebf577a3375acdf18ed723309a803ff9
http://git.horde.org/horde-git/-/commit/828c95e6ebf577a3375acdf18ed723309a803ff9
-----------------------------------------------------------------------
commit 9351b6e719dc4ea0c6e9140753d8c5a8ce5d1290
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 7 02:30:54 2014 -0700
More tweaking of rule page
ingo/templates/basic/rule/rule.html.php | 82 ++++++++++++++----------------
ingo/themes/default/screen.css | 12 ++++-
2 files changed, 49 insertions(+), 45 deletions(-)
http://github.com/horde/horde/commit/9351b6e719dc4ea0c6e9140753d8c5a8ce5d1290
http://git.horde.org/horde-git/-/commit/9351b6e719dc4ea0c6e9140753d8c5a8ce5d1290
-----------------------------------------------------------------------
commit 5ce266629717a10ec6dfc4d50bd4542ee7ce871f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 7 02:32:10 2014 -0700
Bump version
ingo/lib/Application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/5ce266629717a10ec6dfc4d50bd4542ee7ce871f
http://git.horde.org/horde-git/-/commit/5ce266629717a10ec6dfc4d50bd4542ee7ce871f
-----------------------------------------------------------------------
commit 0e380621fe54528f5d7e365b4b7a6fe2bac6f44a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 7 02:36:31 2014 -0700
Fix paths
ingo/bin/ingo-convert-prefs-to-sql | 2 +-
ingo/bin/ingo-convert-sql-shares-to-sqlng | 8 ++++----
ingo/bin/ingo-postfix-policyd | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/0e380621fe54528f5d7e365b4b7a6fe2bac6f44a
http://git.horde.org/horde-git/-/commit/0e380621fe54528f5d7e365b4b7a6fe2bac6f44a
-----------------------------------------------------------------------
commit 2652f7bd31e91db8bb16efb7a39f7517dd57c663
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 7 02:52:52 2014 -0700
[mms] Replace max blacklist/whitelist configuration parameters with equivalent permissions options.
ingo/bin/ingo-admin-upgrade | 94 +++++++++++++++++++++++++++++++++
ingo/config/conf.xml | 4 --
ingo/docs/CHANGES | 2 +
ingo/docs/UPGRADING | 29 ++++++++++
ingo/lib/Application.php | 47 +++++------------
ingo/lib/Basic/Filters.php | 23 ++++----
ingo/lib/Basic/Rule.php | 17 +++---
ingo/lib/Perms.php | 114 ++++++++++++++++++++++++++++++++++++++++
ingo/lib/Storage/Blacklist.php | 9 ++--
ingo/lib/Storage/Whitelist.php | 9 ++--
ingo/package.xml | 7 ++-
11 files changed, 289 insertions(+), 66 deletions(-)
create mode 100755 ingo/bin/ingo-admin-upgrade
create mode 100644 ingo/lib/Perms.php
http://github.com/horde/horde/commit/2652f7bd31e91db8bb16efb7a39f7517dd57c663
http://git.horde.org/horde-git/-/commit/2652f7bd31e91db8bb16efb7a39f7517dd57c663
-----------------------------------------------------------------------
commit 4b64915e86a3ed6f3c72213c1392adba8af68262
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 7 02:56:00 2014 -0700
js tweaks
ingo/js/blacklist.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/4b64915e86a3ed6f3c72213c1392adba8af68262
http://git.horde.org/horde-git/-/commit/4b64915e86a3ed6f3c72213c1392adba8af68262
-----------------------------------------------------------------------
commit 951018cb96d6e41ebdcd99fc9873272c6a9903e0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 7 03:00:54 2014 -0700
Fix license references (Apache, not GPL)
ingo/js/filters.js | 4 ++--
ingo/js/new_folder.js | 4 ++--
ingo/js/rule.js | 4 ++--
ingo/lib/Test.php | 5 ++---
ingo/migration/4_ingo_upgrade_sqlhierarchical.php | 15 +++++++--------
ingo/migration/5_ingo_upgrade_sqlnghierarchical.php | 15 +++++++--------
ingo/migration/6_ingo_upgrade_parents.php | 9 ++++-----
7 files changed, 26 insertions(+), 30 deletions(-)
http://github.com/horde/horde/commit/951018cb96d6e41ebdcd99fc9873272c6a9903e0
http://git.horde.org/horde-git/-/commit/951018cb96d6e41ebdcd99fc9873272c6a9903e0
-----------------------------------------------------------------------
commit 96434deff2363e397687d4dddb689cf77caea281
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 7 03:07:44 2014 -0700
tweaks
ingo/lib/Application.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/96434deff2363e397687d4dddb689cf77caea281
http://git.horde.org/horde-git/-/commit/96434deff2363e397687d4dddb689cf77caea281
-----------------------------------------------------------------------
commit 231cce3b13ee4a43311a35a0974e9479179533fe
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Feb 9 15:03:46 2014 -0700
Make sort saving an AJAX action instead of requiring a manual save.
ingo/js/filters.js | 12 ++----
ingo/lib/Ajax/Application.php | 5 ++
ingo/lib/Ajax/Application/Filters.php | 57 +++++++++++++++++++++++++
ingo/lib/Basic/Filters.php | 27 ++----------
ingo/package.xml | 2 +
ingo/templates/basic/filters/filters.html.php | 5 --
6 files changed, 73 insertions(+), 35 deletions(-)
create mode 100644 ingo/lib/Ajax/Application/Filters.php
http://github.com/horde/horde/commit/231cce3b13ee4a43311a35a0974e9479179533fe
http://git.horde.org/horde-git/-/commit/231cce3b13ee4a43311a35a0974e9479179533fe
-----------------------------------------------------------------------
commit 75e3ac86b42fcad1ff1c4094461c3622b34e37fb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Feb 9 16:35:07 2014 -0700
Add Horde_Registry#loadConfigFile()
1. This is a common utility method, so it makes sense to provide a
direct registry method to hide the details.
2. Additional bonus: allows for caching of the config files, so a single
config can be acessed multiple times but only needs to be loaded from
disk once.
framework/Core/lib/Horde/Core/Factory/MimeViewer.php | 5 +-
framework/Core/lib/Horde/Core/Factory/SpellChecker.php | 5 +-
framework/Core/lib/Horde/Core/Hooks.php | 4 +-
framework/Core/lib/Horde/Core/Prefs/Storage/Configuration.php | 4 +-
framework/Core/lib/Horde/Core/Prefs/Ui.php | 4 +-
framework/Core/lib/Horde/Deprecated.php | 12 +---
framework/Core/lib/Horde/Registry.php | 34 ++++++++-
framework/Core/lib/Horde/Registry/Nlsconfig.php | 23 +++---
horde/config/hooks.php.dist | 3 +-
horde/templates/login/login.inc | 3 +-
horde/templates/login/resetpassword.inc | 3 +-
horde/templates/login/signup.inc | 3 +-
imp/lib/Imap.php | 6 +-
ingo/lib/Ingo.php | 4 +-
turba/lib/Application.php | 15 ++--
turba/lib/Turba.php | 7 +-
16 files changed, 85 insertions(+), 50 deletions(-)
http://github.com/horde/horde/commit/75e3ac86b42fcad1ff1c4094461c3622b34e37fb
http://git.horde.org/horde-git/-/commit/75e3ac86b42fcad1ff1c4094461c3622b34e37fb
More information about the commits
mailing list