[commits] Horde branch master updated. 3570ce42330dc846c50e02c821e6b54bc864acf6

Jan Schneider jan at horde.org
Fri Aug 31 21:05:07 UTC 2012


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

from: a9d47e4c4194233503a28f6d6cd35e194d4da4a7

5f917c5 This is only used for creating new keys.
bc1e31f Put color picker button right next to the input field.
7d5a3a7 [jan] Allow to edit task list color in traditional view.
7209283 [jan] Allow to set CSS class for 'link' form fields.
2ce70f5 [jan] Allow to pass button attribute hashes to setButtons().
d259392 Set a few default buttons.
d6cc4cb Generate random colors for new resources.
3570ce4 [jan] Move complete task list management into the sidebar.

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

commit 5f917c5f8eb6d1baf17f3447ea6d4ab6b02ba4ed
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 31 19:05:27 2012 +0200

    This is only used for creating new keys.

 imp/lib/Prefs/Special/PgpPrivateKey.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/5f917c5f8eb6d1baf17f3447ea6d4ab6b02ba4ed

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

commit bc1e31f52c481560aa8251d6b7506fe6e8a4b373
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 31 21:05:14 2012 +0200

    Put color picker button right next to the input field.

 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

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

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

commit 7d5a3a7455647841a7f7cbec6cc24709711e7289
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 31 21:08:16 2012 +0200

    [jan] Allow to edit task list color in traditional view.

 nag/docs/CHANGES              |    1 +
 nag/lib/Form/EditTaskList.php |    7 ++++---
 nag/package.xml               |    2 ++
 nag/tasklists/edit.php        |    1 +
 4 files changed, 8 insertions(+), 3 deletions(-)

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

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

commit 7209283c3ad6e00e6498f35c7ad2f52f2e6b59a6
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 31 22:28:16 2012 +0200

    [jan] Allow to set CSS class for 'link' form fields.

 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php |    5 ++++-
 framework/Form/lib/Horde/Form/Type.php                |    9 +++++++--
 framework/Form/package.xml                            |    4 ++--
 3 files changed, 13 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/7209283c3ad6e00e6498f35c7ad2f52f2e6b59a6

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

commit 2ce70f5c44f859d469636e8f41dcab3c32fbd58f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 31 22:29:33 2012 +0200

    [jan] Allow to pass button attribute hashes to setButtons().

 framework/Form/lib/Horde/Form/Renderer.php |   39 ++++++++++++++++++++++++---
 framework/Form/package.xml                 |    2 +
 2 files changed, 36 insertions(+), 5 deletions(-)

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

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

commit d2593927c90456fb3287639d2a76edae72d8a437
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 31 22:32:34 2012 +0200

    Set a few default buttons.

 horde/templates/prefs/end.html  |    6 +++---
 mnemo/templates/data/export.inc |    2 +-
 mnemo/templates/data/import.inc |    2 +-
 nag/templates/data/export.inc   |    2 +-
 nag/templates/data/import.inc   |    2 +-
 turba/templates/data/export.inc |    2 +-
 turba/templates/data/import.inc |    2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

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

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

commit d6cc4cbf50f34472726e5aeade6a84aae9f0aeaa
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 31 22:33:56 2012 +0200

    Generate random colors for new resources.

 kronolith/lib/Form/CreateCalendar.php |    7 ++++++-
 nag/lib/Form/CreateTaskList.php       |    9 +++++++--
 2 files changed, 13 insertions(+), 3 deletions(-)

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

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

commit 3570ce42330dc846c50e02c821e6b54bc864acf6
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 31 23:04:24 2012 +0200

    [jan] Move complete task list management into the sidebar.

 nag/docs/CHANGES                |    1 +
 nag/lib/Application.php         |    1 -
 nag/lib/Form/DeleteTaskList.php |    5 ++-
 nag/lib/Form/EditTaskList.php   |  105 ++++++++++++++++++++++++++++++++++++--
 nag/lib/Nag.php                 |   47 ++++++++---------
 nag/package.xml                 |   14 ++---
 nag/tasklists/create.php        |    8 ++-
 nag/tasklists/delete.php        |    4 +-
 nag/tasklists/edit.php          |   24 ++++++---
 nag/tasklists/index.php         |   70 --------------------------
 nag/tasklists/info.php          |   34 -------------
 nag/templates/sidebar.html.php  |    1 +
 nag/templates/tasklist_info.php |   11 ----
 13 files changed, 156 insertions(+), 169 deletions(-)
 delete mode 100644 nag/tasklists/index.php
 delete mode 100644 nag/tasklists/info.php
 delete mode 100644 nag/templates/tasklist_info.php

http://git.horde.org/horde-git/-/commit/3570ce42330dc846c50e02c821e6b54bc864acf6




More information about the commits mailing list