Changes for page XWiki Enterprise 2.1 Milestone 1
Last modified by Thomas Mortagne on 2023/10/13
From version 14.2
edited by Vincent Massol
on 2009/11/19
on 2009/11/19
Change comment:
There is no comment for this version
To version 15.1
edited by Jean-Vincent Drean
on 2009/11/19
on 2009/11/19
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.jvdrean - Content
-
... ... @@ -6,7 +6,7 @@ 6 6 7 7 This release is mostly a bugfix and stabilization release with one important new feature: re-design of the Action menus (see below). 8 8 9 -= =New and Noteworthy (since XWiki Enterprise 2.0.3) ==9 += New and Noteworthy (since XWiki Enterprise 2.0.3) = 10 10 11 11 * Re-design of the actions menus: 12 12 ** Split the top menu into 2: one for wiki and space level actions and one for page level actions((( ... ... @@ -33,13 +33,13 @@ 33 33 * Upgraded to Groovy 1.7 Beta 2 34 34 * Lots of bugs fixes 35 35 36 -= =Known issues ==36 += Known issues = 37 37 38 38 * [[Bugs we know about>>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]] 39 39 40 -= =Backward Compatibility and Migration Notes ==40 += Backward Compatibility and Migration Notes = 41 41 42 -== =General Notes ===42 +== General Notes == 43 43 44 44 {{warning}}If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases=all// to your //xwiki.cfg// file or explicitly name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...//.{{/warning}} 45 45 ... ... @@ -46,3 +46,13 @@ 46 46 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from improvements listed above. 47 47 48 48 {{warning}}Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. Of note, you should add //xwiki.store.migration=1// so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.{{/warning}} 49 + 50 +== API Breakages == 51 + 52 +The following APIs were modified since XWiki Enterprise 1.9: 53 + 54 +=== Rendering api === 55 + 56 +{{code}} 57 +[ERROR] org.xwiki.rendering.parser.xwiki10.FilterContext: Method 'public java.lang.String addProtectedContent(java.lang.String)' has been removed 58 +{{/code}}