[commits] Horde branch horde_autoloader-caching updated. e9f734fe5325b75eb8e7f6ef06855252aa539d4f

Jan Schneider jan at horde.org
Fri Aug 5 15:54:44 UTC 2011


The branch "horde_autoloader-caching" has been updated.
The following is a summary of the commits.

from: 95f9dfa36ca65858fc1688e6ee1084a81a384f3d

28f5681 documentation update prior to release
42dd2fd whitespace fixes
7a5e21b Work around sporadic error on re-authentication to imp
dd8e9d5 phpdoc
b51eb36 Bug #9882: Correctly determine page with first/last unseen messages when using descending sequence sorting
c3809ba Horde_Core needs to be 1.4.0
cc2c809 Add validate capability to application auth. Allow transparent authentication after auth validation failed.
6075967 Add VFS factories.
6c1fa54 Store backend information in a static property instead of global variable.
5fb457b Convert Gollem authentication to Horde 4.
6f83946 Style
67aa793 Fix JS generation.
c62cd97 Update de translation.
27a5ea4 Revert "Work around sporadic error on re-authentication to imp"
37de907 Fix a few String:: calls
c8e74ee Horde_Block -> Horde_Core_Block
eb1a374 Reverse logic.
442575b Implement basic, unconditional caching of class-file-name-map.
192c56b Implement filesystem cache fallback (Request #10396).
167dfab Add dependencies (Request #10396).
e9f734f Merge branch 'horde_autoloader-caching' of dev.horde.org:/horde/git/horde into horde_autoloader-caching

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

commit 28f56810dccdba991cd159b5f5134ca81c251ddd
Author: root <root at salem.systems.b1-systems.de>
Date:   Thu Aug 4 13:02:24 2011 +0200

    documentation update prior to release

 passwd/docs/RELEASE_NOTES |   21 +++++++++++++++------
 passwd/docs/TODO          |    2 ++
 passwd/docs/UPGRADING     |    2 +-
 3 files changed, 18 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/28f56810dccdba991cd159b5f5134ca81c251ddd

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

commit 42dd2fdb5f66ba5c1ef6e42e658852638514ccc6
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu Aug 4 13:08:29 2011 +0200

    whitespace fixes

 passwd/docs/RELEASE_NOTES |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/42dd2fdb5f66ba5c1ef6e42e658852638514ccc6

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

commit 7a5e21b88440674ba15d70f6c12d87f9aa71fab2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 4 12:36:02 2011 -0600

    Work around sporadic error on re-authentication to imp
    
    This is a total hack, but I can't figure out why this is happening.  It
    only happens on a logout -> relogin, so it might have something to do
    with an inconsistent session state during the logout phase.

 imp/lib/Factory/Imap.php |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/7a5e21b88440674ba15d70f6c12d87f9aa71fab2

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

commit dd8e9d5a00d0de83a4553ae74c0798e03453bbfa
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 4 12:41:49 2011 -0600

    phpdoc

 imp/lib/Mailbox/List.php |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/dd8e9d5a00d0de83a4553ae74c0798e03453bbfa

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

commit b51eb360da49b7ff12fe39143e3389514a05a024
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 4 12:52:00 2011 -0600

    Bug #9882: Correctly determine page with first/last unseen messages when using descending sequence sorting

 imp/docs/CHANGES         |    2 ++
 imp/lib/Mailbox/List.php |    6 ++++--
 imp/package.xml          |    8 +++++---
 3 files changed, 11 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/b51eb360da49b7ff12fe39143e3389514a05a024

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

commit c3809ba16f0cc868c4cddb237c689f97e48a0a41
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Aug 4 13:06:34 2011 -0600

    Horde_Core needs to be 1.4.0

 framework/Core/lib/Horde/Session.php |    4 ++++
 framework/Core/package.xml           |   30 +++++++++---------------------
 imp/package.xml                      |    2 +-
 3 files changed, 14 insertions(+), 22 deletions(-)

http://git.horde.org/horde-git/-/commit/c3809ba16f0cc868c4cddb237c689f97e48a0a41

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

commit cc2c8095b8ad82ee7555c0df3ee6586037fa206a
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 12:21:37 2011 +0200

    Add validate capability to application auth. Allow transparent authentication after auth validation failed.

 framework/Core/lib/Horde/Core/Auth/Application.php |   11 +++++--
 framework/Core/lib/Horde/Registry.php              |   31 ++++++++++++++++----
 framework/Core/lib/Horde/Registry/Application.php  |   12 +++++++
 framework/Core/package.xml                         |    1 +
 4 files changed, 46 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/cc2c8095b8ad82ee7555c0df3ee6586037fa206a

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

commit 60759677c2efbf155a7954cb973c3da3b90daa92
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 14:01:33 2011 +0200

    Add VFS factories.

 gollem/edit.php                   |    8 +++-
 gollem/lib/Api.php                |   25 ++++++++++----
 gollem/lib/Factory/Vfs.php        |   68 +++++++++++++++++++++++++++++++++++++
 gollem/lib/Factory/VfsDefault.php |   38 ++++++++++++++++++++
 gollem/lib/Gollem.php             |   66 ++++++++++++++++++++---------------
 gollem/manager.php                |    3 ++
 gollem/quota.php                  |    2 +-
 gollem/view.php                   |    1 +
 8 files changed, 173 insertions(+), 38 deletions(-)
 create mode 100644 gollem/lib/Factory/Vfs.php
 create mode 100644 gollem/lib/Factory/VfsDefault.php

http://git.horde.org/horde-git/-/commit/60759677c2efbf155a7954cb973c3da3b90daa92

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

commit 6c1fa54978383bb09bf314c89f541470608c5e3a
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 14:05:38 2011 +0200

    Store backend information in a static property instead of global variable.

 gollem/edit.php            |    2 +-
 gollem/lib/Api.php         |    4 +--
 gollem/lib/Application.php |    7 +++-
 gollem/lib/Auth.php        |    4 +-
 gollem/lib/Gollem.php      |   78 ++++++++++++++-----------------------------
 gollem/manager.php         |   61 ++++++++++++++++------------------
 gollem/quota.php           |    2 +-
 gollem/selectlist.php      |   34 ++++++++-----------
 gollem/view.php            |    2 +-
 9 files changed, 80 insertions(+), 114 deletions(-)

http://git.horde.org/horde-git/-/commit/6c1fa54978383bb09bf314c89f541470608c5e3a

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

commit 5fb457ba73dc0e2a2d3092b04796a3abc57b1729
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 14:07:03 2011 +0200

    Convert Gollem authentication to Horde 4.
    
    Gollem functionality itself hasn't been tested much yet, but authentication and
    backend switching works. Transparent authentication works too but not
    automatically yet. Using Gollem for Horde authentication hasn't been tested at
    all yet.

 gollem/lib/Api.php         |    2 +
 gollem/lib/Application.php |  333 +++++++++++++----------------
 gollem/lib/Auth.php        |  503 +++++++++++++++++++++++--------------------
 gollem/lib/Gollem.php      |  207 ++-----------------
 gollem/permissions.php     |    4 +-
 gollem/templates/menu.html |    6 +-
 gollem/view.php            |    3 +-
 7 files changed, 446 insertions(+), 612 deletions(-)

http://git.horde.org/horde-git/-/commit/5fb457ba73dc0e2a2d3092b04796a3abc57b1729

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

commit 6f83946a9dd102afe16d3ae2c5ee0bb5c19cd45f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 14:09:31 2011 +0200

    Style

 gollem/lib/Gollem.php  |   39 +++++++++++++++++++++------------------
 gollem/permissions.php |    2 +-
 2 files changed, 22 insertions(+), 19 deletions(-)

http://git.horde.org/horde-git/-/commit/6f83946a9dd102afe16d3ae2c5ee0bb5c19cd45f

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

commit 67aa7939f10a2c6083ff2d016470c7f8fa32088e
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 14:09:50 2011 +0200

    Fix JS generation.

 gollem/templates/javascript_defs.php |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/67aa7939f10a2c6083ff2d016470c7f8fa32088e

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

commit c62cd976117eba62a198b9923edae7ad539adc03
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 14:10:27 2011 +0200

    Update de translation.

 gollem/locale/de/LC_MESSAGES/gollem.mo |  Bin 81441 -> 81422 bytes
 gollem/locale/de/LC_MESSAGES/gollem.po |    8 ++++----
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/c62cd976117eba62a198b9923edae7ad539adc03

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

commit 27a5ea4bf5c3c1210f58f3dbf7475168f5251e33
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 14:48:16 2011 +0200

    Revert "Work around sporadic error on re-authentication to imp"
    
    This broke authentication completely for me. There was an infinite loop of
    Horde_Registry::_getAuthCredentials() because $app was 'imp' and $base_app was
    'horde'.
    
    This reverts commit 7a5e21b88440674ba15d70f6c12d87f9aa71fab2.

 imp/lib/Factory/Imap.php |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

http://git.horde.org/horde-git/-/commit/27a5ea4bf5c3c1210f58f3dbf7475168f5251e33

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

commit 37de9072700cb63f78d4f985c2134e13c28ea443
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Fri Aug 5 08:36:39 2011 -0400

    Fix a few String:: calls

 klutz/lib/Comic.php |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/37de9072700cb63f78d4f985c2134e13c28ea443

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

commit c8e74ee9209925a4937b1fcda61a942df433b09f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 5 09:40:18 2011 -0400

    Horde_Block -> Horde_Core_Block

 klutz/lib/Block/Comics.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/c8e74ee9209925a4937b1fcda61a942df433b09f

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

commit eb1a37438e97f253482541040e615501408668d6
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 15:31:26 2011 +0200

    Reverse logic.
    
    It doesn't matter if lists are sorted in the backend, this is only for users,
    so sort when displaying the list, not when storing them.

 ingo/docs/CHANGES              |    1 +
 ingo/lib/Storage/Blacklist.php |    2 +-
 ingo/lib/Storage/Prefs.php     |    4 ++--
 ingo/lib/Storage/Sql.php       |    4 ++--
 ingo/lib/Storage/Whitelist.php |    2 +-
 ingo/package.xml               |    4 ++--
 6 files changed, 9 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/eb1a37438e97f253482541040e615501408668d6

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

commit 442575b48eb0974d475cf2ed80533b5fa9daa6f3
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 4 18:01:38 2011 +0200

    Implement basic, unconditional caching of class-file-name-map.

 framework/Autoloader/lib/Horde/Autoloader.php         |   28 +++++++++++++++++
 framework/Autoloader/lib/Horde/Autoloader/Default.php |    7 +++-
 2 files changed, 33 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/442575b48eb0974d475cf2ed80533b5fa9daa6f3

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

commit 192c56b7c64ad886b25ae4fb250eb853e310ff01
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 17:47:48 2011 +0200

    Implement filesystem cache fallback (Request #10396).

 framework/Autoloader/lib/Horde/Autoloader.php |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/192c56b7c64ad886b25ae4fb250eb853e310ff01

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

commit 167dfabf19484199f4b84db8552f589baf22c10f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 17:49:52 2011 +0200

    Add dependencies (Request #10396).

 framework/Autoloader/package.xml |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/167dfabf19484199f4b84db8552f589baf22c10f

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

commit e9f734fe5325b75eb8e7f6ef06855252aa539d4f
Merge: 167dfab 95f9dfa
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 5 17:54:26 2011 +0200

    Merge branch 'horde_autoloader-caching' of dev.horde.org:/horde/git/horde into horde_autoloader-caching
    
    Conflicts:
    	framework/Autoloader/lib/Horde/Autoloader.php


http://git.horde.org/horde-git/-/commit/e9f734fe5325b75eb8e7f6ef06855252aa539d4f




More information about the commits mailing list