Last modified by Thomas Mortagne on 2017/03/24

<
From version < 26.1 >
edited by Guillaume Delhumeau
on 2013/07/31
To version < 28.1 >
edited by Vincent Massol
on 2013/08/01
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gdelhumeau
1 +XWiki.VincentMassol
Content
... ... @@ -51,6 +51,10 @@
51 51  
52 52  ##xwiki-commons-tool-verification-resources## module is now also an Eclipse cs extension which mean you can just drop its jar in Eclipse ##plugins/## folder and you will get the XWiki checkstyle configuration listed in the standard configurations.
53 53  
54 +== New XWikiDocument API to remove an attachment ==
55 +
56 +##XWikiDocument#deleteAttachment## methods have been deprecated in favor of the combination of ##XWikiDocument#removeAttachment## and ##XWiki#saveDocument##. This make attachment deletion follow the same behavior as xobject and among other things allow doing all sort of modifications to a XWikiDocument without touching the database until we decide to apply them by saving the document.
57 +
54 54  == Deprecated and Retired projects ==
55 55  
56 56  * Google plugin (##com.xpn.xwiki.plugin.google.GooglePlugin##) has been retired, you can find it on https://github.com/xwiki-contrib/retired/tree/master/xwiki-platform-google-plugin
... ... @@ -64,6 +64,7 @@
64 64  * JGroups 3.3.4
65 65  * Maven 3.1.0
66 66  * Aether 0.9.0.M2 (moved from ##org.sonatype.aether## to ##org.eclipse.aether##)
71 +* CSSParser 0.9.9
67 67  
68 68  == Miscellaneous ==
69 69  

Get Connected