[commits] Horde branch ingo_3_1 updated. 7e88772659af795e78ef9d5064885a96bd858d4b

Jan Schneider jan at horde.org
Thu Mar 7 14:52:09 UTC 2013


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

from: fba9c4675c7035f06581d6b16503b3e72ae6fda5

9d83991 phpdoc
ebe74dd Remove stray character.
3e9efcf Only build on PHP 5.4 for now, 5.3 obviously has issues on Travis.
698a6fb If we are going to extend Horde_Session, we need to allow access to these properties.
9a0be18 Ensure we still have a Horde_Session::BEGIN value after destroy() is called.
e39f643 Properly log the minuid value here.
60c569b Horde:: -> self::
2b590ff Prevent chicken/egg with the logger.
d8d281a BFN
6aa424d Allow for more deeply nested search criteria.
6d46fdf BFN
38dcf39 [mms] Better error-checking when uncompressing cache data.
a8fb101 [mms] Add support for horde_lz4 for compressing cache data.
b4f7b1c Fix conditional for detected when not to log the message.
310e147 phpdoc
ecac60c Get rid of separate _dir variable - store directly in params variable
bc36d59 [mms] Fix serialization of all storage drivers.
d179c84 Horde::logMessage() is deprecated
1d51a0e Alphabatize these so they are easier to find the variable name
f69fb66 Add a 'hordeInit' flag to registry to indicate when basic horde framework has been initialized
dc0dfa9 [mms] Queue log entries issued before framework is initialized and log them once that occurs.
7c7ea99 [mms] More compact internal/serialized representation of data in Horde_Prefs_Scope.
5023660 Bug #12096: make sure data is string before doing JSON check
f64963d Bug #12095: Hotfix to allow for Y-scrolling in search page in dynamic view
683b9f5 Bug #12095: Fix setting initial height of search IFRAME
8f83331 Adjust search IFRAME height when resizing window
c0e75a1 Fix array key name. Fix setting flag changes.
a9c2fce This hasn't been used since Horde 4
692ef49 Fix variable name
559496f Avoid warnings about modifying an overloaded property.
2bbd9f0 Only log ActiveSync entries if we active the synclog.
c00bfb2 Can't use overloaded properties in current() either.
3bdc616 Ensure mimesupport is always set.
dfa3e2f sigh. Typehints are pretty useless if you can't use a base class.
1e9ab64 Avoid older mobile browsers displaying "null" for empty descriptions.
ba9d4e3 Bug: 12098 Fix uncompleting tasks from task view in smartmobile view. Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>
80b9991 BFN
77c5b23 Revert "sigh. Typehints are pretty useless if you can't use a base class."
a5533aa of course, it helps if we type hint with the *correct* parent class.
6268ce3 Don't access the PolKey value if we know we don't have one.
65e76e6 Fix variable name, add declaration/phpdoc
56aa5b5 Avoid undefined variable warnings.
f14644b Add @todo
4d6f9cb CLASS isn't used (or needed) in EAS >= 12.0 GETITEMESTIMATE requests.
7e88772 Merge remote-tracking branch 'origin/master' into ingo_3_1

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

commit 9d83991fa502e15e4708c055e20a3943346d5e0e
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 6 14:50:36 2013 +0100

    phpdoc

 framework/Cli_Modular/lib/Horde/Cli/Modular.php        |   10 ++--
 framework/Cli_Modular/lib/Horde/Cli/Modular/Module.php |   39 ++++++++--------
 2 files changed, 23 insertions(+), 26 deletions(-)

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

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

commit ebe74dd74d16e162a7950e0a2b0c904b1657516a
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 6 14:50:50 2013 +0100

    Remove stray character.

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

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

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

commit 3e9efcf4758d1a0640175d4b6788d62247be9677
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 6 15:27:04 2013 +0100

    Only build on PHP 5.4 for now, 5.3 obviously has issues on Travis.

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 698a6fb5d0e88772a0cffa830ca1f62177b3c81a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 09:58:20 2013 -0500

    If we are going to extend Horde_Session, we need to allow access to these properties.
    
    Partial fix for Bug: 12078

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

http://git.horde.org/horde-git/-/commit/698a6fb5d0e88772a0cffa830ca1f62177b3c81a

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

commit 9a0be186efebbbef09c55b1cc3b39a8f7b227374
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 09:59:36 2013 -0500

    Ensure we still have a Horde_Session::BEGIN value after destroy() is called.
    
    Final bit of Bug: 12078

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

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

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

commit e39f643df6bd8d35bd086994ec2cb42b965cad1f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 10:01:06 2013 -0500

    Properly log the minuid value here.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 60c569b01f37a1f35ce800717baa9796898a3a25
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 11:59:04 2013 -0500

    Horde:: -> self::

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

http://git.horde.org/horde-git/-/commit/60c569b01f37a1f35ce800717baa9796898a3a25

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

commit 2b590ff47770c8b204f7e2602e209f557fc4dc02
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 12:39:03 2013 -0500

    Prevent chicken/egg with the logger.
    
    If we attempt to load the logger before horde's configuration is
    fully loaded, we might not have the the logger settings available.
    This will cause the injector factory to return a null logger. Since
    the injector acts as a singleton in this case, we may never obtain
    a correct logger.
    
    Fixes Bug: 12094

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

http://git.horde.org/horde-git/-/commit/2b590ff47770c8b204f7e2602e209f557fc4dc02

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

commit d8d281a5068a36fe1d02c84a74bd8223ca78d754
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 12:44:15 2013 -0500

    BFN

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

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

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

commit 6aa424dc814ec8c95851c16b6cc89172d87f7369
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 13:05:53 2013 -0500

    Allow for more deeply nested search criteria.
    
    Fixes Bug: 12089 for activesync based global address book searches.

 turba/lib/Driver/Ldap.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 6d46fdf1a1a5158d3c6b7203672c64c7a0199ce4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 13:08:25 2013 -0500

    BFN

 turba/docs/CHANGES |    2 ++
 turba/package.xml  |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

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

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

commit 38dcf39871d860f86ca888df3dfae6d2688e01cc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 12:55:56 2013 -0700

    [mms] Better error-checking when uncompressing cache data.

 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php |   15 +++++++++---
 framework/Autoloader_Cache/package.xml                    |    4 +-
 2 files changed, 13 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/38dcf39871d860f86ca888df3dfae6d2688e01cc

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

commit a8fb1014f4eea99f94f0ce9d2e51e3a69e889f32
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 12:56:43 2013 -0700

    [mms] Add support for horde_lz4 for compressing cache data.

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

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

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

commit b4f7b1c3f3e4b367411e1d0d47bb39fc717cd4b6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 15:56:31 2013 -0500

    Fix conditional for detected when not to log the message.

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

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

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

commit 310e1477be32794cba2ff8e9cd921441385c10fd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 02:11:15 2013 -0700

    phpdoc

 framework/Cache/lib/Horde/Cache/Storage/Apc.php          |   29 +++++++---
 framework/Cache/lib/Horde/Cache/Storage/Base.php         |   21 +++++---
 framework/Cache/lib/Horde/Cache/Storage/Eaccelerator.php |   26 ++++++----
 framework/Cache/lib/Horde/Cache/Storage/File.php         |   40 ++++++++------
 framework/Cache/lib/Horde/Cache/Storage/Memcache.php     |   32 ++++++-----
 framework/Cache/lib/Horde/Cache/Storage/Mock.php         |   27 ++++++---
 framework/Cache/lib/Horde/Cache/Storage/Null.php         |   20 +++++--
 framework/Cache/lib/Horde/Cache/Storage/Session.php      |   26 ++++++----
 framework/Cache/lib/Horde/Cache/Storage/Sql.php          |   38 ++++++++------
 framework/Cache/lib/Horde/Cache/Storage/Stack.php        |   34 +++++++-----
 framework/Cache/lib/Horde/Cache/Storage/Xcache.php       |   26 ++++++----
 11 files changed, 196 insertions(+), 123 deletions(-)

http://git.horde.org/horde-git/-/commit/310e1477be32794cba2ff8e9cd921441385c10fd

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

commit ecac60c669076f8541872cb7440b7187b619ac9c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 14:51:01 2013 -0700

    Get rid of separate _dir variable - store directly in params variable

 framework/Cache/lib/Horde/Cache/Storage/File.php |   29 ++++++++-------------
 1 files changed, 11 insertions(+), 18 deletions(-)

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

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

commit bc36d596a868602f525d2cc57e9de1155a23456e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 15:19:42 2013 -0700

    [mms] Fix serialization of all storage drivers.

 framework/Cache/lib/Horde/Cache/Storage/Base.php     |   30 ++++++++++++++++-
 framework/Cache/lib/Horde/Cache/Storage/Memcache.php |   31 ++++-------------
 framework/Cache/lib/Horde/Cache/Storage/Mock.php     |    7 ++++
 framework/Cache/lib/Horde/Cache/Storage/Session.php  |    6 +++
 framework/Cache/lib/Horde/Cache/Storage/Sql.php      |   17 +++++----
 framework/Cache/lib/Horde/Cache/Storage/Stack.php    |    9 ++++-
 framework/Cache/package.xml                          |    4 +-
 7 files changed, 68 insertions(+), 36 deletions(-)

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

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

