[commits] Horde branch master updated. eb329489edf698bca4e0185d617dda43fa850412

Michael M Slusarz slusarz at horde.org
Thu Nov 18 16:39:24 UTC 2010


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

from: d79f84aba8a4fa4970e8b204d171b3f1bfe80fb3

9ca512e Remove H3 document
fe650f2 Horde_Themes tweaks
e96f556 Converted horde/Data to using Horde_Session
8165501 Convert Ansel to Horde_Session
4235eb8 Convert Folks to Horde_Session
77890e7 Convert horde/Form to Horde_Session
07662d6 Convert gollem to Horde_Session
d463fee Convert hermes to Horde_Session
3903829 Convert mnemo to Horde_Session
a1f0475 Convert operator to Horde_Session
52ed916 Convert Shout to Horde_Session
c37320f Horde_Sesion conversion missed in Turba
dde9e50 Convert vilma to Horde_Session
53bda31 Convert Whups to Horde_Session
64312ec Have SyncML use Horde_Session
eb32948 Horde_Session now does the necessary work for determining when to write session to the backend

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

commit 9ca512ee4661a0ce473c0621614afd1e75712487
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 12:47:23 2010 -0700

    Remove H3 document

 horde/docs/CODING_STANDARDS.H3 |  859 ----------------------------------------
 1 files changed, 0 insertions(+), 859 deletions(-)
 delete mode 100644 horde/docs/CODING_STANDARDS.H3

http://git.horde.org/diff.php/horde/docs/CODING_STANDARDS.H3?rt=horde-git&r1=fe46f441ba288126f0d8d62c85871cee666bfa98&r2=9ca512ee4661a0ce473c0621614afd1e75712487

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

commit fe650f2b7b4365b73f70ccef1629948cd9bc5c89
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 01:13:52 2010 -0700

    Horde_Themes tweaks
    
    Remove 'notheme' parameter - it is duplicative of 'theme'

 framework/Core/lib/Horde/Themes.php         |    6 +-
 framework/Core/lib/Horde/Themes/Element.php |  103 ++++++++++++++-------------
 shout/templates/dialplan/edit.inc           |    2 +-
 3 files changed, 57 insertions(+), 54 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes.php?rt=horde-git&r1=a33ee94f5ad5e1138cdf52aba2ce8f5439f45944&r2=fe650f2b7b4365b73f70ccef1629948cd9bc5c89
http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes/Element.php?rt=horde-git&r1=a33ee94f5ad5e1138cdf52aba2ce8f5439f45944&r2=fe650f2b7b4365b73f70ccef1629948cd9bc5c89
http://git.horde.org/diff.php/shout/templates/dialplan/edit.inc?rt=horde-git&r1=464c49cf51f8f91f978528885133e47780b4690f&r2=fe650f2b7b4365b73f70ccef1629948cd9bc5c89

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

commit e96f5568566c6face0ebeeeb4da5befe59cf54d3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 11:37:17 2010 -0700

    Converted horde/Data to using Horde_Session
    
    No injection or anything - just switching out $_SESSION calls for
    Horde_Session calls.
    
    horde/Data in its current incarnation is EXTREMELY tied to Horde
    applications.  It either needs to be abstracted more or completely
    incorporated within horde or horde/Core.  Additionally, apps should not
    be directly accessing the import_data session value.

 framework/Data/lib/Horde/Data/Base.php |   45 ++++++++++++++--------
 framework/Data/lib/Horde/Data/Csv.php  |   37 +++++++++---------
 framework/Data/lib/Horde/Data/Tsv.php  |   65 +++++++++++++++++++-------------
 horde/templates/data/csvinfo.inc       |   12 +++---
 horde/templates/data/csvmap.inc        |   17 ++++----
 horde/templates/data/datemap.inc       |    6 ++-
 horde/templates/data/tsvinfo.inc       |    2 +-
 kronolith/data.php                     |   14 +++---
 mnemo/data.php                         |   12 +++---
 nag/data.php                           |    8 ++--
 turba/data.php                         |   16 ++++----
 turba/lib/Data/Ldif.php                |    7 ++-
 12 files changed, 135 insertions(+), 106 deletions(-)

http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Base.php?rt=horde-git&r1=1e6056a927e0fdfc47ac25d400f4add25cd02f0f&r2=e96f5568566c6face0ebeeeb4da5befe59cf54d3
http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Csv.php?rt=horde-git&r1=1e6056a927e0fdfc47ac25d400f4add25cd02f0f&r2=e96f5568566c6face0ebeeeb4da5befe59cf54d3
http://git.horde.org/diff.php/framework/Data/lib/Horde/Data/Tsv.php?rt=horde-git&r1=1e6056a927e0fdfc47ac25d400f4add25cd02f0f&r2=e96f5568566c6face0ebeeeb4da5befe59cf54d3
http://git.horde.org/diff.php/horde/templates/data/csvinfo.inc?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=e96f5568566c6face0ebeeeb4da5befe59cf54d3
http://git.horde.org/diff.php/horde/templates/data/csvmap.inc?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=e96f5568566c6face0ebeeeb4da5befe59cf54d3
http://git.horde.org/diff.php/horde/templates/data/datemap.inc?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=e96f5568566c6face0ebeeeb4da5befe59cf54d3
http://git.horde.org/diff.php/horde/templates/data/tsvinfo.inc?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=e96f5568566c6face0ebeeeb4da5befe59cf54d3
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=ff03750ea173b3c7edb46328c15bc8838925c1ba&r2=e96f5568566c6face0ebeeeb4da5befe59cf54d3
http://git.horde.org/diff.php/mnemo/data.php?rt=horde-git&r1=ff03750ea173b3c7edb46328c15bc8838925c1ba&r2=e96f5568566c6face0ebeeeb4da5befe59cf54d3
http://git.horde.org/diff.php/nag/data.php?rt=horde-git&r1=ff03750ea173b3c7edb46328c15bc8838925c1ba&r2=e96f5568566c6face0ebeeeb4da5befe59cf54d3
http://git.horde.org/diff.php/turba/data.php?rt=horde-git&r1=ff03750ea173b3c7edb46328c15bc8838925c1ba&r2=e96f5568566c6face0ebeeeb4da5befe59cf54d3
http://git.horde.org/diff.php/turba/lib/Data/Ldif.php?rt=horde-git&r1=b8614426ad255d7b9f0090a9df6dfd758eb7cca6&r2=e96f5568566c6face0ebeeeb4da5befe59cf54d3

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

commit 816550102a69f222a4be67e59c63aea2accf5836
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 11:57:15 2010 -0700

    Convert Ansel to Horde_Session

 ansel/disclamer.php                            |    2 +-
 ansel/lib/Ajax/Imple/LocationAutoCompleter.php |    6 ++--
 ansel/lib/Gallery.php                          |   26 +++++++++++++++--------
 ansel/lib/Search.php                           |    6 +---
 ansel/lib/Search/Tag.php                       |    8 +++---
 ansel/protect.php                              |    2 +-
 6 files changed, 28 insertions(+), 22 deletions(-)

http://git.horde.org/diff.php/ansel/disclamer.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=816550102a69f222a4be67e59c63aea2accf5836
http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/LocationAutoCompleter.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=816550102a69f222a4be67e59c63aea2accf5836
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=2ecc04e00288fbf6beffb065d20aac9c491e59ce&r2=816550102a69f222a4be67e59c63aea2accf5836
http://git.horde.org/diff.php/ansel/lib/Search.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=816550102a69f222a4be67e59c63aea2accf5836
http://git.horde.org/diff.php/ansel/lib/Search/Tag.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=816550102a69f222a4be67e59c63aea2accf5836
http://git.horde.org/diff.php/ansel/protect.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=816550102a69f222a4be67e59c63aea2accf5836

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

