[commits] Horde branch redesign updated. cfeb5e4890ca2f2a48883020f1f49cfdbfc33072

Jan Schneider jan at horde.org
Thu Jun 14 20:46:48 UTC 2012


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

from: 84d8ae37c4e2f06591204e1006b98be423cfc4ed

2348cfb Adapt to new Horde_Tree layout. Separate views/renders from logic.
685facb Better login icon.
8dcdaee Move sesha to correct position.
8287ce0 Remove sidebar class.
3d39a8c Add new sidebar.
61787cf Position and show main content panes again.
bf02cde Don't try to align logo area with sidebar.
eb70dd9 Only keep advanced search loaded into iframe.
3c18739 Convert action bar.
f0f8155 Implement message list.
35057d0 Implement horizontal splitbar.
cfeb5e4 Implement preview pane.

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

commit 2348cfb763eb5a3a8b0ccbf2b5c3c84c4c7217fb
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 4 15:11:38 2012 +0200

    Adapt to new Horde_Tree layout. Separate views/renders from logic.

 beatnik/templates/menu.inc                       |    2 +-
 chora/templates/menu.inc                         |    2 +-
 folks/templates/menu.inc                         |    2 +-
 framework/Core/lib/Horde/Core/Factory/Topbar.php |   31 +
 framework/Core/lib/Horde/Core/Topbar.php         |   78 +--
 framework/Core/lib/Horde/Core/Tree/Menu.php      |   47 --
 framework/Core/package.xml                       |    7 +-
 gollem/lib/Gollem.php                            |    2 +-
 horde/lib/Tree/Renderer/Menu.php                 |   33 +
 horde/lib/View/Topbar.php                        |   90 +++
 horde/package.xml                                |  876 ++--------------------
 horde/services/portal/index.php                  |    2 +-
 horde/templates/admin/menu.inc                   |    2 +-
 horde/templates/menu/menu.inc                    |    2 +-
 horde/templates/topbar/_menubar.html.php         |   15 +
 horde/templates/topbar/_subbar.html.php          |    5 +
 horde/templates/topbar/_submenu.html.php         |   10 -
 horde/templates/topbar/menu.html.php             |   16 -
 horde/templates/topbar/sub.html.php              |    5 -
 horde/templates/topbar/topbar.html.php           |   17 +-
 horde/templates/tree/_submenu.html.php           |   10 +
 horde/templates/tree/menu.html.php               |   16 +
 imp/lib/IMP.php                                  |    2 +-
 ingo/lib/Ingo.php                                |    2 +-
 luxor/templates/menu.inc                         |    2 +-
 operator/templates/menu.inc                      |    2 +-
 pastie/templates/menu.inc                        |    2 +-
 sesha/templates/menu.inc                         |    2 +-
 shout/templates/menu.inc                         |    2 +-
 turba/templates/menu.inc                         |    2 +-
 whups/templates/menu.inc                         |    2 +-
 wicked/templates/menu.inc                        |    2 +-
 32 files changed, 281 insertions(+), 1009 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Factory/Topbar.php
 delete mode 100644 framework/Core/lib/Horde/Core/Tree/Menu.php
 create mode 100644 horde/lib/Tree/Renderer/Menu.php
 create mode 100644 horde/lib/View/Topbar.php
 create mode 100644 horde/templates/topbar/_menubar.html.php
 create mode 100644 horde/templates/topbar/_subbar.html.php
 delete mode 100644 horde/templates/topbar/_submenu.html.php
 delete mode 100644 horde/templates/topbar/menu.html.php
 delete mode 100644 horde/templates/topbar/sub.html.php
 create mode 100644 horde/templates/tree/_submenu.html.php
 create mode 100644 horde/templates/tree/menu.html.php

http://git.horde.org/horde-git/-/commit/2348cfb763eb5a3a8b0ccbf2b5c3c84c4c7217fb

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

commit 685facbc165083c72e605870d0a921a123d8f9ed
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 4 15:12:00 2012 +0200

    Better login icon.

 horde/themes/default/graphics/login.png |  Bin 319 -> 711 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/685facbc165083c72e605870d0a921a123d8f9ed

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

commit 8dcdaee680367b95e172a35a430d899b0cc6afcf
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 6 17:59:06 2012 +0200

    Move sesha to correct position.

 horde/config/registry.php |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

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

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

commit 8287ce088e522a7fdc2fca585d3d53824feab6e5
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 6 19:24:18 2012 +0200

    Remove sidebar class.

 framework/Core/lib/Horde/Core/Sidebar.php |  233 -----------------------------
 framework/Core/package.xml                |    6 +-
 2 files changed, 2 insertions(+), 237 deletions(-)
 delete mode 100644 framework/Core/lib/Horde/Core/Sidebar.php

http://git.horde.org/horde-git/-/commit/8287ce088e522a7fdc2fca585d3d53824feab6e5

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

