Author: ajaquith
Date: Fri Jan 22 04:00:31 2010
New Revision: 901981
URL: http://svn.apache.org/viewvc?rev=901981&view=rev
Log:
All top-level JSPs have now been converted to Stripes ActionBeans. No scriptlet
code remains. Some scriptlets remain in the template JSPs, but that is ok.
ViewTemplate.jsp and EditTemplate.jsp are removed.
Removed:
incubator/jspwiki/trunk/src/WebContent/templates/default/EditTemplate.jsp
incubator/jspwiki/trunk/src/WebContent/templates/default/ViewTemplate.jsp
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=901981&r1=901980&r2=901981&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Fri Jan 22 04:00:31 2010
@@ -1,3 +1,22 @@
+2010-01-21 Andrew Jaquith <ajaquith AT apache DOT org>
+
+ * 3.0.0-svn-200
+
+ * WikiServletFilter's sole remaining function (checking for
+ cookie and container authentication) was moved into
+ WikiInterceptor and WikiContextFactory. WikiServletFilter
+ was removed.
+
+ * Moved ErrorActionBean functions into MessageActionBean.
+
+ * The admin/Admin.jsp JSP receives the Stripes treatment, but
+ badly. It doesn't work and will need to be fixed.
+
+ * All top-level JSPs have now been converted to Stripes
+ ActionBeans. No scriptlet code remains. Some scriptlets
+ remain in the template JSPs, but that is ok. ViewTemplate.jsp
+ and EditTemplate.jsp are removed.
+
2010-01-17 Andrew Jaquith <ajaquith AT apache DOT org>
* 3.0.0-svn-199
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=901981&r1=901980&r2=901981&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java Fri Jan 22
04:00:31 2010
@@ -77,7 +77,7 @@
* <p>
* If the build identifier is empty, it is not added.
*/
- public static final String BUILD = "198";
+ public static final String BUILD = "200";
/**
* This is the generic version string you should use