Wiki source code of ReleaseNotesXWikiEnterprise20RC1
Last modified by Thomas Mortagne on 2017/03/24 12:29
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | #startfloatingbox() | ||
| 2 | *Contents* | ||
| 3 | #toc ("2" "4" "") | ||
| 4 | #endfloatingbox() | ||
| 5 | |||
| 6 | 1 Release Notes for XWiki Enterprise 2.0 Release Candidate 1 | ||
| 7 | |||
| 8 | This is the first Release Candidate for the XWiki enterprise 2.0 version ([Roadmap>enterprise:Main.Roadmap]). | ||
| 9 | |||
| 10 | 1.1 New and Noteworthy (since XWiki Enterprise 2.0 Milestone 4) | ||
| 11 | |||
| 12 | At a glance (see below for details): | ||
| 13 | * Many improvements and bug fixes in the new Colibri skin | ||
| 14 | * Many general UI improvements | ||
| 15 | * Many WYSIWYG improvements | ||
| 16 | * Many Rendering 2.0 improvements | ||
| 17 | ** Script macro improvements | ||
| 18 | ** Introduce Python macro | ||
| 19 | * Many Watchlist improvements | ||
| 20 | * Activity stream improvements | ||
| 21 | * Blog categories UI improvement | ||
| 22 | * Update translations: | ||
| 23 | ** fr: Thomas Mortagne, Vincent Massol, Guillaume Lerouge | ||
| 24 | ** de: Helmut Lehner | ||
| 25 | ** ro: Elena-Oana Tabaranu | ||
| 26 | ** sv: Andreas Jonsson | ||
| 27 | |||
| 28 | 1.1.1 Colibri skin | ||
| 29 | |||
| 30 | See [Colibri skin detailed release note>https://jira.xwiki.org/secure/ReleaseNote.jspa?version=11215&styleName=Html&projectId=10435&Create=Create] for the complete list | ||
| 31 | |||
| 32 | * Make the color theme selectable from the Administration | ||
| 33 | * New "Create" menu | ||
| 34 | |||
| 35 | 1.1.1 General UI improvements | ||
| 36 | |||
| 37 | * Remove "History" from the edit modes | ||
| 38 | * TOC macro now starts at first level by default | ||
| 39 | * Several IE6/7 bugfixes | ||
| 40 | * Improve group creation form | ||
| 41 | * Reorganize editor button | ||
| 42 | * Diff UI improvement | ||
| 43 | * Improve the Rename form | ||
| 44 | * Nicer pagination of the document history | ||
| 45 | * Display a friendly message instead of an error when clicking on History after having created a new page | ||
| 46 | * The "Rights editor help" panels has been removed | ||
| 47 | * Improve Import administration section | ||
| 48 | |||
| 49 | 1.1.1 WYSIWYG | ||
| 50 | |||
| 51 | * Add internationalization support | ||
| 52 | * Improve UX in wysiwyg dialogs / wizards: navigation, error reporting, forms, etc | ||
| 53 | * \[Bug\] . key acts like the delete key at the end of the list items | ||
| 54 | * \[Bug\] "Enter" doesn't work in the Table Dialog | ||
| 55 | * \[Bug\] "Tab" doesn't work in the Table Dialog in FF 3.5.2 | ||
| 56 | * \[Bug\] Add configuration support for the list of GWT-WYSIWYG plugins | ||
| 57 | * \[Bug\] The browser's Back button doesn't restore unsaved changes to the edited content | ||
| 58 | |||
| 59 | 1.1.1 Rendering 2.0 | ||
| 60 | |||
| 61 | * Several bugfixes in the xwiki/2.0 syntax renderer and parser | ||
| 62 | * Several bugfixes in the xhtml/1.0 syntax renderer and parser | ||
| 63 | |||
| 64 | 1.1.1.1 Script macro | ||
| 65 | See the [Script Macro documentation>extensions:Extension.Script Macro] for more details. | ||
| 66 | |||
| 67 | * Ability to add JARs attached to a page to the Script Macro class loader. | ||
| 68 | * All the script macros in the same rendering process (a document and it's included documents) share the same class loader. For example this makes possible to declare a groovy class in a document and use it in other documents which includes it. | ||
| 69 | |||
| 70 | 1.1.1.1 Python macro | ||
| 71 | |||
| 72 | See [extensions:Extension.Python Macro] for more details. | ||
| 73 | |||
| 74 | 1.1.1 Watchlist | ||
| 75 | |||
| 76 | * Add watch/unwatch wiki in the Watch menu | ||
| 77 | * Improve notification email readability by displaying icons for objects, classes and properties | ||
| 78 | * Watch List support registering for user activity | ||
| 79 | * Put document metadata modifications in diffs | ||
| 80 | * Make the watchlist work across multiple wikis | ||
| 81 | * Put links to pages in email notifications | ||
| 82 | * Use activitystream feed building feature to generate watchlist RSS feed | ||
| 83 | * In virtual mode allow each wiki to have its own watchlist email template document | ||
| 84 | |||
| 85 | 1.1.1 Activity stream | ||
| 86 | |||
| 87 | * Provide a way to delete events after a configurable amount of time | ||
| 88 | * Allow to store all activity events in the main wiki in virtual mode | ||
| 89 | |||
| 90 | 1.1.1 Important bugs fixed | ||
| 91 | |||
| 92 | * XWIKI-4308: Panels in syntax xwiki/2.0 does not work when the current page is not xwiki/2.0 | ||
| 93 | * XE-485: Activitystream mapping file is not referenced in the default hibernate configuration | ||
| 94 | |||
| 95 | 1.1 Known issues | ||
| 96 | |||
| 97 | * [Bugs we know about>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC] | ||
| 98 | |||
| 99 | 1.1 Backward Compatibility and Migration Notes | ||
| 100 | |||
| 101 | 1.1.1 General Notes | ||
| 102 | |||
| 103 | #warning("If you're running in a multiwiki setup you'll also need to define the property <tt>xwiki.store.migration.databases=all</tt> to your <tt>xwiki.cfg</tt> file or explicitly name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...</tt>.") | ||
| 104 | |||
| 105 | You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
| 106 | |||
| 107 | #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.") | ||
| 108 | |||
| 109 | #*1.1.1 API Breakages | ||
| 110 | |||
| 111 | The following APIs were modified since XWiki Enterprise 2.0M4: | ||
| 112 | |||
| 113 | * Rendering Module | ||
| 114 | ** #error("TODO") | ||
| 115 | ** Details:\\{code:none}{code} | ||
| 116 | *# |