[commits] Horde branch imp_multiple_accounts updated. 0983d69e2b82e97464023cb024a1e320db399c8f

Michael M Slusarz slusarz at horde.org
Tue Aug 27 22:49:41 UTC 2013


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

from: d6b5ab9bb58468dfa66f9f7e32e3bba0446d1e1a

b5ff9bd Fix table size of current sessions display
12f8be5 [mms] Fix active session counting from CLI script (Bug #12628).
52422f2 [mms] Horde_Support_Stub now handles array-like accesses.
c541666 [mms] Don't display empty containers in dynamic folder list (Request #11425).
c3c0335 Fix/improve how we handle all-day events across views.
f46433c Fix saving all day events when the end date is on the next day
23237d5 [jan] Fix inconsistent handling of all-day events (Bug #12627).
4defaae Released kronolith-4.1.3
98e8cc5 Development mode for kronolith-4.1.4
86ecc0b Not needed (already done in RedBox)
7dbe827 Merge branch 'master' into imp_6_2
0983d69 Merge branch 'imp_6_2' into imp_multiple_accounts

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

commit b5ff9bd198f7d1dbcd50dbb4055f2b10a8da5acb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 11:03:55 2013 -0600

    Fix table size of current sessions display

 horde/templates/admin/sessions.html.php |    2 +-
 horde/themes/default/screen.css         |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

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

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

commit 12f8be5389d7f0c612cf45c0ce29c9877d08eabf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 11:08:26 2013 -0600

    [mms] Fix active session counting from CLI script (Bug #12628).

 framework/Core/lib/Horde/Session.php |    2 +-
 framework/Core/package.xml           |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/12f8be5389d7f0c612cf45c0ce29c9877d08eabf

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

commit 52422f2c81369ed49f19ff22d563ba52e57ec0e4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 13:29:19 2013 -0600

    [mms] Horde_Support_Stub now handles array-like accesses.

 framework/Support/lib/Horde/Support/Stub.php      |   48 ++++++++++++++++++++-
 framework/Support/package.xml                     |    4 +-
 framework/Support/test/Horde/Support/StubTest.php |   27 ++++++++++++
 3 files changed, 76 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/52422f2c81369ed49f19ff22d563ba52e57ec0e4

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

commit c5416669349c028c66d954a5264da3dc30fc8317
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 14:19:32 2013 -0600

    [mms] Don't display empty containers in dynamic folder list (Request #11425).

 imp/docs/CHANGES                             |    1 +
 imp/lib/Ajax/Application/Handler/Dynamic.php |    4 +++-
 imp/lib/Ajax/Queue.php                       |    9 ++++++++-
 imp/package.xml                              |    4 ++--
 4 files changed, 14 insertions(+), 4 deletions(-)

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

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

commit c3c03356260ef21abd9026f6c8482247fe6655ef
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 22:49:26 2013 +0200

    Fix/improve how we handle all-day events across views.
    
    All-day events always last to 0:00 now.
    
    Bug: 12627

 kronolith/js/kronolith.js        |   17 ++++++++++++++++-
 kronolith/lib/Event.php          |   15 +++------------
 kronolith/lib/Event/Holidays.php |    1 -
 kronolith/lib/Event/Horde.php    |    8 +++-----
 kronolith/lib/Event/Sql.php      |    4 ++++
 kronolith/lib/View/EditEvent.php |    4 ++--
 6 files changed, 28 insertions(+), 21 deletions(-)

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

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

commit f46433cf0b534a84e8c9cd9cba6012138c0ed379
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Tue Aug 27 21:24:30 2013 +0200

    Fix saving all day events when the end date is on the next day
    
    Internally horde uses two kinds of all day event formats:
    - end on "current-day 23:59:59" (old)
    - end on "next-day 00:00:00"
    
    Properly detect "next-day 00:00:00" when doing the writeout.
    
    Also switch to "next-day 00:00:00" format
    when loading events for consistency.
    
    Part of bug 12627
    
    Signed-off-by: Jan Schneider <jan at horde.org>

 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

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

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

commit 23237d577c2ca1947e15d5b133df3d7d86f67515
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 27 23:47:04 2013 +0200

    [jan] Fix inconsistent handling of all-day events (Bug #12627).

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

http://git.horde.org/horde-git/-/commit/23237d577c2ca1947e15d5b133df3d7d86f67515

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

commit 4defaae4228dcbc3500f8219533bb6765afce025
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 28 00:02:41 2013 +0200

    Released kronolith-4.1.3

 kronolith/docs/CHANGES        |    6 +++---
 kronolith/lib/Application.php |    2 +-
 kronolith/package.xml         |    6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

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

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

commit 98e8cc5d927ca1e6e0618ec25bc3bd29bd87da46
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 28 00:02:48 2013 +0200

    Development mode for kronolith-4.1.4

 kronolith/docs/CHANGES        |    6 ++++++
 kronolith/lib/Application.php |    2 +-
 kronolith/package.xml         |   27 +++++++++++++++++----------
 3 files changed, 24 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/98e8cc5d927ca1e6e0618ec25bc3bd29bd87da46

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

commit 86ecc0b578623d99f9842e2844de60b0cb3acc6b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 16:45:27 2013 -0600

    Not needed (already done in RedBox)

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

http://git.horde.org/horde-git/-/commit/86ecc0b578623d99f9842e2844de60b0cb3acc6b

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

commit 7dbe8277f7d3a87ee315ee416b81ce3ed1ffeb46
Merge: 66b6684 86ecc0b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 16:49:03 2013 -0600

    Merge branch 'master' into imp_6_2

 framework/Core/js/dialog.js                                 |    1 -
 framework/Core/lib/Horde/Session.php                        |    2 +-
 framework/Core/package.xml                                  |    4 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php |   11 ++-
 framework/Support/lib/Horde/Support/Stub.php                |   48 ++++++++++-
 framework/Support/package.xml                               |    4 +-
 framework/Support/test/Horde/Support/StubTest.php           |   27 ++++++
 horde/templates/admin/sessions.html.php                     |    2 +-
 horde/themes/default/screen.css                             |    5 +
 imp/docs/CHANGES                                            |    1 +
 imp/lib/Ajax/Application/Handler/Dynamic.php                |    4 +-
 imp/lib/Ajax/Queue.php                                      |    9 ++-
 imp/package.xml                                             |    4 +-
 kronolith/docs/CHANGES                                      |    9 ++-
 kronolith/js/kronolith.js                                   |   17 ++++-
 kronolith/lib/Application.php                               |    2 +-
 kronolith/lib/Event.php                                     |   15 +---
 kronolith/lib/Event/Holidays.php                            |    1 -
 kronolith/lib/Event/Horde.php                               |    8 +-
 kronolith/lib/Event/Sql.php                                 |    4 +
 kronolith/lib/View/EditEvent.php                            |    4 +-
 kronolith/package.xml                                       |   29 ++++--
 22 files changed, 164 insertions(+), 47 deletions(-)

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

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

commit 0983d69e2b82e97464023cb024a1e320db399c8f
Merge: d6b5ab9 7dbe827
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 27 16:49:26 2013 -0600

    Merge branch 'imp_6_2' into imp_multiple_accounts
    
    Conflicts:
    	imp/lib/Ajax/Application/Handler/Dynamic.php

 framework/Core/js/dialog.js                                 |    1 -
 framework/Core/lib/Horde/Session.php                        |    2 +-
 framework/Core/package.xml                                  |    4 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php |   11 ++-
 framework/Support/lib/Horde/Support/Stub.php                |   48 ++++++++++-
 framework/Support/package.xml                               |    4 +-
 framework/Support/test/Horde/Support/StubTest.php           |   27 ++++++
 horde/templates/admin/sessions.html.php                     |    2 +-
 horde/themes/default/screen.css                             |    5 +
 imp/docs/CHANGES                                            |    1 +
 imp/lib/Ajax/Application/Handler/Dynamic.php                |    4 +-
 imp/lib/Ajax/Queue.php                                      |    9 ++-
 imp/package.xml                                             |    4 +-
 kronolith/docs/CHANGES                                      |    9 ++-
 kronolith/js/kronolith.js                                   |   17 ++++-
 kronolith/lib/Application.php                               |    2 +-
 kronolith/lib/Event.php                                     |   15 +---
 kronolith/lib/Event/Holidays.php                            |    1 -
 kronolith/lib/Event/Horde.php                               |    8 +-
 kronolith/lib/Event/Sql.php                                 |    4 +
 kronolith/lib/View/EditEvent.php                            |    4 +-
 kronolith/package.xml                                       |   29 ++++--
 22 files changed, 164 insertions(+), 47 deletions(-)

http://git.horde.org/horde-git/-/commit/0983d69e2b82e97464023cb024a1e320db399c8f




More information about the commits mailing list