Author: sdumitriu
Date: 2008-02-13 19:03:06 +0100 (Wed, 13 Feb 2008)
New Revision: 7657
Added:
xwiki-platform/web/trunk/standard/src/main/webapp/templates/watch.vm
Removed:
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/watch.vm
Log:
XWIKI-2114: Upgrade the default templates
XSALBATROSS-13: Move Albatross templates files to the XWiki Core templates
directory to share them with other skins
Deleted:
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/watch.vm
===================================================================
--- xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/watch.vm
2008-02-13 18:02:29 UTC (rev 7656)
+++ xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/watch.vm
2008-02-13 18:03:06 UTC (rev 7657)
@@ -1,10 +0,0 @@
-#set ($do=$request.do)
-#if ($do == "adddocument")
- $xwiki.watchlist.addDocument($doc.fullName)
-#elseif ($do == "removedocument")
- $xwiki.watchlist.removeDocument($doc.fullName)
-#elseif ($do == "addspace")
- $xwiki.watchlist.addSpace($doc.web)
-#elseif ($do == "removespace")
- $xwiki.watchlist.removeSpace($doc.web)
-#end
Copied: xwiki-platform/web/trunk/standard/src/main/webapp/templates/watch.vm
(from rev 7656,
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/watch.vm)
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/templates/watch.vm
(rev 0)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/watch.vm
2008-02-13 18:03:06 UTC (rev 7657)
@@ -0,0 +1,10 @@
+#set ($do=$request.do)
+#if ($do == "adddocument")
+ $xwiki.watchlist.addDocument($doc.fullName)
+#elseif ($do == "removedocument")
+ $xwiki.watchlist.removeDocument($doc.fullName)
+#elseif ($do == "addspace")
+ $xwiki.watchlist.addSpace($doc.web)
+#elseif ($do == "removespace")
+ $xwiki.watchlist.removeSpace($doc.web)
+#end
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications