Return-Path: Delivered-To: apmail-incubator-jspwiki-commits-archive@minotaur.apache.org Received: (qmail 74447 invoked from network); 22 Jan 2010 04:00:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jan 2010 04:00:55 -0000 Received: (qmail 85828 invoked by uid 500); 22 Jan 2010 04:00:55 -0000 Delivered-To: apmail-incubator-jspwiki-commits-archive@incubator.apache.org Received: (qmail 85809 invoked by uid 500); 22 Jan 2010 04:00:55 -0000 Mailing-List: contact jspwiki-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-commits@incubator.apache.org Received: (qmail 85800 invoked by uid 99); 22 Jan 2010 04:00:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 04:00:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 04:00:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EC03523889D5; Fri, 22 Jan 2010 04:00:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r901981 - in /incubator/jspwiki/trunk: ChangeLog src/WebContent/templates/default/EditTemplate.jsp src/WebContent/templates/default/ViewTemplate.jsp src/java/org/apache/wiki/Release.java Date: Fri, 22 Jan 2010 04:00:31 -0000 To: jspwiki-commits@incubator.apache.org From: ajaquith@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100122040031.EC03523889D5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 + + * 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 * 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 @@ *

* 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