|
1.6.12.10 FRAMEWORK_3 (+3 -1 lines) |
09/05/2008 11:02 AM |
Jan Schneider jan |
MFH: Fix some strict DTD violations. Tags: HORDE_3_3, HORDE_3_3_RC1 |
|
1.33 (+3 -1 lines) |
09/05/2008 10:07 AM |
Jan Schneider jan |
Fix some strict DTD violations. |
|
1.6.12.9 FRAMEWORK_3 (+2 -1 lines) |
09/02/2008 05:36 PM |
Michael M Slusarz slusarz |
1.46 +5 -13 framework/SessionHandler/SessionHandler/mysql.php
1.29 +4 -5 framework/SessionHandler/SessionHandler/oci8.php
1.38 +9 -12 framework/SessionHandler/SessionHandler/pgsql.php
1.48 +3 -4 framework/SessionHandler/SessionHandler/sql.php
1.32 +2 -1 framework/SessionHandler/package.xml
1.1155 +1 -0 horde/docs/CHANGES |
|
1.32 (+2 -1 lines) |
09/02/2008 05:32 PM |
Michael M Slusarz slusarz |
Correctly use session.gc_maxlifetime setting - this setting is only used for
garbage collection purposes at the beginning of a session. It should not be
used to invalidate a session during a session. |
|
1.6.12.8 FRAMEWORK_3 (+2 -1 lines) |
08/29/2008 02:55 AM |
Michael M Slusarz slusarz |
MFH:
1.23 +10 -6 framework/SessionHandler/SessionHandler/memcache.php
1.31 +2 -1 framework/SessionHandler/package.xml
1.237 +12 -4 horde/config/conf.xml
1.1152 +1 -0 horde/docs/CHANGES |
|
1.31 (+2 -1 lines) |
08/29/2008 02:52 AM |
Michael M Slusarz slusarz |
[mms] Memcache session handler no longer writes data with a lifetime.
Still need a session value for tracking however, so add a new config param. |
|
1.6.12.7 FRAMEWORK_3 (+2 -1 lines) |
05/05/2008 03:41 PM |
Michael M Slusarz slusarz |
MFH: Add memcache caching support to all session backends. There's been enough
time to test the code out, so moving into 3.2 (instead of 3.2.1). Tags: HORDE_3_2_2, HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4 |
|
1.30 (+2 -1 lines) |
04/02/2008 11:21 PM |
Michael M Slusarz slusarz |
Add memcache caching support to all session backends. (Will merge to 3.2.1). |
|
1.6.12.6 FRAMEWORK_3 (+107 -73 lines) |
12/20/2007 08:49 AM |
Jan Schneider jan |
Merge from HEAD. Tags: HORDE_3_2_RC3, HORDE_3_2_RC2 |
|
1.29 (+1 -1 lines) |
12/07/2007 03:38 AM |
Michael M Slusarz slusarz |
Make open() and close() wrappers around private functions - allows us to
track connected status in the base class and consolidate error logging.
More important, implement a mechansim that prevents session timeouts. The
recent sessionhandler changes that only write session data when it changes
sometimes works *too* well. For example, an application that does
regular polling (i.e. dimp and poll folders) will not cause the session
timeout to refresh unless new mail arrives. Thus, if left running in the
background for the max lifetime (default is 1440 seconds = 24 mins) and no
newmail arrives, the session will timeout. Tags: BEFORE_MERGE_3_2 |
|
1.28 (+1 -15 lines) |
12/06/2007 07:08 PM |
Chuck Hagenbuch chuck |
I don't see how this script will work installed into a bin dir (for
now), so don't do that (for now). |
|
1.27 (+10 -0 lines) |
12/06/2007 04:59 PM |
Chuck Hagenbuch chuck |
List all files in <filelist>
Bug: 5968 |
|
1.26 (+2 -1 lines) |
12/04/2007 03:22 AM |
Michael M Slusarz slusarz |
For SessionHandler drivers, don't write to backend if the session data
did not change while loading the current page. |
|
1.25 (+1 -0 lines) |
11/05/2007 11:36 AM |
Chuck Hagenbuch chuck |
Support LDAPv3 in the LDAP backend (Bug #5864) Tags: HORDE_3_2_RC1 |
|
1.24 (+0 -2 lines) |
10/19/2007 03:23 AM |
Michael M Slusarz slusarz |
It makes no sense to have a DB-backed memcache session handler. Since session
data changes after every page load, we have to do a DB write every page load.
Thus, we gain nothing by using memcache as a go-between (any gain we get
from initially loading the data via memcache is offset by the fact we have
to do 2 network writes at the end of every page). |
|
1.23 (+3 -1 lines) |
06/29/2007 04:47 PM |
Chuck Hagenbuch chuck |
[cjh] Add a memcache driver that can fall back to MySQL
(Aaron Lee <shiftee@gmail.com>). Tags: HORDE_3_2_ALPHA |
|
1.6.12.5 FRAMEWORK_3 (+2 -2 lines) |
06/03/2007 07:17 PM |
Chuck Hagenbuch chuck |
Fix invalid release dates Tags: HORDE_3_1_9, HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5 |
|
1.22 (+1 -1 lines) |
05/25/2007 01:56 PM |
Chuck Hagenbuch chuck |
Fix closing tag.
Bug: 5405
Submitted by: adrieder@sbox.tugraz.at |
|
1.21 (+7 -1 lines) |
05/25/2007 11:55 AM |
Michael M Slusarz slusarz |
Use Horde_Memcache::. Clean up some package.xml stuff while we are here. |
|
1.20 (+2 -1 lines) |
05/21/2007 11:17 AM |
Michael M Slusarz slusarz |
Bug: 5369
Memcache locking now handled in the memcache system itself rather than the
server's local filesystem.
Clean up some documentation.
Use the memcache OO interface to call memcache functions.
More correct error checking (check for === false rather than empty string). |
|
1.19 (+11 -11 lines) |
12/11/2006 06:34 PM |
Chuck Hagenbuch chuck |
Fix several packages to install into /Horde instead of /. |
|
1.18 (+17 -13 lines) |
12/06/2006 08:42 AM |
Jan Schneider jan |
Fix scripts installation, simplify. |
|
1.17 (+3 -1 lines) |
09/18/2006 02:08 PM |
Chuck Hagenbuch chuck |
Use php_bin replacement for installed scripts. |
|
1.16 (+3 -0 lines) |
09/11/2006 12:37 AM |
Chuck Hagenbuch chuck |
Put session-counting script into the SessionHandler package. |
|
1.15 (+12 -0 lines) |
08/28/2006 06:54 AM |
Jan Schneider jan |
Add <lead> tags.
Bug: 4330 |
|
1.14 (+0 -6 lines) |
08/23/2006 04:57 AM |
Jan Schneider jan |
Remove inactive developers. |
|
1.13 (+86 -73 lines) |
05/09/2006 01:15 AM |
Ben Chavet ben |
Finish package.xml-2.0 conversions for pear.horde.org |
|
1.6.12.4 FRAMEWORK_3 (+6 -5 lines) |
05/02/2006 01:27 PM |
Chuck Hagenbuch chuck |
MFH: memcached -> memcache Tags: HORDE_3_1_4, HORDE_3_1_4_RC1, HORDE_3_1_3, HORDE_3_1_2 |
|
1.12 (+7 -6 lines) |
05/02/2006 01:23 PM |
Chuck Hagenbuch chuck |
The pecl package is called memcache, and so is our Cache
driver. Standardize on it. BC trap included. |
|
1.6.12.3 FRAMEWORK_3 (+6 -4 lines) |
12/02/2005 01:03 PM |
Chuck Hagenbuch chuck |
MFH: memcached driver locking (Bug #2913). Tags: HORDE_3_1_1, HORDE_3_1, HORDE_3_1_RC3, HORDE_3_1_RC2, HORDE_3_1_RC1 |
|
1.11 (+4 -2 lines) |
12/02/2005 01:01 PM |
Chuck Hagenbuch chuck |
* Add support for locking in the memcached driver (Bug #2913).
- also avoid calling Horde::fatal() in a session handler. |
|
1.10 (+5 -4 lines) |
11/25/2005 05:48 PM |
mdjukic |
add changelog and start new stubs |
|
1.6.12.2 FRAMEWORK_3 (+0 -0 lines) |
10/18/2005 07:01 AM |
Jan Schneider jan |
Merged from HEAD. |
|
1.6.12.1 FRAMEWORK_3 (+7 -1 lines) |
06/26/2005 12:28 AM |
Chuck Hagenbuch chuck |
Merge all sessionhandler changes. 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.9 (+2 -1 lines) |
05/24/2005 02:49 PM |
Chuck Hagenbuch chuck |
Add LDAP driver. Tags: BEFORE_MERGE_3_1 |
|
1.8 (+2 -0 lines) |
05/05/2005 04:30 AM |
Jan Schneider jan |
Rename "builtin" driver back to "none". This was my fault, I didn't recognize
that the current handler is already saved as "none" in existing
configurations. Changing the driver name would break existing configurations
and locking users completely out. |
|
1.7 (+4 -1 lines) |
03/22/2005 03:33 AM |
Michael M Slusarz slusarz |
Submitted by: Rong-En Fan <rafan@csie.org>
Add the memcached SessionHandler:: driver.
Use at your own risk as this has not been heavily tested yet. |
|
1.6 (+18 -17 lines) |
12/03/2003 08:11 PM |
Chuck Hagenbuch chuck |
- remove gettext dependancy
- update package.xml for framework/ location Tags: FRAMEWORK_3, HORDE_3_0_4, HORDE_3_0_4_RC2, HORDE_3_0_4_RC1, HORDE_3_0_3, HORDE_3_0_3_RC1, HORDE_3_0_2, HORDE_3_0_1, HORDE_3_0, HORDE_3_0_RC3, HORDE_3_0_ALPHA |
|
1.5 (+2 -1 lines) |
09/24/2003 06:51 PM |
Jan Schneider jan |
Add gettext dependency |
|
1.4 (+2 -2 lines) |
09/09/2003 05:48 PM |
Jan Schneider jan |
Fix DTD URL |
|
1.3 (+8 -1 lines) |
07/06/2003 08:35 AM |
mikec |
Add provides tags for much quiter packaging in Pear 1.2 |
|
1.2 (+1 -2 lines) |
07/05/2003 11:50 AM |
mikec |
Missing Files, Remove PEAR packages from dependancies. Causes too many problems trying to install the packages. |
|
1.1 |
07/03/2003 10:32 AM |
mikec |
Add Horde::, Horde_Mobile, Horde_SQL and Horde_SessionHandler package files |