Change comment:
Rollback to version 10.2
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.ThomasMortagne - Content
-
... ... @@ -29,10 +29,9 @@ 29 29 #set ($basicMap = [ 30 30 {'icon' : '[email protected].png', 'link' : '[[Page editing>>platform:Features.PageEditing]]', 'description' : 'Use simple [[wiki syntax>>platform:Main.XWikiSyntax]] to format text, create tables, create links, display images, etc. Alternatively use a powerful [[WYSIWYG editor>>extensions:Extension.CKEditor Integration.WebHome]] to edit the content of pages.'}, 31 31 {'icon' : '[email protected]ng', 'link' : '[[History>>platform:Features.VersionControl]]', 'description' : 'Any change made in XWiki is saved under version control, meaning you can view any previous version of a page, compare different versions or rollback to any past version.'}, 32 - {'icon' : '[email protected]ce.png', 'link' : '[[Navigation>>Documentation.UserGuide.Features.Navigate.WebHome]]', 'description' : 'Navigate to wiki pages easily (search, page index, breadcrumb, URL, jump to page, etc).'}, 33 - {'icon' : '[email protected]ternet.png', 'link' : '[[Content Organization>>platform:Features.ContentOrganization]]', 'description' : 'Organize your pages by grouping them together by domain.'}, 34 -{'icon' : '[email protected]', 'link' : '[[Imports>>platform:Features.Imports]]', 'description' : 'Import content inside XWiki: Office, XWiki pages, Other wiki content, Excel, CSV, etc.'}, 32 + {'icon' : '[email protected]', 'link' : '[[Imports>>platform:Features.Imports]]', 'description' : 'Import content inside XWiki: Office, XWiki pages, Other wiki content, Excel, CSV, etc.'}, 35 35 {'icon' : '[email protected]', 'link' : '[[Exports>>platform:Features.Exports]]', 'description' : 'Export wiki pages to PDF, ODT, RTF, XML or HTML.'}, 34 + {'icon' : 'Documentation.UserGuide.Features.FeaturesExtr[email protected]', 'link' : '[[Content Organization>>platform:Features.ContentOrganization]]', 'description' : 'Organize your pages by grouping them together by domain.'}, 36 36 {'icon' : '[email protected]t-editor.png', 'link' : '[[Programming>>platform:Features.Programming]]', 'description' : "Use XWiki's programming API directly into your pages (Velocity or Groovy) to perform advanced formatting, layout or anything really."}, 37 37 {'icon' : '[email protected]ic.png', 'link' : '[[Applications, Extensions & Flavors>>platform:Features.Applications]]', 'description' : 'Create or use add-ons to your wiki in the form of Applications, Extensions and Flavors.'}, 38 38 {'icon' : '[email protected]g', 'link' : '[[RESTful>>platform:Features.XWikiRESTfulAPI]] remote API', 'description' : "Use XWiki's RESTful remote API to easily integrate XWiki with your application."}, ... ... @@ -58,9 +58,9 @@ 58 58 #displayFeatures($basicMap) 59 59 {{/velocity}} 60 60 61 -{{cache id='flavorFeatures 2' timeToLive='86400'}}60 +{{cache id='flavorFeatures1' timeToLive='86400'}} 62 62 {{velocity}} 63 -#set ($xwql = "from doc.object(ExtensionCode.ExtensionClass) as extension, doc.object(EXOExtensionCode.ExtensionClass) as exoextension where extension.type = 'xar' and extension.name not like '% Macro' and (exoextension.bundledWith like '% flavor%')")62 +#set ($xwql = "from doc.object(ExtensionCode.ExtensionClass) as extension, doc.object(EXOExtensionCode.ExtensionClass) as exoextension where extension.type = 'xar' and extension.name not like '% Macro' and (exoextension.bundledWith like '%enterprise%' OR exoextension.bundledWith like '%standard%')") 64 64 #set ($extensions = $services.query.xwql($xwql).setWiki('extensions').execute()) 65 65 #set ($flavorMap = []) 66 66 #set ($wikiReference = $services.model.createWikiReference('extensions'))
- XWiki.StyleSheetExtension[0]
-
- Code