Wiki source code of Release Notes for XWiki 7.0 Release Candidate 1
Version 9.1 by Vincent Massol on 2015/03/13
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version. | ||
6 | |||
7 | <insert description of release here> | ||
8 | |||
9 | = New and Noteworthy (since XWiki 7.0 Milestone 2) = | ||
10 | |||
11 | [[Full list of issues fixed and Dashboard for 7.0>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13092]]. | ||
12 | |||
13 | == <feature N> == | ||
14 | |||
15 | <description of feature N> | ||
16 | |||
17 | == Miscellaneous == | ||
18 | |||
19 | * Rendering page performances have been improved when using the Flamingo skin (thanks to the usage of [[Less4j>>https://github.com/SomMeri/less4j]] for the integration of the LESS language). | ||
20 | * When deploying XWiki as ROOT [[you must now set the ##xwiki.webapppath## property to empty>>platform:Main.ShortURLs||anchor="HDeployingasROOT" | ||
21 | ]] as in:((( | ||
22 | {{code language="none"}} | ||
23 | xwiki.webapppath= | ||
24 | {{/code}} | ||
25 | |||
26 | The reason is that XWiki cannot guess the webapp context from the URL in this case. This seemed to work on previous versions but it was actually leading to errors from time to time, depending on what URL was used when doing the first request on the XWiki instance. | ||
27 | ))) | ||
28 | |||
29 | 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+%22<version>%22&tempMax=1000]] fixed in this release. | ||
30 | |||
31 | = For Developers = | ||
32 | |||
33 | == Access Extension fields by name == | ||
34 | |||
35 | Added a method in Extension to access a field (name, summary, version, etc.) value by name. | ||
36 | |||
37 | {{code language="java"}} | ||
38 | /** | ||
39 | * Get an extension field (name, summary, id, etc.) by name. Fallback on properties. | ||
40 | * | ||
41 | * @param <T> type of the field value | ||
42 | * @param fieldName the field name; | ||
43 | * @return the field value or null if none could be found | ||
44 | * @since 7.0RC1 | ||
45 | */ | ||
46 | @Unstable | ||
47 | <T> T get(String fieldName); | ||
48 | {{/code}} | ||
49 | |||
50 | == Skin Edition == | ||
51 | |||
52 | * We have added a new [[extensions:Extension.Skin Application]] to easily edit a skin document.((( | ||
53 | {{image reference="skin-edit1.png" width="45%"/}} {{image reference="skin-edit2.png" width="45%"/}} | ||
54 | ))) | ||
55 | * This application provides a new way to override a template. You do not need to edit the ##XWikiSkins## class anymore. | ||
56 | * It also provides the ability to override a file stored in a subdirectory. | ||
57 | * It is now possible to override the LESS templates. | ||
58 | |||
59 | == Extensions Repository improvements == | ||
60 | |||
61 | * The new advanced extension search introduced in 7.0 Milestone 2 has been implemented on server side | ||
62 | * Source URL is now taken into account when importing an extension | ||
63 | * Search and advanced search are now implemented based on Solr which among other things make the search ordered by score by default and boost configuration has been associated to each extension element (high score for extension name and id, etc.) | ||
64 | * Extensions Repository REST service now return scm informations | ||
65 | |||
66 | == Deprecated and Retired projects == | ||
67 | |||
68 | <description of deprecated and retired projects> | ||
69 | |||
70 | == Upgrades == | ||
71 | |||
72 | The following dependencies have been upgraded: | ||
73 | |||
74 | * <list libraries that have been upgraded> | ||
75 | |||
76 | == Miscellaneous == | ||
77 | |||
78 | * XAR Mojos now also format and verify attachment authors. | ||
79 | * ##MandatoryDocumentInitializer## components can now use a ##@Priority## annotation to specify the order in which they should be executed. See [[XWIKI-11905>>http://jira.xwiki.org/browse/XWIKI-11905]]. | ||
80 | * A new ##isMainWikiOnly()## method is available in ##AbstractMandatoryDocumentInitializer## for overriding to specify that the document should be initialized on the main wiki only. | ||
81 | * A new ##setDocumentFields()## method is available in ##AbstractMandatoryDocumentInitializer## to be called when initializing a regular document (which is not a class). | ||
82 | |||
83 | = Translations = | ||
84 | |||
85 | The following translations have been updated: | ||
86 | |||
87 | {{language codes="none, none"/}} | ||
88 | |||
89 | = Tested Browsers & Databases = | ||
90 | |||
91 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
92 | |||
93 | = Performances tests compared to <last super stable version> = | ||
94 | |||
95 | <a summary of the comparison with latest super stable version> | ||
96 | |||
97 | More details on <link to the test report>. | ||
98 | |||
99 | = Known issues = | ||
100 | |||
101 | * [[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]] | ||
102 | |||
103 | = Backward Compatibility and Migration Notes = | ||
104 | |||
105 | == General Notes == | ||
106 | |||
107 | 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. | ||
108 | |||
109 | == Issues specific to XWiki <version> == | ||
110 | |||
111 | <issues specific to the project> | ||
112 | |||
113 | == API Breakages == | ||
114 | |||
115 | The following APIs were modified since <project> <version - 1>: | ||
116 | |||
117 | {{code language="none"}} | ||
118 | <clirr output here> | ||
119 | {{/code}} |