[commits] Horde branch master updated. ca65a37228023285c7ae9a541fc4f46db475b1bd

Michael M Slusarz slusarz at horde.org
Fri Oct 15 17:04:13 UTC 2010


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

from: 9663ac2bcd613505f2bbd750c2b68fd2c10fc90d

76da679 Removed _SESSION references in Horde_Tree
53eeaef Add code needed to manually mark session data as dirty
884c50d Config code converted to Horde_Session
eefaba6 No need to return this value by reference
40185a3 Add Notification Storage handler that uses Horde_Session
293a1e3 phpdoc
577a8c0 Add Horde_Core_Prefs_Session and use it as the Horde prefs driver
0ae9d3e Fix incorrect translation call
14efbe5 Allow full classname to be passed to Horde_Prefs
ca65a37 Fix unsetting app data in session

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

commit 76da679e66e34ca0d76b7111031f6e33553fec32
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Oct 13 21:48:13 2010 -0600

    Removed _SESSION references in Horde_Tree

 framework/Core/lib/Horde/Core/Factory/Tree.php    |   19 +++++++++++++++-
 framework/Core/lib/Horde/Core/Tree/Javascript.php |   11 +++------
 framework/Tree/lib/Horde/Tree/Base.php            |   25 +++++++++-----------
 3 files changed, 33 insertions(+), 22 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Tree.php?rt=horde-git&r1=d46440a10a583a3ddf3e8d61086328eef2b566d1&r2=76da679e66e34ca0d76b7111031f6e33553fec32
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Tree/Javascript.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=76da679e66e34ca0d76b7111031f6e33553fec32
http://git.horde.org/diff.php/framework/Tree/lib/Horde/Tree/Base.php?rt=horde-git&r1=9fd10a6e5c2b365c56984d1d75a34ef694aad228&r2=76da679e66e34ca0d76b7111031f6e33553fec32

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

commit 53eeaef28ac9dd7aeeac25f780139c2d471bdce7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Oct 13 22:31:06 2010 -0600

    Add code needed to manually mark session data as dirty
    
    Disable by default in Horde for now (will be enabled when all session
    access code has been converted to Horde_Session).

 framework/Core/lib/Horde/Core/Factory/SessionHandler.php |   21 +---
 framework/Core/lib/Horde/Session.php                     |   15 ++
 framework/SessionHandler/lib/Horde/SessionHandler.php    |  106 ++++++--------
 3 files changed, 61 insertions(+), 81 deletions(-)

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

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

commit 884c50def8d438ce7edd830848638071d7b1dd0e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 14 11:23:05 2010 -0600

    Config code converted to Horde_Session

 horde/admin/config/config.php  |    5 +++--
 horde/admin/config/diff.php    |   19 +++++++++----------
 horde/admin/config/index.php   |    6 +++---
 horde/admin/config/scripts.php |    2 +-
 4 files changed, 16 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/horde/admin/config/config.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=884c50def8d438ce7edd830848638071d7b1dd0e
http://git.horde.org/diff.php/horde/admin/config/diff.php?rt=horde-git&r1=b491024914d0198c3c085c97bc1aae0b71c63e6c&r2=884c50def8d438ce7edd830848638071d7b1dd0e
http://git.horde.org/diff.php/horde/admin/config/index.php?rt=horde-git&r1=b491024914d0198c3c085c97bc1aae0b71c63e6c&r2=884c50def8d438ce7edd830848638071d7b1dd0e
http://git.horde.org/diff.php/horde/admin/config/scripts.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=884c50def8d438ce7edd830848638071d7b1dd0e

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

commit eefaba689a48ca93d42d39b8e7045d3d8db9f7cb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 14 11:28:56 2010 -0600

    No need to return this value by reference

 .../Notification/lib/Horde/Notification/Storage/Interface.php     |    4 ++--
 framework/Notification/lib/Horde/Notification/Storage/Object.php  |    4 ++--
 framework/Notification/lib/Horde/Notification/Storage/Session.php |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Notification/lib/Horde/Notification/Storage/Interface.php?rt=horde-git&r1=0dc221fbd07ffc3c5f005e61a00a545f5518b8c0&r2=eefaba689a48ca93d42d39b8e7045d3d8db9f7cb
