- Jul 03, 2024
-
-
Thomas Mortagne authored
* remove unused import
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
- Jul 02, 2024
-
-
Vincent Massol authored
-
LucasC authored
* Updated the icons on the object and class editors to use current icontheme * Added a translation for the property move handle * Removed the alt text for the icon itself and moved the translation to the containing button instead * Added an icon to the iconTheme, and used it in instead of a hard coded icon from datamodel. * Fixed format on dataeditors.css * Set the color of the delete icons to RED * Removed extra padding from the object title.
-
Marius Dumitru Florea authored
* Fix the listener component hint to match the package (thanks @surli )
-
Marius Dumitru Florea authored
* Add functional tests for limiting script right and for editing translations * Move "multi users" tests to RealtimeWYSIWYGEditorIT and use the new multi user test "framework" * Add page objects to interact with the macro content field on the Macro Edit modal
-
Marius Dumitru Florea authored
XWIKI-22309: When creating a new document translation from realtime inplace editor, the content is synchronized with the original translation * Detect when the current document locale changes without a page reload and update the realtime document locale (that is going to be used to fetch the Netflux channels). * When creating a new realtime editor, check if the "all users" channel (that is shared) matches the current realtime document locale, and if it does not then disconnect and connect to the new channel.
-
Marius Dumitru Florea authored
* Stop submitting the Netflux channel after we disconnect from the realtime session (do proper cleanup).
-
Marius Dumitru Florea authored
* Fix a bug in EntityChannelScriptAuthorTracker which didn't lower / update the script level when the target entity reference had initially a low script level (e.g. when two users edit a page whose last author didn't have script right, one of them could use the rights of the other to execute scripts) * Assume that a request can submit data associated with multiple documents (or document translations) so don't try to determine the entity that is targeted by the request; simply compute the effective author by taking the most recent author with the least script rights * Update since versions
-
Marius Dumitru Florea authored
* Update since version
-
Marius Dumitru Florea authored
* Also make sure the CKEditor requests that affect the edited content use the content locale and not the current UI locale because they can differ (e.g. when there's no document translation matching the current UI locale).
-
Marius Dumitru Florea authored
* reload the edit mode when switching the edited translation * change the document locale before locking it (taking care to restore the original translation if the edit fails for the new translation) * when reloading the document JSON, fallback on the orignal translation if the requested translation doesn't exist * when rendering the document, fallback on the original translation if the edited translation is new (so that we initialize the content of the new translation with the values from the original translation)
-
Marius Dumitru Florea authored
* Add new UITest configuration, named 'servletEngineNetworkAliases', to specify additional aliases that can be used to access the servlet engine running XWiki * Add a helper MultiUserTestUtils that can be injected in test methods allowing to: ** create new browser tabs and associate them with a given XWiki alias (you can log in different users in each of these tabs) ** switch between the created tabs, taking care of restoring the proper form token and base URL ** close the created tabs (except the first one) ** access the handle of the first (main) tab
-
- Jul 01, 2024
-
-
Marius Dumitru Florea authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
* forgot to commut a change
-
Thomas Mortagne authored
* https://solr.apache.org/guide/solr/latest/indexing-guide/language-analysis.html#ukrainian is not very up to date...
-
Thomas Mortagne authored
* fix typo
-
Mend Renovate authored
-
- Jun 29, 2024
-
-
Marius Dumitru Florea authored
-
- Jun 28, 2024
-
-
Michael Hamann authored
-
Michael Hamann authored
* Click on the left of the heading to avoid clicking on the date picker popup.
-
Manuel Leduc authored
-
- Jun 27, 2024
-
-
Manuel Leduc authored
* Change the LiveDataConfigurationResolver so that it adds the limit to the list of page sizes if it's not already there * Refactor a bit existing LiveDataMacroTest so that it uses the real components for configuration resolver to have a better coverage --------- Co-authored-by:
Simon Urli <simon.urli@xwiki.com> Co-authored-by:
Marius Dumitru Florea <marius@xwiki.com>
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Michael Hamann authored
-
Michael Hamann authored
* Undo the translation of XWiki syntax elements * Don't translate scripting language names
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Michael Hamann authored
-
Thomas Mortagne authored
-
Simon Urli authored
-
Marius Dumitru Florea authored
-
- Jun 26, 2024
-
-
Michael Hamann authored
XWIKI-21687: LoginIT.loginLogoutAsAdmin(TestUtils, TestReference) and LoginIT.loginWithInvalidCredentials(LogCaptureConfiguration) are flickering * Use the same condition for `isVisible` as for the waiting when opening/closing the drawer. This ensures that if you call `isVisible` after opening/closing the drawer, you get the expected result. * Wait for the x-position of the drawer to be stable when opening the drawer to ensure that the opening animation is finished.
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-