1) Rename the module media_rss to rss

2) Protect the fullsize image with a permission check
3) Added a content:encoded element to each item which allows the image to show up in the body of the feed.
This commit is contained in:
Tim Almdal
2009-02-19 15:24:17 +00:00
parent 237656f6c8
commit 8b2c05afc0
8 changed files with 41 additions and 26 deletions
+1 -1
View File
@@ -480,7 +480,7 @@ class Scaffold_Controller extends Template_Controller {
$this->install("core", false);
module::load_modules();
foreach (array("core", "user", "comment", "info",
"media_rss", "search", "slideshow", "tag") as $module_name) {
"rss", "search", "slideshow", "tag") as $module_name) {
$this->install($module_name, false);
}
url::redirect("scaffold/dump_database");