[commits] Horde branch nag_4_2 updated. 2a18fbf2170169b6d15f5b7adee6f405eeca3dba

Jan Schneider jan at horde.org
Wed Feb 26 17:06:58 UTC 2014


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

from: f0aa1dc7476f9d4d0aaefb00f0ea063320476807

22925af Don't send disabled form fields.
77fe459 [jan] Store full name in Kolab contacts.
47456d6 Fix reading categories.
5164665 Fix saving categories and descriptions of contact groups.
cef8411 Fix editing of contact group name.
ee380df Merge branch 'master' into nag_4_2
827f603 Sort
f87d860 [jan] Add recurrence controls to basic view (Request #11545).
c70d1e3 Reorder
6e60d3c Fix rounding when dragging events (Bug #11904).
2a18fbf [jan] Fix padding of drop down lists with scrollbars (Bug #11971).

Summary: http://github.com/horde/horde/compare/f0aa1dc7476f9d4d0aaefb00f0ea063320476807...2a18fbf2170169b6d15f5b7adee6f405eeca3dba

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

commit 22925afdda185dcb031a6c99b59800c8f94d3d21
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 2 15:55:07 2013 +0100

    Don't send disabled form fields.

 framework/Form/lib/Horde/Form.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/22925afdda185dcb031a6c99b59800c8f94d3d21
http://git.horde.org/horde-git/-/commit/22925afdda185dcb031a6c99b59800c8f94d3d21

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

commit 77fe45942bf7f99e60070b3b03394a4b32c98657
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 4 13:59:58 2013 +0100

    [jan] Store full name in Kolab contacts.

 turba/config/backends.php  |   34 ++++++++++++++++++++++------------
 turba/docs/CHANGES         |    1 +
 turba/lib/Driver/Kolab.php |    3 ++-
 turba/package.xml          |    2 ++
 4 files changed, 27 insertions(+), 13 deletions(-)

http://github.com/horde/horde/commit/77fe45942bf7f99e60070b3b03394a4b32c98657
http://git.horde.org/horde-git/-/commit/77fe45942bf7f99e60070b3b03394a4b32c98657

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

commit 47456d6ec306b3981b7a05dae2ad078b61d41f37
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 4 14:01:30 2013 +0100

    Fix reading categories.

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

http://github.com/horde/horde/commit/47456d6ec306b3981b7a05dae2ad078b61d41f37
http://git.horde.org/horde-git/-/commit/47456d6ec306b3981b7a05dae2ad078b61d41f37

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

commit 5164665dbf257dc7aae7149fe5a0fdb47230c219
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 4 14:07:55 2013 +0100

    Fix saving categories and descriptions of contact groups.

 turba/lib/Driver/Kolab.php |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/5164665dbf257dc7aae7149fe5a0fdb47230c219
http://git.horde.org/horde-git/-/commit/5164665dbf257dc7aae7149fe5a0fdb47230c219

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

commit cef8411bcf41e254027ba99a5d48fc0411b33377
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 4 14:08:41 2013 +0100

    Fix editing of contact group name.

 turba/config/backends.php  |    1 +
 turba/lib/Driver.php       |   18 +++++++++---------
 turba/lib/Driver/Kolab.php |   23 ++++++++++++++---------
 3 files changed, 24 insertions(+), 18 deletions(-)

http://github.com/horde/horde/commit/cef8411bcf41e254027ba99a5d48fc0411b33377
http://git.horde.org/horde-git/-/commit/cef8411bcf41e254027ba99a5d48fc0411b33377

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

commit ee380df4e680b2913c7bd0ced4d52207f859ab10
Merge: f0aa1dc cef8411
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 4 15:08:54 2013 +0100

    Merge branch 'master' into nag_4_2

 framework/Form/lib/Horde/Form.php |    5 ++++
 turba/config/backends.php         |   35 ++++++++++++++++++++++-----------
 turba/docs/CHANGES                |    1 +
 turba/lib/Driver.php              |   18 ++++++++--------
 turba/lib/Driver/Kolab.php        |   38 +++++++++++++++++++-----------------
 turba/package.xml                 |    2 +
 6 files changed, 60 insertions(+), 39 deletions(-)

http://github.com/horde/horde/commit/ee380df4e680b2913c7bd0ced4d52207f859ab10
http://git.horde.org/horde-git/-/commit/ee380df4e680b2913c7bd0ced4d52207f859ab10

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

commit 827f6037ab521c882957218acadf8b55365c5ab3
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 4 16:00:39 2013 +0100

    Sort

 nag/lib/Ui/VarRenderer/Nag.php |  251 ++++++++++++++++++++--------------------
 1 files changed, 125 insertions(+), 126 deletions(-)

http://github.com/horde/horde/commit/827f6037ab521c882957218acadf8b55365c5ab3
http://git.horde.org/horde-git/-/commit/827f6037ab521c882957218acadf8b55365c5ab3

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

commit f87d86025afb09b5bff96e556ce372aa298daed8
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 4 21:48:28 2013 +0100

    [jan] Add recurrence controls to basic view (Request #11545).

 nag/docs/CHANGES                    |    1 +
 nag/js/calendar.js                  |    7 +
 nag/lib/Form/Task.php               |    1 +
 nag/lib/Form/Type/NagRecurrence.php |  154 ++++++++++++++++++++++++++
 nag/lib/Ui/VarRenderer/Nag.php      |  206 ++++++++++++++++++++++++++++++++++-
 nag/package.xml                     |   10 +-
 nag/themes/default/screen.css       |    2 +-
 7 files changed, 374 insertions(+), 7 deletions(-)
 create mode 100644 nag/lib/Form/Type/NagRecurrence.php

http://github.com/horde/horde/commit/f87d86025afb09b5bff96e556ce372aa298daed8
http://git.horde.org/horde-git/-/commit/f87d86025afb09b5bff96e556ce372aa298daed8

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

commit c70d1e3873b61ad93b34087969e8d956ca9ed5dc
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 4 21:54:08 2013 +0100

    Reorder

 kronolith/templates/dynamic/task.inc |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/c70d1e3873b61ad93b34087969e8d956ca9ed5dc
http://git.horde.org/horde-git/-/commit/c70d1e3873b61ad93b34087969e8d956ca9ed5dc

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

commit 6e60d3cdf4e7fdb9d54e9ddf10fdaefac3e698a6
Author: Jan Schneider <jan at horde.org>
Date:   Thu Dec 5 10:49:41 2013 +0100

    Fix rounding when dragging events (Bug #11904).

 kronolith/js/kronolith.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/6e60d3cdf4e7fdb9d54e9ddf10fdaefac3e698a6
http://git.horde.org/horde-git/-/commit/6e60d3cdf4e7fdb9d54e9ddf10fdaefac3e698a6

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

commit 2a18fbf2170169b6d15f5b7adee6f405eeca3dba
Author: Jan Schneider <jan at horde.org>
Date:   Thu Dec 5 11:26:52 2013 +0100

    [jan] Fix padding of drop down lists with scrollbars (Bug #11971).

 framework/Core/js/keynavlist.js |    4 +++-
 framework/Core/package.xml      |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/2a18fbf2170169b6d15f5b7adee6f405eeca3dba
http://git.horde.org/horde-git/-/commit/2a18fbf2170169b6d15f5b7adee6f405eeca3dba




More information about the commits mailing list