Move Ansel's tag functionality to content tagger.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 31 Jul 2010 14:30:41 +0000 (10:30 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 31 Jul 2010 14:30:41 +0000 (10:30 -0400)
commit517d58fc1ec2409ce45e6d9f45069febd2fc611e
tree4ac2f331fe6d19adcf74faa9aa1a8d658bd487d3
parent969704e2f13dfbfe6f1ab2e2aeb7c054950fe104
Move Ansel's tag functionality to content tagger.

Need to run the (non-destructive) 2010-07-30_migrate_tags_to_content.php script to move
existing ansel tags to content.
22 files changed:
ansel/browse.php
ansel/lib/Ajax/Imple/EditGalleryFaces.php [new file with mode: 0644]
ansel/lib/Ajax/Imple/TagActions.php
ansel/lib/Ansel.php
ansel/lib/Application.php
ansel/lib/Block/cloud.php
ansel/lib/Gallery.php
ansel/lib/Image.php
ansel/lib/Search/Tag.php [new file with mode: 0644]
ansel/lib/Storage.php
ansel/lib/Tagger.php [new file with mode: 0644]
ansel/lib/Tags.php [deleted file]
ansel/lib/View/GalleryRenderer/Base.php
ansel/lib/View/Results.php
ansel/lib/Widget/ImageFaces.php
ansel/lib/Widget/SimilarPhotos.php
ansel/lib/Widget/Tags.php
ansel/rss.php
ansel/scripts/upgrades/2010-07-30_migrate_tags_to_content.php [new file with mode: 0644]
ansel/templates/view/results.inc
content/lib/Exception.php [new file with mode: 0644]
content/lib/Tagger.php