|
1.1.10.14 FRAMEWORK_3 (+2 -2 lines) |
01/02/2008 06:30 AM |
Jan Schneider jan |
Happy New Year Tags: HORDE_3_3, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2 |
|
1.19 (+2 -2 lines) |
01/02/2008 06:12 AM |
Jan Schneider jan |
Happy New Year |
|
1.1.10.13 FRAMEWORK_3 (+133 -85 lines) |
12/20/2007 08:49 AM |
Jan Schneider jan |
Merge from HEAD. |
|
1.18 (+2 -2 lines) |
06/27/2007 01:23 PM |
Jan Schneider jan |
Bump year, looks like a missed a few last time. Tags: BEFORE_MERGE_3_2, HORDE_3_2_RC1, HORDE_3_2_ALPHA |
|
1.17 (+2 -2 lines) |
06/27/2007 12:48 PM |
Jan Schneider jan |
Copyright assigned by Michael. |
|
1.1.10.12 FRAMEWORK_3 (+2 -2 lines) |
01/02/2007 08:54 AM |
Jan Schneider jan |
Happy New Year Tags: HORDE_3_1_9, HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5, HORDE_3_1_4, HORDE_3_1_4_RC1 |
|
1.16 (+9 -4 lines) |
12/27/2006 06:10 PM |
Chuck Hagenbuch chuck |
Fix two shared preference bugs, both of which could cause Bug #4378:
- load the defaults for shared preferences into the horde scope, not the scope
of the app that marks them shared
- retrieve shared prefs when loading the horde scope even though we might not
have a conf for them then, and don't overwrite the retrieved value when we
_do_ load the conf later. |
|
1.15 (+8 -1 lines) |
11/25/2006 02:17 PM |
Michael Rubinsky mrubinsk |
This fixes imsp pref storage - although I'll have to admit I have no idea why. I wasn't aware PHP requires explicit declaration of private instance variables, or is something else going on here? With out this declared, doing a print_r($this->_params) on the line following the assignment in the constructor shows it as empty. Can someone clarify why this is - so I feel a little less like an idiot ;) |
|
1.14 (+70 -92 lines) |
11/22/2006 11:47 PM |
Chuck Hagenbuch chuck |
[cjh] Rewrite the Prefs code to keep the same Prefs object through multiple
scope changes, instead of re-loading the Horde prefs, or prefs for
a scope that had already been loaded. Fixes bugs when making changes
to preferences and then switching scopes again (Bug #2838).
This is a big change to the prefs system, and while I've tested all of
it as best as I can, and the SQL driver I'm pretty confident in, this
needs testing before we even think about merging it. It would all be
BC, though.
Please let me know (or update the bug) if this works or doesn't work
for you, especially people using lots of hooks and other more edge
cases, and also let me know if you think it should be merged or not. |
|
1.13 (+7 -5 lines) |
02/28/2006 02:01 AM |
Michael M Slusarz slusarz |
phpdoc cleanups
cache cleanups. cacheUpdate() is now only called with the preferences that
need to be updated, instead of always updating the entire prefs array. On
my server, this reduced the number of assignments in cacheUpdate() from 2173
to 379. i think there is still some more tweaking that can be done in here. |
|
1.1.10.11 FRAMEWORK_3 (+1 -3 lines) |
02/28/2006 12:59 AM |
Michael M Slusarz slusarz |
Bug: 3372
MFH: Prefs.php - 1.161-1.163; imsp.php - 1.12; ldap.php - 1.105;
sql.php - 1.114 Tags: HORDE_3_1_3, HORDE_3_1_2, HORDE_3_1_1, HORDE_3_1 |
|
1.12 (+1 -3 lines) |
02/28/2006 12:45 AM |
Michael M Slusarz slusarz |
Don't think we need the '_filled' entries since we can simply check for the
presence of the 'scopename' in the prefs_cache array. |
|
1.1.10.10 FRAMEWORK_3 (+2 -2 lines) |
01/01/2006 04:28 PM |
Jan Schneider jan |
Happy new year Tags: HORDE_3_1_RC3, HORDE_3_1_RC2, HORDE_3_1_RC1 |
|
1.11 (+2 -2 lines) |
01/01/2006 04:10 PM |
Jan Schneider jan |
Happy new year\! |
|
1.10 (+47 -4 lines) |
12/26/2005 02:10 PM |
Chuck Hagenbuch chuck |
- Don't call Horde::fatal() in prefs drivers
- Remove call to Horde::serviceDegraded()
- Go back to only connecting to the backend if we actually need to - most
page loads should never hit the prefs backend due to the session cache. |
|
1.1.10.9 FRAMEWORK_3 (+22 -35 lines) |
11/10/2005 07:44 AM |
mdjukic |
remove the failover stuff from framework_3 |
|
1.1.10.8 FRAMEWORK_3 (+35 -22 lines) |
11/09/2005 07:33 PM |
mdjukic |
MFH: failover and some typo fixing |
|
1.9 (+35 -22 lines) |
11/09/2005 07:26 PM |
mdjukic |
Add failover support to Prefs too.
Fix what seems some typos in imsp ($this->_params). |
|
1.1.10.7 FRAMEWORK_3 (+4 -2 lines) |
10/18/2005 07:01 AM |
Jan Schneider jan |
Merged from HEAD. |
|
1.1.10.6 FRAMEWORK_3 (+1 -3 lines) |
07/03/2005 01:05 AM |
Matt Selsky selsky |
MFH: Remove "@access public" and fix wrapping. Tags: HORDE_3_0_12, HORDE_3_0_11, HORDE_3_0_10, HORDE_3_0_9, HORDE_3_0_8, HORDE_3_0_7, HORDE_3_0_6, HORDE_3_0_6_RC1, HORDE_3_0_5, HORDE_3_0_5_RC2, HORDE_3_0_5_RC1 |
|
1.8 (+1 -3 lines) |
07/03/2005 12:36 AM |
Matt Selsky selsky |
Remove "@access public" and fix wrapping. Tags: BEFORE_MERGE_3_1 |
|
1.1.10.5 FRAMEWORK_3 (+2 -2 lines) |
05/31/2005 11:23 PM |
Matt Selsky selsky |
MFH: Spaces. |
|
1.7 (+2 -2 lines) |
05/31/2005 11:19 PM |
Matt Selsky selsky |
Spaces. |
|
1.1.10.4 FRAMEWORK_3 (+2 -2 lines) |
04/21/2005 12:11 PM |
Matt Selsky selsky |
MFH. |
|
1.6 (+2 -2 lines) |
04/21/2005 06:00 AM |
Matt Selsky selsky |
Clean up required/optional parameters in phpdoc. |
|
1.5 (+4 -2 lines) |
03/10/2005 02:14 PM |
Michael Rubinsky mrubinsk |
Get rid of undefined index errors when not using imtest driver |
|
1.4 (+2 -2 lines) |
03/09/2005 12:00 PM |
Michael Rubinsky mrubinsk |
Support for imtest IMSP_Auth driver. |
|
1.1.10.3 FRAMEWORK_3 (+2 -3 lines) |
02/27/2005 12:53 PM |
Michael Rubinsky mrubinsk |
Tags: HORDE_3_0_4, HORDE_3_0_4_RC2, HORDE_3_0_4_RC1 |
|
1.1.10.2 FRAMEWORK_3 (+16 -17 lines) |
02/27/2005 12:52 PM |
Michael Rubinsky mrubinsk |
MFH: 1.3 |
|
1.3 (+16 -18 lines) |
02/08/2005 01:34 AM |
Michael Rubinsky mrubinsk |
Syntax clean up and update email address |
|
1.2 (+1 -1 lines) |
01/03/2005 08:09 AM |
Jan Schneider jan |
Happy New Year |
|
1.1.10.1 FRAMEWORK_3 (+3 -3 lines) |
01/03/2005 07:19 AM |
Jan Schneider jan |
Happy New Year Tags: HORDE_3_0_3, HORDE_3_0_3_RC1, HORDE_3_0_2, HORDE_3_0_1 |
|
1.1 |
04/16/2004 06:55 PM |
Chuck Hagenbuch chuck |
Add IMSP preferences driver.
Submitted by: Michael Rubinsky <mike@theupstairsroom.com> Tags: FRAMEWORK_3, HORDE_3_0, HORDE_3_0_RC3 |