http://git.horde.org/diff.php/framework/Notification/lib/Horde/Notification/Storage/Object.php?rt=horde-git&r1=5cb275f850668dcca18a2d671afa0d588218611b&r2=eefaba689a48ca93d42d39b8e7045d3d8db9f7cb
http://git.horde.org/diff.php/framework/Notification/lib/Horde/Notification/Storage/Session.php?rt=horde-git&r1=5cb275f850668dcca18a2d671afa0d588218611b&r2=eefaba689a48ca93d42d39b8e7045d3d8db9f7cb

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

commit 40185a35da57545a47e75f981f7df614a4420591
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 14 11:43:02 2010 -0600

    Add Notification Storage handler that uses Horde_Session

 framework/Core/lib/Horde/Core/Factory/Notification.php         |    4 +-
 framework/Core/lib/Horde/Core/Notification/Storage/Session.php |   68 ++++++++
 framework/Core/lib/Horde/Session.php                           |    4 +-
 framework/Core/package.xml                                     |    4 +
 4 files changed, 77 insertions(+), 3 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Notification/Storage/Session.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Notification.php?rt=horde-git&r1=8093932637eef9fdbb299b76c8d3057536eb8001&r2=40185a35da57545a47e75f981f7df614a4420591
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Notification/Storage/Session.php?rt=horde-git&r=40185a35da57545a47e75f981f7df614a4420591
http://git.horde.org/diff.php/framework/Core/lib/Horde/Session.php?rt=horde-git&r1=53eeaef28ac9dd7aeeac25f780139c2d471bdce7&r2=40185a35da57545a47e75f981f7df614a4420591
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=0c1f7359e97b66a36633d66b3a1fc0c97bc9dc66&r2=40185a35da57545a47e75f981f7df614a4420591

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

commit 293a1e34ff46a197d107ba75057d2101a2b3b84d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 14 11:52:03 2010 -0600

    phpdoc

 framework/Prefs/lib/Horde/Prefs.php |   45 +++++++++++++++++++---------------
 1 files changed, 25 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs.php?rt=horde-git&r1=1526c4e2f0121646bf75285f8b25fdb3865aa60c&r2=293a1e34ff46a197d107ba75057d2101a2b3b84d

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

commit 577a8c026e6a0980ac3b8ae713e63302eeec4a5d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 14 12:10:57 2010 -0600

    Add Horde_Core_Prefs_Session and use it as the Horde prefs driver

 framework/Core/lib/Horde/Core/Factory/Prefs.php |    4 +-
 framework/Core/lib/Horde/Core/Prefs/Session.php |   66 +++++++++++++++++++++++
 framework/Core/package.xml                      |    2 +
 3 files changed, 70 insertions(+), 2 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Prefs/Session.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Prefs.php?rt=horde-git&r1=1526c4e2f0121646bf75285f8b25fdb3865aa60c&r2=577a8c026e6a0980ac3b8ae713e63302eeec4a5d
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Prefs/Session.php?rt=horde-git&r=577a8c026e6a0980ac3b8ae713e63302eeec4a5d
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=40185a35da57545a47e75f981f7df614a4420591&r2=577a8c026e6a0980ac3b8ae713e63302eeec4a5d

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

commit 0ae9d3e07090e825c24f590f17dc69632fcc8191
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 14 16:46:26 2010 -0600

    Fix incorrect translation call

 framework/Core/lib/Horde/Core/Factory/Prefs.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Prefs.php?rt=horde-git&r1=577a8c026e6a0980ac3b8ae713e63302eeec4a5d&r2=0ae9d3e07090e825c24f590f17dc69632fcc8191

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

commit 14efbe529e0abe5dae37fa8f54b67b83edc6159d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 14 16:37:29 2010 -0600

    Allow full classname to be passed to Horde_Prefs

 framework/Prefs/lib/Horde/Prefs.php |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs.php?rt=horde-git&r1=293a1e34ff46a197d107ba75057d2101a2b3b84d&r2=14efbe529e0abe5dae37fa8f54b67b83edc6159d

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

commit ca65a37228023285c7ae9a541fc4f46db475b1bd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 15 10:27:37 2010 -0600

    Fix unsetting app data in session

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

http://git.horde.org/diff.php/framework/Core/lib/Horde/Session.php?rt=horde-git&r1=40185a35da57545a47e75f981f7df614a4420591&r2=ca65a37228023285c7ae9a541fc4f46db475b1bd




More information about the commits mailing list