Changes for page ReleaseNotesXWiki10RC5

Last modified by Thomas Mortagne on 2017/03/24

<
From version < 3.3 >
edited by Sergiu Dumitriu
on 2010/11/23
To version < 4.1 >
edited by Thomas Mortagne
on 2017/03/24
>
Change comment: Fix jira URLs

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Sergiu
1 +XWiki.ThomasMortagne
Content
... ... @@ -22,11 +22,11 @@
22 22  
23 23  #error("IMPORTANT: XWiki 1.0 RC 2 fixes an important security issue in past releases where passwords were stored in clear in the database. Passwords are now hashed. If you are upgrading from a previous version, any new user or any password update will automatically get the password hashed. However existing users who do not change their passwords will still have their passwords in clear in the database. Thus, we are providing {attach:a tool to automatically hash all passwords from an existing database|document=Main.ReleaseNotesXWiki10RC2|file=CryptPasswords.xar}. Start by backuping your wiki by doing an export or backuping your database. Then import that XAR into your wiki (be sure to be logged as an Admin) and then go to the Admin.CryptPasswords and follow the instructions there.")
24 24  
25 -See the [full list of changes>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10233&styleName=Html&projectId=10010&Create=Create].
25 +See the [full list of changes>https://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10233&styleName=Html&projectId=10010&Create=Create].
26 26  
27 27  1.1 Known issues
28 28  
29 -* [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]
29 +* [Bugs we know about>https://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]
30 30  * Backlinks are used to find all the links to rename when renaming a page. However backlinks are saved when a page is saved thus it may happen that you don't have all backlinks generated with a clean XWiki database. 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):
31 31  {code}
32 32  $xwiki.refreshLinks()
... ... @@ -74,7 +74,7 @@
74 74  
75 75  * Start by making a backup of your current database.
76 76  * Plug your new XWiki install to point to your database.
77 -* [Import>platform:AdminGuide.ImportExport] the latest version of the [Panels application>code:Applications.PanelsApplication] to ensure you have the most up to date Panels in your wiki. Be careful that existing Panels which are also in the Panels Application will be overwritten (new Panels you have created won't be touched). Note that this is an optional step but recommended if you haven't upgraded to the latest XWiki version for a long time as there might be improvements in the Panels.
77 +* [Import>platform:AdminGuide.ImportExport] the latest version of the [Panels application>extensions:Extension.Panels Application] to ensure you have the most up to date Panels in your wiki. Be careful that existing Panels which are also in the Panels Application will be overwritten (new Panels you have created won't be touched). Note that this is an optional step but recommended if you haven't upgraded to the latest XWiki version for a long time as there might be improvements in the Panels.
78 78  
79 79  #info("If you're migrating from a RC version you don't need to import the Default wiki XAR as no changes have been made to it")
80 80  
... ... @@ -83,7 +83,7 @@
83 83  * Start by making a backup of your current database.
84 84  * Plug your new XWiki install to point to your database.
85 85  * 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.
86 -* You should also reimport the [Panels Application>code:Applications.PanelsApplication] since several bugs have been fixed.
86 +* You should also reimport the [Panels Application>extensions:Extension.Panels Application] since several bugs have been fixed.
87 87  
88 88  1.1 Migration from 0.9.x versions
89 89  
... ... @@ -90,7 +90,7 @@
90 90  * Start by making a backup of your current database.
91 91  * Then there are 2 possible use cases:
92 92  ** __You want to keep your existing skin__. In that case, [install>platform:AdminGuide.Installation] the new version and point it to your existing database. If you were using the default skin you'll need to go the Administration page and replace the skin with "dodo" (this is the new name of the old default skin).
93 -** __You want to use the new Albatross 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>code:Applications.PanelsApplication] (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".
93 +** __You want to use the new Albatross 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".
94 94  * 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.
95 95  
96 96  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.

Get Connected