[commits] Horde branch imp_6_1 updated. c4692baa007d86e4cab90b6cd88081133eb7438f

Michael M Slusarz slusarz at horde.org
Wed Feb 20 05:59:20 UTC 2013


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

from: b48ace5042184452b0f1e1d0f3496351e478e92e

a7cd27e Need a !empty() check here, '0' is the false value, '1' is true.
355409d Remove unnecessary else clause.
384b034 Not needed, and was incorrectly named anyway.
eaffa9c Fix variable name.
8aa9fa6 Be consistent with using !empty() checks unless we absolutely need a isset() check.
712a36b Convert incoming EAS Task dates to the correct timezone.
79c8c6e BFN
b31b393 [mms] Use csstidy library to parse CSS files when creating static CSS (Bug #12043).
c4692ba Merge branch 'master' into imp_6_1

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

commit a7cd27edc6748c72a1f0442f7ba160e3737c17bf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Feb 19 23:12:35 2013 -0500

    Need a !empty() check here, '0' is the false value, '1' is true.
    
    Part of the fix for Bug: 12042

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

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

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

commit 355409dc935b83d1803c60fc98c68feaeaf2fe2e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Feb 19 23:13:12 2013 -0500

    Remove unnecessary else clause.

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

http://git.horde.org/horde-git/-/commit/355409dc935b83d1803c60fc98c68feaeaf2fe2e

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

commit 384b03436393c3c4eefba8a98963e2467e961c71
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Feb 19 23:17:27 2013 -0500

    Not needed, and was incorrectly named anyway.

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

http://git.horde.org/horde-git/-/commit/384b03436393c3c4eefba8a98963e2467e961c71

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

commit eaffa9c78539ad0a814e98ba7594453d17640408
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Feb 19 23:26:49 2013 -0500

    Fix variable name.
    
    Part of the fix for Bug: 12042

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

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

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

commit 8aa9fa6e298bb3b012409141b0ccfa31dcd9ac00
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Feb 19 23:36:02 2013 -0500

    Be consistent with using !empty() checks unless we absolutely need a isset() check.

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

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

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

commit 712a36bc439f13ed91593f9a2e41a4b9358c300a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Feb 20 00:42:55 2013 -0500

    Convert incoming EAS Task dates to the correct timezone.
    
    Bug: 12053

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

http://git.horde.org/horde-git/-/commit/712a36bc439f13ed91593f9a2e41a4b9358c300a

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

commit 79c8c6ecc8da9c4092bac089aa16e2186950de3c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Feb 20 00:44:49 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/79c8c6ecc8da9c4092bac089aa16e2186950de3c

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

commit b31b393c5d7952e4c7391cc41c0b91b24a593fa6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 19 22:45:08 2013 -0700

    [mms] Use csstidy library to parse CSS files when creating static CSS (Bug #12043).
    
    Should be more efficient, since we don't have to search for url
    parameters three different times.
    
    Also, should be more robust (fixes support for multiple urls in a single
    CSS style).
    
    Side effect: $conf['cachecssparams']['compress'] is no longer needed -
    since we are already necessarily parsing the CSS, there's no reason not
    to compress when saving.  Will remove the option in Horde 5.1 for
    clarity.

 framework/Core/lib/Horde/Themes/Css.php |   98 ++++++++++++++++++-------------
 framework/Core/package.xml              |    2 +
 2 files changed, 58 insertions(+), 42 deletions(-)

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

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

commit c4692baa007d86e4cab90b6cd88081133eb7438f
Merge: b48ace5 b31b393
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 19 22:59:05 2013 -0700

    Merge branch 'master' into imp_6_1

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php  |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php  |   18 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php |    5 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php         |    3 -
 framework/Core/lib/Horde/Themes/Css.php                     |   98 ++++++-----
 framework/Core/package.xml                                  |    2 +
 nag/docs/CHANGES                                            |    1 +
 nag/lib/Task.php                                            |   12 +-
 nag/package.xml                                             |    2 +
 9 files changed, 83 insertions(+), 60 deletions(-)

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




More information about the commits mailing list