commit d179c84e8b00d472eeb01269224527da00ccfd1d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 15:43:45 2013 -0700

    Horde::logMessage() is deprecated

 framework/Core/lib/Horde.php                                      |   16 ++--
 framework/Core/lib/Horde/Core/Ajax/Application/Handler/Groups.php |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/ContactAutoCompleter.php |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php         |    2 +-
 framework/Core/lib/Horde/Core/Auth/Shibboleth.php                 |    2 +-
 framework/Core/lib/Horde/Core/Factory/Prefs.php                   |    2 +-
 .../lib/Horde/Core/Notification/Handler/Decorator/Hordelog.php    |    4 +-
 framework/Core/lib/Horde/Core/Prefs/Ui.php                        |    2 +-
 framework/Core/lib/Horde/Core/Share/Driver.php                    |    4 +-
 framework/Core/lib/Horde/Core/Topbar.php                          |    2 +-
 framework/Core/lib/Horde/ErrorHandler.php                         |    2 +-
 framework/Core/lib/Horde/Registry.php                             |   20 ++--
 framework/Core/lib/Horde/Session.php                              |    2 +-
 framework/Core/lib/Horde/Themes/Element.php                       |    2 +-
 14 files changed, 32 insertions(+), 32 deletions(-)

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

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

commit 1d51a0e5cdd1be780e641d15fc54b177f509b733
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 15:51:51 2013 -0700

    Alphabatize these so they are easier to find the variable name

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

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

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

commit f69fb6608052275086475d50efb8fd35e6e9f292
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 15:52:22 2013 -0700

    Add a 'hordeInit' flag to registry to indicate when basic horde framework has been initialized

 framework/Core/lib/Horde/Registry.php |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

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

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

commit dc0dfa97de64692e2019397d369666498f5e1aeb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 16:07:27 2013 -0700

    [mms] Queue log entries issued before framework is initialized and log them once that occurs.

 framework/Core/lib/Horde.php                     |   21 ++++----
 framework/Core/lib/Horde/Core/Factory/Logger.php |   54 +++++++++++++++++++++-
 framework/Core/package.xml                       |    2 +
 3 files changed, 66 insertions(+), 11 deletions(-)

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

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

commit 7c7ea99288d7645eacad1a8fbb11f91d43ecbead
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 18:06:48 2013 -0700

    [mms] More compact internal/serialized representation of data in Horde_Prefs_Scope.

 framework/Prefs/lib/Horde/Prefs/Scope.php |  148 ++++++++++++++++++----------
 framework/Prefs/package.xml               |    4 +-
 2 files changed, 97 insertions(+), 55 deletions(-)

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

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

commit 5023660e5051406a9fa57f97039f448ba955eb81
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 19:15:28 2013 -0700

    Bug #12096: make sure data is string before doing JSON check

 imp/js/dimpbase.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/5023660e5051406a9fa57f97039f448ba955eb81

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

commit f64963de143dc52df6cd4ff8a64363cb5113e204
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 19:24:27 2013 -0700

    Bug #12095: Hotfix to allow for Y-scrolling in search page in dynamic view

 imp/lib/IMP.php                       |    6 +++---
 imp/search.php                        |    2 +-
 imp/themes/default/dynamic/screen.css |    3 +++
 3 files changed, 7 insertions(+), 4 deletions(-)

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

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

commit 683b9f56d0079bd53960dbf54b82d4a7669c812b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 19:32:40 2013 -0700

    Bug #12095: Fix setting initial height of search IFRAME

 imp/js/dimpbase.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/683b9f56d0079bd53960dbf54b82d4a7669c812b

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

commit 8f83331826c692cf4a0f0379a71115bf7675f995
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 6 19:32:53 2013 -0700

    Adjust search IFRAME height when resizing window

 imp/js/dimpbase.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/8f83331826c692cf4a0f0379a71115bf7675f995

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

commit c0e75a111a4fa209e964f710750ddedbe796a856
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 20:39:30 2013 -0500

    Fix array key name. Fix setting flag changes.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit a9c2fcefbf07c54ca78da50556bbb2de3f0fa1c3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 20:43:25 2013 -0500

    This hasn't been used since Horde 4

 framework/Rpc/lib/Horde/Rpc/ActiveSync.php |    4 ----
 horde/rpc.php                              |    1 -
 2 files changed, 0 insertions(+), 5 deletions(-)

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

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

