[commits] Horde branch master updated. b28badacc999272fd990f1d6babf9324a0d3510c

Michael M Slusarz slusarz at horde.org
Fri Apr 19 21:01:17 UTC 2013


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

from: a255c0298394fd4da919c860567cc163914a57ef

9700a8f Fixes/improvements to IMAP cache query script
9fcd779 Revert "configswitch doesn't output integer values, so explicitly cast to integer just in case"
27d60ca Correct way of not quoting configswitch values
8617a9d Set these default values to 1 week
3c62dbb [mms] Add IMAP cache specific purge action to the imap cache query script.
5918b71 Fix updating existing metadata fields.
a2f53ec Optimizations to storing cached metadata
b28bada Don't store uidvalidity value if it isn't present

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

commit 9700a8ff1d6a7871b629208c9fe95a573e24aad8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 19 11:39:15 2013 -0600

    Fixes/improvements to IMAP cache query script

 imp/bin/imp-query-imap-cache |   24 +++---------------------
 1 files changed, 3 insertions(+), 21 deletions(-)

http://git.horde.org/horde-git/-/commit/9700a8ff1d6a7871b629208c9fe95a573e24aad8

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

commit 9fcd7794274e1ab507a6edac32e902869ea7e49d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 19 11:40:51 2013 -0600

    Revert "configswitch doesn't output integer values, so explicitly cast to integer just in case"
    
    This reverts commit cc8faa8a5051833798e9fe93051069cad19e70dc.

 imp/lib/Prefs/Special/PgpPrivateKey.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9fcd7794274e1ab507a6edac32e902869ea7e49d

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

commit 27d60cac745ece2fc1dcb0dc3ed21fa6e9c3e947
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 19 11:41:59 2013 -0600

    Correct way of not quoting configswitch values

 imp/config/conf.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

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

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

commit 8617a9d10f916cdf217189561d1db0f5125bc789
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 19 12:58:44 2013 -0600

    Set these default values to 1 week
    
    For max_time - now that we regenerate ID every 6 hours (currently),
    session fixation is less of an issue. This is now more to trap issues
    such as upgrades that cause data to be stored in session to be invalid
    and to ensure that users are logged out eventually in order to have any
    login tasks performed.
    
    For static cached JS/CSS lifetime, this is really there to limit old
    files and as an occasiionally freshening of the cache to ensure that
    data is correct.

 horde/config/conf.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/8617a9d10f916cdf217189561d1db0f5125bc789

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

commit 3c62dbbb7134145af6521cea726453a877187f4c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 19 13:20:38 2013 -0600

    [mms] Add IMAP cache specific purge action to the imap cache query script.

 imp/bin/imp-query-imap-cache |   32 +++++++++++++++++++++++++-------
 imp/docs/CHANGES             |    1 +
 imp/package.xml              |    2 ++
 3 files changed, 28 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/3c62dbbb7134145af6521cea726453a877187f4c

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

commit 5918b7171b6f43ef9bbb37a9818c52adb205b802
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 19 14:41:08 2013 -0600

    Fix updating existing metadata fields.

 framework/Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Db.php |    7 ++---
 1 files changed, 3 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/5918b7171b6f43ef9bbb37a9818c52adb205b802

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

commit a2f53ec396a2ec43ebd698ad594ce58b09cc718b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 19 14:41:31 2013 -0600

    Optimizations to storing cached metadata
    
    Use shorter field identifiers.
    Split search cache ID field out into separate field to distinguish from
    search IDs.
    No need to check uidvalidity when storing data - this only matters when
    retrieving.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |   49 +++++++-----------
 1 files changed, 18 insertions(+), 31 deletions(-)

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

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

commit b28badacc999272fd990f1d6babf9324a0d3510c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 19 15:00:10 2013 -0600

    Don't store uidvalidity value if it isn't present

 framework/Imap_Client/lib/Horde/Imap/Client/Cache.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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




More information about the commits mailing list