[commits] Horde branch develop updated. 1e74759a311a275c4a8bf536bec415bd62c37df7

Michael J. Rubinsky mrubinsk at horde.org
Thu Nov 17 19:29:39 UTC 2011


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

from: ed55e24d3af46c535ee005c7b628e559dd9f5d1f

390c6d4 Check the filesize before we read the data in, in case we don't need it.
3d98ec3 Need to keep a reference to this object or it will run prematurely.
849f5a7 Don't force Ansel_Image::createView() to have to know when we want to watermark.
96d4b0a Simplify some logic and stream handling.
1e74759 Run the queue task for generating thumbnails after each successful upload.

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

commit 390c6d4ba2f4bb431155862998f670a8a066874b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 17 13:00:32 2011 -0500

    Check the filesize before we read the data in, in case we don't need it.

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

http://git.horde.org/horde-git/-/commit/390c6d4ba2f4bb431155862998f670a8a066874b

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

commit 3d98ec30b24b62018eddf8ccd47e192bea269253
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 17 14:02:48 2011 -0500

    Need to keep a reference to this object or it will run prematurely.
    
    Unless I misunderstanding how this is supposed to be triggered, assigning it
    to a variable in the method scope could cause the runner to start running as soon
    as this method exits, not when the request is complete.

 framework/Core/lib/Horde/Registry.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3d98ec30b24b62018eddf8ccd47e192bea269253

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

commit 849f5a7630d0a0da3be4a8e74206c9674447c809
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 17 14:24:16 2011 -0500

    Don't force Ansel_Image::createView() to have to know when we want to watermark.

 ansel/faces/image.php                     |    7 ++++++-
 ansel/img/screen.php                      |    7 ++++++-
 ansel/lib/Ajax/Imple/EditFaces.php        |    7 ++++++-
 ansel/lib/Ajax/Imple/EditGalleryFaces.php |    7 ++++++-
 ansel/lib/Ansel.php                       |    7 ++++++-
 ansel/lib/Gallery.php                     |   14 ++++++++++++--
 ansel/lib/Image.php                       |   21 ++++++++++++---------
 7 files changed, 54 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/849f5a7630d0a0da3be4a8e74206c9674447c809

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

commit 96d4b0abded6df5a5fcd527c556094576bd8f5fc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 17 14:27:20 2011 -0500

    Simplify some logic and stream handling.

 ansel/lib/View/Upload.php |   64 ++++++++++++++++++++------------------------
 1 files changed, 29 insertions(+), 35 deletions(-)

http://git.horde.org/horde-git/-/commit/96d4b0abded6df5a5fcd527c556094576bd8f5fc

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

commit 1e74759a311a275c4a8bf536bec415bd62c37df7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Nov 17 14:27:35 2011 -0500

    Run the queue task for generating thumbnails after each successful upload.
    
    This now seems to work only when using the Ajax uploader. When using the
    traditional uploader, the browser is directed back to the gallery before the
    task is finished running, and this kills the request....

 ansel/lib/View/Upload.php |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/1e74759a311a275c4a8bf536bec415bd62c37df7




More information about the commits mailing list