You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2009/11/27 21:34:33 UTC

svn commit: r884994 - in /incubator/jspwiki/trunk: ChangeLog src/java/org/apache/wiki/Release.java

Author: ajaquith
Date: Fri Nov 27 20:34:32 2009
New Revision: 884994

URL: http://svn.apache.org/viewvc?rev=884994&view=rev
Log:
3.0.0-svn-185

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java

Modified: incubator/jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=884994&r1=884993&r2=884994&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Fri Nov 27 20:34:32 2009
@@ -1,10 +1,38 @@
+2009-11-27 Andrew Jaquith <ajaquith AT apache DOT org>
+
+        * 3.0.0-svn-185
+
+        * Significantly re-worked GroupActionBean and related JSPs.
+        Event handlers save and saveNew were combined. Message keys
+        were moved and/or renamed to make the *GroupContent.jsp pages
+        simpler.
+
+        * NewBlogEntry.jsp received the Stripes treatment; its logic
+        moved to EditActionBean.blog().
+        
+        * rss.jsp received the Stripes treatment; its logic moved
+        to RSSActionBean.rss(). ** not fully tested yet **.
+        SisterSites.jsp logic also moved to RSSActionBean.sisterSites().
+        
+        * Default template AJAXCategories.jsp logic moved to
+        ViewActionBean.ajaxCategories(). AJAXPreview.jsp logic moved
+        to EditActionBean.ajaxPreview(). Script files jspwiki-common.js
+        and jspwiki-edit.js were slightly tweaked.
+        ** not fully tested yet **
+        
+        * LineDelimitedTypeConverter was changed to handle linefeeds
+        and comma-delimited text strings equally. So far, only
+        EditGroup.jsp uses this feature.
+        
+        * The trunk is still more broken that it should be.
+
 2009-11-26 Janne Jalkanen <ja...@apache.org>
 
         * 3.0.0-svn-184
         
         * wiki:title was not properly copied upon rename operation.
         
-        * checkin() did not propery bump the version number when saving,
+        * checkin() did not properly bump the version number when saving,
         resulting in versions being in the history, but all with version 0.
         
 2009-11-26 Janne Jalkanen <ja...@apache.org>

Modified: incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java?rev=884994&r1=884993&r2=884994&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java Fri Nov 27 20:34:32 2009
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "184";
+    public static final String     BUILD         = "185";
 
     /**
      *  This is the generic version string you should use