[commits] Horde branch imp_6_1 updated. cfdcbd1fbb237ae6b5b6695f67c022ffbb412c5f

Michael M Slusarz slusarz at horde.org
Mon Mar 4 21:08:30 UTC 2013


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

from: dd4e239771cd73036b0e94429da0c0fd5688f8ef

1213e2a Avoid double negation.
03841a7 [jan] Re-enable users in drop-down list after revoking permissions (Bug #12000).
a13fe71 Fix embedding images (Bug #12090).
36ed5cb Fix searching from topbar if search URL contains parameters.
c4a5ae5 [mms] Fix packaging issue: Horde_Compress_Fast needs to be listed as a required package.
320dfd6 Released Horde_Core-2.4.1
7c8e2a7 Development mode for Horde_Core-2.4.2
b94c1f5 [mms] Add Horde_Url_Data::isData().
cfdcbd1 Merge branch 'master' into imp_6_1

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

commit 1213e2a306bb6463812d93e3d9bbec304eebc3da
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 4 12:34:25 2013 +0100

    Avoid double negation.

 kronolith/js/kronolith.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/1213e2a306bb6463812d93e3d9bbec304eebc3da

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

commit 03841a77e3d587d3b265682616ab714f8e16c434
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 4 12:43:28 2013 +0100

    [jan] Re-enable users in drop-down list after revoking permissions (Bug #12000).

 kronolith/docs/CHANGES    |    2 ++
 kronolith/js/kronolith.js |    7 +++++++
 kronolith/package.xml     |    2 ++
 3 files changed, 11 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/03841a77e3d587d3b265682616ab714f8e16c434

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

commit a13fe716fff569abbe24d7804301d1992b942d2f
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 4 18:10:35 2013 +0100

    Fix embedding images (Bug #12090).

 wicked/lib/Text_Wiki/Render/Xhtml/Image2.php |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

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

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

commit 36ed5cbe5a14c6dabf91388371389ffa1dbc5428
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 4 18:43:15 2013 +0100

    Fix searching from topbar if search URL contains parameters.
    
    When stopped working to combine form fields and form action URL parameters?

 horde/docs/CHANGES                       |    1 +
 horde/lib/View/Topbar.php                |    5 +++++
 horde/package.xml                        |    4 ++--
 horde/templates/topbar/_menubar.html.php |    3 +++
 4 files changed, 11 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/36ed5cbe5a14c6dabf91388371389ffa1dbc5428

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

commit c4a5ae5fe1b0b6e0d4c4c785d913770372512fba
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 4 13:25:54 2013 -0700

    [mms] Fix packaging issue: Horde_Compress_Fast needs to be listed as a required package.

 framework/Core/package.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

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

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

commit 320dfd6c40dfd62dbd109a63aa1b935110b53305
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 4 13:35:25 2013 -0700

    Released Horde_Core-2.4.1

 framework/Core/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/320dfd6c40dfd62dbd109a63aa1b935110b53305

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

commit 7c8e2a7f82636254e3ba84fffb9aeb2cd4ffa463
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 4 13:35:25 2013 -0700

    Development mode for Horde_Core-2.4.2

 framework/Core/package.xml |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

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

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

commit b94c1f54521d70e34c05f5e1acfc22ad2d7c2e51
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 4 14:05:20 2013 -0700

    [mms] Add Horde_Url_Data::isData().

 framework/Url/lib/Horde/Url/Data.php         |   22 ++++++++++++++++++++--
 framework/Url/package.xml                    |   12 ++++++------
 framework/Url/test/Horde/Url/UrlDataTest.php |   11 +++++++++++
 3 files changed, 37 insertions(+), 8 deletions(-)

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

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

commit cfdcbd1fbb237ae6b5b6695f67c022ffbb412c5f
Merge: dd4e239 b94c1f5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 4 14:08:18 2013 -0700

    Merge branch 'master' into imp_6_1

 framework/Core/package.xml                   |   35 +++++++++++++++++--------
 framework/Url/lib/Horde/Url/Data.php         |   22 ++++++++++++++-
 framework/Url/package.xml                    |   12 ++++----
 framework/Url/test/Horde/Url/UrlDataTest.php |   11 ++++++++
 horde/docs/CHANGES                           |    1 +
 horde/lib/View/Topbar.php                    |    5 +++
 horde/package.xml                            |    4 +-
 horde/templates/topbar/_menubar.html.php     |    3 ++
 kronolith/docs/CHANGES                       |    2 +
 kronolith/js/kronolith.js                    |   13 +++++++--
 kronolith/package.xml                        |    2 +
 wicked/lib/Text_Wiki/Render/Xhtml/Image2.php |   10 +++++--
 12 files changed, 93 insertions(+), 27 deletions(-)

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




More information about the commits mailing list