Wiki source code of ReleaseNotesXWikiEnterprise13

Last modified by Thomas Mortagne on 2020/01/28

Show last authors
1 #startfloatingbox()
2 *Contents*
3 #toc ("2" "3" "")
4 #endfloatingbox()
5
6 1 Release Notes for XWiki Enterprise 1.3
7
8 This release spanned 2 full months starting on the 10th of January 2008 and ending on the 7th of March 2008. During that period we implemented over 200 issues, fixing close to 100 bugs and adding new features such as:
9 * Ability to export pages as HTML in a zip file
10 * Ability to export the current page in a XAR
11 * Better Oracle support
12 * New Toucan skin
13 * Complete rewrite of the LDAP authentication support including the support for LDAP groups
14 * Diff emails sent by the Watchlist feature + ability to customize the email sent
15 * Improved translation (German, French, Spanish) + new transaltions (Slovak)
16
17 1.1 Changes since XWiki Enterprise 1.3 RC 1
18
19 * Core changes:
20 ** Bugs
21 *** XWIKI-1850 - No security against recursive includes
22 *** XWIKI-2047 - DB2 Hibernate Mapping for 1.2
23 *** XWIKI-2163 - XWiki.parseGroovyFromPage() doesn't work when passing the a page containing JARs to be put in the Groovy classloader
24 *** XWIKI-2164 - Cannot log out
25 *** XWIKI-2171 - When user is not in the bind_DN/bind_pass search for DN from user uid fail
26 ** Improvements
27 *** XWIKI-2157 - Add Slovak translation
28 *** XWIKI-2170 - Allow inactive users to see specific pages
29 * Albatross Skin:
30 ** Bugs
31 *** XSALBATROSS-18 - Parse error when serving skin.js through SkinAction
32 * Toucan Skin:
33 ** Bugs
34 *** XSTOUCAN-11 - RSS macro isn't styled correctly in Toucan
35 *** XSTOUCAN-12 - In inline edit mode all the input fields are stretched to the full content width
36 *** XSTOUCAN-13 - Numbered lists do not appear as numbered
37 *** XSTOUCAN-17 - Bulletted lists do not show bullets in the WYSIWYG editor
38 ** Improvements
39 *** XSTOUCAN-14 - In admin mode allow clicking anywhere on a tab to select it
40 *** XSTOUCAN-15 - Increase size of info box displayed by the \#xwikimessageboxstart macro
41 *** XSTOUCAN-16 - Remove borders for tables using the memberstable class id
42 * Watchlist plugin
43 ** Bugs
44 *** XPWATCHLIST-20 - Exception on Scheduler.WebHome about "isDocumentWatched"
45
46 1.1 Changes since XWiki Enterprise 1.2
47
48 See the release notes for:
49 * [Release Notes for XWiki Enterprise 1.3 Release Candidate 1>ReleaseNotes.ReleaseNotesXWikiEnterprise13RC1]
50 * [Release Notes for XWiki Enterprise 1.3 Milestone 2>ReleaseNotes.ReleaseNotesXWikiEnterprise13M2]
51 * [Release Notes for XWiki Enterprise 1.3 Milestone 1>ReleaseNotes.ReleaseNotesXWikiEnterprise13M1]
52
53 1.1 Known issues
54
55 * [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]
56
57 1.1 Common Migration notes
58
59 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.
60
61 #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>.")
62
63 You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above.
64
65 #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.")
66
67 #info("Make sure you import the new [Panels Application XAR 1.4>extensions:Extension.Panels Application] since it's required by the new Albatross and Toucan skin versions.")

Get Connected