[commits] Horde branch master updated. e69d55f2aea69e68acc6ba1017e2758f5399843e

Michael M Slusarz slusarz at horde.org
Tue Oct 12 20:31:38 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: ddef514e778be0704197f5004c3bcb6d171118cf

ac924f3 Fix typo.
ddc248a Remove horde/SessionObjects and replace with Horde_Session use
4d2812f Allow ability to search session subkeys.
787e597 Use Horde_Session storage instead of Horde_Cache_Session
bba9121 Convert Horde_Notification override to Horde_Session
a7c7c74 Various Horde_Session conversions in horde/Core.
ab216c2 Convert Horde auth session code to Horde_Session
16270ec Convert horde_language session variable to Horde_Session usage
b24672d Add ArrayAccess implementation for Horde_Prefs
39e5fd1 Horde: Horde_Session conversions
8edb852 Convert Turba to using Horde_Session
b5f636e Convert Kronolith to using Horde_Session
e27868e Remove explicit reference to _SESSION in SessionHandler object
e69d55f Partial revert of 1948e4f501a18c5856cbe45caf09267c0020e036

-----------------------------------------------------------------------

commit ac924f3cbf088390bf3dcef34f95c051b2a92c7b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Oct 12 13:25:13 2010 -0600

    Fix typo.

 imp/lib/Crypt/Smime.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Crypt/Smime.php?rt=horde-git&r1=00c63fa70475450522f1f98b802f50a7c6cbb5bd&r2=ac924f3cbf088390bf3dcef34f95c051b2a92c7b

-----------------------------------------------------------------------

commit ddc248a3b4a3a362c76761312ec0b634528b3430
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Oct 12 13:49:18 2010 -0600

    Remove horde/SessionObjects and replace with Horde_Session use
    
    NOTE: Did not change Kolab_Session usage because I have little/no idea
    what is going on in there (injecting may be good for some things, but
    things, but it does make it MUCH more difficult to try and track the code.
    Granted, some of this may be simply that I am not familiar with the
    Kolab code, however...)
    
    Ticket #8023

 framework/Core/lib/Horde/Core/Factory/Group.php       |    8 +-
 framework/Core/lib/Horde/Core/Factory/Share.php       |    6 +-
 framework/Core/lib/Horde/Session.php                  |  116 +++++++-
 framework/Group/lib/Horde/Group.php                   |    3 +-
 framework/Kolab_Session/package.xml                   |    4 -
 framework/Kolab_Storage/package.xml                   |    4 -
 framework/SessionObjects/lib/Horde/SessionObjects.php |  264 -----------------
 framework/SessionObjects/package.xml                  |  115 -------
 imp/lib/Crypt/Pgp.php                                 |    7 +-
 imp/lib/Crypt/Smime.php                               |    7 +-
 imp/lib/Injector/Factory/Compose.php                  |   12 +-
 imp/lib/Prefs/Ui.php                                  |   12 +-
 ingo/lib/Storage.php                                  |   23 +-
 13 files changed, 142 insertions(+), 439 deletions(-)
 delete mode 100644 framework/SessionObjects/lib/Horde/SessionObjects.php
 delete mode 100644 framework/SessionObjects/package.xml

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Group.php?rt=horde-git&r1=c51bb9d8a341b5c12416201f6ae21168732274cd&r2=ddc248a3b4a3a362c76761312ec0b634528b3430
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Share.php?rt=horde-git&r1=c685edee620ef4d9931ef899c7f1ad162bf430af&r2=ddc248a3b4a3a362c76761312ec0b634528b3430
http://git.horde.org/diff.php/framework/Core/lib/Horde/Session.php?rt=horde-git&r1=b2b8560ee168359cce8eb42f82ea1358340fa9af&r2=ddc248a3b4a3a362c76761312ec0b634528b3430
http://git.horde.org/diff.php/framework/Group/lib/Horde/Group.php?rt=horde-git&r1=57a6d43c74123be9e8212734e9931032d97d8b2b&r2=ddc248a3b4a3a362c76761312ec0b634528b3430
http://git.horde.org/diff.php/framework/Kolab_Session/package.xml?rt=horde-git&r1=fc2d8ef0b26a4eef81bee2bbb406fd179496fc54&r2=ddc248a3b4a3a362c76761312ec0b634528b3430
http://git.horde.org/diff.php/framework/Kolab_Storage/package.xml?rt=horde-git&r1=26ba03c9bb092b872fdbd96a787ee7e10e63ea2f&r2=ddc248a3b4a3a362c76761312ec0b634528b3430
http://git.horde.org/diff.php/framework/SessionObjects/lib/Horde/SessionObjects.php?rt=horde-git&r1=326e7ce0d176377f1a94f4db11d7e3a6139109af&r2=ddc248a3b4a3a362c76761312ec0b634528b3430
http://git.horde.org/diff.php/framework/SessionObjects/package.xml?rt=horde-git&r1=326e7ce0d176377f1a94f4db11d7e3a6139109af&r2=ddc248a3b4a3a362c76761312ec0b634528b3430
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-git&r1=00c63fa70475450522f1f98b802f50a7c6cbb5bd&r2=ddc248a3b4a3a362c76761312ec0b634528b3430
http://git.horde.org/diff.php/imp/lib/Crypt/Smime.php?rt=horde-git&r1=ac924f3cbf088390bf3dcef34f95c051b2a92c7b&r2=ddc248a3b4a3a362c76761312ec0b634528b3430
http://git.horde.org/diff.php/imp/lib/Injector/Factory/Compose.php?rt=horde-git&r1=00c63fa70475450522f1f98b802f50a7c6cbb5bd&r2=ddc248a3b4a3a362c76761312ec0b634528b3430
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=00c63fa70475450522f1f98b802f50a7c6cbb5bd&r2=ddc248a3b4a3a362c76761312ec0b634528b3430
http://git.horde.org/diff.php/ingo/lib/Storage.php?rt=horde-git&r1=326e7ce0d176377f1a94f4db11d7e3a6139109af&r2=ddc248a3b4a3a362c76761312ec0b634528b3430

