[commits] Horde branch master updated. 58ab8b38c14a858bebfae3981a848f285d853eea

Jan Schneider jan at horde.org
Tue Sep 18 21:17:59 UTC 2012


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

from: 575ab588c5679f1629b629faabb03123718ba628

5dd9e5e Fix method name.
58ab8b3 Complete converting traditional mode to new design.

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

commit 5dd9e5e4bd05b2e58467680c584dd43cc9539ee8
Author: Jan Schneider <jan at horde.org>
Date:   Thu Sep 13 11:26:16 2012 +0200

    Fix method name.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING |    2 +-
 imp/lib/Flag/User.php                                 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 58ab8b38c14a858bebfae3981a848f285d853eea
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 18 23:11:13 2012 +0200

    Complete converting traditional mode to new design.
    
    This includes another refactoring of the sidebar HTML/CSS code and add a bunch
    of sidebar code to easier create complex sidebars from any application.
    This also drops all calendar and resource management pages. Any of those tasks
    can be done now from the elements edit dialogs.
    Lots of design fixes along the way.

 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php |    8 +
 hermes/lib/Application.php                            |    3 +-
 horde/js/sidebar.js                                   |    8 +-
 horde/lib/View/Sidebar.php                            |  104 ++++-
 horde/package.xml                                     |   16 +-
 horde/templates/sidebar/_container.html.php           |   26 +-
 horde/templates/sidebar/_row.html.php                 |    6 -
 horde/templates/sidebar/_rowresource.html.php         |    8 +
 horde/templates/sidebar/_rowtree.html.php             |    6 +
 horde/templates/tree/_submenu.html.php                |    2 +-
 horde/templates/tree/menu.html.php                    |    6 +-
 horde/themes/default/screen.css                       |   22 +-
 imp/themes/default/dynamic/screen.css                 |    8 +-
 kronolith/calendars/create.php                        |    7 +-
 kronolith/calendars/delete.php                        |    9 +-
 kronolith/calendars/edit.php                          |   34 +-
 kronolith/calendars/index.php                         |   84 ---
 kronolith/calendars/info.php                          |   36 --
 kronolith/calendars/remote_edit.php                   |    7 +-
 kronolith/calendars/remote_subscribe.php              |    5 +-
 kronolith/calendars/remote_unsubscribe.php            |    7 +-
 kronolith/config/prefs.php                            |    6 -
 kronolith/day.php                                     |    5 -
 kronolith/js/calendar-panel.js                        |   41 --
 kronolith/js/kronolith.js                             |  122 +++--
 kronolith/js/smartmobile.js                           |   10 +-
 kronolith/js/taghandler.js                            |   88 ----
 kronolith/lib/Application.php                         |  230 ++++++++-
 kronolith/lib/Block/Month.php                         |    8 +-
 kronolith/lib/Event.php                               |    8 +-
 kronolith/lib/Form/CreateCalendar.php                 |    4 +-
 kronolith/lib/Form/CreateResourceGroup.php            |    3 +-
 kronolith/lib/Form/DeleteCalendar.php                 |   12 +-
 kronolith/lib/Form/DeleteResource.php                 |    8 +-
 kronolith/lib/Form/DeleteResourceGroup.php            |   10 +-
 kronolith/lib/Form/EditCalendar.php                   |  120 ++++-
 kronolith/lib/Form/EditRemoteCalendar.php             |   28 +-
 kronolith/lib/Form/EditResource.php                   |  119 +++--
 kronolith/lib/Form/EditResourceGroup.php              |   44 ++-
 kronolith/lib/Form/SubscribeRemoteCalendar.php        |    7 +-
 kronolith/lib/Form/UnsubscribeRemoteCalendar.php      |   10 +-
 kronolith/lib/Kronolith.php                           |   29 +-
 kronolith/lib/View/Day.php                            |   93 +---
 kronolith/lib/View/Month.php                          |   49 +-
 kronolith/lib/View/Sidebar.php                        |    5 +-
 kronolith/lib/View/Week.php                           |   91 ++--
 kronolith/lib/View/Year.php                           |   36 +-
 kronolith/month.php                                   |    5 -
 kronolith/package.xml                                 |   40 +-
 kronolith/resources/create.php                        |   14 +-
 kronolith/resources/delete.php                        |   16 +-
 kronolith/resources/edit.php                          |   17 +-
 kronolith/resources/groups/create.php                 |   13 +-
 kronolith/resources/groups/delete.php                 |   18 +-
 kronolith/resources/groups/edit.php                   |   17 +-
 kronolith/resources/groups/index.php                  |   96 ----
 kronolith/resources/index.php                         |  102 ----
 kronolith/templates/calendar_info.php                 |   40 --
 kronolith/templates/calendar_list.php                 |   60 ---
 kronolith/templates/calendar_titles.inc               |   11 +-
 kronolith/templates/day/all_day.inc                   |    6 +-
 kronolith/templates/day/head.inc                      |    6 +-
 kronolith/templates/day/head_side_by_side.inc         |   12 +-
 kronolith/templates/day/rows.html                     |    8 +-
 kronolith/templates/dynamic/agenda.inc                |   26 +-
 kronolith/templates/dynamic/day.inc                   |   16 +-
 kronolith/templates/dynamic/month.inc                 |   40 +-
 kronolith/templates/dynamic/sidebar.html.php          |   10 +-
 kronolith/templates/dynamic/tasks.inc                 |   24 +-
 kronolith/templates/dynamic/week.inc                  |   42 +-
 kronolith/templates/dynamic/workweek.inc              |   14 +-
 kronolith/templates/dynamic/year.inc                  |   32 +-
 kronolith/templates/edit/edit.inc                     |    8 +-
 kronolith/templates/month/head.inc                    |   23 +-
 kronolith/templates/month/head_side_by_side.inc       |   16 +-
 kronolith/templates/smartmobile/month.html.php        |    2 +-
 kronolith/templates/week/head.inc                     |   18 +-
 kronolith/templates/week/head_side_by_side.inc        |   16 +-
 kronolith/themes/default/dynamic/screen.css           |  321 ++++--------
 kronolith/themes/default/embed.css                    |   10 +-
 kronolith/themes/default/graphics/back.png            |  Bin 0 -> 358 bytes
 kronolith/themes/default/graphics/checkbox_off.png    |  Bin 0 -> 340 bytes
 kronolith/themes/default/graphics/checkbox_on.png     |  Bin 0 -> 479 bytes
 kronolith/themes/default/graphics/data.png            |  Bin 0 -> 530 bytes
 kronolith/themes/default/ie7.css                      |   10 +-
 kronolith/themes/default/ie8.css                      |    4 +-
 kronolith/themes/default/screen.css                   |  465 +++++++++--------
 kronolith/themes/default/smartmobile/screen.css       |   28 +-
 kronolith/week.php                                    |    5 -
 kronolith/workweek.php                                |    5 -
 kronolith/year.php                                    |    5 -
 nag/lib/Application.php                               |   76 ++--
 nag/lib/Form/CreateTaskList.php                       |    2 +-
 nag/lib/Form/DeleteTaskList.php                       |    7 +-
 nag/lib/Form/EditTaskList.php                         |   14 +-
 nag/lib/Nag.php                                       |    3 +-
 nag/package.xml                                       |   10 +-
 nag/tasklists/create.php                              |    8 +-
 nag/tasklists/delete.php                              |    5 +-
 nag/tasklists/edit.php                                |   13 +-
 nag/templates/quick.inc                               |   11 +
 nag/templates/sidebar.html.php                        |   52 --
 102 files changed, 1595 insertions(+), 1825 deletions(-)
 delete mode 100644 horde/templates/sidebar/_row.html.php
 create mode 100644 horde/templates/sidebar/_rowresource.html.php
 create mode 100644 horde/templates/sidebar/_rowtree.html.php
 create mode 100644 kronolith/calendars/index.html
 delete mode 100644 kronolith/calendars/index.php
 delete mode 100644 kronolith/calendars/info.php
 delete mode 100644 kronolith/js/calendar-panel.js
 delete mode 100644 kronolith/js/taghandler.js
 create mode 100644 kronolith/resources/groups/index.html
 delete mode 100644 kronolith/resources/groups/index.php
 create mode 100644 kronolith/resources/index.html
 delete mode 100644 kronolith/resources/index.php
 delete mode 100644 kronolith/templates/calendar_info.php
 delete mode 100644 kronolith/templates/calendar_list.php
 create mode 100644 kronolith/themes/default/graphics/back.png
 create mode 100644 kronolith/themes/default/graphics/checkbox_off.png
 create mode 100644 kronolith/themes/default/graphics/checkbox_on.png
 create mode 100644 kronolith/themes/default/graphics/data.png
 create mode 100644 nag/tasklists/index.html
 create mode 100644 nag/templates/quick.inc
 delete mode 100644 nag/templates/sidebar.html.php

http://git.horde.org/horde-git/-/commit/58ab8b38c14a858bebfae3981a848f285d853eea




More information about the commits mailing list