Wiki source code of ReleaseNotesXWikiEnterprise14RC1
Last modified by Thomas Mortagne on 2017/03/24
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | #startfloatingbox() | ||
2 | *Contents* | ||
3 | #toc ("2" "3" "") | ||
4 | #endfloatingbox() | ||
5 | |||
6 | 1 Release Notes for XWiki Enterprise 1.4 Release Candidate 1 | ||
7 | |||
8 | First release candidate of the XWiki Enterprise 1.4 version ([Roadmap>enterprise:Main.Roadmap]). | ||
9 | |||
10 | 1.1 Changes since XWiki Enterprise 1.4 Milestone 2 | ||
11 | |||
12 | 1.1.1 Main changes | ||
13 | |||
14 | * Import generate DELETE notifications | ||
15 | * Macros declared before a call to <code>doc.getRenderedContent()</code> in custom XWiki.XWikiSkins skin object are not taken into account | ||
16 | * Section editing is broken | ||
17 | * Activity statistics merge two days in one in graphics | ||
18 | * HTML export is broken | ||
19 | * Plugins should only be instantiated once | ||
20 | * WYSIWYG editor misinterprets velocity comments as a list | ||
21 | * Wysiwyg editor does not take its stylesheet from preferences | ||
22 | * Add correct Last-Modification header for filesystem skin files | ||
23 | * The indexing should be split in limited batches to reduce memory consumption | ||
24 | |||
25 | 1.1.1 Detailed changes | ||
26 | |||
27 | 1.1.1.1 Release Notes - XWiki Enterprise - Version 1.4 Release Candidate 1 | ||
28 | |||
29 | *Bugs* | ||
30 | * XE-234 - CopyDocument page has some problems | ||
31 | |||
32 | *New features* | ||
33 | * XE-238 - Write selenium test to verify the behaviour of the AllDocs tree | ||
34 | |||
35 | 1.1.1.1 Release Notes - XWiki Core - Version 1.4 Release Candidate 1 | ||
36 | |||
37 | *Bugs* | ||
38 | * XWIKI-2365 - Import generate DELETE notifications | ||
39 | * XWIKI-2340 - Macros declared before a call to <code>doc.getRenderedContent()</code> in custom XWiki.XWikiSkins skin object are not taken into account | ||
40 | * XWIKI-2342 - Section editing is broken | ||
41 | * XWIKI-2326 - Activity statistics merge two days in one in graphics | ||
42 | * XWIKI-2352 - HTML export is broken | ||
43 | * XWIKI-2098 - Make the way parseTemplate considers where to find a template consistent with the way SkinAction does that | ||
44 | * XWIKI-2353 - Plugins should only be instantiated once | ||
45 | * XWIKI-1713 - WYSIWYG editor misinterprets velocity comments as a list | ||
46 | * XWIKI-2351 - Wysiwyg editor does not take its stylesheet from preferences | ||
47 | * XWIKI-2348 - LDAP authentication print error message with empty "group_mapping" property | ||
48 | * XWIKI-2369 - Error when custom skin defined in wiki page has a macros.vm property | ||
49 | |||
50 | *Improvements* | ||
51 | * XWIKI-2360 - Add correct Last-Modification header for filesystem skin files | ||
52 | |||
53 | 1.1.1.1 Release Notes - XWiki Lucene Plugin - Version 1.2 | ||
54 | |||
55 | *Bugs* | ||
56 | * XPLUCENE-15 - At startup, an empty index should be created if there isn't one | ||
57 | * XPLUCENE-9 - The indexing should be split in limited batches to reduce memory consumption | ||
58 | |||
59 | 1.1 Known issues | ||
60 | |||
61 | * [Bugs we know about>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC] | ||
62 | |||
63 | 1.1 Common Migration notes | ||
64 | |||
65 | The database structure has been changed but we have set up an automatic migration system so you shouldn't have to touch your Database to upgrade to 1.4RC1. Thus you can simply install this version and configure it to point to your existing database. | ||
66 | |||
67 | #warning("If you're running in a multiwiki setup you'll also need to define the property <tt>xwiki.store.migration.databases=all</tt> to your <tt>xwiki.cfg</tt> file or explicitely name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...</tt>.") | ||
68 | |||
69 | You may also want to import the [default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
70 | |||
71 | #warning("Always make sure you compare your <tt>xwiki.cfg</tt> file with the newest version since some configuration parameters were added. Of note, you should add <tt>xwiki.store.migration=1</tt> so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.") |