Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,9 +13,9 @@ 13 13 ** backlinks in objects attached to pages are not currently renamed 14 14 ** 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): 15 15 {code} 16 - \$\xwiki\.\refreshLinks\()16 +$xwiki.refreshLinks() 17 17 {code} 18 -* New check box interface for tags. The [Tag feature> UserGuide.Tags] now supports 3 interfaces: a list of tags separated by commas or pipes symbols, a checkbox list of tags to select/unselect and point-and-click list of tags to select/unselect.18 +* New check box interface for tags. The [Tag feature>code:Applications.TagApplication] now supports 3 interfaces: a list of tags separated by commas or pipes symbols, a checkbox list of tags to select/unselect and point-and-click list of tags to select/unselect. 19 19 * New Text Analyzer plugin. 20 20 * Upgraded to Velocity 1.5 final 21 21 * Improved PDF output ... ... @@ -23,7 +23,7 @@ 23 23 * GraphViz plugin is now off by default and needs to be enabled in xwiki.cfg 24 24 * Added possibility to restrict the possible languages available on a given wiki 25 25 * New Blog panel available that lists all blog categories 26 -* New [footnote macro> Code.FootnoteMacro]. In addition the Albatross skin has been modified to display automatically footnotes added with this macro.26 +* New [footnote macro>code:Macros.FootnoteMacro]. In addition the Albatross skin has been modified to display automatically footnotes added with this macro. 27 27 28 28 See the [full list of changes>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10190&styleName=Html&projectId=10010&Create=Create]. 29 29 ... ... @@ -30,7 +30,7 @@ 30 30 1.1 Known issues 31 31 32 32 * [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] 33 -* 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.33 +* If you follow the procedure for [Installing the XWiki WAR manually>platform: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. 34 34 35 35 1.1 Migrating from versions prior or equal to XWiki 1.0 Beta 4 36 36 ... ... @@ -80,16 +80,16 @@ 80 80 * Start by making a backup of your current database. 81 81 * Plug your new XWiki install to point to your database. 82 82 * 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>Main.Download] and then selecting only that page to be imported in the Import tab of the Administration view. 83 -* You should also reimport the [Panels Application> Code.PanelsApplication] since several bugs have been fixed.83 +* You should also reimport the [Panels Application>code:Applications.PanelsApplication] since several bugs have been fixed. 84 84 85 85 1.1 Migration from 0.9.x versions 86 86 87 87 * Start by making a backup of your current database. 88 88 * Then there are 2 possible use cases: 89 -** __You want to keep your existing skin__. In that case, simply [install>AdminGuide.Installation] the new version and point it to your existing database. 90 -** __You want to use the new 1.0 skin with your current database__. In that case, [install>AdminGuide.Installation] the new version and point it to your existing database. Then start XWiki and [import>AdminGuide.ImportExport] the [Panels XAR> Code.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".91 -* 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>Main.Download] and then selecting only that page to be imported in the Import tab of the Administration view. 89 +** __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. 90 +** __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>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". 91 +* 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>wwwdev:Main.Download] and then selecting only that page to be imported in the Import tab of the Administration view. 92 92 93 -Contact us on the [mailing list>Community.MailingLists] if you're experiencing any problem. Just make sure you have your current database backed up before you do anything. 93 +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. 94 94 95 95