Last modified by Thomas Mortagne on 2017/03/24

<
From version < 20.2 >
edited by Fabio Mancinelli
on 2010/11/23
To version < 20.3 >
edited by Vincent Massol
on 2010/12/15
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.fmancinelli
1 +XWiki.VincentMassol
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 syntax
63 + * *[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
... ... @@ -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

Get Connected