Author: ajaquith
Date: Mon Feb 23 05:30:32 2009
New Revision: 746888
URL: http://svn.apache.org/viewvc?rev=746888&view=rev
Log:
Updated svn:ignore for the i18n directories (the _en files are generated at
build-time, and do not need to be in SVN).
Modified:
incubator/jspwiki/trunk/ChangeLog
incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/ (props changed)
incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/ (props
changed)
incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/templates/ (props
changed)
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=746888&r1=746887&r2=746888&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Mon Feb 23 05:30:32 2009
@@ -1,10 +1,32 @@
-2008-02-19 Harry Metske <[email protected]>
+2009-02-22 Andrew Jaquith <ajaquith AT apache DOT org>
+
+ * 3.0.0-svn-72
+
+ * Re-wrote TabbedSectionTab and TabTag so that they operate
+ across included or nested JSPs.
+
+ * Significant rework on the view-page JSP Wiki.jsp and
+ related tabs. The attachments tab now has its own JSP
+ (Attachments.jsp); Upload.jsp was deleted. InfoContent.jsp
+ was deleted and split into 2 sub-pages; PageInfoTab.jsp
+ (for wikipages) and AttachmentInfoTab (for attachments).
+ These last 2 names may change. Uploading, for now, is
+ disabled but will be restored in my next checkin, with
+ (get this) multi-file upload.
+
+ * Fixed omitted line in test properties files for rcs/vers
+ that was preventing GroupManager from starting.
+
+ * Moved contents of CommentActionBean into EditActionBean;
+ moderate nips/tucks on 5 ActionBean classes.
+
+2009-02-19 Harry Metske <[email protected]>
* 3.0.0-svn-71
* JSPWIKI-508 - Simplified Chinese translation updated, thanks to
David Gao
-2008-02-15 Harry Metske <[email protected]>
+2009-02-15 Harry Metske <[email protected]>
* 3.0.0-svn-70
Propchange: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 23 05:30:32 2009
@@ -0,0 +1 @@
+CoreResources_en.properties
Propchange: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 23 05:30:32 2009
@@ -0,0 +1 @@
+PluginResources_en.properties
Propchange: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/templates/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 23 05:30:32 2009
@@ -0,0 +1 @@
+default_en.properties
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=746888&r1=746887&r2=746888&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java Mon Feb 23
05:30:32 2009
@@ -77,7 +77,7 @@
* <p>
* If the build identifier is empty, it is not added.
*/
- public static final String BUILD = "71";
+ public static final String BUILD = "72";
/**
* This is the generic version string you should use