Changes for page Release Notes for XWiki 4.5 Milestone 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
postgresql support in multiwiki mode
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +XWiki.VincentMassol - Content
-
... ... @@ -98,12 +98,13 @@ 98 98 * Support for searching content in Java Class file attachments [[has been temporarily dropped>>http://jira.xwiki.org/browse/XWIKI-8656]]. 99 99 * Markdown syntax support has been completely rewritten, fixing several existing bugs. 100 100 * The home page (##Main.WebHome##) can now safely be edited by any user who has edit permission (In earlier releases, the AJAX suggest feature for tags would unexpectedly break if users not having Programming Rights edited the page). 101 +* PostGreSQL support for multiwiki mode 101 101 102 102 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%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%224.5-milestone-1%22&tempMax=1000]] fixed in this release. 103 103 104 104 = For Developers = 105 105 106 -== Embed translation in JAR == 107 +== Embed translations in JAR extension == 107 107 108 108 It's now possible for any JAR to come with it's own translation bundle. For that you need to provide at the root of the JAR a set of ##ApplicationResources.properties## based translations. See [[Localization Module>>extensions:Extension.Localization Module]] for more. 109 109 ... ... @@ -145,8 +145,10 @@ 145 145 ## name = hsqldb, mysql, postgresql, oracle, opera 146 146 {{/velocity}} 147 147 148 -{{database name=" none" version="x.x"/}}149 +{{database name="hsqldb" version="2.2.9"/}} 149 149 151 +{{database name="postgresql" version="8.4.12"/}} 152 + 150 150 = Known issues = 151 151 152 152 * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]