commit 4235eb8b13201716d092c89f98c8bd881f1b5038
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 12:02:43 2010 -0700

    Convert Folks to Horde_Session

 folks/account/resetpassword.php |   18 +-----------------
 folks/lib/Driver.php            |    4 ++--
 folks/lib/Folks.php             |   13 ++++++++-----
 folks/lib/Forms/Login.php       |   15 ++++++++++-----
 folks/save_search.php           |    2 +-
 folks/search.php                |    7 ++++---
 6 files changed, 26 insertions(+), 33 deletions(-)

http://git.horde.org/diff.php/folks/account/resetpassword.php?rt=horde-git&r1=f4f153147c89de458e435625189b68f05cf8ac4c&r2=4235eb8b13201716d092c89f98c8bd881f1b5038
http://git.horde.org/diff.php/folks/lib/Driver.php?rt=horde-git&r1=6287faff03e67682802dc866ed46177dcac31472&r2=4235eb8b13201716d092c89f98c8bd881f1b5038
http://git.horde.org/diff.php/folks/lib/Folks.php?rt=horde-git&r1=464c49cf51f8f91f978528885133e47780b4690f&r2=4235eb8b13201716d092c89f98c8bd881f1b5038
http://git.horde.org/diff.php/folks/lib/Forms/Login.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=4235eb8b13201716d092c89f98c8bd881f1b5038
http://git.horde.org/diff.php/folks/save_search.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=4235eb8b13201716d092c89f98c8bd881f1b5038
http://git.horde.org/diff.php/folks/search.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=4235eb8b13201716d092c89f98c8bd881f1b5038

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

commit 77890e701ea9ee7a72f81b9e044258e08944cd39
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 12:06:48 2010 -0700

    Convert horde/Form to Horde_Session

 framework/Form/Form/Type.php |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Form/Form/Type.php?rt=horde-git&r1=86cf457beaed347585b357e4ba089c88c11e55a0&r2=77890e701ea9ee7a72f81b9e044258e08944cd39

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

commit 07662d645329fa9051015dd34277a03e5facd904
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 12:42:58 2010 -0700

    Convert gollem to Horde_Session

 gollem/clipboard.php       |    2 +-
 gollem/lib/Api.php         |   22 +++++++++++++------
 gollem/lib/Application.php |   28 +++++++++++-------------
 gollem/lib/Auth.php        |   48 ++++++++++++++++---------------------------
 gollem/lib/Gollem.php      |   39 +++++++++++++++++++----------------
 gollem/manager.php         |   26 ++++++++++++-----------
 gollem/selectlist.php      |   23 +++++++++++---------
 7 files changed, 95 insertions(+), 93 deletions(-)

http://git.horde.org/diff.php/gollem/clipboard.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=07662d645329fa9051015dd34277a03e5facd904
http://git.horde.org/diff.php/gollem/lib/Api.php?rt=horde-git&r1=81f7516340d82b919b1420ca49f09b73a8ce4b1f&r2=07662d645329fa9051015dd34277a03e5facd904
http://git.horde.org/diff.php/gollem/lib/Application.php?rt=horde-git&r1=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081&r2=07662d645329fa9051015dd34277a03e5facd904
http://git.horde.org/diff.php/gollem/lib/Auth.php?rt=horde-git&r1=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a&r2=07662d645329fa9051015dd34277a03e5facd904
http://git.horde.org/diff.php/gollem/lib/Gollem.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=07662d645329fa9051015dd34277a03e5facd904
http://git.horde.org/diff.php/gollem/manager.php?rt=horde-git&r1=d6b83bfb3fd0988403c6b074a855d5c2f1342e11&r2=07662d645329fa9051015dd34277a03e5facd904
http://git.horde.org/diff.php/gollem/selectlist.php?rt=horde-git&r1=d6b83bfb3fd0988403c6b074a855d5c2f1342e11&r2=07662d645329fa9051015dd34277a03e5facd904

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

commit d463feec36e167c7921c203833afbeba6a9eb90b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 12:47:06 2010 -0700

    Convert hermes to Horde_Session

 hermes/lib/Api.php    |    4 ++--
 hermes/lib/Hermes.php |    9 ++++-----
 hermes/search.php     |   13 +++++--------
 3 files changed, 11 insertions(+), 15 deletions(-)

