adding RotatingImages
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 5 Feb 2010 19:57:59 +0000 (19:57 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 5 Feb 2010 19:57:59 +0000 (19:57 +0000)
commit570ad593305a8733ccfdb0b8256ae5735e02756b
treeff2e4e2a2b108d7da1c482c0b2ada204ae3995e1
parentee8c00ae9ebbad3dc6a8f216e7eaf6567acb4795
adding RotatingImages
39 files changed:
Toolkit/RotatingImages/ActiveImagesDataGrid.php [new file with mode: 0644]
Toolkit/RotatingImages/Anchor.php [new file with mode: 0644]
Toolkit/RotatingImages/AnchorDecorator.php [new file with mode: 0644]
Toolkit/RotatingImages/Database/application.sql [new file with mode: 0644]
Toolkit/RotatingImages/Database/procedures/insertAnchor.sql [new file with mode: 0644]
Toolkit/RotatingImages/Database/procedures/insertImage.sql [new file with mode: 0644]
Toolkit/RotatingImages/Database/tables/rotating_images.sql [new file with mode: 0644]
Toolkit/RotatingImages/Database/tables/rotating_images_transitions.sql [new file with mode: 0644]
Toolkit/RotatingImages/Decorator.php [new file with mode: 0644]
Toolkit/RotatingImages/EditImageForm.php [new file with mode: 0644]
Toolkit/RotatingImages/IDecoratorsIterator.php [new file with mode: 0644]
Toolkit/RotatingImages/IImagesDataGrid.php [new file with mode: 0644]
Toolkit/RotatingImages/Image.php [new file with mode: 0644]
Toolkit/RotatingImages/ImageDecorator.php [new file with mode: 0644]
Toolkit/RotatingImages/ImageThumbnailDecorator.php [new file with mode: 0644]
Toolkit/RotatingImages/ImagesDataGrid.php [new file with mode: 0644]
Toolkit/RotatingImages/InactiveImagesDataGrid.php [new file with mode: 0644]
Toolkit/RotatingImages/LiveDecorator.php [new file with mode: 0644]
Toolkit/RotatingImages/Node.php [new file with mode: 0644]
Toolkit/RotatingImages/NodesIterator.php [new file with mode: 0644]
Toolkit/RotatingImages/PreviewDecorator.php [new file with mode: 0644]
Toolkit/RotatingImages/TransitionPreview.php [new file with mode: 0644]
Toolkit/RotatingImages/TransitionSettingsForm.php [new file with mode: 0644]
Toolkit/RotatingImages/ajax.php [new file with mode: 0644]
Toolkit/RotatingImages/assets/.keepme [new file with mode: 0644]
Toolkit/RotatingImages/config.ini [new file with mode: 0644]
Toolkit/RotatingImages/libjs/fade.js [new file with mode: 0644]
Toolkit/RotatingImages/libjs/sortable.js [new file with mode: 0644]
Toolkit/RotatingImages/styles.css [new file with mode: 0644]
Toolkit/RotatingImages/templates/compiled/.cvsignore [new file with mode: 0644]
Toolkit/RotatingImages/templates/compiled/.keepme [new file with mode: 0644]
Toolkit/RotatingImages/templates/currentTables/Element.tpl [new file with mode: 0755]
Toolkit/RotatingImages/templates/currentTables/Form.tpl [new file with mode: 0755]
Toolkit/RotatingImages/templates/currentTables/Group.tpl [new file with mode: 0755]
Toolkit/RotatingImages/templates/currentTables/GroupElement.tpl [new file with mode: 0755]
Toolkit/RotatingImages/templates/currentTables/Header.tpl [new file with mode: 0755]
Toolkit/RotatingImages/templates/currentTables/RequiredNote.tpl [new file with mode: 0755]
Toolkit/RotatingImages/templates/imagesDataGrid.html [new file with mode: 0644]
Toolkit/RotatingImages/templates/instructions.html [new file with mode: 0644]