Re: [xwiki-devs] [xwiki-notifications] r27315 - in platform/core/trunk/xwiki-core/src/main: java/com/xpn/xwiki/plugin/packaging resources
On 2/26/10 6:01 PM, jvelociter (SVN) wrote:
Author: jvelociter Date: 2010-02-26 18:01:09 +0100 (Fri, 26 Feb 2010) New Revision: 27315
Modified: platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/packaging/Package.java platform/core/trunk/xwiki-core/src/main/resources/ApplicationResources.properties Log: XWIKI-4937 Importing a new document with 'add new version to existing history' loses first version of the document
Fixed. Integration tests (w/ Selenium2) will follow shortly - too much http://tinyurl.com/ydyooyd in this module :)
Modified: platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/packaging/Package.java =================================================================== --- platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/packaging/Package.java 2010-02-26 16:44:31 UTC (rev 27314) +++ platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/packaging/Package.java 2010-02-26 17:01:09 UTC (rev 27315) @@ -618,24 +618,34 @@
[snip]
Modified: platform/core/trunk/xwiki-core/src/main/resources/ApplicationResources.properties =================================================================== --- platform/core/trunk/xwiki-core/src/main/resources/ApplicationResources.properties 2010-02-26 16:44:31 UTC (rev 27314) +++ platform/core/trunk/xwiki-core/src/main/resources/ApplicationResources.properties 2010-02-26 17:01:09 UTC (rev 27315) @@ -2266,7 +2266,7 @@ xe.rss.blog=Blog RSS feed: xe.rss.blog.description=this feed displays blog posts from this wiki. xe.rss.blog.feed=Blog RSS Feed -xe.rss.space.description=RSS feed for document changes on space '{0}' +xe.rss.space.description=RSS feed for document changes on space "{0}"
Oups, meant to commit that separately, it fixes a bug for XE-604
xe.rss.search.description=It is possible to subscribe to a search on a specific query term. To do this, got to the {0}, run a search on a keyword and then click on the RSS icon. xe.rss.tags.description=It is possible to subscribe to a feed for a specific tag or for all existing tags. To do this, got to the {0} and click on the RSS feed icon you wish to use. xe.rss.tags.feed=Tags RSS Feed
_______________________________________________ notifications mailing list notifications@xwiki.org http://lists.xwiki.org/mailman/listinfo/notifications
participants (1)
-
Jerome Velociter