http://git.horde.org/diff.php/hermes/lib/Api.php?rt=horde-git&r1=5e85df653f78c95b8697adffef1256df488fe8b2&r2=d463feec36e167c7921c203833afbeba6a9eb90b
http://git.horde.org/diff.php/hermes/lib/Hermes.php?rt=horde-git&r1=464c49cf51f8f91f978528885133e47780b4690f&r2=d463feec36e167c7921c203833afbeba6a9eb90b
http://git.horde.org/diff.php/hermes/search.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=d463feec36e167c7921c203833afbeba6a9eb90b

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

commit 3903829540bc994d5789d432390d0f67ed195035
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 13:24:08 2010 -0700

    Convert mnemo to Horde_Session

 mnemo/lib/Mnemo.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/mnemo/lib/Mnemo.php?rt=horde-git&r1=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc&r2=3903829540bc994d5789d432390d0f67ed195035

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

commit a1f0475dd3c976e4d0d0cd4bf9fcb5bde00c9628
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 13:30:40 2010 -0700

    Convert operator to Horde_Session

 operator/export.php    |   18 +++++++-----------
 operator/search.php    |   18 +++++++-----------
 operator/viewgraph.php |   17 +++++++----------
 3 files changed, 21 insertions(+), 32 deletions(-)

http://git.horde.org/diff.php/operator/export.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=a1f0475dd3c976e4d0d0cd4bf9fcb5bde00c9628
http://git.horde.org/diff.php/operator/search.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=a1f0475dd3c976e4d0d0cd4bf9fcb5bde00c9628
http://git.horde.org/diff.php/operator/viewgraph.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=a1f0475dd3c976e4d0d0cd4bf9fcb5bde00c9628

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

commit 52ed916ba45cb03a94966f9b94caf0f7def91f3a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 13:51:46 2010 -0700

    Convert Shout to Horde_Session

 shout/admin.php                      |    3 ---
 shout/admin/accounts.php             |    8 ++++----
 shout/admin/numbers.php              |    6 +++---
 shout/conferences.php                |   12 ++++++------
 shout/devices.php                    |   12 ++++++------
 shout/dialplan.php                   |   14 +++++++-------
 shout/extensions.php                 |    5 +----
 shout/index.php                      |    5 ++---
 shout/lib/Ajax/Application.php       |   22 +++++++++++-----------
 shout/lib/Application.php            |    9 +++++----
 shout/lib/Forms/AccountForm.php      |    7 ++++---
 shout/lib/Forms/ConferenceForm.php   |    7 ++++---
 shout/lib/Forms/DeviceForm.php       |    7 ++++---
 shout/lib/Forms/ExtensionForm.php    |    4 ++--
 shout/lib/Forms/MenuForm.php         |   12 ++++++------
 shout/lib/Forms/NumberForm.php       |    3 ++-
 shout/lib/Forms/RecordingForm.php    |    5 +++--
 shout/lib/Shout.php                  |    2 +-
 shout/recordings.php                 |    8 ++++----
 shout/templates/conferences/list.inc |    2 +-
 shout/templates/devices/list.inc     |    2 +-
 shout/templates/extensions.inc.php   |    2 +-
 shout/templates/menu.inc             |    4 +++-
 shout/templates/recordings/list.inc  |    2 +-
 shout/wizard.php                     |   20 ++++++++++----------
 25 files changed, 92 insertions(+), 91 deletions(-)

