Last modified by Thomas Mortagne on 2023/10/13

<
From version < 20.2 >
edited by Sergiu Dumitriu
on 2010/07/22
To version < 21.1 >
edited by Sergiu Dumitriu
on 2010/07/22
>
Change comment: Various improvements

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +Main.ReleaseNotes
Content
... ... @@ -10,7 +10,7 @@
10 10  
11 11  === Changed default search engine ===
12 12  
13 -Lucene Search is promoted as default search.
13 +Lucene Search is promoted as default search. While there might still be problems, which are normally resolved by rebuilding the index, Lucene allows more powerful searches, and better ordering of the results.
14 14  
15 15  image:searchlucene.png
16 16  
... ... @@ -30,7 +30,7 @@
30 30  * See the status for the Lucene Search: the number of indexed elements and the number of elements waiting in the queue.
31 31  * Control the Lucene index by indexing the whole farm, indexing the wiki or customizing the index to your specific preferences.
32 32  
33 -For more information check out the [[documentation page>>http://code.xwiki.org/xwiki/bin/view/Applications/SearchApplication]].
33 +For more information check out the [[documentation page>>code:Applications.SearchApplication]].
34 34  
35 35  == New Template-based page creation ==
36 36  
... ... @@ -58,7 +58,7 @@
58 58  
59 59  === Insert external image ===
60 60  
61 -You can now insert an external image in the edited page while in WYSIWYG mode. The external image is specified by its location on the web, i.e. its URL. To do this go to Image > Insert Image... menu and select the "External" tab:
61 +You can now insert an external image in the edited page while in WYSIWYG mode. The external image is specified by its location on the web, i.e. its URL. To do this go to //Image > Insert Image...// menu and select the //External// tab:
62 62  
63 63  image:XWIKI-5202.png
64 64  
... ... @@ -70,7 +70,7 @@
70 70  
71 71  === Paste with filtered styles ===
72 72  
73 -A 'paste with filtered styles' button has also been added to the tool bar:
73 +A //paste with filtered styles// button has also been added to the tool bar:
74 74  
75 75  [[image:pasteIconOnToolBar.png]]
76 76  
... ... @@ -82,19 +82,22 @@
82 82  
83 83  [[image:objecteditor.png||style="border:1px solid black;" width="500"]]
84 84  
85 +Adding objects or class properties is done with AJAX calls, which means faster response times, no interruptions, no data loss.
86 +
85 85  The class editor also adds better refactoring capabilities:
86 86  
87 87  * Reorder class properties
88 88  * Delete a class property
91 +* Selectively disable and re-enable class properties, which allows making pseudo-read-only properties
89 89  
90 90  [[image:classeditor.png||style="border:1px solid black;" width="500"]]
91 91  
92 -There are also many other small ergonomics improvements to discover !
95 +There are also many other small ergonomics improvements to discover.
93 93  
94 94  == JMX Administration Console ==
95 95  
96 96  * XWiki is now using [[JMX to provide runtime Monitoring information>>platform:AdminGuide.Monitoring]].
97 -* The first usage implemented is about monitoring the JBoss cachad and the Velocity Macro caches, as shown below:
100 +* The first usage implemented is about monitoring the JBoss cache and the Velocity Macro caches, as shown below:
98 98  
99 99  image:platform:[email protected]
100 100  
... ... @@ -101,13 +101,13 @@
101 101  == Watchlist improvements ==
102 102  
103 103  * Allow to remove elements in the watchlist from the user profile
104 -* In virtual mode, added a wikis section in "elements in your watchlist"
107 +* In virtual mode, added a wikis section in //elements in your watchlist//
105 105  
106 106  [[image:watchlist.png||style="border:1px solid black;"]]
107 107  
108 108  == Rendering cache ==
109 109  
110 -You can now provide a list of pages for which to cache the result. See ##core.renderingcache.*## properties to control it.
113 +You can now provide a list of pages for which to cache the result. See the ##core.renderingcache.*## properties in ##xwiki.properties## to control it.
111 111  
112 112  It's also possible to force a page to refresh by using ##refresh=1## parameter in the URL.
113 113  
... ... @@ -115,7 +115,7 @@
115 115  
116 116  It's now possible to indicate which Pygments style to use with the default highlighter based on Pygments.
117 117  
118 -See http://code.xwiki.org/xwiki/bin/view/Macros/CodeMacro20 for more details.
121 +See [[the code macro documentation>>code:Macros.CodeMacro20]] for more details.
119 119  
120 120  == Security improvements ==
121 121  
... ... @@ -143,8 +143,8 @@
143 143  
144 144  == Javascript improvements ==
145 145  
146 -* Start writing a Javascript mirror of the XWiki data model: Document.getURL
147 -* New "suggestDocuments" behavior for input fields
149 +* Start writing a Javascript mirror of the XWiki data model: ##Document.getURL##
150 +* New ##suggestDocuments## behavior for input fields
148 148  
149 149  == REST improvements ==
150 150  
... ... @@ -233,7 +233,6 @@
233 233  == General Notes ==
234 234  
235 235  {{warning}}
236 -Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. Note you should add //xwiki.store.migration=1// so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
239 +Always make sure you compare your ##xwiki.cfg## file with the newest version since some configuration parameters were added. Note you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
237 237  {{/warning}}
238 238  
239 -

Get Connected