Started on the Planet module.
commit9f32707ead42360d450c0d6273e6ea549df58e1e
authorvinnl <imnotb@gmail.com>
Tue, 29 Apr 2008 11:26:14 +0000 (29 13:26 +0200)
committervinnl <imnotb@gmail.com>
Tue, 29 Apr 2008 11:40:15 +0000 (29 13:40 +0200)
treeae5bf605147ac1364560d5037dd418b26b9336d2
parent5d64981efc10d201ba9d19d75dce939fbbc7fb03
Started on the Planet module.
 * [Planet] You can now create new planets.
 * [Planet] You can now add feeds to planets.
 * [Page] Fixed a little bug on listing blocks that can be added (it could only list one per section).
project/modules/imagestream/controllers/StreamController.php
project/modules/page/controllers/IndexController.php
project/modules/planet/Module.php [new file with mode: 0644]
project/modules/planet/Tables.yml [new file with mode: 0644]
project/modules/planet/controllers/FeedController.php [copied from project/modules/imagestream/controllers/StreamController.php with 60% similarity]
project/modules/planet/controllers/InstallController.php [new file with mode: 0644]
project/modules/planet/controllers/PlanetController.php [copied from project/modules/imagestream/controllers/StreamController.php with 58% similarity]
project/modules/planet/views/scripts/feed/add.phtml [new file with mode: 0644]