Last modified by Thomas Mortagne on 2023/10/13

From version 60.1
edited by Marius Dumitru Florea
on 2015/10/29
Change comment: There is no comment for this version
To version 61.1
edited by Thomas Mortagne
on 2015/10/29
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.ThomasMortagne
Content
... ... @@ -71,7 +71,7 @@
71 71  
72 72  Up until this version, the applications created with App Within Minutes were always located in a top level space. For instance, if you wanted to create a "Meeting" application, the application data space was "Meeting". Starting with this version you can also create an application in a nested space. In the first step of the wizard you can select the location where you want the application to be created. In the following image I have create an application with path "Marius / Apps / Meeting".
73 73  
74 -{{image reference="appLocationPicker.png"/}}
74 +{{image reference="appLocationPicker.png" width="600"/}}
75 75  
76 76  == Template Providers Administration ==
77 77  
... ... @@ -164,8 +164,16 @@
164 164  
165 165  == API Breakages ==
166 166  
167 -The following APIs were modified since 7.3 Milestone 1:
167 +The following APIs were modified since 7.2:
168 168  
169 +* Add support for custom repositories in extensions:(((
169 169  {{code language="none"}}
170 -<clirr output here>
171 +org.xwiki.extension.Extension: Method 'public java.util.Collection getRepositories()' has been added to an interface
172 +org.xwiki.extension.ExtensionDependency: Method 'public java.util.Collection getRepositories()' has been added to an interface
171 171  {{/code}}
174 +)))
175 +* New URL parameters:(((
176 +{{code language="none"}}
177 +org.xwiki.rest.resources.pages.PageResource: In method 'public org.xwiki.rest.model.jaxb.Page getPage(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean)' the number of arguments has changed
178 +{{/code}}
179 +)))

Get Connected