[commits] Horde branch imp_6_1 updated. d74533cdaf24caed74bd6802daac0e015705e8ba

Michael M Slusarz slusarz at horde.org
Tue Feb 5 06:36:26 UTC 2013


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

from: 857cd83405bbf6bf03d40d6ac788638495f2f2a3

a65923c typehint
49701b3 Simplify
ddc7f7c Hotfix for allowing imples turned into ajax actions to still work in traditional view.
ff36252 [mms] Fix regression in outputting Content-Disposition 'size' parameter if no other Content-Disposition parameter is present.
13edcca [mms] Add a configurable delay to the jQuery Mobile autocomplete plugin.
d42933d Fix template location
fb76adf Fix WWW authentication to RSS script
d74533c Merge branch 'master' into imp_6_1

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

commit a65923cd0f2d03c56df76ff7e641de6542fa2a90
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 4 14:09:12 2013 -0500

    typehint

 ansel/lib/View/Base.php              |    2 +-
 ansel/lib/View/Gallery.php           |    2 +-
 ansel/lib/View/GalleryProperties.php |    2 +-
 ansel/lib/View/Image.php             |    2 +-
 ansel/lib/View/List.php              |    2 +-
 ansel/lib/View/Results.php           |    2 +-
 ansel/lib/View/Slideshow.php         |    1 -
 ansel/lib/View/Upload.php            |    2 +-
 8 files changed, 7 insertions(+), 8 deletions(-)

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

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

commit 49701b3a3aada6e8c156667675ca9a1b18663789
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 4 14:10:25 2013 -0500

    Simplify

 ansel/lib/View/Image.php |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/49701b3a3aada6e8c156667675ca9a1b18663789

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

commit ddc7f7ca00c18e2041e7157d08f8a6b9aea8b872
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 4 20:40:13 2013 -0500

    Hotfix for allowing imples turned into ajax actions to still work in traditional view.
    
    Javascript actions previously implemented via imples that were ported to use the ajax api
    will not work if logged in in a non-ajax mode. Trick page_output into initializing the needed
    script files.

 ansel/view.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit ff3625258a707da0210cd266fb00163021171026
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 4 21:44:46 2013 -0700

    [mms] Fix regression in outputting Content-Disposition 'size' parameter if no other Content-Disposition parameter is present.
    
    Partial revert of 9937e2d8c28655271243c0be07ac6763621ac9f6
    
    That commit incorrectly ignored the 'size' parameter when determining
    whether to output Content-Disposition header.
    
    Instead... there is little need to add size information when using
    parseMessage().  In fact, it is much more efficient to determine size
    information by analyzing length of the temporary stream, rather than
    determining size by using str_replace() on a string.

 framework/Mime/lib/Horde/Mime/Part.php      |    9 +--------
 framework/Mime/package.xml                  |    4 ++--
 framework/Mime/test/Horde/Mime/PartTest.php |   25 ++++++++++++++++++++-----
 3 files changed, 23 insertions(+), 15 deletions(-)

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

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

commit 13edcca1ffca72b51b77185cf11cd9480f4feb7f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 4 22:35:57 2013 -0700

    [mms] Add a configurable delay to the jQuery Mobile autocomplete plugin.

 framework/Core/js/jquery.mobile/plugins/autocomplete.js |   15 ++++++++++++---
 framework/Core/package.xml                              |    4 ++--
 2 files changed, 14 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/13edcca1ffca72b51b77185cf11cd9480f4feb7f

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

commit d42933d47604f421ca8098f33b98a842413b3ae6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 4 23:29:48 2013 -0700

    Fix template location

 imp/rss.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit fb76adfc083c2c1afe5fc62c661a7de637787258
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 4 23:30:16 2013 -0700

    Fix WWW authentication to RSS script

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

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

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

commit d74533cdaf24caed74bd6802daac0e015705e8ba
Merge: d42933d fb76adf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 4 23:36:13 2013 -0700

    Merge branch 'master' into imp_6_1

 ansel/lib/View/Base.php                                 |    2 +-
 ansel/lib/View/Gallery.php                              |    2 +-
 ansel/lib/View/GalleryProperties.php                    |    2 +-
 ansel/lib/View/Image.php                                |   11 ++----
 ansel/lib/View/List.php                                 |    2 +-
 ansel/lib/View/Results.php                              |    2 +-
 ansel/lib/View/Slideshow.php                            |    1 -
 ansel/lib/View/Upload.php                               |    2 +-
 ansel/view.php                                          |    8 ++--
 framework/Core/js/jquery.mobile/plugins/autocomplete.js |   15 +++++++--
 framework/Core/package.xml                              |    4 +-
 framework/Mime/lib/Horde/Mime/Part.php                  |    9 +-----
 framework/Mime/package.xml                              |    4 +-
 framework/Mime/test/Horde/Mime/PartTest.php             |   25 ++++++++++++---
 imp/rss.php                                             |   12 ++++---
 15 files changed, 58 insertions(+), 43 deletions(-)

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




More information about the commits mailing list