Wiki source code of XWiki Enterprise 2.2 Milestone 2
Last modified by Thomas Mortagne on 2023/10/13 16:35
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
| 2 | {{toc/}} | ||
| 3 | {{/box}} | ||
| 4 | |||
| 5 | Second and last milestone of the XWiki Enterprise 2.2 version ([[Roadmap>>Main.Roadmap]]). The next version will be a Release Candidate. | ||
| 6 | |||
| 7 | The main highlights of this release are: | ||
| 8 | |||
| 9 | * New Registration page (with Captcha and validation features) | ||
| 10 | * HTML export supporting exporting pages using the Colibri skin | ||
| 11 | * Improved speed and responsiveness of the WYSIWYG editor | ||
| 12 | * Ability to preview comments before they are saved and ability to edit existing comments | ||
| 13 | |||
| 14 | = New and Noteworthy (since [[XWiki Enterprise 2.2 Milestone 1>>ReleaseNotes.ReleaseNotesXWikiEnterprise22M1]]) = | ||
| 15 | |||
| 16 | == New Profile & WatchList UI == | ||
| 17 | |||
| 18 | * Complete overhaul of the Profile UI((( | ||
| 19 | [[[[image:profile-home.png||style="border:1px solid black; padding:1px; display:block; width: 800px"]]>>attach:profile-home.png]] | ||
| 20 | ))) | ||
| 21 | * Inclusion of the WatchList manager page into the Profile as a tab((( | ||
| 22 | [[[[image:profile-watchlist.png||style="border:1px solid black; padding:1px; display:block; width: 800px"]]>>attach:profile-watchlist.png]] | ||
| 23 | ))) | ||
| 24 | * Inline-based editing for modifying profile details((( | ||
| 25 | [[[[image:profile-edit.png||style="border:1px solid black; padding:1px; display:block;"]]>>attach:profile-edit.png]] | ||
| 26 | ))) | ||
| 27 | * Added Profile tab for managing Profile preferences | ||
| 28 | * Converted to XWiki Syntax 2.0 | ||
| 29 | |||
| 30 | == New Registration page == | ||
| 31 | |||
| 32 | [[[[image:registration.png||style="border:1px solid black; padding:1px; display:block; width: 800px"]]>>attach:registration.png]] | ||
| 33 | |||
| 34 | * Ability to display a Captcha for spam prevention. | ||
| 35 | * All fields are checked by client-side script as the user types, then checked by the server for security. | ||
| 36 | * One-click login after registration.((( | ||
| 37 | [[image:OneClickLogin.png||width="500"]] | ||
| 38 | ))) | ||
| 39 | * Easy for administrators to add fields, configuration with code. | ||
| 40 | * Can be imported/edited without programming rights. | ||
| 41 | * Works on older wikis if LiveValidation is imported (Captcha won't appear) | ||
| 42 | |||
| 43 | == New Menu in Edit mode == | ||
| 44 | |||
| 45 | The different edition modes that used to be in a separate Panel are now in a new edit menu (similarly to the menu you get in view mode). | ||
| 46 | |||
| 47 | image:editmodeui.png | ||
| 48 | |||
| 49 | == WYSIWYG improvements == | ||
| 50 | |||
| 51 | === Improved speed and responsiveness of the WYSIWYG editor === | ||
| 52 | |||
| 53 | * Decreased the number of tool bar updates (the updates should be delayed with a significant number of milliseconds); normally, just a single update needs to be executed, after the user finishes typing a text fragment | ||
| 54 | * Decreased the number of evaluations done at each update by using a cache; most of the evaluations are related to the current selection and are shared by multiple editor plugins | ||
| 55 | |||
| 56 | == Comments UI improvements == | ||
| 57 | |||
| 58 | === Edit comment === | ||
| 59 | |||
| 60 | The users have the possibility to edit their comments. | ||
| 61 | |||
| 62 | [[[[image:editcomment.png||style="border:1px solid black; padding:1px; display:block;"]]>>attach:editcomment.png]] | ||
| 63 | |||
| 64 | === Preview comment === | ||
| 65 | |||
| 66 | The users have the possibility to preview their comment before submitting it. | ||
| 67 | |||
| 68 | [[[[image:previewcomment1.png||style="border:1px solid black; padding:1px; display:block;"]]>>attach:previewcomment1.png]] | ||
| 69 | |||
| 70 | [[[[image:previewcomment2.png||style="border:1px solid black; padding:1px; display:block;"]]>>attach:previewcomment2.png]] | ||
| 71 | |||
| 72 | == Important bugs fixed == | ||
| 73 | |||
| 74 | * HTML export now support dynamic skin elements (like Colibri skin color theme system) | ||
| 75 | |||
| 76 | == Dependencies upgrade == | ||
| 77 | |||
| 78 | * Upgrade to GWT 2.0.0 | ||
| 79 | |||
| 80 | == General Notes == | ||
| 81 | |||
| 82 | {{warning}} | ||
| 83 | If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases=all// to your //xwiki.cfg// file or explicitly name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...//. | ||
| 84 | {{/warning}} | ||
| 85 | |||
| 86 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above. | ||
| 87 | |||
| 88 | {{warning}} | ||
| 89 | Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. The XWiki CaptchaPlugin was replaced by the [[Captcha Module>>extensions:Extension.Captcha Module]]. If your //xwiki.cfg// contains the line "com.xpn.xwiki.plugin.captcha.CaptchaPlugin," you must remove it otherwise XWiki will fail to start. Note 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. | ||
| 90 | {{/warning}} | ||
| 91 | |||
| 92 | = Dependencies = | ||
| 93 | |||
| 94 | This release includes the following modules in the specified versions since XWiki Enterprise 2.2 Milestone 1 was released. | ||
| 95 | |||
| 96 | == Core/Web == | ||
| 97 | |||
| 98 | |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL | ||
| 99 | |##com.xpn.xwiki.platform##|##xwiki-*##|2.2-milestone-2|2.2-milestone-1|[[jira>>https://jira.xwiki.org/browse/XWIKI]] | ||
| 100 | |##org.xwiki.platform##|##xwiki-*##|2.2-milestone-2|2.2-milestone-1|[[jira>>https://jira.xwiki.org/browse/XWIKI]] | ||
| 101 | |||
| 102 | == Applications == | ||
| 103 | |||
| 104 | |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL | ||
| 105 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-administration##|1.23|1.22|[[jira>>https://jira.xwiki.org/browse/XAADMINISTRATION]] | ||
| 106 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-blog##|1.19|1.19|[[jira>>https://jira.xwiki.org/browse/XABLOG]] | ||
| 107 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-officeimporter##|1.13|1.13|[[jira>>https://jira.xwiki.org/browse/XAOFFICE]] | ||
| 108 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-panels##|1.32|1.31|[[jira>>https://jira.xwiki.org/browse/XAPANELS]] | ||
| 109 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-scheduler##|1.16|1.16|[[jira>>https://jira.xwiki.org/browse/XASCH]] | ||
| 110 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-statistics##|1.6|1.6|[[jira>>https://jira.xwiki.org/browse/XASTATS]] | ||
| 111 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-tag##|1.8|1.8|[[jira>>https://jira.xwiki.org/browse/XATAG]] | ||
| 112 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-watchlist##|1.24|1.24|[[jira>>https://jira.xwiki.org/browse/XPWATCHLIST]] | ||
| 113 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-webdav##|1.2|1.2|[[jira>>https://jira.xwiki.org/browse/XAWEBDAV]] | ||
| 114 | |##com.xpn.xwiki.platform.applications##|##xwiki-application-wiki-macro-bridge##|1.3|1.3|[[jira>>https://jira.xwiki.org/browse/XAWMB]] | ||
| 115 | |||
| 116 | == Plugins == | ||
| 117 | |||
| 118 | |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL | ||
| 119 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-activitystream##|1.5|1.5|[[jira>>https://jira.xwiki.org/browse/XPAS]] | ||
| 120 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-jodatime##|1.3|1.3|[[jira>>https://jira.xwiki.org/browse/XPJODA]] | ||
| 121 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-lucene##|1.14|1.13|[[jira>>https://jira.xwiki.org/browse/XPLUCENE]] | ||
| 122 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-mailsender##|1.13|1.13|[[jira>>https://jira.xwiki.org/browse/XPMAIL]] | ||
| 123 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-scheduler##|1.16|1.16|[[jira>>https://jira.xwiki.org/browse/XASCH]] | ||
| 124 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-skinx##|1.13|1.13|[[jira>>https://jira.xwiki.org/browse/XSKINX]] | ||
| 125 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-tag##|1.8|1.8|[[jira>>https://jira.xwiki.org/browse/XATAG]] | ||
| 126 | |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-watchlist##|1.24|1.24|[[jira>>https://jira.xwiki.org/browse/XPWATCHLIST]] | ||
| 127 | |||
| 128 | == Skins == | ||
| 129 | |||
| 130 | |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL | ||
| 131 | |##com.xpn.xwiki.platform.skins##|##xwiki-skin-albatross##|1.27|1.27|[[jira>>https://jira.xwiki.org/browse/XSALBATROSS]] | ||
| 132 | |##com.xpn.xwiki.platform.skins##|##xwiki-skin-colibri##|1.10|1.9|[[jira>>https://jira.xwiki.org/browse/XSCOLIBRI]] | ||
| 133 | |##com.xpn.xwiki.platform.skins##|##xwiki-skin-toucan##|1.32|1.32|[[jira>>https://jira.xwiki.org/browse/XSTOUCAN]] | ||
| 134 | |||
| 135 | == Top Level POM == | ||
| 136 | |||
| 137 | |=Group Id|=Artifact Id|=New Version|=Old Version | ||
| 138 | |##com.xpn.xwiki.platform##|##xwiki##|28|28 | ||
| 139 | |||
| 140 | == Tools == | ||
| 141 | |||
| 142 | |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL | ||
| 143 | |##org.xwiki.platform.tools##|##xwiki-configuration-resources##|1.37|1.36|[[jira>>https://jira.xwiki.org/browse/XTCONFRES]] | ||
| 144 | |##org.xwiki.platform.tools##|##xwiki-jetty-resources##|1.17|1.17|[[jira>>https://jira.xwiki.org/browse/XTJETTY]] | ||
| 145 | |##org.xwiki.platform.tools##|##xwiki-license-resources##|1.1|1.1|[[jira>>https://jira.xwiki.org/browse/XTLICENSE]] | ||
| 146 | |##org.xwiki.platform.tools##|##xwiki-packager-plugin##|1.15|1.15|[[jira>>https://jira.xwiki.org/browse/XTPACKAGER]] | ||
| 147 | |##org.xwiki.platform.tools##|##xwiki-rootwebapp##|1.3|1.3|[[jira>>https://jira.xwiki.org/browse/XTROOT]] | ||
| 148 | |##org.xwiki.platform.tools##|##standards-validator##|1.1|1.1|[[jira>>https://jira.xwiki.org/browse/XTVALIDATOR]] | ||
| 149 | |##org.xwiki.platform.tools##|##xwiki-xar-handlers##|1.9|1.9|[[jira>>https://jira.xwiki.org/browse/XTXARHANDLER]] | ||
| 150 | |##org.xwiki.platform.tools##|##xwiki-xar-plugin##|1.13|1.13|[[jira>>https://jira.xwiki.org/browse/XPXARPLUGIN]] | ||
| 151 | |##org.xwiki.platform.tools##|##xwiki-verification-resources##|1.14|1.14|[[jira>>https://jira.xwiki.org/browse/XTVERIFICATIONS]] |