The branch "master" has been updated. The following is a summary of the commits.
from: 6a392969738c50f1b5600988a9f161c066cd0c0e ebbfa4e more work towards mobile ansel view: 594a5cd Start cleaning up the "prettythumb" vs "thumb" stuff in Ansel. a704948 Fix fetching known style hashes. 18a26b2 Fix deleting cached images 21c5bec need to ensureHash() when creating a new stack too 11d1fc7 'photo_stack' no longer exists, just check the gallery's features. 8a51711 no more app specific common-header.inc bba2def fix output of css files in embedded renderer. 70324a4 catch error when searching ----------------------------------------------------------------------- commit ebbfa4e761a38252e2a5d00826f2a5abeb8e78df Author: Michael J. Rubinsky <[email protected]> Date: Wed Dec 29 21:42:31 2010 -0500 more work towards mobile ansel view: implement ajax method for obtaining a gallery, start building up click handler, use SquareThumbs ansel/js/mobile.js | 29 +++++++++++++++++++- ansel/lib/Ajax/Application.php | 29 ++++++++++++++++++++- ansel/lib/Gallery.php | 39 ++++++++++++++++++++++++++++ ansel/lib/ImageGenerator/Mini.php | 20 +++----------- ansel/lib/ImageGenerator/SquareThumb.php | 6 ++-- ansel/templates/mobile/javascript_defs.php | 8 +----- 6 files changed, 102 insertions(+), 29 deletions(-) http://git.horde.org/horde-git/-/commit/ebbfa4e761a38252e2a5d00826f2a5abeb8e78df ----------------------------------------------------------------------- commit 594a5cdffcdc9e6fae79938f97a8d7cc4c5fd265 Author: Michael J. Rubinsky <[email protected]> Date: Thu Dec 30 12:23:34 2010 -0500 Start cleaning up the "prettythumb" vs "thumb" stuff in Ansel. Now that styles have been refactored, we no longer need to differentiate between a thumb and prettythumb thumbnail type, the style information does that for us. Simplifies the calls to all methods needing an image type as well as allows us to get rid of the extra prettythumb.php image generation script. Now, supported image types are "full", "screen", "thumb", and "mini". The style object specifies what image generator to use, if supported. ansel/img/prettythumb.php | 46 ------------------------------ ansel/img/thumb.php | 22 ++++++++++---- ansel/lib/Ansel.php | 35 ++++++++--------------- ansel/lib/Block/random_photo.php | 2 +- ansel/lib/Gallery.php | 2 +- ansel/lib/Image.php | 19 ++++++++++-- ansel/lib/Tile/DateGallery.php | 2 +- ansel/lib/Tile/Gallery.php | 2 +- ansel/lib/Tile/Image.php | 2 +- ansel/lib/View/EmbeddedRenderer/Mini.php | 2 +- ansel/lib/View/GalleryProperties.php | 2 +- ansel/preview.php | 2 +- 12 files changed, 51 insertions(+), 87 deletions(-) delete mode 100644 ansel/img/prettythumb.php http://git.horde.org/horde-git/-/commit/594a5cdffcdc9e6fae79938f97a8d7cc4c5fd265 ----------------------------------------------------------------------- commit a704948afcf726becf5f8b51689514ee1aadddd0 Author: Michael J. Rubinsky <[email protected]> Date: Thu Dec 30 14:14:16 2010 -0500 Fix fetching known style hashes. Temp fix until we move to Horde_Db ansel/lib/Storage.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/a704948afcf726becf5f8b51689514ee1aadddd0 ----------------------------------------------------------------------- commit 18a26b2cd852691e97feea60f81b3aacbc4a25b6 Author: Michael J. Rubinsky <[email protected]> Date: Thu Dec 30 14:16:26 2010 -0500 Fix deleting cached images ansel/lib/Gallery.php | 8 +++--- ansel/lib/Image.php | 63 +++++++++++++++++++++++++++++------------------- 2 files changed, 42 insertions(+), 29 deletions(-) http://git.horde.org/horde-git/-/commit/18a26b2cd852691e97feea60f81b3aacbc4a25b6 ----------------------------------------------------------------------- commit 21c5becc8c0cc0060326b8872984709993672c04 Author: Michael J. Rubinsky <[email protected]> Date: Thu Dec 30 14:38:14 2010 -0500 need to ensureHash() when creating a new stack too ansel/lib/Gallery.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/21c5becc8c0cc0060326b8872984709993672c04 ----------------------------------------------------------------------- commit 11d1fc7d12020b6c5027028e6e044ecd325583f7 Author: Michael J. Rubinsky <[email protected]> Date: Thu Dec 30 14:38:41 2010 -0500 'photo_stack' no longer exists, just check the gallery's features. ansel/lib/Widget/Actions.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/11d1fc7d12020b6c5027028e6e044ecd325583f7 ----------------------------------------------------------------------- commit 8a5171185698be4546bef990f3852d0b6162d56f Author: Michael J. Rubinsky <[email protected]> Date: Thu Dec 30 14:46:24 2010 -0500 no more app specific common-header.inc ansel/map_edit.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/8a5171185698be4546bef990f3852d0b6162d56f ----------------------------------------------------------------------- commit bba2defe71cf2e1417ea25d03a0cd3c05123dc29 Author: Michael J. Rubinsky <[email protected]> Date: Thu Dec 30 15:26:32 2010 -0500 fix output of css files in embedded renderer. Still doesn't output full urls, but the css tag is actually written now. ansel/lib/View/EmbeddedRenderer/Mini.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/bba2defe71cf2e1417ea25d03a0cd3c05123dc29 ----------------------------------------------------------------------- commit 70324a46b872142bec16459cc62cbff960da8de5 Author: Michael J. Rubinsky <[email protected]> Date: Thu Dec 30 15:37:06 2010 -0500 catch error when searching ansel/lib/Search/Tag.php | 9 +++++---- ansel/lib/View/Results.php | 7 ++++++- ansel/xppublish.php | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/70324a46b872142bec16459cc62cbff960da8de5 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
