[commits] Horde branch redesign updated. f6c3bfe04464221001965405888389d522400d7c

Jan Schneider jan at horde.org
Mon Jun 25 10:24:36 UTC 2012


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

from: 6f1b8ef55163e251f138e23183f5e918bddf88a1

f30a52b Fix split position.
711afc4 Relative font sizes.
9bb5b09 Fix message popup layout.
16f7996 Implement compose view.
29e4d8f Move header below button bar.
4159266 Remove stray width.
cc95f56 Fix split positioning.
ee2a3a9 Fix close button position.
e434f96 Tweaks
21229db Implement search.
be47e39 Tweak context menu.
f6c3bfe More generic search element IDs.

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

commit f30a52b5408f590e9eb107f6c23aade04d02b673
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 19 18:11:01 2012 +0200

    Fix split position.

 imp/templates/dynamic/mailbox.html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 711afc4352199eda42bbd7dd3752a3dc5e03ba9a
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 19 18:26:30 2012 +0200

    Relative font sizes.

 horde/themes/default/screen.css |   21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)

http://git.horde.org/horde-git/-/commit/711afc4352199eda42bbd7dd3752a3dc5e03ba9a

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

commit 9bb5b09b6e729731912c2ae0487af0a9af5b59ce
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 19 18:27:03 2012 +0200

    Fix message popup layout.

 imp/templates/dynamic/message.html.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9bb5b09b6e729731912c2ae0487af0a9af5b59ce

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

commit 16f7996c76f68decb05dabf92c51a70c628f8bb7
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jun 21 12:18:32 2012 +0200

    Implement compose view.

 horde/themes/default/screen.css        |    8 ++++----
 imp/templates/dynamic/compose.html.php |    6 +++++-
 imp/themes/default/dynamic/screen.css  |   28 +++++++++++-----------------
 imp/themes/default/screen.css          |    7 -------
 4 files changed, 20 insertions(+), 29 deletions(-)

http://git.horde.org/horde-git/-/commit/16f7996c76f68decb05dabf92c51a70c628f8bb7

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

commit 29e4d8fd807c50820cf14985d970519292d54955
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jun 21 12:42:57 2012 +0200

    Move header below button bar.

 imp/lib/Dynamic/Compose.php                 |    4 ++--
 imp/lib/Dynamic/Compose/Common.php          |    2 ++
 imp/lib/Dynamic/Message.php                 |    7 +++++--
 imp/templates/dynamic/compose-base.html.php |    4 ----
 imp/templates/dynamic/compose.html.php      |    4 ++++
 imp/templates/dynamic/qreply.html.php       |    9 ---------
 imp/themes/default/dynamic/screen.css       |    2 +-
 7 files changed, 14 insertions(+), 18 deletions(-)

http://git.horde.org/horde-git/-/commit/29e4d8fd807c50820cf14985d970519292d54955

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

commit 41592668a1b7a9db756a254905842917220650b7
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jun 21 12:51:44 2012 +0200

    Remove stray width.

 imp/themes/default/dynamic/screen.css |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/41592668a1b7a9db756a254905842917220650b7

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

commit cc95f56b31194ee1f0fe82813535846e593cabe2
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jun 21 12:52:56 2012 +0200

    Fix split positioning.

 imp/templates/dynamic/compose.html.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit ee2a3a9f34bfef1001494d16086bdacc27ed0952
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jun 21 12:53:48 2012 +0200

    Fix close button position.

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

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

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

commit e434f962eedbaa590752699e3b7686b1c8f8ae0c
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jun 22 15:30:20 2012 +0200

    Tweaks

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

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

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

commit 21229db03acd2748984be6f90c0d9e78d8cad135
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jun 23 18:56:24 2012 +0200

    Implement search.

 horde/lib/View/Topbar.php                |    6 +++++-
 horde/templates/topbar/_menubar.html.php |   17 ++++++++++++++++-
 horde/themes/default/screen.css          |   18 +++++++++++++++---
 imp/js/dimpbase.js                       |   12 ++++++------
 imp/lib/Dynamic/Mailbox.php              |    3 +++
 imp/templates/dynamic/mailbox.html.php   |   11 -----------
 imp/themes/default/dynamic/screen.css    |    4 ++--
 7 files changed, 47 insertions(+), 24 deletions(-)

http://git.horde.org/horde-git/-/commit/21229db03acd2748984be6f90c0d9e78d8cad135

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

commit be47e39c731b7621883823846955a2c8e5c69da8
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 25 11:53:44 2012 +0200

    Tweak context menu.

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

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

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

commit f6c3bfe04464221001965405888389d522400d7c
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 25 12:24:13 2012 +0200

    More generic search element IDs.

 horde/templates/topbar/_menubar.html.php |    8 +++---
 horde/themes/default/screen.css          |    6 ++++-
 imp/js/dimpbase.js                       |   28 +++++++++++-----------
 imp/themes/default/dynamic/screen.css    |   37 ------------------------------
 4 files changed, 23 insertions(+), 56 deletions(-)

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




More information about the commits mailing list