Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,12 +8,6 @@ 8 8 9 9 1.1.1.1 Based on [XWiki Enterprise 1.4M1>ReleaseNotesXWikiEnterprise14M1] (was XWiki Enterprise 1.3) 10 10 11 -Some of the main new features and bug fixes for XEM: 12 -* Ability to export multiwiki pages as HTML in a zip file 13 -* New Toucan skin 14 -* Complete rewrite of the LDAP authentication support including the support for LDAP groups and possibility to have different LDAP configuration by wiki even enable/disable LDAP 15 -* [Watchlist>code:Plugins.WatchlistPlugin] feature now works in multiwiki 16 - 17 17 1.1.1.1 All [Wiki Manager>code:Applications.WikiManagerApplication] 1.2 Milestone 1 bug fixes and new features 18 18 19 19 1.1.1.1.1 Bug fixes ... ... @@ -22,6 +22,7 @@ 22 22 23 23 See Jira for full list of fixed bugs and new features: [Wiki Manager>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=10253&fixfor=10484&sorter/field=priority&sorter/order=ASC] 24 24 19 + 25 25 1.1 Known issues 26 26 27 27 * [Bugs we know about>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10180&status=1&sorter/field=issuekey&sorter/order=DESC] ... ... @@ -40,13 +40,4 @@ 40 40 41 41 1.1 Common Migration notes 42 42 43 -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. 44 - 45 -#warning("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>.") 46 - 47 -You may also want to [import the default XEM wiki XAR>Main.Download] in order to benefit from improvements listed above. 48 - 49 -#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.") 50 - 51 -#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.") 52 - 38 +See [XWiki Enterprise 1.4M1 Common Migration notes>ReleaseNotesXWikiEnterprise14M1#HCommonMigrationnotes]