Last modified by Thomas Mortagne on 2023/10/13

<
From version < 58.2 >
edited by Sergiu Dumitriu
on 2010/06/29
To version < 58.5 >
edited by Vincent Massol
on 2010/12/13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -ReleaseNotes
1 +ReleaseNotes.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Sergiu
1 +XWiki.VincentMassol
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 page when in main wiki of a farm
54 +* 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  
... ... @@ -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 ==

Get Connected