Last modified by Thomas Mortagne on 2017/03/24

Hide last authors
Jean-Vincent Drean 4.1 1 #startfloatingbox()
2 *Contents*
3 #toc ("2" "3" "")
4 #endfloatingbox()
Jean-Vincent Drean 1.1 5
Jean-Vincent Drean 4.1 6 #macro(displayImg $img)
Vincent Massol 15.2 7 <a href="/xwiki/bin/download/ReleaseNotes/ReleaseNotesXWikiEnterprise18M2/${img}"><img src="/xwiki/bin/download/ReleaseNotes/ReleaseNotesXWikiEnterprise18M2/${img}" style="width:600px;border: 2px solid #CDCDCD;"/></a><br />
Jean-Vincent Drean 4.1 8 #end
9
10 1 Release Notes for XWiki Enterprise 1.8 Milestone 2
11
12 Second milestone of the XWiki Enterprise 1.8 version ([Roadmap>enterprise:Main.Roadmap]).
13
14 1.1 Summary of changes since XWiki Enterprise 1.8 Milestone 1
15
Vincent Massol 6.4 16 1.1.1 Main changes
Jean-Vincent Drean 4.1 17
Vincent Massol 13.3 18 * *New Wiki Dashboard* on the home page:
Vincent Massol 6.2 19 ** Spaces: all the spaces within your wiki (technical spaces are hidden):
20 *** Links to the list of pages within each spaces.
21 *** Links to the administration of each space.
22 *** Allows to create new spaces.
23 ** Tags: all the tags in the wiki under the form of a tag cloud.
Vincent Massol 13.3 24 ** Recent changes: all the recent modifications in the wiki, grouped by author and by date.\\\\#displayImg("dashboard.jpg")
Jean-Vincent Drean 13.1 25 * *New way of displaying tags*, with 2 new features:
26 ** Tag rename.
Vincent Massol 13.3 27 ** Tag delete.\\\\#displayImg("tags.jpg")
Vincent Massol 6.2 28 * *Page loading time reduced by 30%*. Statistics on Sandbox.WebHome, ~~without client-side file caching~~ (most of the downloaded files are cached on the client after the first request):\\{table}
Jean-Vincent Drean 4.1 29 - | XE 1.8M1 | XE 1.8M2
30 Requests number | 37 | 25
31 Total size | 332Ko | 200Ko
32 Download @ T1 (seconds) | 9.16 | 6.06
33 {table}
Vincent Massol 6.2 34 * *Improved information section in document footer*, including document children:\\\\#displayImg("footer.jpg")
Vincent Massol 12.2 35 * *Added [wiki syntax for embedded documents>platform:Main.XWikiSyntax#HEmbeddeddocuments28XWikisyntax20only29]*
36 * *Improved authentication performance for LDAP*. By default the authentication system now calls the authenticator only once by session, this means it does not call the LDAP authenticator and does not generate queries on the LDAP server for each request anymore. This can be changed using the <tt>xwiki.authentication.always</tt> configuration property in <tt>xwiki.cfg</tt>.
Jean-Vincent Drean 4.1 37
Vincent Massol 6.4 38 1.1.1 Important bug fixes
Jean-Vincent Drean 4.1 39
Vincent Massol 12.2 40 * Many bug fixes and improvements in the new GWT WYSIWYG editor
41 * Add support for Velocity and HTML as well as many bug fixes and improvements in the XWiki syntax converter to convert from 1.0 syntax to 2.0 syntax.
Thomas Mortagne 8.1 42
Thomas Mortagne 17.1 43 ## + lots of other changes, see [Platform details>https://jira.xwiki.org/secure/ReleaseNote.jspa?version=10895&styleName=Html&projectId=10010&Create=Create].
Jean-Vincent Drean 4.1 44
45 1.1 Known issues
46
Thomas Mortagne 17.1 47 * [Bugs we know about>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&pid=10222&resolution=-1&sorter/field=updated&sorter/order=DESC]
Jean-Vincent Drean 4.1 48
Vincent Massol 14.4 49 #warning("If you're on Mac and want to run XWiki Enterprise on the JDK 1.5 but have JDK 1.6 installed then the Groovy macro in the new rendering won't work fine and you'll get some exceptions. This is because of a Mac problem: When Java 1.6.0 is installed in OSX 10.5 it overwrites <tt>/System/Library/Java/Extensions/AppleScriptEngine.jar</tt> with a 1.6 specific one. When the <tt>ScriptEngineManager</tt> gets initialized if finds it and tries to use it. However it only works on JDK 1.6. Moving both <tt>AppleScriptEngine.jar</tt> and <tt>libAppleScriptEngine.jnilib</tt> somewhere else fixes the problem.")
Thomas Mortagne 11.1 50
JeromeVelociter 14.1 51 1.1 Migration Notes
Jean-Vincent Drean 4.1 52
JeromeVelociter 14.1 53 1.1.1 Data migration
54
Jean-Vincent Drean 4.1 55 #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 explicitly name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...</tt>.")
56
57 You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above.
58
59 #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.")
60
JeromeVelociter 14.1 61 1.1.1 Applications migration
Jean-Vincent Drean 4.1 62
Thomas Mortagne 17.1 63 XE 1.8M2 has introduced [conditional loading of JavaScript and StyleSheet files>https://jira.xwiki.org/browse/XWIKI-3177] in order for pages to load faster, sending to the browser only the files it needs to display the requested pages. This might break existing applications developed on top of XWiki that relied on such JavaScript and CSS files being present all the time. Concerned files and libraries are the following:
JeromeVelociter 14.3 64 * scriptaculous files
65 * accordions files
66 * chart wizard files
JeromeVelociter 14.1 67 * usersandgroups.js and usersandgroups.css
68 * livetable.js and livetable.css
69 * lightbox.js
70 * tablefilterNsort.js and table.css
71 * fullscreenEdit.js and fullscreenEdit.css
72
Vincent Massol 15.2 73 If you have applications that relies on one or several of these libraries, you will need to explicitly make them request the desired files using the [Skin Extension plugin>extensions:Extension.Skin Extension Plugin]. For example, if your application needs the live-table feature (the dynamic AJAX grid), add the following lines to the code page that requires it:
JeromeVelociter 14.1 74
75 {code}
76 $xwiki.jsfx.use('js/xwiki/table/livetable.js') ## Inject livetable.js <script> tag in the header
77 $xwiki.ssfx.use('js/xwiki/table/livetable.css') ## Inject livetable.css <link> tag in the header
78 {code}
79

Get Connected