Addition of Imagestream module.
commit787ad0f91d1ff992c0905ee8fe0c43c171135819
authorvinnl <imnotb@gmail.com>
Sun, 27 Apr 2008 22:21:24 +0000 (28 00:21 +0200)
committervinnl <imnotb@gmail.com>
Sun, 27 Apr 2008 22:21:24 +0000 (28 00:21 +0200)
tree22e5ceff1ef96694df9b41cae037139add0199a6
parent08607a587d1e1a460a308b13169b878817cf7f35
Addition of Imagestream module.
 * [Admin] The link in the menu did not prepend the base URL - now it does.
 * [Branding] Installation script now included.
 * [Imagestream] Created. The Imagestream module can load images from off-site services using tags.
 * [Imagestream] Added support for 23 and Flickr, with the ability to add more in the future.
 * [Imagestream] Created installation script (still needs to preserve previous models).
 * [Imagestream] Images can be displayed in the main section, more to come.
project/modules/admin/controllers/ConfigController.php
project/modules/branding/Module.php
project/modules/branding/controllers/InstallController.php [new file with mode: 0644]
project/modules/imagestream/Module.php [new file with mode: 0644]
project/modules/imagestream/Tables.yml [new file with mode: 0644]
project/modules/imagestream/controllers/InstallController.php [new file with mode: 0644]
project/modules/imagestream/controllers/StreamController.php [new file with mode: 0644]
project/modules/imagestream/views/scripts/stream/add.phtml [new file with mode: 0644]
project/modules/imagestream/views/scripts/stream/main.phtml [new file with mode: 0644]