Author: jalkanen
Date: Sun Apr 20 13:15:33 2008
New Revision: 649972
URL: http://svn.apache.org/viewvc?rev=649972&view=rev
Log: (empty)
Modified:
incubator/jspwiki/trunk/ChangeLog
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
Modified: incubator/jspwiki/trunk/ChangeLog
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=649972&r1=649971&r2=649972&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Sun Apr 20 13:15:33 2008
@@ -1,5 +1,20 @@
2008-04-20 Janne Jalkanen <[EMAIL PROTECTED]>
+ * 2.7.0-svn-16
+
+ * Moved the rest of the PluginResources class into etc/i18n, as
+ their old place was confusing people.
+
+ * [JSPWIKI-243], [JSPWIKI-244], [JSPWIKI-242], [JSPWIKI-241] Fixed
+ a number of issues with plugins not using the proper date/time from
+ the locale/preferences.
+
+ * [JSPWIKI-245] Removed PluginResources / common.dateformat, and
+ created three new time/date format resources in CoreResources:
+ * common.dateformat
+ * common.timeformat
+ * common.datetimeformat
+
* 2.7.0-svn-15
* [JSPWIKI-5] FileSystemProvider now properly mangles names of pages
which
Modified: incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java?rev=649972&r1=649971&r2=649972&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java Sun Apr 20
13:15:33 2008
@@ -77,7 +77,7 @@
* <p>
* If the build identifier is empty, it is not added.
*/
- public static final String BUILD = "15";
+ public static final String BUILD = "16";
/**
* This is the generic version string you should use