Version 12.1 by Sorin Burjan on 2010/09/07

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 First milestone of the XWiki Enterprise 2.5 version ([[Roadmap>>enterprise:Main.Roadmap]]).
6
7 The highlights of this release are:
8
9 = New and Noteworthy (since XWiki Enterprise 2.4) =
10
11 === Added mechanism for inserting custom links in the header ===
12
13 This allows to:
14
15 * custom navigational links (unversal edit, paged navigation, index, author...)
16 * custom RSS feed links
17 * custom metadata links (DOAP, FOAF, generic RDF...)
18
19 Example
20 {{code}}$xwiki.linkx.use($xwiki.getURL('Blog.BlogRss', 'view', "xpage=plain&blog=${blogDoc.fullName}"),
21 {'rel' : 'alternate', 'type':'application/rss+xml', 'title': "$title"}){{/code}}
22
23
24 === Introduced cancelable events ===
25
26 * cancel document saving
27 * cancel script execution for: security reasons (e.g. nested scripts) and errors in initialization
28
29 === Better external search engine indexing support ===
30
31 Google search results didn't always point to canonical view of pages.
32
33 === Keep the content menu visible when scrolling down ===
34
35 [[image:ActionMenu.png||width="650"]]
36
37 When scrolling down on a document, the content menu will follow, so the user will not have to scroll up on top of the page in order to access it.
38
39 = Known issues =
40
41 = Backward Compatibility and Migration Notes =
42
43 == General Notes ==
44
45 {{warning}}
46 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 //xwiki.store.migration.databases=db1,db2,...//.
47 {{/warning}}
48
49 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above.
50
51 {{warning}}
52 Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. 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.
53 {{/warning}}
54
55 == Migration Notes ==
56
57 === Removed deprecated flickr plugin ===
58
59 Removed the old flickr plugin because it was outdated and the API was broken. We will have a new one, re-written, in the future.
60 It can stil lbe found in contrib-retired. Here is the [[link>>http://svn.xwiki.org/svnroot/xwiki/contrib/retired/plugin-flickr/]].
61
62 * The main entry point for the search UI is now the Main.Search page that will use the configured search engine (Lucene by default). If you want to refer to Lucene or Database search explicitly you can use the ##Main.LuceneSearch## and ##Main.DatabaseSearch## pages. Note that nothing is broken here (##Main.WebSearch## page is still there and internally it includes the ##Main.DatabaseSearch## page), it's just the new clean way of targeting the search page.
63
64 == API Breakages ==
65
66 The following APIs were modified since XWiki Enterprise 2.3:
67
68 {{code language="none"}}
69 [ERROR] org.xwiki.rendering.transformation.MacroTransformationContext: Method 'public org.xwiki.rendering.internal.transformation.MacroTransformation getMacroTransformation()' has been removed
70 [ERROR] org.xwiki.rendering.transformation.MacroTransformationContext: Method 'public void setMacroTransformation(org.xwiki.rendering.internal.transformation.MacroTransformation)' has been removed
71 [ERROR] org.xwiki.rendering.transformation.Transformation: Method 'public void transform(org.xwiki.rendering.block.Block, org.xwiki.rendering.transformation.TransformationContext)' has been added to an interface
72 [ERROR] org.xwiki.rendering.transformation.TransformationManager: Method 'public void performTransformations(org.xwiki.rendering.block.Block, org.xwiki.rendering.transformation.TransformationContext)' has been added to an interface
73 {{/code}}

Get Connected