Changes for page ReleaseNotesXWiki10Beta5

Last modified by Thomas Mortagne on 2017/03/24

From version 1.17
edited by Vincent Massol
on 2007/03/31
Change comment: There is no comment for this version
To version 1.18
edited by Vincent Massol
on 2007/03/31
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,17 +6,24 @@
6 6  
7 7  1.1 Changes from 1.0 Beta 4
8 8  
9 -* [Lots of bugs fixed>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&fixfor=10190&sorter/field=issuekey&sorter/order=DESC]
10 -* New rename feature to rename pages and all backlinks leading the page to rename. There are some known limitations:
11 -** backlinks have to be turned on (they are turned on by default but if you have turned them off, rename will not rename backlinks and you'll have to turn them on again to benefit from this feature)
12 -** backlinks in objects attached to pages are not currently renamed
13 -** backlinks are saved when a page is saved thus it may happen with a clean XWiki database that backlinks are not saved. In this special case, you can call the following in a page to refresh all links (you'll need to be admin to do this):
9 +* [Lots of bugs fixed>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&fixfor=10181&sorter/field=issuekey&sorter/order=DESC]
10 +* Added support for parametrizing document resource bundles (See [internationalizing XWiki applications>DevGuide.InternationalizingApplications])
11 +* Upgrade to Velocity 1.5 Beta 2 and Velocity Tools 1.3 ([Velocity 1.5 Beta 2 release notes>http://wiki.apache.org/velocity/Velocity15ReleaseNotes])
12 +* Security: prevents instantiating random classes in Velocity
13 +* [Improved user profile sheet>http://jira.xwiki.org/jira/browse/XWIKI-914]
14 +* Add Calendar interface to edit and delete events
15 +* Charting plugin is functional again
16 +* Made Calendar and User profiles use [Microformats>http://microformats.org/wiki/Main_Page] (hCard and hCalendar)
17 +* Allow putting Velocity code in CSS and Javascript skin files
18 +* [Improved Calendar plugin>http://jira.xwiki.org/jira/browse/XWIKI-911]
19 +* Store the panel state (expanded/collapsed) for each user
20 +* Experimental: Backend implementation for rename (renames the document + all backlinks). There's no GUI yet (planned for Beta 6). To try it out, you can call the following in Velocity:
21 +
14 14  {code}
15 -$xwiki.refreshLinks()
23 +\$xwiki\.getDocument\("Space1.MyPageToRename").renameDocument("Space2.MyNewName")
16 16  {code}
17 -* TODO
18 18  
19 -See the [full list of changes>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10190&styleName=Html&projectId=10010&Create=Create].
26 +See the [full list of changes>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10181&styleName=Html&projectId=10010&Create=Create].
20 20  
21 21  1.1 Known issues
22 22  
... ... @@ -23,7 +23,7 @@
23 23  * [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]
24 24  * If you follow the procedure for [Installing the XWiki WAR manually|AdminGuide.Installation] and XAR importing, Administration -> Preferences screen will contain just labels without editable fields, due to [XAR import bug>http://jira.xwiki.org/jira/browse/XWIKI-883]. To solve it, open object editor for XWikiPreferences (e.g. http://localhost:8080/xwiki/bin/edit/XWiki/XWikiPreferences?editor=object) and assign XWikiPreferences class. Default values could be copied from standalone installation.
25 25  
26 -1.1 Migrating from versions prior or equal to XWiki 1.0 Beta 4
33 +1.1 Migrating from any previous version
27 27  
28 28  This is only for users using a custom ~~web.xml~~ file. We have changed slightly the way to configure XWiki. Namely we have changed the way XWiki is initialized. Before we were initializing Velocity by using the ~~VelocityViewServlet~~ in ~~web.xml~~. This has been removed and we've added a ~~InitializationServletContextListener~~ class to perform all required XWiki initializations (right now we're only initializing Velocity). Thus you'll need to do the following starting from 1.0 beta 5 onwards:
29 29  
... ... @@ -61,7 +61,7 @@
61 61  
62 62  Make sure you check the additional migration notes for the specific version you're migrating from below.
63 63  
64 -1.1 Migration from 1.0 Beta 2, Beta 3, Beta 4 or Beta 5
71 +1.1 Migration from 1.0 Beta 2, Beta 3 or Beta 4
65 65  
66 66  * Start by making a backup of your current database.
67 67  * Plug your new XWiki install to point to your database.

Get Connected