The branch "master" has been updated. The following is a summary of the commits.
from: 0e41c4c551c72f8abddbb9c0d3aa8b811f3ec113 da262e0 Add a square thumbnail generator bbe5a43 initial wireframe for ansel mobile view 291d53e Always request an Ansel_Storage object, we have a factory binder 9f63786 Add initial javascript_defs for mobile view 432bde6 typos 4133f92 send initial list of top level galleries f19cc7f Build initial gallery list ----------------------------------------------------------------------- commit da262e002b45fdb1e263dc5b124cc1b40764387e Author: Michael J. Rubinsky <[email protected]> Date: Sat Dec 25 00:44:25 2010 -0500 Add a square thumbnail generator ansel/lib/ImageGenerator.php | 5 --- ansel/lib/ImageGenerator/SquareThumb.php | 57 ++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 5 deletions(-) create mode 100644 ansel/lib/ImageGenerator/SquareThumb.php http://git.horde.org/horde-git/-/commit/da262e002b45fdb1e263dc5b124cc1b40764387e ----------------------------------------------------------------------- commit bbe5a43849e028bcbf0869aaed1098c7a451a2fe Author: Michael J. Rubinsky <[email protected]> Date: Sat Dec 25 00:45:33 2010 -0500 initial wireframe for ansel mobile view No real functionality here, just wireframe ansel/index.php | 7 ++++++ ansel/mobile.php | 32 +++++++++++++++++++++++++++ ansel/templates/mobile/galleries.html.php | 34 +++++++++++++++++++++++++++++ ansel/templates/mobile/head.html.php | 2 + ansel/templates/mobile/notice.html.php | 9 +++++++ 5 files changed, 84 insertions(+), 0 deletions(-) create mode 100644 ansel/mobile.php create mode 100644 ansel/templates/mobile/galleries.html.php create mode 100644 ansel/templates/mobile/head.html.php create mode 100644 ansel/templates/mobile/notice.html.php http://git.horde.org/horde-git/-/commit/bbe5a43849e028bcbf0869aaed1098c7a451a2fe ----------------------------------------------------------------------- commit 291d53e7e190a917673839e9ad4aa9756d6b421a Author: Michael J. Rubinsky <[email protected]> Date: Sat Dec 25 23:48:07 2010 -0500 Always request an Ansel_Storage object, we have a factory binder ansel/disclamer.php | 2 +- ansel/edit_dates.php | 8 +- ansel/faces/claim.php | 2 +- ansel/faces/custom.php | 4 +- ansel/faces/gallery.php | 2 +- ansel/faces/image.php | 2 +- ansel/faces/name.php | 4 +- ansel/faces/report.php | 2 +- ansel/gallery.php | 10 ++-- ansel/gallery/captions.php | 2 +- ansel/gallery/delete.php | 6 +- ansel/gallery/sort.php | 2 +- ansel/group.php | 4 +- ansel/image.php | 40 +++++++------- ansel/img/download.php | 4 +- ansel/img/ecard.php | 2 +- ansel/img/full.php | 4 +- ansel/img/index.php | 4 +- ansel/img/mini.php | 4 +- ansel/img/prettythumb.php | 4 +- ansel/img/screen.php | 4 +- ansel/img/thumb.php | 4 +- ansel/img/upload.php | 2 +- ansel/img/upload_preview.php | 2 +- ansel/lib/Ajax/Imple/EditCaption.php | 6 +- ansel/lib/Ajax/Imple/EditFaces.php | 10 ++-- ansel/lib/Ajax/Imple/EditGalleryFaces.php | 12 ++-- ansel/lib/Ajax/Imple/GallerySlugCheck.php | 2 +- ansel/lib/Ajax/Imple/ImageSaveGeotag.php | 6 +- ansel/lib/Ajax/Imple/LocationAutoCompleter.php | 6 +- ansel/lib/Ajax/Imple/TagActions.php | 6 +- ansel/lib/Ansel.php | 15 ++--- ansel/lib/Api.php | 59 ++++++++++---------- ansel/lib/Application.php | 17 ++++++ ansel/lib/Block/gallery.php | 6 +- ansel/lib/Block/my_galleries.php | 15 ++--- ansel/lib/Block/random_photo.php | 2 +- ansel/lib/Block/recent_comments.php | 8 +- ansel/lib/Block/recently_added.php | 12 ++-- ansel/lib/Block/recently_added_geodata.php | 4 +- ansel/lib/Faces/Base.php | 16 +++--- ansel/lib/Gallery.php | 18 +++--- ansel/lib/Gallery/Decorator/Date.php | 5 +- ansel/lib/GalleryMode/Date.php | 18 +++--- ansel/lib/GalleryMode/Normal.php | 18 ++---- ansel/lib/Image.php | 20 +++--- ansel/lib/ImageGenerator.php | 3 +- ansel/lib/ImageGenerator/PolaroidThumb.php | 2 +- ansel/lib/ImageGenerator/RoundedThumb.php | 2 +- ansel/lib/ImageGenerator/ShadowThumb.php | 2 +- ansel/lib/Injector/Factory/Storage.php | 18 ++++-- ansel/lib/Search/Tag.php | 4 +- ansel/lib/Storage.php | 2 +- ansel/lib/Tagger.php | 4 +- ansel/lib/Tile/Image.php | 2 +- ansel/lib/View/Base.php | 4 +- ansel/lib/View/EmbeddedRenderer/GalleryLink.php | 2 +- ansel/lib/View/EmbeddedRenderer/Mini.php | 4 +- ansel/lib/View/GalleryProperties.php | 16 +++--- ansel/lib/View/GalleryRenderer/Gallery.php | 4 +- ansel/lib/View/GalleryRenderer/GalleryLightbox.php | 4 +- ansel/lib/View/Image.php | 2 +- ansel/lib/View/List.php | 2 +- ansel/lib/View/Results.php | 4 +- ansel/lib/View/Upload.php | 2 +- ansel/lib/Widget/Geotag.php | 4 +- ansel/lib/Widget/OtherGalleries.php | 3 +- ansel/lib/Widget/SimilarPhotos.php | 4 +- ansel/map_edit.php | 6 +- ansel/perms.php | 9 +-- ansel/preview.php | 4 +- ansel/protect.php | 2 +- ansel/report.php | 2 +- ansel/rss.php | 23 +++---- ansel/scripts/all_images_exif_to_tags.php | 2 +- ansel/scripts/ansel.php | 10 ++-- ansel/scripts/recursive_import.php | 13 ++-- ansel/scripts/remote_import.php | 9 +-- ansel/templates/gallery/delete_confirmation.inc | 2 +- ansel/templates/group/owner.inc | 8 +-- ansel/xppublish.php | 12 ++-- 81 files changed, 303 insertions(+), 298 deletions(-) http://git.horde.org/horde-git/-/commit/291d53e7e190a917673839e9ad4aa9756d6b421a ----------------------------------------------------------------------- commit 9f63786e0870fb3000208c3dfdfac1df43b5a318 Author: Michael J. Rubinsky <[email protected]> Date: Sat Dec 25 23:48:52 2010 -0500 Add initial javascript_defs for mobile view ansel/templates/mobile/javascript_defs.php | 33 ++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 ansel/templates/mobile/javascript_defs.php http://git.horde.org/horde-git/-/commit/9f63786e0870fb3000208c3dfdfac1df43b5a318 ----------------------------------------------------------------------- commit 432bde616d6687175a736f9059762b753a3bb190 Author: Michael J. Rubinsky <[email protected]> Date: Sun Dec 26 00:14:54 2010 -0500 typos ansel/lib/Ansel.php | 2 +- ansel/templates/group/owner.inc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/432bde616d6687175a736f9059762b753a3bb190 ----------------------------------------------------------------------- commit 4133f92a595f8031f267ae4840b274d87608ad0f Author: Michael J. Rubinsky <[email protected]> Date: Sun Dec 26 00:17:45 2010 -0500 send initial list of top level galleries ansel/templates/mobile/javascript_defs.php | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/4133f92a595f8031f267ae4840b274d87608ad0f ----------------------------------------------------------------------- commit f19cc7f3f415a32b416b7f9971af70622dbed381 Author: Michael J. Rubinsky <[email protected]> Date: Sun Dec 26 00:40:42 2010 -0500 Build initial gallery list ansel/js/mobile.js | 73 ++++++++++++++++++++++++++++ ansel/lib/Ajax/Application.php | 24 +++++++++ ansel/lib/Application.php | 8 ++- ansel/templates/mobile/galleries.html.php | 19 +------- ansel/templates/mobile/javascript_defs.php | 2 +- 5 files changed, 105 insertions(+), 21 deletions(-) create mode 100644 ansel/js/mobile.js create mode 100644 ansel/lib/Ajax/Application.php http://git.horde.org/horde-git/-/commit/f19cc7f3f415a32b416b7f9971af70622dbed381 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
