Last modified by Thomas Mortagne on 2023/10/13

From version 45.3
edited by Caleb James DeLisle
on 2011/03/14
Change comment: Deletion of image bigattach.png
To version 46.1
edited by Thomas Mortagne
on 2011/03/16
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Caleb_James_DeLisle
1 +XWiki.ThomasMortagne
Content
... ... @@ -75,6 +75,18 @@
75 75  * We have created a new top level project called [[XWiki Commons>>commons:Main.WebHome]], which contains libraries that are generic enough to be reused outside of the XWiki project. New modules are now located under the ##org.xwiki.commons## groupd id at http://maven.xwiki.org/releases/org/xwiki/commons/
76 76  * We have created a new top level project called [[XWiki Rendering>>rendering:Main.WebHome]], which contains a generic rendering engine. New modules are now located under the ##org.xwiki.rendering## group Id, at http://maven.xwiki.org/releases/org/xwiki/rendering/
77 77  
78 +== Extension Manager ==
79 +
80 +* Add minimalistic xar support
81 +** Install/uninstall/upgradde a xar extension
82 +** The xar can have infinite number of pages and attachments, it's just limited by the size of each attachment right now until the storage API support fully streamed attachments
83 +** Very limited upgrade: import add a new version to make sure to not loose anything, there is no real document merging handling
84 +** Delete pages from old version not in the new version when upgrading a xar extension
85 +* Add multiwiki support (install any extension on a specific wiki only)
86 +* Add extension events
87 +
88 +See [[Extension Module documentation>>extensions:Extension.Extension Module]] for more déttails.
89 +
78 78  == Miscellaneous ==
79 79  
80 80  * UI improvements
... ... @@ -93,9 +93,6 @@
93 93  ** [[XWIKI-1776>>http://jira.xwiki.org/jira/browse/XWIKI-1776]]: Support Include of Section Content
94 94  * Improved syntax guide
95 95  ** [[XE-839>>http://jira.xwiki.org/jira/browse/XE-839]]: Add XWiki Syntax 2.1 link specifications to syntax guide
96 -* Improved extension manager
97 -** [[XWIKI-5557>>http://jira.xwiki.org/jira/browse/XWIKI-5557]]: Add extension manager xar handler
98 -** [[XWIKI-5705>>http://jira.xwiki.org/jira/browse/XWIKI-5705]]: Add multiwiki support to extension
99 99  * Declaration of documents requiring to be saved with particular right (edit, programming, etc.) using an XObject
100 100  * [[XE-831>>http://jira.xwiki.org/jira/browse/XE-831]] Provide a XClass that allow to mark pages that require to be saved by a user with certain rights
101 101  * [[XE-832>>http://jira.xwiki.org/jira/browse/XE-832]] Add XWiki.RequiredRightClass to XE documents that require to be saved with certain rights

Get Connected