Last modified by Thomas Mortagne on 2020/01/28

<
From version < 6.2 >
edited by Denis Gervalle
on 2014/02/12
To version < 8.1 >
edited by Denis Gervalle
on 2014/02/26
>
Change comment: Add some information about the crypto API and link to its javadoc

Summary

Details

Page properties
Content
... ... @@ -10,6 +10,10 @@
10 10  
11 11  [[Full list of issues fixed and Dashboard for 5.4.1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12003]].
12 12  
13 +== Improvement ==
14 +
15 +* In the Wiki Index, all the wikis that the user can not access [[are not displayed anymore>>extensions:Extension.Wiki Application||anchor="HNewmenusandWikiIndex"]].
16 +
13 13  == Full Issue List ==
14 14  
15 15  {{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
... ... @@ -32,6 +32,24 @@
32 32  
33 33  * [[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]]
34 34  
39 += For Developers =
40 +
41 +== New extensible cryptographic APIs ==
42 +
43 +A new API is available to support all kind of cryptographic processing. This new API is build over the component architecture of XWiki to be fully extensible through external extensions. The ScriptService as well as the module documentation are still to be written, but the whole API is available from the component manager and you may access the javadoc from:
44 +
45 +{{velocity}}
46 +#macro(cryptoJavadocUrl $version $module)
47 +http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/org/xwiki/platform/xwiki-platform-crypto-${module}/${version}/xwiki-platform-crypto-${module}-${version}-javadoc.jar/!/index.html
48 +#end
49 +
50 +* [[Javadoc for XWiki Platform Crypto Common>>#cryptoJavadocUrl("5.4.1" "common")]]
51 +* [[Javadoc for XWiki Platform Crypto Password>>#cryptoJavadocUrl("5.4.1" "password")]]
52 +* [[Javadoc for XWiki Platform Crypto PKIX>>#cryptoJavadocUrl("5.4.1" "pkix")]]
53 +* [[Javadoc for XWiki Platform Crypto Cipher>>#cryptoJavadocUrl("5.4.1" "cipher")]]
54 +* [[Javadoc for XWiki Platform Crypto Signer>>#cryptoJavadocUrl("5.4.1" "signer")]]
55 +{{/velocity}}
56 +
35 35  = Backward Compatibility and Migration Notes =
36 36  
37 37  == General Notes ==
XWiki.XWikiComments[0]
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.f2boot
Comment
... ... @@ -1,0 +1,5 @@
1 +I am afraid this upgrade broke all admin pages in my sub wikis (XWikiPrefences icons and links broken, no access to any page from admin workspace)
2 +(just followed distribution wizard)
3 +Would it be linked to bug described in http://xwiki.475771.n2.nabble.com/Possible-important-issues-with-PR-when-upgrading-a-farm-mode-subwiki-td7588937.html ?
4 +
5 +As allways, do not proceed with upgrade without a database backup at hand...
Date
... ... @@ -1,0 +1,1 @@
1 +2014-02-17 11:30:51.0

Get Connected