[commits] Horde branch redesign updated. a9c7e36d520e477487357e5e5bfb0ada766b9a9e

Jan Schneider jan at horde.org
Mon May 21 20:22:32 UTC 2012


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

from: b91613c92074e3c8504b8d2447387b62002c5a43

0032034 Display MIME ID in parts tree.
6be7575 First try at fixing wrapping on narrow window.
a9c7e36 Start implementing the topbar.

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

commit 0032034faf6de47e03e0e7bb94f6831ff07c9cd9
Author: Jan Schneider <jan at horde.org>
Date:   Mon May 21 15:27:23 2012 +0200

    Display MIME ID in parts tree.

 imp/lib/Contents.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0032034faf6de47e03e0e7bb94f6831ff07c9cd9

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

commit 6be75752ba130634f0648b81d81048f121d941e6
Author: Jan Schneider <jan at horde.org>
Date:   Mon May 21 19:32:44 2012 +0200

    First try at fixing wrapping on narrow window.

 redesign/template.css  |    6 ++++--
 redesign/webmailer.css |    6 +++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/6be75752ba130634f0648b81d81048f121d941e6

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

commit a9c7e36d520e477487357e5e5bfb0ada766b9a9e
Author: Jan Schneider <jan at horde.org>
Date:   Mon May 21 22:21:24 2012 +0200

    Start implementing the topbar.
    
    Not much to see here, just committed to move to a different machine.

 bundles/groupware/lib/Bundle.php                      |    5 +
 bundles/kolab_webmail/lib/Bundle.php                  |    5 +
 bundles/webmail/lib/Bundle.php                        |    5 +
 framework/Core/lib/Horde/Core/Topbar.php              |  163 ++++++++
 framework/Core/lib/Horde/Core/Tree/Menu.php           |   45 +++
 framework/Core/lib/Horde/Themes/Cache.php             |   12 +-
 framework/Core/package.xml                            |    8 +-
 horde/config/registry.php                             |   74 +++--
 horde/package.xml                                     |  144 ++++---
 horde/services/portal/index.php                       |    2 +-
 horde/templates/topbar/_submenu.html.php              |   10 +
 horde/templates/topbar/menu.html.php                  |   14 +
 horde/templates/topbar/topbar.html.php                |   35 ++
 horde/themes/default/graphics/head-bg.png             |  Bin 0 -> 153 bytes
 horde/themes/default/graphics/logo.png                |  Bin 0 -> 5309 bytes
 horde/themes/default/graphics/logout.png              |  Bin 337 -> 731 bytes
 horde/themes/default/graphics/navi-arrow-normal.png   |  Bin 0 -> 3097 bytes
 horde/themes/default/graphics/navi-subnavi-active.png |  Bin 0 -> 362 bytes
 horde/themes/default/graphics/navi-subnavi.png        |  Bin 0 -> 359 bytes
 horde/themes/default/graphics/search.png              |  Bin 662 -> 603 bytes
 horde/themes/default/graphics/settings-active.png     |  Bin 0 -> 3528 bytes
 horde/themes/default/graphics/settings.png            |  Bin 0 -> 626 bytes
 horde/themes/default/screen.css                       |  334 ++++++++++++++++-
 23 files changed, 756 insertions(+), 100 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Topbar.php
 create mode 100644 framework/Core/lib/Horde/Core/Tree/Menu.php
 create mode 100644 horde/templates/topbar/_submenu.html.php
 create mode 100644 horde/templates/topbar/menu.html.php
 create mode 100644 horde/templates/topbar/topbar.html.php
 create mode 100644 horde/themes/default/graphics/head-bg.png
 create mode 100644 horde/themes/default/graphics/logo.png
 create mode 100644 horde/themes/default/graphics/navi-arrow-normal.png
 create mode 100644 horde/themes/default/graphics/navi-subnavi-active.png
 create mode 100644 horde/themes/default/graphics/navi-subnavi.png
 create mode 100644 horde/themes/default/graphics/settings-active.png
 create mode 100644 horde/themes/default/graphics/settings.png

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




More information about the commits mailing list