-----------------------------------------------------------------------

commit 4d2812f01520cc485dcac545c5f738b7d7b54025
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Oct 10 21:59:02 2010 -0600

    Allow ability to search session subkeys.
    
    We store values with key & subkey together to save on storage/serialization
    costs. To retrieve array like output, simply need to call
    $session['app:name/'] - returns an array with subkeys as keys and session
    values as values.
    
    Ticket #8023

 framework/Core/lib/Horde/Session.php |   41 +++++++++++++++++++++++++++++++++-
 1 files changed, 40 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Session.php?rt=horde-git&r1=ddc248a3b4a3a362c76761312ec0b634528b3430&r2=4d2812f01520cc485dcac545c5f738b7d7b54025

-----------------------------------------------------------------------

commit 787e597f62bc99063123cb70ee450192db1f5527
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Oct 10 13:42:33 2010 -0600

    Use Horde_Session storage instead of Horde_Cache_Session

 framework/Core/lib/Horde/Core/Factory/Cache.php |   19 -----------------
 framework/Core/lib/Horde/Registry.php           |    4 ---
 imp/lib/Injector/Factory/Imaptree.php           |   25 ++++++++++++----------
 3 files changed, 14 insertions(+), 34 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Cache.php?rt=horde-git&r1=f3a6dc0c929f22a19ae083e1a2a9a078cf0349e3&r2=787e597f62bc99063123cb70ee450192db1f5527
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=b2b8560ee168359cce8eb42f82ea1358340fa9af&r2=787e597f62bc99063123cb70ee450192db1f5527
http://git.horde.org/diff.php/imp/lib/Injector/Factory/Imaptree.php?rt=horde-git&r1=00c63fa70475450522f1f98b802f50a7c6cbb5bd&r2=787e597f62bc99063123cb70ee450192db1f5527

-----------------------------------------------------------------------

