[commits] Horde branch master updated. 69134b59c5deac3c88a6c34d0de13f02b6c95f50

Michael M Slusarz slusarz at horde.org
Sat Aug 3 00:11:31 UTC 2013


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

from: c2aaea0f11372d52b559ed82779cc1538a5497c0

7ca0382 [mms] Smarter sizing of popup windows in dynamic view.
f4c33ad [mms] Don't cache missing class paths.
00b411a Increment version number
c7b784e [mms] Update LZ4 source to r99.
97ec8c5 Released horde_lz4-1.0.2
dfed3c9 Development mode for horde_lz4-1.0.3
bc135ed Bump version
f55ded9 Make sure current cachekey is always pruned
b6b6d74 Simplify script output
1b9bfc9 Released Horde_Autoloader_Cache-2.0.4
f8e817e Development mode for Horde_Autoloader_Cache-2.0.5
69134b5 [mms] Log unexpected authentication errors at a NOTICE level instead of EMERG.

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

commit 7ca03820724689b65097c248a2a4b8262c3ddf2f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 2 16:54:39 2013 -0600

    [mms] Smarter sizing of popup windows in dynamic view.

 imp/docs/CHANGES       |    1 +
 imp/js/compose-dimp.js |    3 +++
 imp/js/message-dimp.js |    3 +++
 imp/package.xml        |    2 ++
 4 files changed, 9 insertions(+), 0 deletions(-)

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

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

commit f4c33adc6f44b98022555cb10a6b8824def865ad
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 2 17:24:52 2013 -0600

    [mms] Don't cache missing class paths.

 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php |   14 ++++++++----
 framework/Autoloader_Cache/package.xml                    |    2 +
 2 files changed, 11 insertions(+), 5 deletions(-)

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

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

commit 00b411abe043a757d02ed1ed34ec7f5c6dc79c8c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 2 17:32:47 2013 -0600

    Increment version number

 framework/lz4/horde_lz4.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/00b411abe043a757d02ed1ed34ec7f5c6dc79c8c

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

commit c7b784e823df8ea814ca30f1f24c8395519326eb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 2 17:39:41 2013 -0600

    [mms] Update LZ4 source to r99.

 framework/lz4/lz4.c           |  888 ++++++++++++++++-------------------------
 framework/lz4/lz4.h           |   93 +++--
 framework/lz4/lz4_encoder.h   |  258 ++++++++++++
 framework/lz4/lz4hc.c         |  504 +++++++++---------------
 framework/lz4/lz4hc.h         |   67 +++-
 framework/lz4/lz4hc_encoder.h |  349 ++++++++++++++++
 framework/lz4/package.xml     |    6 +-
 7 files changed, 1253 insertions(+), 912 deletions(-)
 create mode 100644 framework/lz4/lz4_encoder.h
 create mode 100644 framework/lz4/lz4hc_encoder.h

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

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

commit 97ec8c58e0ef9c950c0ae751a9ff4eea9bf5675d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 2 17:51:40 2013 -0600

    Released horde_lz4-1.0.2

 framework/lz4/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/97ec8c58e0ef9c950c0ae751a9ff4eea9bf5675d

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

commit dfed3c965aa332e6eb2fefc815aa28f927a3b7d6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 2 17:51:40 2013 -0600

    Development mode for horde_lz4-1.0.3

 framework/lz4/package.xml |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

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

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

commit bc135ed59699006ddc5b8ae0619fa51be1684dfc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 2 17:52:13 2013 -0600

    Bump version

 framework/lz4/horde_lz4.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit f55ded95535912fe2d663207273492be28bf3ceb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 2 17:54:19 2013 -0600

    Make sure current cachekey is always pruned

 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit b6b6d748ae25a367437eb23fdb8f8e3466befe70
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 2 17:54:26 2013 -0600

    Simplify script output

 framework/Autoloader_Cache/bin/horde-autoloader-cache-prune |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

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

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

commit 1b9bfc91058f92447b983abe0406741fbf0b48f8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 2 18:07:46 2013 -0600

    Released Horde_Autoloader_Cache-2.0.4

 framework/Autoloader_Cache/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/1b9bfc91058f92447b983abe0406741fbf0b48f8

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

commit f8e817e901cee47b894cd917d8b5f389cf47f64d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 2 18:07:46 2013 -0600

    Development mode for Horde_Autoloader_Cache-2.0.5

 framework/Autoloader_Cache/package.xml |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

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

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

commit 69134b59c5deac3c88a6c34d0de13f02b6c95f50
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 2 18:10:57 2013 -0600

    [mms] Log unexpected authentication errors at a NOTICE level instead of EMERG.

 framework/Core/lib/Horde/ErrorHandler.php |   12 ++++++++----
 framework/Core/package.xml                |    4 ++--
 2 files changed, 10 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/69134b59c5deac3c88a6c34d0de13f02b6c95f50




More information about the commits mailing list