commit 692ef49ff2ed8c9fcf349e5dd30aa6e1dee498c0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 22:29:18 2013 -0500

    Fix variable name

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/692ef49ff2ed8c9fcf349e5dd30aa6e1dee498c0

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

commit 559496f98a92a0b4a94ec1b84cb3aff9f6d49117
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 22:30:08 2013 -0500

    Avoid warnings about modifying an overloaded property.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/559496f98a92a0b4a94ec1b84cb3aff9f6d49117

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

commit 2bbd9f078f9f479a9101d380705db74e1c2fbcf4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 22:30:54 2013 -0500

    Only log ActiveSync entries if we active the synclog.
    
    Information provided by the activesync logger is really only
    useful if separated into device files, and is only useless
    noise if dumped into the horde-wide log file.

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

http://git.horde.org/horde-git/-/commit/2bbd9f078f9f479a9101d380705db74e1c2fbcf4

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

commit c00bfb28d48e8a5cec4bcf3ce7bb46e49b5d3aa9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 22:50:56 2013 -0500

    Can't use overloaded properties in current() either.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit 3bdc6160d2c372b8b521ad75bb43283429f16335
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 22:56:42 2013 -0500

    Ensure mimesupport is always set.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

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

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

commit dfa3e2fce83638a4cc61114284b0de01728a4a12
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 23:13:43 2013 -0500

    sigh. Typehints are pretty useless if you can't use a base class.

 nag/lib/Form/DeleteTaskList.php |    2 +-
 nag/lib/Form/EditTaskList.php   |    2 +-
 nag/lib/Nag.php                 |    4 ++--
 nag/lib/Tasklist.php            |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit 1e9ab646d1313a6302d62f77792b54bcb4459e14
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 23:19:05 2013 -0500

    Avoid older mobile browsers displaying "null" for empty descriptions.

 nag/js/smartmobile.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit ba9d4e394f5f7f160000dbfd7421cadcfec76775
Author: ctimoteo at sapo.pt <ctimoteo at sapo.pt>
Date:   Wed Mar 6 23:26:58 2013 -0500

    Bug: 12098 Fix uncompleting tasks from task view in smartmobile view.
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

 nag/js/smartmobile.js                            |    3 +++
 nag/lib/Ajax/Application/Handler/Smartmobile.php |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit 80b999151259cb7e11267d86e6f95c85959504c6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 23:31:28 2013 -0500

    BFN

 nag/docs/CHANGES |    1 +
 nag/package.xml  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/80b999151259cb7e11267d86e6f95c85959504c6

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

commit 77c5b230074f7e52674630197d1bffa7e09de64a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 23:44:13 2013 -0500

    Revert "sigh. Typehints are pretty useless if you can't use a base class."
    
    This reverts commit dfa3e2fce83638a4cc61114284b0de01728a4a12.

 nag/lib/Form/DeleteTaskList.php |    2 +-
 nag/lib/Form/EditTaskList.php   |    2 +-
 nag/lib/Nag.php                 |    4 ++--
 nag/lib/Tasklist.php            |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/77c5b230074f7e52674630197d1bffa7e09de64a

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

commit a5533aae2b33d3f754d852fb557e106ba31a765c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 6 23:45:25 2013 -0500

    of course, it helps if we type hint with the *correct* parent class.

 nag/lib/Tasklist.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 6268ce37ba903fc01df7e37f580e5f690ea32759
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 7 01:04:00 2013 -0500

    Don't access the PolKey value if we know we don't have one.

 framework/ActiveSync/lib/Horde/ActiveSync/Utils.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/6268ce37ba903fc01df7e37f580e5f690ea32759

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

commit 65e76e638453c59ea79661059aa4bcfd30d47926
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 7 01:11:59 2013 -0500

    Fix variable name, add declaration/phpdoc

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/65e76e638453c59ea79661059aa4bcfd30d47926

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

commit 56aa5b559aa59b8f58c327d9d7d52962cf18ab77
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 7 01:19:14 2013 -0500

    Avoid undefined variable warnings.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/56aa5b559aa59b8f58c327d9d7d52962cf18ab77

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

