[commits] Horde branch master updated. 8c5b14dc83ec38cb27890f847afae2da80b618c0
Michael M Slusarz
slusarz at horde.org
Mon Dec 20 19:11:48 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: ea9ca82f1285e8f4c368dab827d9bb233ea7c893
df87950 Fix undefined variable warning
3bd8a18 Fix language change on login screen
739812a Don't mask errors
7fd5d34 Bug #9424: Need to unset apis variable - or else it won't be rebuilt
8c5b14d Cleanup registry.php.dist file
-----------------------------------------------------------------------
commit df87950a16a265d71e7aed84c1e9de787773fddc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Dec 20 10:18:00 2010 -0700
Fix undefined variable warning
framework/Core/lib/Horde/Registry.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/df87950a16a265d71e7aed84c1e9de787773fddc
-----------------------------------------------------------------------
commit 3bd8a189d4915f068ce33579202f253b31725e6f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Dec 20 10:18:17 2010 -0700
Fix language change on login screen
horde/login.php | 72 ++++++++++++++++++++++++++++--------------------------
1 files changed, 37 insertions(+), 35 deletions(-)
http://git.horde.org/horde-git/-/commit/3bd8a189d4915f068ce33579202f253b31725e6f
-----------------------------------------------------------------------
commit 739812a226c22d6dd666cd63b758d3ec2b753649
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Dec 20 10:18:47 2010 -0700
Don't mask errors
framework/Core/lib/Horde/Registry.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/739812a226c22d6dd666cd63b758d3ec2b753649
-----------------------------------------------------------------------
commit 7fd5d34ce9e01a6ccc027131894b18b3c0a813aa
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Dec 20 10:19:17 2010 -0700
Bug #9424: Need to unset apis variable - or else it won't be rebuilt
framework/Core/lib/Horde/Registry.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/7fd5d34ce9e01a6ccc027131894b18b3c0a813aa
-----------------------------------------------------------------------
commit 8c5b14dc83ec38cb27890f847afae2da80b618c0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Dec 20 11:52:37 2010 -0700
Cleanup registry.php.dist file
Format remains the same, so no need to alter current config file. But
offers the following improvements:
Use one array to eliminate duplicative/confusing $this->applications[]
instances scattered throughout.
'status' no longer required; defaults to 'active'.
'fileroot' and 'webroot' no longer required; defaults to HORDE_BASE and
web auto-detection respectively.
Move web auto-detection into Horde_Registry. If auto-detection doesn't
work for an admin, it makes more sense for them to just enter the proper
webroot rather than trying to tweak the detection function.
Additionally, registry.php can now be loaded multiple times in an access
- since the registry needs to be completely rebuilt for things like a
forced config change or langauge switch. Thus, this prevents the need
for a function_exists() check.
Add optional variables to allow for definition of app fileroot/webroot
if different than Horde's. Very useful for dev's - no need to hardcode
fileroot values for each application if using links.
framework/Core/lib/Horde/Registry.php | 79 ++++-
horde/config/registry.php.dist | 627 ++++++++++++++-------------------
2 files changed, 325 insertions(+), 381 deletions(-)
http://git.horde.org/horde-git/-/commit/8c5b14dc83ec38cb27890f847afae2da80b618c0
More information about the commits
mailing list