Last modified by Manuel Leduc on 2023/10/13

<
From version < 10.1 >
edited by Vincent Massol
on 2012/09/27
To version < 11.1 >
edited by Jerome
on 2012/09/27
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.jvelociter
Content
... ... @@ -153,6 +153,25 @@
153 153  
154 154  Remember that in case of an upgrade, you have to rebuild the entire index to have this new field for existing documents.
155 155  
156 +== Miscellaneous ==
157 +
158 +* the progress tab is selected by default when you view the extension details if there is a job running (e.g. install in progress) for that extension
159 +* when there is a merge conflict, the 'Show changes' button updates the changes asynchronously without reloading the entire page
160 +* attachments of pages installed with the extension manager now have the right author set: the current user instead of the author from the XAR as it used to be
161 +* the file size of attachments installed with the extension manager is now properly set
162 +* the installation process is now more robust with respect to the exceptions that can occur while installing a JAR extension with components
163 +* Document attachments so far have been displayed in the order in which they are returned by the database, which most of the time happened to be the upload date. Starting with this version attachments are displayed ordered by their filename, which makes it easier to find an attachment, but support for selecting a different order (date, size, author...) will be added soon.
164 +* Uploading attachments with '+' character in their file names using the WebDAV interface shouldn't pose any more problems.
165 +* It's now possible to use Velocity scripts in the Copyright field in the Administration.
166 +* The XWiki Installer now fully works on Windows 7. The XWiki Data is now put in the ##%APPDATA%\XWiki Enterprise <version>\data## directory, while the binaries are installed in ##Program Files##.
167 +* It is no longer allowed to use scripts in comments. This reduces the security risk from users that only have comment rights.
168 +* Macro parameters may now contain macro syntax. Example: {{{ {{box title="{{info}}Hello!{{/info}}" }}Lorem ipsum ...{{/box}} }}}
169 +* Improve OOB support for JBoss AS7:
170 +** Removed Struts Taglibs completely since we don't use them and some were defined but not made available, causing errors in deployments on JBoss AS7 ({{jira style="enum" url="http://jira.xwiki.org"}}XWIKI-7986{{/jira}})
171 +** Fixed Logging conflict between JBoss AS and XWiki ({{jira style="enum" url="http://jira.xwiki.org"}}XWIKI-7987{{/jira}})
172 +* The [[IRC Bot Application>>extensions:Extension.IRC Bot Application]] now recognizes XAR import events and when receiving one, it doesn't send subsequent IRC notifications for modified or created documents to avoid spamming the IRC channel.
173 +* Display the request URL in the IRC channel when the Link Checker bot listener is active and a broken link is found, thus making it easier to reproduce and debug the broken link
174 +
156 156  = For Developers =
157 157  
158 158  == New Git Module ==
... ... @@ -351,25 +351,6 @@
351 351  * Pegdown 1.1.0 (used by the XWiki Markdown Parser)
352 352  * Xalan 2.7.1
353 353  
354 -== Miscellaneous ==
355 -
356 -* the progress tab is selected by default when you view the extension details if there is a job running (e.g. install in progress) for that extension
357 -* when there is a merge conflict, the 'Show changes' button updates the changes asynchronously without reloading the entire page
358 -* attachments of pages installed with the extension manager now have the right author set: the current user instead of the author from the XAR as it used to be
359 -* the file size of attachments installed with the extension manager is now properly set
360 -* the installation process is now more robust with respect to the exceptions that can occur while installing a JAR extension with components
361 -* Document attachments so far have been displayed in the order in which they are returned by the database, which most of the time happened to be the upload date. Starting with this version attachments are displayed ordered by their filename, which makes it easier to find an attachment, but support for selecting a different order (date, size, author...) will be added soon.
362 -* Uploading attachments with '+' character in their file names using the WebDAV interface shouldn't pose any more problems.
363 -* It's now possible to use Velocity scripts in the Copyright field in the Administration.
364 -* The XWiki Installer now fully works on Windows 7. The XWiki Data is now put in the ##%APPDATA%\XWiki Enterprise <version>\data## directory, while the binaries are installed in ##Program Files##.
365 -* It is no longer allowed to use scripts in comments. This reduces the security risk from users that only have comment rights.
366 -* Macro parameters may now contain macro syntax. Example: {{{ {{box title="{{info}}Hello!{{/info}}" }}Lorem ipsum ...{{/box}} }}}
367 -* Improve OOB support for JBoss AS7:
368 -** Removed Struts Taglibs completely since we don't use them and some were defined but not made available, causing errors in deployments on JBoss AS7 ({{jira style="enum" url="http://jira.xwiki.org"}}XWIKI-7986{{/jira}})
369 -** Fixed Logging conflict between JBoss AS and XWiki ({{jira style="enum" url="http://jira.xwiki.org"}}XWIKI-7987{{/jira}})
370 -* The [[IRC Bot Application>>extensions:Extension.IRC Bot Application]] now recognizes XAR import events and when receiving one, it doesn't send subsequent IRC notifications for modified or created documents to avoid spamming the IRC channel.
371 -* Display the request URL in the IRC channel when the Link Checker bot listener is active and a broken link is found, thus making it easier to reproduce and debug the broken link
372 -
373 373  = Translations =
374 374  
375 375  The following translations have been updated:

Get Connected