You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/06/20 23:56:27 UTC

svn commit: r415822 - /incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/ModelLoader.java

Author: snoopdave
Date: Tue Jun 20 14:56:27 2006
New Revision: 415822

URL: http://svn.apache.org/viewvc?rev=415822&view=rev
Log:
Consistent use of 'URL' in property names, introduced WeblogEntryPluginHelper and misc. tweaks needed for new feed templates

Modified:
    incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/ModelLoader.java

Modified: incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/ModelLoader.java
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/ModelLoader.java?rev=415822&r1=415821&r2=415822&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/ModelLoader.java (original)
+++ incubator/roller/branches/roller_3.0/src/org/apache/roller/ui/rendering/model/ModelLoader.java Tue Jun 20 14:56:27 2006
@@ -90,7 +90,8 @@
     /**
      * Load weblog entry plugin helpers.
      */
-    public static void loadPluginHelpers(WebsiteData weblog, Map map) {
+    public static void loadPluginHelpers(WebsiteData weblog, Map map) 
+        throws RollerException {
         WeblogEntryPluginsHelper plugins = new WeblogEntryPluginsHelper(weblog, map);
         map.put("plugins", plugins);
     }