Last modified by Thomas Mortagne on 2017/03/24

From version 1.2
edited by Eduard Moraru
on 2013/01/30
Change comment: There is no comment for this version
To version 2.1
edited by Vincent Massol
on 2013/01/31
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.enygma
1 +XWiki.VincentMassol
Content
... ... @@ -6,7 +6,7 @@
6 6  
7 7  <insert description of release here>
8 8  
9 -= New and Noteworthy (since XWiki <version - 1>) =
9 += New and Noteworthy (since XWiki 4.5M1) =
10 10  
11 11  == <feature N> ==
12 12  
... ... @@ -16,7 +16,7 @@
16 16  
17 17  <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!>
18 18  
19 -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+%22<version>%22&tempMax=1000]] fixed in this release.
19 +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-rc-1%22&tempMax=1000]] fixed in this release.
20 20  
21 21  = For Developers =
22 22  
... ... @@ -25,10 +25,11 @@
25 25  It is now possible to provide your custom search UI implementation that will become available in the list of search engines under ##Administration > Applications > Search##.
26 26  
27 27  To achieve this, we have declared the ##org.xwiki.platform.search## [[UI Extension>>extensions:Extension.UIExtension Module]] point ID that accepts 3 parameters:
28 -1. title - the text to display for your implementation in the search engine select
29 -1. admin - a reference to the wiki page where you administrate your search implementation (ex: 'XWiki.SolrSearchAdmin')
30 -1. search - a reference to the search page that should be used when your search implementation is active (ex: 'Main.SolrSearch')
31 31  
29 +1. ##title## - the text to display for your implementation in the search engine select
30 +1. ##admin## - a reference to the wiki page where you administrate your search implementation (ex: 'XWiki.SolrSearchAdmin')
31 +1. ##search## - a reference to the search page that should be used when your search implementation is active (ex: 'Main.SolrSearch')
32 +
32 32  == Deprecated and Retired projects ==
33 33  
34 34  <description of deprecated and retired projects>
... ... @@ -85,7 +85,7 @@
85 85  Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were 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.
86 86  {{/warning}}
87 87  
88 -== Issues specific to XWiki <version> ==
89 +== Issues specific to XWiki 4.5 RC 1 ==
89 89  
90 90  === Existing custom search implementations ===
91 91  
... ... @@ -93,7 +93,7 @@
93 93  
94 94  == API Breakages ==
95 95  
96 -The following APIs were modified since <project> <version - 1>:
97 +The following APIs were modified since XWiki 4.4.1:
97 97  
98 98  {{code language="none"}}
99 99  <clirr output here>

Get Connected