Last modified by Thomas Mortagne on 2017/03/24

<
From version < 9.1 >
edited by Vincent Massol
on 2008/08/28
To version < 13.1 >
edited by Vincent Massol
on 2008/08/29
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,17 +7,21 @@
7 7  
8 8  First milestone of the XWiki Enterprise 1.6 version ([Roadmap>enterprise:Main.Roadmap]).
9 9  
10 +#warning("This version of XWiki Enterprise has two known regressions regarding LDAP management : *LDAP logins containing dots* can't be used and the *group synchronization feature does not work*.")
11 +
10 10  1.1 Summary of changes since XWiki Enterprise 1.5
11 11  
12 12  Main changes:
13 13  
14 14  * New experimental support for other syntaxes (Confluence, JSPWiki, Creole, MediaWiki, TWiki and XHTML), including a new XWiki Syntax v2.0 (work in progress, see [XWiki Syntax 2.0 Draft>dev:Drafts.XWikiSyntax20]).#info("To start entering page content using the new syntaxes, you must be logged with admin rights, go to the page you wish to edit and change the Syntax for the page to the one you wish to use. Note that all syntaxes except the XWiki 1.0 and XWiki 2.0 ones have important limitations (like links not working).")
15 -* New experimental WYSIWYG editor (Work In Progress)#info("To activate it you must be logged with admin rights, go to the page you wish to edit, change the Syntax of the page to <tt>XWiki 2.0</tt> (right panel in edit mode), save. From then on when you edit with the WYSIWYG editor you'll be using the new editor. For some details about the new syntax please see the [XWiki Syntax 2.0 Draft>dev:Drafts.XWikiSyntax20]. Again this is work in progress but we'd like *as much feedback as possible*. Known issues with the editor:\\- Some issues on IE6/7\\- Nested lists does not work\\- Any special char is transformed in an entity")
17 +* New experimental WYSIWYG editor (Work In Progress)#info("The look & feel is not the final one. Please look at the [new WYSIWYG Design page>dev:Design.NewWysiwygEditorInterface] to see what it'll look like (except for the colors which will be different). To activate the new editor you must be logged with admin rights, go to the page you wish to edit, change the Syntax of the page to <tt>XWiki 2.0</tt> (right panel in edit mode), save. From then on when you edit with the WYSIWYG editor you'll be using the new editor. For some details about the new syntax please see the [XWiki Syntax 2.0 Draft>dev:Drafts.XWikiSyntax20]. Again this is work in progress but we'd like *as much feedback as possible*. Known issues with the editor:\\- Some issues on IE6/7\\- Nested lists does not work\\- Any special char is transformed in an entity")
16 16  * Improved page footer displaying : comments, attachments, history, various information{image:pagebottom.png}
17 17  * New "Password Renewal and Forgot Username" feature
18 18  * Default account validation & confirmation emails provided in the wiki preferences
19 19  * Added .xml extensions to all exported wiki pages (XAR)
20 -* Wiki titles now generates h1,h2,h3,etc instead of only h3 with specific CSS class
22 +* The generated HTML for wiki titles now start at h1 instead of h2
23 +* New or improved translations: german, french, czech, norwegian, ukrainian
24 +* The name of the main database in virtual wiki mode is not hardcoded to 'xwiki' anymore, and in virtual mode all database names can be prefixed with a configurable value
21 21  
22 22  Important bug fixes:
23 23  
... ... @@ -40,6 +40,3 @@
40 40  You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above.
41 41  
42 42  #warning("Always make sure you compare your <tt>xwiki.cfg</tt> file with the newest version since some configuration parameters were added. Of note, you should add <tt>xwiki.store.migration=1</tt> so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.")
43 -
44 -
45 -

Get Connected