Version 6.1 by Vincent Massol on 2008/07/04

Hide last authors
Jean-Vincent Drean 1.1 1 #startfloatingbox()
2 *Contents*
3 #toc ("2" "3" "")
4 #endfloatingbox()
5
6 1 Release Notes for XWiki Enterprise 1.5 Milestone 2
7
8 Last milestone of the XWiki Enterprise 1.5 version ([Roadmap>enterprise:Main.Roadmap]).
9
10 1.1 Summary of changes since XWiki Enterprise 1.5 Milestone 1
11
12 Main changes:
13
Jean-Vincent Drean 2.1 14 * \[Experimental\] New ability to set the wiki syntax used in a page (Confluence,MediaWiki,TWiki,JSPWiki,Creole), thanks to the new Rendering Engine
Jean-Vincent Drean 1.1 15 * Brand new Administration Application (see http://tinyurl.com/4qym7w)
16 * Universal Edit button support (see http://universaleditbutton.org/)
17 * An administrator can modify a user profile or password when visiting a user profile page
18 * The copy page feature is now available from the top menu (Actions > Copy)
Vincent Massol 3.1 19 * XWiki class property names are now translatable
20 * New renamePage method in the XML-RPC API
Jean-Vincent Drean 1.1 21 * New Croatian translation
22
23 + lots of other changes, see [Platform details>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10732&styleName=Text&projectId=10010&Create=Create].
24
Jean-Vincent Drean 4.1 25 1.1 Wiki migration from XWiki Enterprise 1.5M1
26
Vincent Massol 6.1 27 #error("You must ensure that your <tt>xwiki.cfg</tt> file has the following new property, as otherwise your wiki will work without cache and be horribly slow (note that we are fixing this for 1.5RC1 so that it's on by default even if not defined in your xwiki.cfg file):\\
Thomas Mortagne 5.1 28 {code}xwiki.cache.cachefactory.hint=oscache
29 xwiki.cache.cachefactory.local.hint=oscache/local{code}")
Vincent Massol 6.1 30
31 #error("In order to have the administration working you have to [import the default wiki XAR>Main.Download], here is the list of the documents that needs an update :")
Jean-Vincent Drean 4.1 32 * XWiki.AdminExportSheet (new)
33 * XWiki.AdminFieldsDisplaySheet (new)
34 * XWiki.AdminGeneralSheet (new)
35 * XWiki.AdminGroupsSheet (new)
36 * XWiki.AdminImportSheet (new)
37 * XWiki.AdminInlineSheet (new)
38 * XWiki.AdminPresentationSheet (new)
39 * XWiki.AdminProgrammingSheet (new)
40 * XWiki.AdminRegistrationSheet (new)
41 * XWiki.AdminRightsSheet (new)
42 * XWiki.AdminSheet (new)
43 * XWiki.AdminUsersSheet (new)
44 * XWiki.XWikiUserSheet (modified)
45 * XWiki.CategorySheet (modified)
46 * Panels.PanelWizard (modified)
47 * Panels.PanelLayoutUpdate (modified)
48 * Panels.QuickLinks (modified)
49 * Photos.Links (modified)
50 * Blog.Categories (modified)
51
52 You may also need to clear your browser cache since some javascript files (used by the import feature) have been modified, to do so, go to any page on you wiki and type :
53 * IE : CTRL + F5
54 * Firefox : CTRL + SHIFT + R
55
Thomas Mortagne 5.1 56
Jean-Vincent Drean 1.1 57 1.1 Known issues
58
59 * [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]
60
61 1.1 Common Migration notes
62
63 #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>.")
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
68

Get Connected