Wiki source code of ReleaseNotesXWikiEnterprise15
Last modified by Thomas Mortagne on 2017/03/24
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | #startfloatingbox() |
2 | *Contents* | ||
3 | #toc ("2" "3" "") | ||
4 | #endfloatingbox() | ||
5 | |||
6 | 1 Release Notes for XWiki Enterprise 1.5 | ||
7 | |||
8 | The focus for the 1.5 release was on improving the stability, performance and administration. | ||
9 | |||
![]() |
12.1 | 10 | #warning("Since XWiki Enterprise 1.5 the Administration is an application made of wiki pages. Our default distributions (installers, standalone, wiki) are including it. If you are upgrading your wiki from a previous installation you can download this application from <a href='http://code.xwiki.org/xwiki/bin/view/Applications/AdministrationApplication'>here</a> but our advice is to go through the usual upgrading process which involves using the default wiki XAR, as described <a href='#HCommonMigrationnotes'>there</a>.") |
![]() |
11.1 | 11 | |
![]() |
2.1 | 12 | 1.1 Changes since XWiki Enterprise 1.4 |
![]() |
1.1 | 13 | |
![]() |
11.1 | 14 | 1.1.1 1. Platform Improvements |
![]() |
1.1 | 15 | |
16 | * Mail sender plugin now supports SMTP authentication | ||
17 | * Better PDF export support | ||
18 | * New renamePage method in the XML-RPC API | ||
19 | * Automatic logging of deprecated method calls in Velocity | ||
20 | * Better language negotiation | ||
21 | * Don't display the login link on the login page | ||
22 | * \[Experimental\] New ability to set the wiki syntax used in a page (Confluence,MediaWiki,TWiki,JSPWiki,Creole), thanks to the new Rendering Engine | ||
23 | * XWiki class property names are now translatable | ||
24 | * Ability to change just one (or several) object properties | ||
25 | |||
![]() |
11.1 | 26 | 1.1.1 2. Administration Overhaul |
![]() |
1.1 | 27 | |
![]() |
8.1 | 28 | <style> |
29 | ul.star li img { | ||
30 | border: solid 2px #CCC; | ||
31 | } | ||
32 | </style> | ||
33 | |||
![]() |
4.1 | 34 | * Brand new Administration Application (see http://tinyurl.com/4qym7w) \\ {image:adminapp0.png|225|400} |
![]() |
9.1 | 35 | * Ability to use the Panel Wizard on spaces |
![]() |
1.1 | 36 | |
![]() |
11.1 | 37 | 1.1.1 3. Usability Improvements |
![]() |
1.1 | 38 | |
![]() |
13.1 | 39 | * Toucan header height as been reduced, leaving more screen estate to content. Please note that the size of the logo is now : 220x80px. |
![]() |
4.1 | 40 | * The copy page feature is now available from the top menu (Actions > Copy) \\ {image:copy.jpg} |
41 | * An administrator can modify a user profile or password when visiting a user profile page \\ {image:changepassword.jpg} | ||
42 | * Have "from" (second to last version) and "to" (last version) fields checked by default in the the document history \\ {image:history.jpg} | ||
![]() |
1.1 | 43 | * A message advising to install xwiki-enterprise-wiki is displayed in the importer when the wiki is empty |
44 | |||
![]() |
11.1 | 45 | 1.1.1 4. Translations |
![]() |
1.1 | 46 | |
47 | * New Croatian translation | ||
48 | * New Czech translation | ||
49 | * Updated French translation | ||
50 | * Updated Spanish translation | ||
51 | * Updated German translation | ||
52 | |||
![]() |
11.1 | 53 | 1.1.1 5. LDAP Improvements |
![]() |
1.1 | 54 | |
55 | * Add possibility to map one LDAP group with more that one XWiki group | ||
56 | * Add the ability to configure LDAP groups classes and members fields names | ||
57 | * LDAP authenticator re-save user page even there is no modification | ||
58 | * "userPassword" LDAP field is now configurable | ||
59 | * Makes the SSL provider implementation used to support LDAP communication over SSL configurable | ||
60 | * LDAP authentication print error message with empty "group_mapping" property | ||
61 | * LDAP authenticator no longer creates a local user if it exists at the global level | ||
62 | |||
![]() |
11.1 | 63 | 1.1.1 6. Important bugs fixed |
![]() |
1.1 | 64 | |
65 | * Arguments passed to radeox macros like \{image\} or \{attach\} are not rendered anymore | ||
66 | * UTF-8 characters are now all correctly rendered in PDF exports | ||
67 | * Statistics database mapping working well under oracle | ||
68 | |||
![]() |
11.1 | 69 | 1.1.1 7. Others |
![]() |
1.1 | 70 | |
71 | * Universal Edit button support (see http://universaleditbutton.org/) | ||
72 | |||
73 | 1.1 Known issues | ||
74 | |||
![]() |
15.1 | 75 | * [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] |
![]() |
1.1 | 76 | |
77 | 1.1 Common Migration notes | ||
78 | |||
79 | #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>.") | ||
80 | |||
81 | You may also want to import the [default wiki XAR>Main.Download] in order to benefit from improvements listed above. Make sure you read the [XWiki upgrade guide>platform:AdminGuide.Installation#HUpgradinganXWikiInstallation] before importing the new XAR since it can cause an overwrite of changes you made to some pages. | ||
82 | |||
83 | #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.") |