[commits] Horde branch kronolith_4_1 updated. e9e16d637c04b2b0df2212efb52888eb34814723

Michael J. Rubinsky mrubinsk at horde.org
Tue Mar 19 17:45:33 UTC 2013


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

from: e09e5b3ab2a373fefd4983c037c0a619c5c882e1

05bccaf [mjr] Expose Kronolith_FreeBusy::get() via the external API.
f6cfb90 Better support for non-supported @ rules
8da0e62 Tabs -> Spaces
022b0bd Fix parsing -.#em type strings
4aea6e4 Need true statement, or else peek might return false if 0 is returned
eff6e3e Revert "[mjr] Expose Kronolith_FreeBusy::get() via the external API."
bb0da14 Bug: 12114 Fix navigating to workweek view from topbar.
d3f3a68 Bug: 12122 Close growler notification when alarm is dismissed.
dbbc8d7 BFN
4bc975b Some logging improvements.
6fcfa96 Bug #12117 Include the lasthbsyncstarted time check for PING requests also.
e9e16d6 Merge branch 'master' into kronolith_4_1

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

commit 05bccaf619d97e88744bc168e18bdacd93b9f2e6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 19 01:40:03 2013 -0400

    [mjr] Expose Kronolith_FreeBusy::get() via the external API.

 kronolith/docs/CHANGES |    9 ++++++++-
 kronolith/lib/Api.php  |   13 +++++++++++++
 kronolith/package.xml  |   43 ++++++++++++++++++++++++++++++++++++-------
 3 files changed, 57 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/05bccaf619d97e88744bc168e18bdacd93b9f2e6

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

commit f6cfb90554a54940156f0b926650e935d917e2a5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 18 23:21:49 2013 -0600

    Better support for non-supported @ rules

 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/AtRule.php |   28 ++++++++++++
 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php         |    5 +-
 framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/AtRule.php |   28 ------------
 framework/Css_Parser/package.xml                           |    4 +-
 4 files changed, 33 insertions(+), 32 deletions(-)
 create mode 100644 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/AtRule.php
 delete mode 100644 framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/AtRule.php

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

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

commit 8da0e62198093493d73112475f6322a889739a42
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 19 01:03:41 2013 -0600

    Tabs -> Spaces

 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/AtRule.php        |   28 +-
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/CSSBlockList.php  |  114 +-
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/CSSList.php       |  102 +-
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/KeyFrame.php      |   62 +-
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/MediaQuery.php    |   42 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php                | 1068 ++--
 .../lib/Sabberworm/CSS/Parsing/UnexpectedTokenException.php       |   36 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Property/CSSNamespace.php |   42 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Property/Charset.php      |   26 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Property/Import.php       |   30 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Property/Selector.php     |  116 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Rule/Rule.php             |  254 +-
 .../Css_Parser/lib/Sabberworm/CSS/RuleSet/DeclarationBlock.php    | 1086 ++--
 framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/RuleSet.php       |  148 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Settings.php              |   78 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/CSSFunction.php     |   54 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/Color.php           |   26 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/RuleValueList.php   |    6 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/Size.php            |  110 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/String.php          |   30 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/URL.php             |   26 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/Value.php           |    2 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/ValueList.php       |   68 +-
 23 files changed, 1777 insertions(+), 1777 deletions(-)

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

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

commit 022b0bde166b2f683f4482a0931eac0b973b8f01
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 19 01:05:24 2013 -0600

    Fix parsing -.#em type strings

 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/022b0bde166b2f683f4482a0931eac0b973b8f01

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

commit 4aea6e49f90c7397031aeb9114e4f2797b781c85
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 19 01:11:55 2013 -0600

    Need true statement, or else peek might return false if 0 is returned

 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit eff6e3ea4fe5d4efc528194f8daa6a8c82e53468
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 19 09:22:49 2013 -0400

    Revert "[mjr] Expose Kronolith_FreeBusy::get() via the external API."
    
    This reverts commit 05bccaf619d97e88744bc168e18bdacd93b9f2e6.

 kronolith/docs/CHANGES |    9 +--------
 kronolith/lib/Api.php  |   13 -------------
 kronolith/package.xml  |   43 +++++++------------------------------------
 3 files changed, 8 insertions(+), 57 deletions(-)

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

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

commit bb0da146c0544bb354eb0e381f7bf6d4a3531028
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Tue Mar 19 09:58:18 2013 -0400

    Bug: 12114 Fix navigating to workweek view from topbar.
    
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

 kronolith/workweek.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit d3f3a68cb0588a05293be06389b5630763bdfc8b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 19 10:12:32 2013 -0400

    Bug: 12122 Close growler notification when alarm is dismissed.

 framework/Core/js/hordecore.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit dbbc8d754903b772cb95a8df474edfff6ee2c1b9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 19 10:15:44 2013 -0400

    BFN

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

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

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

commit 4bc975b48f50c20ff718a3c266aa028c0a0b8d10
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 19 10:46:31 2013 -0400

    Some logging improvements.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |   16 +++++++-------
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php |    2 +
 2 files changed, 10 insertions(+), 8 deletions(-)

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

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

commit 6fcfa96ea2e260c9e74610e95c4db0329d381442
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 19 13:12:09 2013 -0400

    Bug #12117 Include the lasthbsyncstarted time check for PING requests also.
    
    Prevents multiple PING requests from running against the same syncCache.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php |    6 ++++++
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php    |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

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

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

commit e9e16d637c04b2b0df2212efb52888eb34814723
Merge: e09e5b3 6fcfa96
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 19 13:45:16 2013 -0400

    Merge branch 'master' into kronolith_4_1

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php        |    6 +
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   16 +-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php           |    5 +-
 framework/Core/js/hordecore.js                                    |    1 +
 framework/Core/package.xml                                        |    2 +
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/AtRule.php        |   28 +
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/CSSBlockList.php  |  114 +-
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/CSSList.php       |  102 +-
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/KeyFrame.php      |   62 +-
 framework/Css_Parser/lib/Sabberworm/CSS/CSSList/MediaQuery.php    |   42 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php                | 1074 ++--
 .../lib/Sabberworm/CSS/Parsing/UnexpectedTokenException.php       |   36 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Property/CSSNamespace.php |   42 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Property/Charset.php      |   26 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Property/Import.php       |   30 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Property/Selector.php     |  116 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Rule/Rule.php             |  254 +-
 framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/AtRule.php        |   28 -
 .../Css_Parser/lib/Sabberworm/CSS/RuleSet/DeclarationBlock.php    | 1086 ++--
 framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/RuleSet.php       |  148 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Settings.php              |   78 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/CSSFunction.php     |   54 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/Color.php           |   26 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/RuleValueList.php   |    6 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/Size.php            |  110 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/String.php          |   30 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/URL.php             |   26 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/Value.php           |    2 +-
 framework/Css_Parser/lib/Sabberworm/CSS/Value/ValueList.php       |   68 +-
 framework/Css_Parser/package.xml                                  |    4 +-
 kronolith/workweek.php                                            |    2 +-
 31 files changed, 1820 insertions(+), 1804 deletions(-)

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




More information about the commits mailing list