... |
... |
@@ -10,10 +10,19 @@ |
10 |
10 |
|
11 |
11 |
== Objects and classes editor improvements == |
12 |
12 |
|
|
13 |
+Object and class editor are now fully panel-less which amon other thing means that you have the full object/class editors UI even in an empty wiki without having to import needed XE xar. |
|
14 |
+ |
13 |
13 |
[[image:objecteditor.png||style="border:1px solid black;" width="500"]] |
14 |
14 |
|
|
17 |
+Class editor also adds better refactoring capabilities: |
|
18 |
+ |
|
19 |
+* reorder class properties |
|
20 |
+* delete a class property |
|
21 |
+ |
15 |
15 |
[[image:classeditor.png||style="border:1px solid black;" width="500"]] |
16 |
16 |
|
|
24 |
+Many other small improvements to discover ! |
|
25 |
+ |
17 |
17 |
== New Template-based page creation == |
18 |
18 |
|
19 |
19 |
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. |
... |
... |
@@ -117,6 +117,7 @@ |
117 |
117 |
|
118 |
118 |
== Migration Notes == |
119 |
119 |
|
|
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. |
120 |
120 |
* It's now impossible to generate a script macro with another in another one for security reasons. If you **really** need it, you can override the macro component. |
121 |
121 |
|
122 |
122 |
== API Breakages == |