commit f14644b54c214a4fa3b6e4af53902f57bad740a6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 7 01:42:30 2013 -0500

    Add @todo

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit 4d6f9cbcb381df94a89d8e537391b39f27ab99ec
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 7 01:45:37 2013 -0500

    CLASS isn't used (or needed) in EAS >= 12.0 GETITEMESTIMATE requests.

 .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php   |   12 +++--
 1 files changed, 8 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/4d6f9cbcb381df94a89d8e537391b39f27ab99ec

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

commit 7e88772659af795e78ef9d5064885a96bd858d4b
Merge: fba9c46 4d6f9cb
Author: Jan Schneider <jan at horde.org>
Date:   Thu Mar 7 15:51:17 2013 +0100

    Merge remote-tracking branch 'origin/master' into ingo_3_1

 .travis.yml                                                       |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php        |    8 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php   |   12 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   28 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |    5 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Utils.php               |    5 +-
 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php         |   15 +-
 framework/Autoloader_Cache/package.xml                            |   11 +-
 framework/Cache/lib/Horde/Cache/Storage/Apc.php                   |   29 +-
 framework/Cache/lib/Horde/Cache/Storage/Base.php                  |   51 ++-
 framework/Cache/lib/Horde/Cache/Storage/Eaccelerator.php          |   26 +-
 framework/Cache/lib/Horde/Cache/Storage/File.php                  |   69 +-
 framework/Cache/lib/Horde/Cache/Storage/Memcache.php              |   63 +-
 framework/Cache/lib/Horde/Cache/Storage/Mock.php                  |   34 +-
 framework/Cache/lib/Horde/Cache/Storage/Null.php                  |   20 +-
 framework/Cache/lib/Horde/Cache/Storage/Session.php               |   32 +-
 framework/Cache/lib/Horde/Cache/Storage/Sql.php                   |   55 +-
 framework/Cache/lib/Horde/Cache/Storage/Stack.php                 |   43 +-
 framework/Cache/lib/Horde/Cache/Storage/Xcache.php                |   26 +-
 framework/Cache/package.xml                                       |    4 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular.php                   |   10 +-
 framework/Cli_Modular/lib/Horde/Cli/Modular/Module.php            |   39 +-
 framework/Core/lib/Horde.php                                      |   69 +-
 framework/Core/lib/Horde/Core/ActiveSync/Logger/Factory.php       |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Application/Handler/Groups.php |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/ContactAutoCompleter.php |    2 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php         |    2 +-
 framework/Core/lib/Horde/Core/Auth/Shibboleth.php                 |    2 +-
 framework/Core/lib/Horde/Core/Factory/Logger.php                  |   54 ++-
 framework/Core/lib/Horde/Core/Factory/Prefs.php                   |    2 +-
 .../lib/Horde/Core/Notification/Handler/Decorator/Hordelog.php    |    4 +-
 framework/Core/lib/Horde/Core/Prefs/Ui.php                        |    2 +-
 framework/Core/lib/Horde/Core/Share/Driver.php                    |    4 +-
 framework/Core/lib/Horde/Core/Topbar.php                          |    2 +-
 framework/Core/lib/Horde/ErrorHandler.php                         |    2 +-
 framework/Core/lib/Horde/Registry.php                             |   31 +-
 framework/Core/lib/Horde/Session.php                              |   12 +-
 framework/Core/lib/Horde/Session/Null.php                         |   11 +-
 framework/Core/lib/Horde/Themes/Element.php                       |    2 +-
 framework/Core/package.xml                                        |    6 +
 framework/Prefs/lib/Horde/Prefs/Scope.php                         |  148 +++--
 framework/Prefs/package.xml                                       |    4 +-
 framework/Rpc/lib/Horde/Rpc/ActiveSync.php                        |    4 -
 horde/rpc.php                                                     |    1 -
 imp/js/dimpbase.js                                                |   13 +-
 imp/lib/IMP.php                                                   |    6 +-
 imp/search.php                                                    |    2 +-
 imp/themes/default/dynamic/screen.css                             |    3 +
 nag/docs/CHANGES                                                  |    1 +
 nag/js/smartmobile.js                                             |    5 +-
 nag/lib/Ajax/Application/Handler/Smartmobile.php                  |    2 +-
 nag/lib/Tasklist.php                                              |    2 +-
 nag/package.xml                                                   |    2 +
 turba/docs/CHANGES                                                |    2 +
 turba/lib/Data/Ldif.php                                           |    2 +-
 turba/lib/Driver/Ldap.php                                         |    4 +-
 turba/package.xml                                                 |    4 +-
 58 files changed, 637 insertions(+), 372 deletions(-)

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




More information about the commits mailing list