Photos application files added
authorLaury GvR <laury@gaslightmedia.com>
Mon, 21 Jul 2014 13:12:07 +0000 (09:12 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 21 Jul 2014 13:12:07 +0000 (09:12 -0400)
commita7278f34af2d709d5d4631eac7f8b067ae8a2ee8
treec9464a8079de154d1a112b9e94cab69ed255514c
parent7bd6da0aae07224504d81d9432128a5ecad636c3
Photos application files added

Photos application files added
55 files changed:
Toolkit/Photos/Admin/FileUploader.php [new file with mode: 0644]
Toolkit/Photos/Admin/PageTree.php [new file with mode: 0644]
Toolkit/Photos/Auth.php [new file with mode: 0644]
Toolkit/Photos/AuthContainer.php [new file with mode: 0644]
Toolkit/Photos/Controllers/IndexController.php [new file with mode: 0644]
Toolkit/Photos/Database/addSlideShow.sql [new file with mode: 0644]
Toolkit/Photos/Database/application.sql [new file with mode: 0644]
Toolkit/Photos/Database/removeApplication.sql [new file with mode: 0644]
Toolkit/Photos/Database/resetSequences.sql [new file with mode: 0644]
Toolkit/Photos/Database/tables/photo.sql [new file with mode: 0755]
Toolkit/Photos/Database/tables/photo2category.sql [new file with mode: 0644]
Toolkit/Photos/Database/tables/photo_category.sql [new file with mode: 0755]
Toolkit/Photos/Database/tables/photo_category_bus.sql [new file with mode: 0755]
Toolkit/Photos/Database/tables/photo_default.sql [new file with mode: 0755]
Toolkit/Photos/Database/updatePhotos.sql [new file with mode: 0644]
Toolkit/Photos/Database/upgradeApp.sql [new file with mode: 0644]
Toolkit/Photos/Display.php [new file with mode: 0644]
Toolkit/Photos/Exception.php [new file with mode: 0644]
Toolkit/Photos/Factory.php [new file with mode: 0644]
Toolkit/Photos/Gallery.php [new file with mode: 0644]
Toolkit/Photos/GalleryCategoryFilter.php [new file with mode: 0644]
Toolkit/Photos/Models/Category.php [new file with mode: 0644]
Toolkit/Photos/Models/MediaMapper.php [new file with mode: 0644]
Toolkit/Photos/Models/Page2Category.php [new file with mode: 0644]
Toolkit/Photos/Models/Photo.php [new file with mode: 0644]
Toolkit/Photos/Models/Photo2Category.php [new file with mode: 0644]
Toolkit/Photos/Models/User.php [new file with mode: 0644]
Toolkit/Photos/Photo.php [new file with mode: 0644]
Toolkit/Photos/SlideShowCategoryFilter.php [new file with mode: 0644]
Toolkit/Photos/application.ini [new file with mode: 0644]
Toolkit/Photos/assets/.keepme [new file with mode: 0644]
Toolkit/Photos/css/gallery.css [new file with mode: 0755]
Toolkit/Photos/css/style.css [new file with mode: 0644]
Toolkit/Photos/css/thickbox.css [new file with mode: 0755]
Toolkit/Photos/js/jquery.columnview.js [new file with mode: 0755]
Toolkit/Photos/js/photoGallery.js [new file with mode: 0644]
Toolkit/Photos/login.php [new file with mode: 0644]
Toolkit/Photos/photoProxy.php [new file with mode: 0644]
Toolkit/Photos/photoSearch.php [new file with mode: 0644]
Toolkit/Photos/setupNewPhotos.php [new file with mode: 0644]
Toolkit/Photos/templates/Admin/editCategory.html [new file with mode: 0644]
Toolkit/Photos/templates/Admin/editPhoto.html [new file with mode: 0644]
Toolkit/Photos/templates/Admin/editUser.html [new file with mode: 0644]
Toolkit/Photos/templates/Admin/emailUser.tpl [new file with mode: 0644]
Toolkit/Photos/templates/Admin/index.html [new file with mode: 0644]
Toolkit/Photos/templates/Admin/listCategories.html [new file with mode: 0644]
Toolkit/Photos/templates/Admin/listPhotos.html [new file with mode: 0644]
Toolkit/Photos/templates/Admin/listUsers.html [new file with mode: 0644]
Toolkit/Photos/templates/Admin/nav.html [new file with mode: 0644]
Toolkit/Photos/templates/Admin/searchForm.html [new file with mode: 0644]
Toolkit/Photos/templates/Admin/userNav.html [new file with mode: 0644]
Toolkit/Photos/templates/photoCats.html [new file with mode: 0755]
Toolkit/Photos/templates/photoGalleryWrapper.html [new file with mode: 0644]
Toolkit/Photos/templates/photos.html [new file with mode: 0755]
admin/photos.php [new file with mode: 0644]