[commits] Horde branch develop updated. acaf6e1eac675a71135872f7735e29c536bac3d1

Jan Schneider jan at horde.org
Wed Aug 22 14:11:48 UTC 2012


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

from: 841bf3d247137297bcc1657bcc24c5e1750296f1

b31713d Keep the place of the upgrade script visible.
7fca9c1 Make buttons active on hover (Bug #11262).
ac59b06 Use lists again for button bars in dynamic view.
0475e25 Condense .horde-subnavi-arrow and .horde-icon-arrow-subnavi into .horde-popdown.
acaf6e1 Merge branch 'redesign' into develop

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

commit b31713d0af65147d3ddebbe966cc3ed52c94ed66
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 21 14:59:43 2012 +0200

    Keep the place of the upgrade script visible.

 horde/admin/config/scripts.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 7fca9c1d279336bf28364e04c3e21899979f8cd0
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 21 18:39:27 2012 +0200

    Make buttons active on hover (Bug #11262).

 framework/Core/js/spellchecker.js                  |    4 +-
 horde/themes/default/graphics/button-active-bg.png |  Bin 0 -> 2812 bytes
 horde/themes/default/graphics/buttonbar-bg.png     |  Bin 2819 -> 2824 bytes
 horde/themes/default/graphics/tablehead-bg.png     |  Bin 122 -> 149 bytes
 horde/themes/default/screen.css                    |   72 ++++++++++++++-----
 imp/lib/Ui/Compose.php                             |   10 ++-
 imp/templates/dynamic/compose.html.php             |   10 ++--
 imp/templates/dynamic/mailbox.html.php             |   18 +++---
 imp/templates/dynamic/message.html.php             |   10 ++--
 imp/templates/dynamic/redirect.html.php            |    3 +-
 imp/templates/imp/mailbox/header.html              |   12 ++--
 imp/templates/imp/mailbox/navbar.html              |   17 +++--
 imp/themes/default/dynamic/screen.css              |    3 +
 imp/themes/default/graphics/popdown.png            |  Bin 123 -> 3040 bytes
 imp/themes/default/screen.css                      |   18 +++--
 15 files changed, 113 insertions(+), 64 deletions(-)
 create mode 100644 horde/themes/default/graphics/button-active-bg.png

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

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

commit ac59b061e4b0ada006d29a5e230779bb70289e55
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 22 15:38:14 2012 +0200

    Use lists again for button bars in dynamic view.

 framework/Core/js/spellchecker.js                         |    6 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php |    1 -
 horde/themes/default/screen.css                           |   15 ++-
 imp/js/dimpbase.js                                        |   26 +++---
 imp/js/dimpcore.js                                        |    2 +-
 imp/lib/Dynamic/Helper/Base.php                           |   12 +--
 imp/templates/dynamic/compose.html.php                    |   22 ++---
 imp/templates/dynamic/mailbox.html.php                    |   63 ++++++-------
 imp/templates/dynamic/message.html.php                    |   27 +++---
 imp/templates/dynamic/redirect.html.php                   |    5 +-
 10 files changed, 86 insertions(+), 93 deletions(-)

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

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

commit 0475e25c79b54a14f2314f8b6a84b87b3b967cea
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 22 16:09:49 2012 +0200

    Condense .horde-subnavi-arrow and .horde-icon-arrow-subnavi into .horde-popdown.

 framework/Core/js/spellchecker.js     |    2 +-
 horde/themes/default/screen.css       |   13 ++++++-------
 imp/js/dimpbase.js                    |    2 +-
 imp/js/dimpcore.js                    |    2 +-
 imp/themes/default/dynamic/screen.css |   14 +++++---------
 5 files changed, 14 insertions(+), 19 deletions(-)

http://git.horde.org/horde-git/-/commit/0475e25c79b54a14f2314f8b6a84b87b3b967cea

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

commit acaf6e1eac675a71135872f7735e29c536bac3d1
Merge: 841bf3d 0475e25
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 22 16:10:48 2012 +0200

    Merge branch 'redesign' into develop

 framework/Core/js/spellchecker.js                         |    6 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php |    1 -
 horde/admin/config/scripts.php                            |    2 +-
 horde/themes/default/graphics/button-active-bg.png        |  Bin 0 -> 2812 bytes
 horde/themes/default/graphics/buttonbar-bg.png            |  Bin 2819 -> 2824 bytes
 horde/themes/default/graphics/tablehead-bg.png            |  Bin 122 -> 149 bytes
 horde/themes/default/screen.css                           |   94 +++++++++----
 imp/js/dimpbase.js                                        |   28 ++--
 imp/js/dimpcore.js                                        |    2 +-
 imp/lib/Dynamic/Helper/Base.php                           |   12 +-
 imp/lib/Ui/Compose.php                                    |   10 +-
 imp/templates/dynamic/compose.html.php                    |   24 ++--
 imp/templates/dynamic/mailbox.html.php                    |   63 ++++-----
 imp/templates/dynamic/message.html.php                    |   27 ++--
 imp/templates/dynamic/redirect.html.php                   |    4 +-
 imp/templates/imp/mailbox/header.html                     |   12 +-
 imp/templates/imp/mailbox/navbar.html                     |   17 ++-
 imp/themes/default/dynamic/screen.css                     |   17 +--
 imp/themes/default/graphics/popdown.png                   |  Bin 123 -> 3040 bytes
 imp/themes/default/screen.css                             |   18 ++-
 20 files changed, 187 insertions(+), 150 deletions(-)

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




More information about the commits mailing list