Wiki source code of ReleaseNotesXWiki10Beta2

Last modified by Thomas Mortagne on 2017/03/24

Hide last authors
Vincent Massol 1.1 1 1 Release Notes for XWiki 1.0 beta 2
2
3 The 1.0 Beta 2 is mostly a bug fix release. It also contains some new improvements such as new macros.
4
5 1.1 Changes from 1.0 Beta 1
6
Thomas Mortagne 4.1 7 * [Lots of bugs>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&fixfor=10081&sorter/field=issuekey&sorter/order=DESC] fixed. Most of them are bugs related to the WYSIWYG editor and the new 1.0 skin.
Sergiu Dumitriu 1.5 8 * Simplified Edit menu with only a single menu entry. This is to make it simpler for new users. It's possible to switch between Simple and Advanced from the user profile page.
Vincent Massol 1.9 9 * New macros to display colored panels with a logo representing the severity:
10 {code}
Vincent Massol 2.1 11 #info("This is some useful information")
Vincent Massol 1.9 12 {code}
13 {code}
Vincent Massol 2.1 14 #warning("Careful not to break something")
Vincent Massol 1.9 15 {code}
16 {code}
Vincent Massol 2.1 17 #error("You did something terrible")
Vincent Massol 1.9 18 {code}
19 * New macro to display a floating box (aligned right by default). Two possible syntaxes:
20 {code}
Vincent Massol 2.1 21 #floatingbox("text here")
Vincent Massol 1.9 22 {code}
23 {code}
Vincent Massol 2.1 24 #startfloatingbox()
Vincent Massol 1.9 25 text here
Vincent Massol 2.1 26 #endfloatingbox()
Vincent Massol 1.9 27 {code}
Vincent Massol 1.2 28 * \_\_text\_\_ is now the notation for underline
29 * Lots of other minor improvements
Vincent Massol 1.1 30
Thomas Mortagne 4.1 31 See the [full list of changes>https://jira.xwiki.org/secure/ReleaseNote.jspa?version=10081&styleName=Html&projectId=10010&Create=Create].
Vincent Massol 1.1 32
Vincent Massol 1.8 33 1.1 Known issues
34
Thomas Mortagne 4.1 35 * [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]
Vincent Massol 1.8 36 * If you use \$xwiki.version with version 1.0 Beta 2 you'll get "0.9.1924". This is wrong and should be "1.0 Beta 2". We'll fix this for Beta 3...
37
Vincent Massol 1.3 38 1.1 Migration from 1.0 Beta 1
39
Vincent Massol 1.7 40 * Start by making a backup of your current database.
41 * Plug your new xwiki install to point to your database.
Sergiu Dumitriu 2.3 42 * In order to be able to let users switch from "simple" to "advanced" modes, you should import the new XWiki.XWikiUsers and XWiki.XWikiUserSheet pages in your wiki. You can do that by importing the [full XAR>xwiki:Main.Download] and then selecting only that page to be imported in the Import tab of the Administration view.
Vincent Massol 2.5 43 * You should also reimport the [Panels Application>extensions:Extension.Panels Application] since several bugs have been fixed.
Vincent Massol 1.3 44
45 1.1 Migration from 0.9.x versions
46
Vincent Massol 1.7 47 * Start by making a backup of your current database.
48 * Then there are 2 possible use cases:
Vincent Massol 2.1 49 ** __You want to keep your existing skin__. In that case, simply [install>platform:AdminGuide.Installation] the new version and point it to your existing database.
Vincent Massol 2.5 50 ** __You want to use the new 1.0 skin with your current database__. In that case, [install>platform:AdminGuide.Installation] the new version and point it to your existing database. Then start XWiki and [import>platform:AdminGuide.ImportExport] the [Panels XAR>extensions:Extension.Panels Application] (this is required as the new skin makes use of them). Last, go to your wiki Administration page and in the skin section, enter "xwiki10b1".
Sergiu Dumitriu 2.3 51 * In order to be able to let users switch from "simple" to "advanced" modes, you should import the new XWiki.XWikiUsers and XWiki.XWikiUserSheet pages in your wiki. You can do that by importing the [full XAR>xwiki:Main.Download] and then selecting only that page to be imported in the Import tab of the Administration view.
Vincent Massol 1.3 52
Vincent Massol 2.1 53 Contact us on the [mailing list>dev:Community.MailingLists] if you're experiencing any problem. Just make sure you have your current database backed up before you do anything.
Vincent Massol 1.3 54
55

Get Connected