[commits] Horde branch master updated. 2007d7c93b7494206b484178bb22aa7cc3b315cc

Michael M Slusarz slusarz at horde.org
Thu Oct 18 06:34:31 UTC 2012


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

from: 4622228d66b8dd89c354313d1e60138430fbee78

c0937c2 Fix non-standard user-select CSS usage
60ecda3 Fix CSS style
44bf916 Better readonly graphic for dynamic view
2270dad Update package.xml
24b35b3 Fix CSS class
fb9dfdd Fix CSS rule
2dbf3bd Add left/right arrow graphics; move to keys/ subdirectory
74a05a5 [mms] Add generic CSS class insertion to Help system.
ec31d94 Help system improvements for multi-view framework
055662c Split IMP help into basic and dynamic components
8bcd8a9 Fix displaying multi-level tree entries in help screen
2007d7c Fix help search

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

commit c0937c239abe48c7bc7b7614ce26d24d3e6645e9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 17 14:31:09 2012 -0600

    Fix non-standard user-select CSS usage

 framework/Core/js/map/theme/default/style.css |   46 +++++++++++++------------
 horde/themes/default/screen.css               |    8 ++--
 imp/themes/default/smartmobile/screen.css     |    3 ++
 koward/www/htdocs/horde/themes/screen.css     |    8 ++--
 4 files changed, 35 insertions(+), 30 deletions(-)

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

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

commit 60ecda3199fcd0033821dccf812f78854b00955d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 17 14:32:58 2012 -0600

    Fix CSS style

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

http://git.horde.org/horde-git/-/commit/60ecda3199fcd0033821dccf812f78854b00955d

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

commit 44bf9168ea983e048ed79d14d06fc107c43875fc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 17 14:39:04 2012 -0600

    Better readonly graphic for dynamic view

 imp/themes/default/dynamic/screen.css      |    2 +-
 imp/themes/default/graphics/locked-inv.png |  Bin 0 -> 431 bytes
 2 files changed, 1 insertions(+), 1 deletions(-)
 create mode 100644 imp/themes/default/graphics/locked-inv.png

http://git.horde.org/horde-git/-/commit/44bf9168ea983e048ed79d14d06fc107c43875fc

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

commit 2270dad405fe3a2537f20f81a59bc0d23a445b8d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 17 14:39:27 2012 -0600

    Update package.xml

 imp/package.xml |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/2270dad405fe3a2537f20f81a59bc0d23a445b8d

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

commit 24b35b33b1b213a75807649f7be96ef847c9ccb3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 17 15:34:59 2012 -0600

    Fix CSS class

 ingo/forward.php               |    2 +-
 ingo/spam.php                  |    2 +-
 ingo/templates/rule/header.inc |    2 +-
 ingo/vacation.php              |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/24b35b33b1b213a75807649f7be96ef847c9ccb3

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

commit fb9dfdde58d1eec06304f1f133c670ddced213ba
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 17 15:36:28 2012 -0600

    Fix CSS rule

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

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

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

commit 2dbf3bdac5cf8522901ecdec576ac20e5e0fe675
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 17 15:49:26 2012 -0600

    Add left/right arrow graphics; move to keys/ subdirectory

 horde/package.xml                            |  222 +++++++++++++++++++++++++-
 horde/themes/default/graphics/key_down.png   |  Bin 209 -> 0 bytes
 horde/themes/default/graphics/key_up.png     |  Bin 207 -> 0 bytes
 horde/themes/default/graphics/keys/down.png  |  Bin 0 -> 209 bytes
 horde/themes/default/graphics/keys/left.png  |  Bin 0 -> 196 bytes
 horde/themes/default/graphics/keys/right.png |  Bin 0 -> 197 bytes
 horde/themes/default/graphics/keys/up.png    |  Bin 0 -> 207 bytes
 horde/themes/default/screen.css              |   14 ++-
 8 files changed, 229 insertions(+), 7 deletions(-)
 delete mode 100644 horde/themes/default/graphics/key_down.png
 delete mode 100644 horde/themes/default/graphics/key_up.png
 create mode 100644 horde/themes/default/graphics/keys/down.png
 create mode 100644 horde/themes/default/graphics/keys/left.png
 create mode 100644 horde/themes/default/graphics/keys/right.png
 create mode 100644 horde/themes/default/graphics/keys/up.png

http://git.horde.org/horde-git/-/commit/2dbf3bdac5cf8522901ecdec576ac20e5e0fe675

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

commit 74a05a5af5e1813b6d5b7acd84bffb318f21b62e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 17 15:55:09 2012 -0600

    [mms] Add generic CSS class insertion to Help system.
    
    Allows any CSS class(es) to be added to Help entries.

 framework/Core/lib/Horde/Help.php |   12 ++----------
 framework/Core/package.xml        |    4 ++--
 2 files changed, 4 insertions(+), 12 deletions(-)

http://git.horde.org/horde-git/-/commit/74a05a5af5e1813b6d5b7acd84bffb318f21b62e

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

commit ec31d94719cde8ff66637872cb2f584255188333
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 17 16:21:41 2012 -0600

    Help system improvements for multi-view framework
    
    [mms] Allow application basic/dynamic views to have different help source files.
    [mms] Allow view-specific help files to inherit from base application help file.

 framework/Core/lib/Horde/Help.php |   65 +++++++++++++++++++++++++------------
 horde/docs/CHANGES                |    4 ++
 horde/package.xml                 |    6 ++-
 horde/services/help/index.php     |   34 ++++++++++++++++---
 4 files changed, 81 insertions(+), 28 deletions(-)

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

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

commit 055662cda39fb26d0cb0d081863ab79621f517ed
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 17 18:17:49 2012 -0600

    Split IMP help into basic and dynamic components

 imp/locale/en/help.xml         | 1480 ++++++++++++++++++----------------------
 imp/locale/en/help_basic.xml   |  205 ++++++
 imp/locale/en/help_dynamic.xml |   78 +++
 imp/package.xml                |    6 +-
 4 files changed, 938 insertions(+), 831 deletions(-)
 create mode 100644 imp/locale/en/help_basic.xml
 create mode 100644 imp/locale/en/help_dynamic.xml

http://git.horde.org/horde-git/-/commit/055662cda39fb26d0cb0d081863ab79621f517ed

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

commit 8bcd8a9d859b775587ce51680de78757ed2f02d7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 17 18:27:24 2012 -0600

    Fix displaying multi-level tree entries in help screen

 horde/services/help/index.php |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

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

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

commit 2007d7c93b7494206b484178bb22aa7cc3b315cc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 18 00:34:08 2012 -0600

    Fix help search

 horde/services/help/index.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/2007d7c93b7494206b484178bb22aa7cc3b315cc




More information about the commits mailing list