Change comment:
Rollback to version 11.4
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -29,9 +29,10 @@ 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]', 'link' : '[[Imports>>platform:Features.Imports]]', 'description' : 'Import content inside XWiki: Office, XWiki pages, Other wiki content, Excel, CSV, etc.'}, 33 - {'icon' : '[email protected]', 'link' : '[[Exports>>platform:Features.Exports]]', 'description' : 'Export wiki pages to PDF, ODT, RTF, XML or HTML.'}, 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).'}, 34 34 {'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.'}, 35 + {'icon' : '[email protected]', 'link' : '[[Exports>>platform:Features.Exports]]', 'description' : 'Export wiki pages to PDF, ODT, RTF, XML or HTML.'}, 35 35 {'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."}, 36 36 {'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.'}, 37 37 {'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."}, ... ... @@ -57,9 +57,9 @@ 57 57 #displayFeatures($basicMap) 58 58 {{/velocity}} 59 59 60 -{{cache id='flavorFeatures 1' timeToLive='86400'}}61 +{{cache id='flavorFeatures2' timeToLive='86400'}} 61 61 {{velocity}} 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%')")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%')") 63 63 #set ($extensions = $services.query.xwql($xwql).setWiki('extensions').execute()) 64 64 #set ($flavorMap = []) 65 65 #set ($wikiReference = $services.model.createWikiReference('extensions'))
- XWiki.StyleSheetExtension[0]
-
- Code