Change comment:
Fix jira URLs
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -ReleaseNotes 1 +ReleaseNotes.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Sergiu1 +XWiki.ThomasMortagne - Content
-
... ... @@ -10,11 +10,11 @@ 10 10 11 11 == Objects and classes editor improvements == 12 12 13 - Object and class editor are now fully panel-less which among other things means that you have the full object/class editors UI even in an empty wiki without having to import needed XE xar.13 +The object and class editor are now fully panel-less, which among other things means that you have the full object/class editors UI even in an empty wiki without having to import the needed XE xar. 14 14 15 15 [[image:objecteditor.png||style="border:1px solid black;" width="500"]] 16 16 17 - Class editor also adds better refactoring capabilities:17 +The class editor also adds better refactoring capabilities: 18 18 19 19 * reorder class properties 20 20 * delete a class property ... ... @@ -21,13 +21,13 @@ 21 21 22 22 [[image:classeditor.png||style="border:1px solid black;" width="500"]] 23 23 24 - Many other small ergonomics improvements to discover !24 +There are also many other small ergonomics improvements to discover ! 25 25 26 26 == New Template-based page creation == 27 27 28 28 Starting with this release users and applications can provide documents that can be used as template when creating new pages. The new document (content, objects and other metadata) will be replicated from the template. 29 29 30 -* After you have [[created the template and the template provider>> code:Applications.AdministrationApplication#HEasyTemplatesCreationandAdministration28StartingwithXWikiEnterprise2.4M229]] you can then start creating pages from this template:30 +* After you have [[created the template and the template provider>>extensions:Extension.Administration Application#HEasyTemplatesCreationandAdministration28StartingwithXWikiEnterprise2.4M229]] you can then start creating pages from this template: 31 31 32 32 image:1gcreatedocument.jpg 33 33 ... ... @@ -35,7 +35,7 @@ 35 35 36 36 image:1ipopup.jpg 37 37 38 -Find more details about the template creation and administration on the [[documentation page>> code:Applications.AdministrationApplication#HEasyTemplatesCreationandAdministration28StartingwithXWikiEnterprise2.4M229]].38 +Find more details about the template creation and administration on the [[documentation page>>extensions:Extension.Administration Application#HEasyTemplatesCreationandAdministration28StartingwithXWikiEnterprise2.4M229]]. 39 39 40 40 == New Invitation Manager application == 41 41 ... ... @@ -47,11 +47,11 @@ 47 47 48 48 image:InvitationSending.png 49 49 50 -Learn how you can configure this application by visiting the [[application page>> code:Applications.InvitationApplication]].50 +Learn how you can configure this application by visiting the [[application page>>extensions:Extension.Invitation Application]]. 51 51 52 52 == New search application improvements == 53 53 54 -* Make possible to select wikis where to search in LuceneSearch pagewhen in main wiki of a farm54 +* The improvements facilitate search on the main wiki of a farm. They make it possible for you to select the wikis where to search in using the LuceneSearch page. 55 55 56 56 [[image:wikiselection.png||style="border:1px solid black;"]] 57 57 ... ... @@ -80,8 +80,8 @@ 80 80 == Script improvements == 81 81 82 82 * Make the Query Manager use the Script Service to expose services to scripts. See [[Query Guide>>platform:DevGuide.QueryGuide]] for more details. 83 -* Make possible to directly return the Block based result of a script macro. It's supported for all JSR 223 macro which means all script macro script Velocity macro for now. See [[Script Macro>> code:Macros.ScriptMacro]] for more details.84 -* Prevent nested script macros by default: It's now impossible for the output of a script macro to become another script macro for security reasons. See [[Script Macro>> code:Macros.ScriptMacro]] for more details.83 +* Make possible to directly return the Block based result of a script macro. It's supported for all JSR 223 macro which means all script macro script Velocity macro for now. See [[Script Macro>>extensions:Extension.Script Macro]] for more details. 84 +* Prevent nested script macros by default: It's now impossible for the output of a script macro to become another script macro for security reasons. See [[Script Macro>>extensions:Extension.Script Macro]] for more details. 85 85 86 86 == Javascript improvements == 87 87 ... ... @@ -108,7 +108,7 @@ 108 108 109 109 = Known issues = 110 110 111 -* [[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]] 111 +* [[Bugs we know about>>https://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]] 112 112 113 113 = Backward Compatibility and Migration Notes = 114 114 ... ... @@ -127,7 +127,7 @@ 127 127 == Migration Notes == 128 128 129 129 * The default execution order of syntax 1.0 renderers was changed, now groovy scripts are executed before velocity. You can change the order using ##xwiki.render.renderingorder## configuration option in [[xwiki.cfg>>platform:AdminGuide.Configuration#HSamplexwiki.cfg]]. 130 -* It's now impossible for the output of a script macro to become another script macro. If you need this functionality, you can get it by opening xwiki/WEB-INF/lib/[[xwiki-core-rendering-macro-script-2.4.jar>> code:Macros.ScriptMacro]] and inside of the jar, editing /META-INF/[[components.txt>>code:Modules.ComponentModule]] and removing the line which says:130 +* It's now impossible for the output of a script macro to become another script macro. If you need this functionality, you can get it by opening xwiki/WEB-INF/lib/[[xwiki-core-rendering-macro-script-2.4.jar>>extensions:Extension.Script Macro]] and inside of the jar, editing /META-INF/[[components.txt>>extensions:Extension.Component Module]] and removing the line which says: 131 131 ##org.xwiki.rendering.internal.macro.script.NestedScriptMacroValidator## 132 132 133 133 == API Breakages ==