Version 19.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 == Improvements to Action Menus ==
12
13 * New Add menu: Use the "Add" menu to create new spaces, pages, add attachments and comments.
14
15 [[image:AddMenu.png]]
16
17 * Improved Wiki and Space menus: You may now access the document index straight from the wiki & space menus.
18
19 [[image:WikiMenu.png]] [[image:SpaceMenu.png]]
20
21 * New Page menu: Integrates the Watch, Copy, Rename and Delete actions.
22
23 * [[image:PageMenu.png]]
24
25 * The Edit, Export, More actions and Profile menus also benefited from a refresh.
26
27 == Added mechanism for inserting custom links in the header ==
28
29 * custom navigational links (unversal edit, paged navigation, index, author...)
30 * custom RSS feed links
31 * custom metadata links (DOAP, FOAF, generic RDF...)
32
33 Example
34 {{code}}$xwiki.linkx.use($xwiki.getURL('Blog.BlogRss', 'view', "xpage=plain&blog=${blogDoc.fullName}"),
35 {'rel' : 'alternate', 'type':'application/rss+xml', 'title': "$title"}){{/code}}
36
37 == Introduced cancelable events ==
38
39 This allows to cancel document saving, better security with script execution, and canceling an event that has errors on initialization.
40
41 == Better external search engine indexing support ==
42
43 Google search results didn't always point to canonical view of pages.
44
45 == Keep the content menu visible when scrolling down ==
46
47 [[image:ActionMenu.png||width="650"]]
48
49 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.
50
51 = Known issues =
52
53 = Backward Compatibility and Migration Notes =
54
55 == General Notes ==
56
57 {{warning}}
58 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,...//.
59 {{/warning}}
60
61 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above.
62
63 {{warning}}
64 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.
65 {{/warning}}
66
67 == Migration Notes ==
68
69 * 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.
70
71 === Removed deprecated flickr plugin ===
72
73 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.
74 It can still be found in contrib-retired. Here is the [[link>>http://svn.xwiki.org/svnroot/xwiki/contrib/retired/plugin-flickr/]].
75
76 == API Breakages ==
77
78 The following APIs were modified since XWiki Enterprise 2.4:
79
80 {{code language="none"}}
81 [ERROR] org.xwiki.rendering.transformation.MacroTransformationContext: Method 'public org.xwiki.rendering.internal.transformation.MacroTransformation getMacroTransformation()' has been removed
82 [ERROR] org.xwiki.rendering.transformation.MacroTransformationContext: Method 'public void setMacroTransformation(org.xwiki.rendering.internal.transformation.MacroTransformation)' has been removed
83 [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
84 [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
85 {{/code}}

Get Connected