commit 3d39a8c120103437e012043a5641b8bcb31f8de0
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 12 17:02:43 2012 +0200

    Add new sidebar.

 horde/lib/View/Sidebar.php                          |   64 +++++++++
 horde/templates/sidebar/container.html.php          |    5 +
 horde/templates/sidebar/sidebar.html.php            |   26 ++++
 horde/templates/sidebar/sidebar.inc                 |   11 --
 horde/themes/default/graphics/sidebar-active-bg.png |  Bin 0 -> 2829 bytes
 horde/themes/default/graphics/sidebar-arrow.png     |  Bin 0 -> 3040 bytes
 horde/themes/default/graphics/sidebar-new-bg.png    |  Bin 0 -> 161 bytes
 horde/themes/default/graphics/sidebar-new.png       |  Bin 0 -> 531 bytes
 horde/themes/default/graphics/sidebar-refresh.png   |  Bin 0 -> 3610 bytes
 horde/themes/default/graphics/sidebar-split.png     |  Bin 0 -> 129 bytes
 horde/themes/default/graphics/slidehoriz-bg.png     |  Bin 0 -> 150 bytes
 horde/themes/default/graphics/slidehoriz.png        |  Bin 0 -> 169 bytes
 horde/themes/default/graphics/slidevert-bg.png      |  Bin 0 -> 154 bytes
 horde/themes/default/graphics/slidevert.png         |  Bin 0 -> 206 bytes
 horde/themes/default/screen.css                     |  133 ++++++++++++++++++-
 imp/js/dimpbase.js                                  |  102 +++++++--------
 imp/js/dimpcore.js                                  |    5 +-
 imp/lib/Dynamic/Mailbox.php                         |   33 ++++-
 imp/lib/Menu/Dimp.php                               |   96 -------------
 imp/templates/dynamic/mailbox.html.php              |   62 +---------
 imp/themes/default/dynamic/screen.css               |    9 +-
 imp/themes/default/graphics/folders/drafts.png      |  Bin 345 -> 3597 bytes
 imp/themes/default/graphics/folders/folder.png      |  Bin 368 -> 3297 bytes
 imp/themes/default/graphics/folders/inbox.png       |  Bin 330 -> 3569 bytes
 imp/themes/default/graphics/folders/minus.png       |  Bin 231 -> 3279 bytes
 imp/themes/default/graphics/folders/plus.png        |  Bin 280 -> 3341 bytes
 imp/themes/default/graphics/folders/sent.png        |  Bin 391 -> 3528 bytes
 imp/themes/default/graphics/folders/trash.png       |  Bin 457 -> 3377 bytes
 imp/themes/default/screen.css                       |   14 +-
 redesign/index.html                                 |    2 +-
 redesign/misc.css                                   |    8 +-
 redesign/template.css                               |   20 +++-
 32 files changed, 343 insertions(+), 247 deletions(-)
 create mode 100644 horde/lib/View/Sidebar.php
 create mode 100644 horde/templates/sidebar/container.html.php
 create mode 100644 horde/templates/sidebar/sidebar.html.php
 delete mode 100644 horde/templates/sidebar/sidebar.inc
 create mode 100644 horde/themes/default/graphics/sidebar-active-bg.png
 create mode 100644 horde/themes/default/graphics/sidebar-arrow.png
 create mode 100644 horde/themes/default/graphics/sidebar-new-bg.png
 create mode 100644 horde/themes/default/graphics/sidebar-new.png
 create mode 100644 horde/themes/default/graphics/sidebar-refresh.png
 create mode 100644 horde/themes/default/graphics/sidebar-split.png
 create mode 100644 horde/themes/default/graphics/slidehoriz-bg.png
 create mode 100644 horde/themes/default/graphics/slidehoriz.png
 create mode 100644 horde/themes/default/graphics/slidevert-bg.png
 create mode 100644 horde/themes/default/graphics/slidevert.png
 delete mode 100644 imp/lib/Menu/Dimp.php

http://git.horde.org/horde-git/-/commit/3d39a8c120103437e012043a5641b8bcb31f8de0

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

commit 61787cf622c479d0b599c40f9a41fb02afb2c637
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 12 19:04:44 2012 +0200

    Position and show main content panes again.

 horde/themes/default/graphics/slidevert-bg.png |  Bin 154 -> 172 bytes
 horde/themes/default/graphics/slidevert.png    |  Bin 206 -> 221 bytes
 horde/themes/default/screen.css                |   85 +++++++++++++-----------
 imp/js/dimpbase.js                             |    6 +-
 imp/templates/dynamic/mailbox.html.php         |    2 +-
 imp/themes/default/dynamic/screen.css          |   17 +----
 6 files changed, 51 insertions(+), 59 deletions(-)

http://git.horde.org/horde-git/-/commit/61787cf622c479d0b599c40f9a41fb02afb2c637

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

commit bf02cde3273f2402c340f72e4115bef2e18c612a
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 12 19:06:42 2012 +0200

    Don't try to align logo area with sidebar.

 horde/themes/default/screen.css |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

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

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

commit eb70dd9bb5695e550c211599817d0887fb98dd49
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 12 19:12:54 2012 +0200

    Only keep advanced search loaded into iframe.

 imp/js/dimpbase.js |   34 ----------------------------------
 1 files changed, 0 insertions(+), 34 deletions(-)

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

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

