Last modified by Thomas Mortagne on 2017/03/24

<
From version < 27.1 >
edited by Guillaume Delhumeau
on 2014/06/23
To version < 28.1 >
edited by Thomas Mortagne
on 2014/06/24
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gdelhumeau
1 +XWiki.ThomasMortagne
Content
... ... @@ -29,10 +29,6 @@
29 29  )))
30 30  * A lot of polishing have been made too, in order to have a skin usable in production.
31 31  
32 -== Miscellaneous ==
33 -
34 -<insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!>
35 -
36 36  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+%3D+%226.1-rc-1%22&tempMax=1000]] fixed in this release.
37 37  
38 38  = For Developers =
... ... @@ -86,10 +86,6 @@
86 86   ... do something with the header block ...
87 87  {{/code}}
88 88  
89 -== Deprecated and Retired projects ==
90 -
91 -<description of deprecated and retired projects>
92 -
93 93  == Upgrades ==
94 94  
95 95  The following dependencies have been upgraded:
... ... @@ -120,7 +120,7 @@
120 120  
121 121  The following translations have been updated:
122 122  
123 -{{language codes="none, none"/}}
115 +{{language codes="da, de, fr"/}}
124 124  
125 125  = Tested Browsers & Databases =
126 126  
... ... @@ -136,14 +136,32 @@
136 136  
137 137  When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that 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.
138 138  
139 -== Issues specific to XWiki <version> ==
131 +== API Breakages ==
140 140  
141 -<issues specific to the project>
133 +The following APIs were modified since XWiki 6.0:
142 142  
143 -== API Breakages ==
135 +* Young APIs
144 144  
145 -The following APIs were modified since <project> <version - 1>:
137 +{{code language="none"}}
138 +org.xwiki.activeinstalls.server.DataManager: Method 'public com.google.gson.JsonObject countInstalls(java.lang.String, java.lang.String, java.util.Map)' has been added to an interface
139 +org.xwiki.activeinstalls.server.DataManager: Method 'public long getInstallCount(java.lang.String)' has been removed
140 +org.xwiki.activeinstalls.server.DataManager: Method 'public com.google.gson.JsonObject searchInstalls(java.lang.String, java.lang.String, java.util.Map)' has been added to an interface
141 +org.xwiki.activeinstalls.server.script.ActiveInstallsScriptService: Method 'public long getInstallCount(java.lang.String)' has been removed
142 +{{/code}}
146 146  
147 147  {{code language="none"}}
148 -<clirr output here>
145 +org.xwiki.crypto.store.CertificateStore: Class org.xwiki.crypto.store.CertificateStore removed
146 +org.xwiki.crypto.store.CertificateStoreException: Class org.xwiki.crypto.store.CertificateStoreException removed
147 +org.xwiki.crypto.store.KeyStore: Class org.xwiki.crypto.store.KeyStore removed
148 +org.xwiki.crypto.store.KeyStoreException: Class org.xwiki.crypto.store.KeyStoreException removed
149 149  {{/code}}
150 +
151 +* Not supposed to be public
152 +
153 +{{code language="none"}}
154 +com.xpn.xwiki.store.XWikiHibernateBaseStore: In method 'protected void createHibernateSequenceIfRequired(java.lang.String, org.hibernate.Session)' the number of arguments has changed
155 +com.xpn.xwiki.render.XWikiMacrosMappingRenderer: Removed org.xwiki.observation.EventListener from the set of implemented interfaces
156 +com.xpn.xwiki.render.XWikiMacrosMappingRenderer: Method 'public java.util.List getEvents()' has been removed
157 +com.xpn.xwiki.render.XWikiMacrosMappingRenderer: Method 'public java.lang.String getName()' has been removed
158 +com.xpn.xwiki.render.XWikiMacrosMappingRenderer: Method 'public void onEvent(org.xwiki.observation.event.Event, java.lang.Object, java.lang.Object)' has been removed
159 +{{/code}}

Get Connected