http://git.horde.org/diff.php/shout/admin.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/admin/accounts.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/admin/numbers.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/conferences.php?rt=horde-git&r1=cb4ccee883013b0202c042dd356e18da1fe64483&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/devices.php?rt=horde-git&r1=cb4ccee883013b0202c042dd356e18da1fe64483&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/dialplan.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/extensions.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/lib/Ajax/Application.php?rt=horde-git&r1=c2ad34cad8e925386f5b64f2229f75d4aeb08afd&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/lib/Application.php?rt=horde-git&r1=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/lib/Forms/AccountForm.php?rt=horde-git&r1=523f670cd67e3ca454b97b14a70724bcd2e78d9a&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/lib/Forms/ConferenceForm.php?rt=horde-git&r1=cb4ccee883013b0202c042dd356e18da1fe64483&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/lib/Forms/DeviceForm.php?rt=horde-git&r1=cb4ccee883013b0202c042dd356e18da1fe64483&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/lib/Forms/ExtensionForm.php?rt=horde-git&r1=cb4ccee883013b0202c042dd356e18da1fe64483&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/lib/Forms/MenuForm.php?rt=horde-git&r1=cb4ccee883013b0202c042dd356e18da1fe64483&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/lib/Forms/NumberForm.php?rt=horde-git&r1=221a6048197774701d290c35c08c2f58c6683d68&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/lib/Forms/RecordingForm.php?rt=horde-git&r1=cb4ccee883013b0202c042dd356e18da1fe64483&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/recordings.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/templates/conferences/list.inc?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/templates/devices/list.inc?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/templates/extensions.inc.php?rt=horde-git&r1=464c49cf51f8f91f978528885133e47780b4690f&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/templates/menu.inc?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/templates/recordings/list.inc?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a
http://git.horde.org/diff.php/shout/wizard.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=52ed916ba45cb03a94966f9b94caf0f7def91f3a

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

commit c37320f86754617bd014178b9d1d53bdbb3df328
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 13:55:53 2010 -0700

    Horde_Sesion conversion missed in Turba

 turba/lib/tests/KolabTestBase.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/turba/lib/tests/KolabTestBase.php?rt=horde-git&r1=c685edee620ef4d9931ef899c7f1ad162bf430af&r2=c37320f86754617bd014178b9d1d53bdbb3df328

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

commit dde9e504f1a002d64f51e77791300dc9f9d63b88
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 13:57:33 2010 -0700

    Convert vilma to Horde_Session

 vilma/lib/Forms/EditDomainForm.php |    2 +-
 vilma/lib/Vilma.php                |    8 +++-----
 vilma/users/edit.php               |    2 +-
 3 files changed, 5 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/vilma/lib/Forms/EditDomainForm.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=dde9e504f1a002d64f51e77791300dc9f9d63b88
http://git.horde.org/diff.php/vilma/lib/Vilma.php?rt=horde-git&r1=464c49cf51f8f91f978528885133e47780b4690f&r2=dde9e504f1a002d64f51e77791300dc9f9d63b88
http://git.horde.org/diff.php/vilma/users/edit.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=dde9e504f1a002d64f51e77791300dc9f9d63b88

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

commit 53bda31d988c593dd078f5495aa221e37a101b66
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 14:10:25 2010 -0700

    Convert Whups to Horde_Session

 whups/lib/Ticket.php             |    6 +++---
 whups/lib/View/Results.php       |    4 ++--
 whups/lib/Whups.php              |   14 +++++++++-----
 whups/query/index.php            |   28 ++++++++++++++--------------
 whups/query/run.php              |    8 ++++----
 whups/queue/index.php            |    2 +-
 whups/search.php                 |    6 +++---
 whups/templates/prevnext.inc     |   26 +++++++++++---------------
 whups/templates/view/results.inc |    4 ++--
 whups/ticket/create.php          |    3 +--
 10 files changed, 50 insertions(+), 51 deletions(-)