commit 3c18739d5886b24ae932136f2f3d689175f769da
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 13 17:43:04 2012 +0200

    Convert action bar.

 horde/themes/default/graphics/button-split.png |  Bin 0 -> 2804 bytes
 horde/themes/default/graphics/buttonbar-bg.png |  Bin 0 -> 2823 bytes
 horde/themes/default/screen.css                |  103 +++++++++++++++++++----
 imp/js/dimpbase.js                             |    2 +-
 imp/lib/Dynamic/Helper/Base.php                |   37 +++++---
 imp/templates/dynamic/mailbox.html.php         |   45 ++++++----
 imp/themes/default/dynamic/screen.css          |   86 +++-----------------
 imp/themes/default/graphics/delete.png         |  Bin 491 -> 3148 bytes
 imp/themes/default/graphics/forward.png        |  Bin 304 -> 3083 bytes
 imp/themes/default/graphics/reply.png          |  Bin 342 -> 3086 bytes
 imp/themes/default/graphics/replyall.png       |  Bin 342 -> 3338 bytes
 11 files changed, 149 insertions(+), 124 deletions(-)
 create mode 100644 horde/themes/default/graphics/button-split.png
 create mode 100644 horde/themes/default/graphics/buttonbar-bg.png

http://git.horde.org/horde-git/-/commit/3c18739d5886b24ae932136f2f3d689175f769da

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

commit f0f81557bd48809a4f73d4ee20d9c5881e5d03e1
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jun 14 15:03:33 2012 +0200

    Implement message list.

 horde/themes/default/graphics/tablehead-bg.png    |  Bin 0 -> 122 bytes
 horde/themes/default/graphics/tablehead-split.png |  Bin 0 -> 131 bytes
 horde/themes/default/screen.css                   |   39 ++++++++++++++++++--
 imp/js/dimpbase.js                                |    4 +-
 imp/js/mailbox-dimp.js                            |    4 +-
 imp/templates/dynamic/mailbox.html.php            |   16 +++++---
 imp/themes/default/dynamic/screen.css             |   41 +++++++++++++--------
 imp/themes/default/graphics/arrow_down.png        |  Bin 374 -> 170 bytes
 imp/themes/default/graphics/arrow_up.png          |  Bin 368 -> 173 bytes
 imp/themes/default/graphics/checkbox_off.png      |  Bin 116 -> 3063 bytes
 imp/themes/default/graphics/checkbox_on.png       |  Bin 318 -> 606 bytes
 imp/themes/default/graphics/checkbox_over.png     |  Bin 293 -> 606 bytes
 imp/themes/default/screen.css                     |    2 +-
 13 files changed, 76 insertions(+), 30 deletions(-)
 create mode 100644 horde/themes/default/graphics/tablehead-bg.png
 create mode 100644 horde/themes/default/graphics/tablehead-split.png

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

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

commit 35057d0cb238b84683a9e0be56bd4d243bbf52f5
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jun 14 15:30:25 2012 +0200

    Implement horizontal splitbar.

 horde/themes/default/graphics/slidehoriz-bg.png |  Bin 150 -> 168 bytes
 horde/themes/default/graphics/slidehoriz.png    |  Bin 169 -> 199 bytes
 horde/themes/default/screen.css                 |   56 +++++++++++++++--------
 imp/js/dimpbase.js                              |    7 ++-
 imp/js/viewport.js                              |    8 +++-
 imp/themes/default/dynamic/screen.css           |   25 +---------
 imp/themes/default/graphics/dragHandle.png      |  Bin 95 -> 0 bytes
 imp/themes/default/graphics/dragHandleVert.png  |  Bin 88 -> 0 bytes
 8 files changed, 49 insertions(+), 47 deletions(-)
 delete mode 100644 imp/themes/default/graphics/dragHandle.png
 delete mode 100644 imp/themes/default/graphics/dragHandleVert.png

http://git.horde.org/horde-git/-/commit/35057d0cb238b84683a9e0be56bd4d243bbf52f5

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

commit cfeb5e4890ca2f2a48883020f1f49cfdbfc33072
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jun 14 22:37:17 2012 +0200

    Implement preview pane.

 imp/templates/dynamic/mailbox.html.php           |   12 +----
 imp/templates/dynamic/message.html.php           |    6 +--
 imp/themes/default/dynamic/screen.css            |   51 +++++----------------
 imp/themes/default/graphics/backhead_orderby.png |  Bin 132 -> 0 bytes
 imp/themes/default/graphics/backhead_r.png       |  Bin 208 -> 0 bytes
 imp/themes/default/graphics/backhead_s2.png      |  Bin 140 -> 0 bytes
 imp/themes/default/graphics/backhead_shadow.png  |  Bin 100 -> 0 bytes
 imp/themes/default/screen.css                    |    1 +
 8 files changed, 18 insertions(+), 52 deletions(-)
 delete mode 100644 imp/themes/default/graphics/backhead_orderby.png
 delete mode 100644 imp/themes/default/graphics/backhead_r.png
 delete mode 100644 imp/themes/default/graphics/backhead_s2.png
 delete mode 100644 imp/themes/default/graphics/backhead_shadow.png

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




More information about the commits mailing list