commit bba91212696c8b0f61dba6209ca0a7053ab7b594
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Oct 10 21:27:27 2010 -0600

    Convert Horde_Notification override to Horde_Session

 framework/Core/lib/Horde/Registry.php |    8 ++++----
 imp/lib/Auth.php                      |    3 +--
 kronolith/index.php                   |    2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=787e597f62bc99063123cb70ee450192db1f5527&r2=bba91212696c8b0f61dba6209ca0a7053ab7b594
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=00c63fa70475450522f1f98b802f50a7c6cbb5bd&r2=bba91212696c8b0f61dba6209ca0a7053ab7b594
http://git.horde.org/diff.php/kronolith/index.php?rt=horde-git&r1=6600cef25a20902e7cf54a772cf24aaed39f9a7d&r2=bba91212696c8b0f61dba6209ca0a7053ab7b594

-----------------------------------------------------------------------

commit a7c7c74a95a0a3947850d2f9b4bc51365b69c17a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Oct 10 21:35:13 2010 -0600

    Various Horde_Session conversions in horde/Core.

 framework/Core/lib/Horde/Core/Browser.php                  |    8 +---
 framework/Core/lib/Horde/Core/Factory/Prefs.php            |    4 +-
 framework/Core/lib/Horde/Core/LoginTasks/Backend/Horde.php |   23 +++++++-----
 framework/Core/lib/Horde/Registry.php                      |    8 ++--
 4 files changed, 22 insertions(+), 21 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Browser.php?rt=horde-git&r1=0c1f7359e97b66a36633d66b3a1fc0c97bc9dc66&r2=a7c7c74a95a0a3947850d2f9b4bc51365b69c17a
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Prefs.php?rt=horde-git&r1=fc55d6178d33ca825f59a1a2eba44c8c7daa6019&r2=a7c7c74a95a0a3947850d2f9b4bc51365b69c17a
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/LoginTasks/Backend/Horde.php?rt=horde-git&r1=4a429dc92a41ef04960575f7032669fe7b3e997f&r2=a7c7c74a95a0a3947850d2f9b4bc51365b69c17a
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=bba91212696c8b0f61dba6209ca0a7053ab7b594&r2=a7c7c74a95a0a3947850d2f9b4bc51365b69c17a

-----------------------------------------------------------------------

commit ab216c2da634326c2ee048028d0bb86dc964e032
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Oct 10 22:15:27 2010 -0600

    Convert Horde auth session code to Horde_Session

 framework/Core/lib/Horde/Registry.php |  110 ++++++++++++++++++---------------
 1 files changed, 60 insertions(+), 50 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=a7c7c74a95a0a3947850d2f9b4bc51365b69c17a&r2=ab216c2da634326c2ee048028d0bb86dc964e032

-----------------------------------------------------------------------

commit 16270ec340cf094d40d71464f52423d1107f4e9b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Oct 10 22:46:15 2010 -0600

    Convert horde_language session variable to Horde_Session usage

 framework/Core/lib/Horde/Core/Ui/Language.php |   12 +++++++-----
 framework/Core/lib/Horde/Registry.php         |    6 +++---
 horde/login.php                               |    4 ++--
 horde/services/language.php                   |    4 ++--
 4 files changed, 14 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/Language.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=16270ec340cf094d40d71464f52423d1107f4e9b
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=ab216c2da634326c2ee048028d0bb86dc964e032&r2=16270ec340cf094d40d71464f52423d1107f4e9b
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=f4f153147c89de458e435625189b68f05cf8ac4c&r2=16270ec340cf094d40d71464f52423d1107f4e9b
http://git.horde.org/diff.php/horde/services/language.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=16270ec340cf094d40d71464f52423d1107f4e9b

-----------------------------------------------------------------------

commit b24672dfcddb5eac6c49cdb2d146a0922c9b4b2a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Oct 10 22:51:58 2010 -0600

    Add ArrayAccess implementation for Horde_Prefs

 framework/Prefs/lib/Horde/Prefs.php |   24 +++++++++++++++++++++++-
 framework/Prefs/package.xml         |    3 ++-
 2 files changed, 25 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs.php?rt=horde-git&r1=fc55d6178d33ca825f59a1a2eba44c8c7daa6019&r2=b24672dfcddb5eac6c49cdb2d146a0922c9b4b2a