http://git.horde.org/diff.php/whups/lib/Ticket.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=53bda31d988c593dd078f5495aa221e37a101b66
http://git.horde.org/diff.php/whups/lib/View/Results.php?rt=horde-git&r1=2a0c35ce910d5f159586b3e74c497f250965f268&r2=53bda31d988c593dd078f5495aa221e37a101b66
http://git.horde.org/diff.php/whups/lib/Whups.php?rt=horde-git&r1=d1719f334a03e88cddade61b24edfec9fb59bbfc&r2=53bda31d988c593dd078f5495aa221e37a101b66
http://git.horde.org/diff.php/whups/query/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=53bda31d988c593dd078f5495aa221e37a101b66
http://git.horde.org/diff.php/whups/query/run.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=53bda31d988c593dd078f5495aa221e37a101b66
http://git.horde.org/diff.php/whups/queue/index.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=53bda31d988c593dd078f5495aa221e37a101b66
http://git.horde.org/diff.php/whups/search.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=53bda31d988c593dd078f5495aa221e37a101b66
http://git.horde.org/diff.php/whups/templates/prevnext.inc?rt=horde-git&r1=15ae708857f6cc57de6cf9990b84fca63dbe9b93&r2=53bda31d988c593dd078f5495aa221e37a101b66
http://git.horde.org/diff.php/whups/templates/view/results.inc?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=53bda31d988c593dd078f5495aa221e37a101b66
http://git.horde.org/diff.php/whups/ticket/create.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=53bda31d988c593dd078f5495aa221e37a101b66

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

commit 64312ecedc7b4290d560ce827c263b1e8da11b92
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 14:53:11 2010 -0700

    Have SyncML use Horde_Session

 framework/SyncML/SyncML.php                  |   12 +++------
 framework/SyncML/SyncML/Backend.php          |   11 ++++++--
 framework/SyncML/SyncML/Backend/Horde.php    |   11 +++++++-
 framework/SyncML/SyncML/Command/Alert.php    |    3 +-
 framework/SyncML/SyncML/Command/Final.php    |    2 +-
 framework/SyncML/SyncML/Command/Get.php      |    2 +-
 framework/SyncML/SyncML/Command/Map.php      |    2 +-
 framework/SyncML/SyncML/Command/Put.php      |    2 +-
 framework/SyncML/SyncML/Command/Status.php   |    2 +-
 framework/SyncML/SyncML/Command/Sync.php     |    6 ++--
 framework/SyncML/SyncML/Command/SyncHdr.php  |   33 ++++++++++++-------------
 framework/SyncML/SyncML/Device.php           |    2 +-
 framework/SyncML/SyncML/Device/Nokia.php     |    2 +-
 framework/SyncML/SyncML/Device/P800.php      |    2 +-
 framework/SyncML/SyncML/Device/Sync4j.php    |    4 +-
 framework/SyncML/SyncML/Device/Synthesis.php |    4 +-
 framework/SyncML/SyncML/Sync.php             |    9 +++----
 framework/SyncML/SyncML/XMLOutput.php        |   21 ++++++++--------
 framework/SyncML/tests/testpacket.php        |    6 ++--
 19 files changed, 72 insertions(+), 64 deletions(-)

http://git.horde.org/diff.php/framework/SyncML/SyncML.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend.php?rt=horde-git&r1=86cf457beaed347585b357e4ba089c88c11e55a0&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend/Horde.php?rt=horde-git&r1=309cd00a448c256edd4029fe7ccd1a919770ed55&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Alert.php?rt=horde-git&r1=b0cd708e710752421205677bc049c195282741ad&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Final.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Get.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Map.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Put.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Status.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Sync.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/SyncHdr.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device.php?rt=horde-git&r1=88d459bf2ae29604b5f23e79df16bcfd20f073a3&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device/Nokia.php?rt=horde-git&r1=ab2e92f65a0842c9d2b985e7bae960b1c915fd31&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device/P800.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?rt=horde-git&r1=88d459bf2ae29604b5f23e79df16bcfd20f073a3&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Device/Synthesis.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/Sync.php?rt=horde-git&r1=b0cd708e710752421205677bc049c195282741ad&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/SyncML/XMLOutput.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=64312ecedc7b4290d560ce827c263b1e8da11b92
http://git.horde.org/diff.php/framework/SyncML/tests/testpacket.php?rt=horde-git&r1=6dba7f3aecfe2dcea8858b0f47b7f6200814691e&r2=64312ecedc7b4290d560ce827c263b1e8da11b92

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

commit eb329489edf698bca4e0185d617dda43fa850412
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Nov 17 14:22:45 2010 -0700

    Horde_Session now does the necessary work for determining when to write session to the backend

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

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




More information about the commits mailing list