From 8b2c05afc0a9f8ad7490fd46bb1c8249d03c2fb8 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 19 Feb 2009 15:24:17 +0000 Subject: 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. --- core/controllers/scaffold.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/controllers/scaffold.php') diff --git a/core/controllers/scaffold.php b/core/controllers/scaffold.php index 8266ba8f..26ccc51f 100644 --- a/core/controllers/scaffold.php +++ b/core/controllers/scaffold.php @@ -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"); -- cgit v1.2.3