http://git.horde.org/diff.php/framework/Prefs/package.xml?rt=horde-git&r1=4a9fc60dcb0286d04378fcf14b1ba4fcba6918d1&r2=b24672dfcddb5eac6c49cdb2d146a0922c9b4b2a

-----------------------------------------------------------------------

commit 39e5fd1c8178d03a46be8bf19af366d72c193fae
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Oct 10 23:18:45 2010 -0600

    Horde: Horde_Session conversions

 horde/admin/sqlshell.php    |   21 ++++++++----------
 horde/config/hooks.php.dist |   49 ++++++++++++++++++++++--------------------
 horde/docs/CODING_STANDARDS |    4 +-
 horde/lib/Prefs/Ui.php      |    2 +-
 horde/services/twitter.php  |    7 +++--
 5 files changed, 42 insertions(+), 41 deletions(-)

http://git.horde.org/diff.php/horde/admin/sqlshell.php?rt=horde-git&r1=fc55d6178d33ca825f59a1a2eba44c8c7daa6019&r2=39e5fd1c8178d03a46be8bf19af366d72c193fae
http://git.horde.org/diff.php/horde/config/hooks.php.dist?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=39e5fd1c8178d03a46be8bf19af366d72c193fae
http://git.horde.org/diff.php/horde/docs/CODING_STANDARDS?rt=horde-git&r1=63726893cb955dd7f121ca7d7890310360ad49d2&r2=39e5fd1c8178d03a46be8bf19af366d72c193fae
http://git.horde.org/diff.php/horde/lib/Prefs/Ui.php?rt=horde-git&r1=f4f153147c89de458e435625189b68f05cf8ac4c&r2=39e5fd1c8178d03a46be8bf19af366d72c193fae
http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=8352173fc37d37ad4a99af2a4508a8b7e9600f50&r2=39e5fd1c8178d03a46be8bf19af366d72c193fae

-----------------------------------------------------------------------

commit 8edb8520af6f212bd5e28bb108b1cb4b497602de
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Oct 10 23:38:33 2010 -0600

    Convert Turba to using Horde_Session

 turba/addressbooks/create.php                    |    2 +-
 turba/addressbooks/delete.php                    |    2 +-
 turba/addressbooks/edit.php                      |    2 +-
 turba/addressbooks/index.php                     |    2 +-
 turba/config/hooks.php.dist                      |    2 +-
 turba/lib/Api.php                                |    8 ++--
 turba/lib/Application.php                        |   14 ++++----
 turba/lib/Form/DeleteAddressBook.php             |    4 +-
 turba/lib/LoginTasks/SystemTask/UpgradeLists.php |    2 +-
 turba/lib/LoginTasks/SystemTask/UpgradePrefs.php |    2 +-
 turba/lib/Turba.php                              |    2 +-
 turba/lib/View/List.php                          |    4 +-
 turba/lib/tests/TestBase.php                     |    4 +-
 turba/search.php                                 |   33 ++++++++++-----------
 14 files changed, 41 insertions(+), 42 deletions(-)

http://git.horde.org/diff.php/turba/addressbooks/create.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de
http://git.horde.org/diff.php/turba/addressbooks/delete.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de
http://git.horde.org/diff.php/turba/addressbooks/edit.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de
http://git.horde.org/diff.php/turba/addressbooks/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de
http://git.horde.org/diff.php/turba/config/hooks.php.dist?rt=horde-git&r1=f936ec44d0a4fce5b5a5b999abeed841957d14d3&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-git&r1=77e901ff8b7f1689c8336e2d5fa6d938cede86d6&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de
http://git.horde.org/diff.php/turba/lib/Application.php?rt=horde-git&r1=c685edee620ef4d9931ef899c7f1ad162bf430af&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de
http://git.horde.org/diff.php/turba/lib/Form/DeleteAddressBook.php?rt=horde-git&r1=b8614426ad255d7b9f0090a9df6dfd758eb7cca6&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de
http://git.horde.org/diff.php/turba/lib/LoginTasks/SystemTask/UpgradeLists.php?rt=horde-git&r1=b8614426ad255d7b9f0090a9df6dfd758eb7cca6&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de
http://git.horde.org/diff.php/turba/lib/LoginTasks/SystemTask/UpgradePrefs.php?rt=horde-git&r1=b8614426ad255d7b9f0090a9df6dfd758eb7cca6&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-git&r1=ec604b28b431054f96ce346520e8b98de031102a&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de
http://git.horde.org/diff.php/turba/lib/View/List.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de
http://git.horde.org/diff.php/turba/lib/tests/TestBase.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=8edb8520af6f212bd5e28bb108b1cb4b497602de

