Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,8 +16,26 @@ 16 16 17 17 == Miscellaneous == 18 18 19 - <insert misc user stuffand important bugfix descriptionshereinalist, when theyare too smallto warrant a section by themselves-Change the versioninthe URL below!>19 +Changes regarding the multi-wiki support: 20 20 21 +* When creating an empty wiki you now get the Distribution Wizard even when ##ALLINONE## upgrade is selected (this used to disable the Distribution Wizard on subwikis) 22 +* When a new wiki is created from the Add Wiki Wizard, its Activity Stream is now empty. 23 +* If you want to change the wiki owner or the prettyname of the wiki, you cannot go to the "Wiki" section of the Wiki Administration anymore since it's been removed for the moment due to some technical issue. Instead, go to the Wiki Index and then click on the "edit" action corresponding to the wiki for which to update the settings. 24 +* Deleted users do not appear anymore in the "Top Active Members" list in the wiki dashboard. 25 + 26 +Other changes: 27 + 28 +* The Statistics Application now has an entry point in the Applications Panel (only visible by Admins by default):((( 29 +{{image reference="ReleaseNotesXWiki53M2@statsentry.png"/}} 30 +))) 31 +* The Scheduler Application now has an entry point in the Applications Panel (only visible by Admins by default):((( 32 +{{image reference="ReleaseNotesXWiki53M2@schedulerentry.png"/}} 33 +))) 34 +* We're now officially not supporting saving Servlet Session in URL (a.k.a URL Rewriting). This means that if you want to remain logged on in XWiki you need to enable cookies (See why ##jsessionid## are considered harmful [[here>>https://randomcoder.org/articles/jsessionid-considered-harmful]] and [[here>>http://java.dzone.com/articles/java-jsessionid-harmful]]). 35 +* By default only results from XE instance pings and for non-snapshot versions are counted in [[Active Installs>>extensions:Extension.Active Installs Server Application]]. 36 +* Added new configuration parameter for the Link Checker: ##rendering.transformation.linkchecker.excludedReferencePatterns## (See [[Reference documentation>>extensions:Extension.Link Checker Transformation]]). 37 +* Some XSS fixes. 38 + 21 21 See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+in+%28%225.3-milestone-1%22%2C+%225.3-milestone-2%22%2C+%225.3-rc-1%22%2C+%225.3%22%29&tempMax=1000]] fixed in this release. 22 22 23 23 = For Developers =