Wiki source code of ReleaseNotesXWikiEnterprise13
Version 1.1 by Vincent Massol on 2008/03/07
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.3 | ||
7 | |||
8 | 1.1 Summary of changes since XWiki Enterprise 1.3 RC 1 | ||
9 | |||
10 | * Core changes: | ||
11 | ** Bugs | ||
12 | *** XWIKI-1850 - No security against recursive includes | ||
13 | *** XWIKI-2047 - DB2 Hibernate Mapping for 1.2 | ||
14 | *** XWIKI-2163 - XWiki.parseGroovyFromPage() doesn't work when passing the a page containing JARs to be put in the Groovy classloader | ||
15 | *** XWIKI-2164 - Cannot log out | ||
16 | *** XWIKI-2171 - When user is not in the bind_DN/bind_pass search for DN from user uid fail | ||
17 | ** Improvements | ||
18 | *** XWIKI-2157 - Add Slovak translation | ||
19 | *** XWIKI-2170 - Allow inactive users to see specific pages | ||
20 | * Albatross Skin: | ||
21 | ** Bugs | ||
22 | *** XSALBATROSS-18 - Parse error when serving skin.js through SkinAction | ||
23 | * Toucan Skin: | ||
24 | ** Bugs | ||
25 | *** XSTOUCAN-11 - RSS macro isn't styled correctly in Toucan | ||
26 | *** XSTOUCAN-12 - In inline edit mode all the input fields are stretched to the full content width | ||
27 | *** XSTOUCAN-13 - Numbered lists do not appear as numbered | ||
28 | *** XSTOUCAN-17 - Bulletted lists do not show bullets in the WYSIWYG editor | ||
29 | ** Improvements | ||
30 | *** XSTOUCAN-14 - In admin mode allow clicking anywhere on a tab to select it | ||
31 | *** XSTOUCAN-15 - Increase size of info box displayed by the #xwikimessageboxstart macro | ||
32 | *** XSTOUCAN-16 - Remove borders for tables using the memberstable class id | ||
33 | * Watchlist plugin | ||
34 | ** Bugs | ||
35 | *** XPWATCHLIST-20 - Exception on Scheduler.WebHome about "isDocumentWatched" | ||
36 | |||
37 | 1.1 Changes since XWiki Enterprise 1.2 | ||
38 | |||
39 | See the release notes for: | ||
40 | * [Release Notes for XWiki Enterprise 1.3 Release Candidate 1>Main.ReleaseNotesXWikiEnterprise13RC1] | ||
41 | * [Release Notes for XWiki Enterprise 1.3 Milestone 2>Main.ReleaseNotesXWikiEnterprise13M2] | ||
42 | * [Release Notes for XWiki Enterprise 1.3 Milestone 1>Main.ReleaseNotesXWikiEnterprise13M1] | ||
43 | |||
44 | 1.1 Known issues | ||
45 | |||
46 | * [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] | ||
47 | |||
48 | 1.1 Common Migration notes | ||
49 | |||
50 | 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.3. Thus you can simply install this version and configure it to point to your existing database. | ||
51 | |||
52 | #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>.") | ||
53 | |||
54 | You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
55 | |||
56 | #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.") | ||
57 | |||
58 | #info("Make sure you import the new [Panels Application XAR 1.4>code:Applications.PanelsApplication] since it's required by the new Albatross and Toucan skin versions.") |