-----------------------------------------------------------------------

commit b5f636ee56dd74007e1ee57d116ab4d384a2105b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 11 21:28:51 2010 -0600

    Convert Kronolith to using Horde_Session

 kronolith/attendees.php                     |   33 +++++++-----------
 kronolith/lib/Ajax/Application.php          |    2 +-
 kronolith/lib/Event.php                     |   26 ++------------
 kronolith/lib/Kronolith.php                 |   49 +++++++++++----------------
 kronolith/lib/View/EditEvent.php            |    4 +-
 kronolith/new.php                           |    4 +-
 kronolith/templates/attendees/attendees.inc |    6 ++--
 kronolith/templates/panel.inc               |    6 ++--
 8 files changed, 48 insertions(+), 82 deletions(-)

http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-git&r1=ec604b28b431054f96ce346520e8b98de031102a&r2=b5f636ee56dd74007e1ee57d116ab4d384a2105b
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=b5f636ee56dd74007e1ee57d116ab4d384a2105b
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=b5f636ee56dd74007e1ee57d116ab4d384a2105b
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=f4f153147c89de458e435625189b68f05cf8ac4c&r2=b5f636ee56dd74007e1ee57d116ab4d384a2105b
http://git.horde.org/diff.php/kronolith/lib/View/EditEvent.php?rt=horde-git&r1=ec604b28b431054f96ce346520e8b98de031102a&r2=b5f636ee56dd74007e1ee57d116ab4d384a2105b
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=b5f636ee56dd74007e1ee57d116ab4d384a2105b
http://git.horde.org/diff.php/kronolith/templates/attendees/attendees.inc?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=b5f636ee56dd74007e1ee57d116ab4d384a2105b
http://git.horde.org/diff.php/kronolith/templates/panel.inc?rt=horde-git&r1=6600cef25a20902e7cf54a772cf24aaed39f9a7d&r2=b5f636ee56dd74007e1ee57d116ab4d384a2105b

-----------------------------------------------------------------------

commit e27868edb482abc65fe2d993584c6eef924c0680
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Oct 12 14:12:54 2010 -0600

    Remove explicit reference to _SESSION in SessionHandler object

 framework/Core/lib/Horde/Core/Factory/SessionHandler.php |   18 ++++++++++
 framework/SessionHandler/lib/Horde/SessionHandler.php    |   24 ++++++-------
 2 files changed, 29 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/SessionHandler.php?rt=horde-git&r1=b2b8560ee168359cce8eb42f82ea1358340fa9af&r2=e27868edb482abc65fe2d993584c6eef924c0680
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler.php?rt=horde-git&r1=1948e4f501a18c5856cbe45caf09267c0020e036&r2=e27868edb482abc65fe2d993584c6eef924c0680

-----------------------------------------------------------------------

commit e69d55f2aea69e68acc6ba1017e2758f5399843e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Oct 12 14:14:26 2010 -0600

    Partial revert of 1948e4f501a18c5856cbe45caf09267c0020e036
    
    No idea why this was removed.  Broke session parsing.

 framework/Core/lib/Horde/Core/Factory/SessionHandler.php |   40 ++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/SessionHandler.php?rt=horde-git&r1=e27868edb482abc65fe2d993584c6eef924c0680&r2=e69d55f2aea69e68acc6ba1017e2758f5399843e




More information about the commits mailing list