Change comment:
Fix jira URLs
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. fmancinelli1 +XWiki.ThomasMortagne - Content
-
... ... @@ -4,7 +4,7 @@ 4 4 #endfloatingbox() 5 5 6 6 #macro(displayImg $img) 7 -<a href="/xwiki/bin/download/ Main/ReleaseNotesXWikiEnterprise18M2/${img}"><img src="/xwiki/bin/download/Main/ReleaseNotesXWikiEnterprise18M2/${img}" style="width:600px;border: 2px solid #CDCDCD;"/></a><br />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 /> 8 8 #end 9 9 10 10 1 Release Notes for XWiki Enterprise 1.8 ... ... @@ -18,8 +18,8 @@ 18 18 19 19 * Add ability to [configure XWiki to use the XWiki Syntax 2.0 as default when creating new pages>platform:AdminGuide.Configuration#HConfiguringWikiSyntaxesanddefaultSyntax]. 20 20 * First usable version of the new GWT WYSIWYG editor. 21 - * New [UserAvatar> code:Macros.UserAvatarMacro20] macro for 2.0 syntax.22 - * new [RSS> code:Macros.RssMacro20] macro for 2.0 syntax.21 + * New [UserAvatar>extensions:Extension.User Avatar Macro] macro for 2.0 syntax. 22 + * new [RSS>extensions:Extension.RSS Macro] macro for 2.0 syntax. 23 23 * Added [wiki syntax for embedded documents>platform:Main.XWikiSyntax#HEmbeddeddocuments28XWikisyntax20only29] 24 24 * Syntax API to convert a document from one syntax to another + new converter from XWiki Syntax 1.0 to XWiki Syntax 2.0. #info("You can try it by changing the syntax identifier of a page.") 25 25 ... ... @@ -60,7 +60,7 @@ 60 60 61 61 1.1.1 5. Office Importer 62 62 63 - * *[New Office Importer> code:Applications.OfficeImporterApplication]*: makes use of a running OpenOffice server to convert Office documents (MS Office or OO) into HTML before they are transformed into XWiki 2.0 syntax63 + * *[New Office Importer>extensions:Extension.Office Importer Application]*: makes use of a running OpenOffice server to convert Office documents (MS Office or OO) into HTML before they are transformed into XWiki 2.0 syntax 64 64 <img src="http://code.xwiki.org/xwiki/bin/download/Applications/OfficeImporterApplication/OfficeImporter.png" style="border: 2px solid #CDCDCD;"/> 65 65 66 66 1.1.1 6. REST API ... ... @@ -73,7 +73,7 @@ 73 73 74 74 1.1.1 7 New Blog Application 75 75 76 - * *[New Blog application> code:Applications.BlogApplication]*76 + * *[New Blog application>extensions:Extension.Blog Application]* 77 77 ** Lightweight publishing workflow 78 78 ** Category and sub-category support 79 79 ** Ability to change published date ... ... @@ -88,11 +88,11 @@ 88 88 ** Including a document with first or second heading level breaks the including document section edit link 89 89 ** PDF export does not take into account the encoding specified in xwiki.cfg 90 90 91 -## + lots of other changes, see [Platform details>http://jira.xwiki.org/ jira/secure/ReleaseNote.jspa?version=10696&styleName=Text&projectId=10010&Create=Create].91 +## + lots of other changes, see [Platform details>https://jira.xwiki.org/secure/ReleaseNote.jspa?version=10696&styleName=Text&projectId=10010&Create=Create]. 92 92 93 93 1.1 Known issues 94 94 95 -* [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]95 +* [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] 96 96 97 97 #error("We've discovered that the Office Importer doesn't work on Windows in some cases because of an invalid character in filename issue. We're still analysing the problem but it could be happening when using a multi wiki setup. This will be fixed in XE 1.8.1 ASAP.") 98 98 ... ... @@ -106,7 +106,7 @@ 106 106 107 107 1.1.1 Applications migration 108 108 109 -XE 1.8M2 has introduced [conditional loading of JavaScript and StyleSheet files>http://jira.xwiki.org/ jira/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:109 +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: 110 110 * scriptaculous files 111 111 * accordions files 112 112 * chart wizard files ... ... @@ -116,7 +116,7 @@ 116 116 * tablefilterNsort.js and table.css 117 117 * fullscreenEdit.js and fullscreenEdit.css 118 118 119 -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> code:Plugins.SkinExtensionsPlugin]. 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:119 +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: 120 120 121 121 {code} 122 122 $xwiki.jsfx.use('js/xwiki/table/livetable.js') ## Inject livetable.js <script> tag in the header