- Dec 28, 2021
-
-
Thomas Mortagne authored
XWIKI-19276: Cannot update to XWiki 13.10.2: "Index column size too large. The maximum column size is 767 bytes" * moved DYNAMIC raw type migration first * also removed R130200001 migration which does the exact same thing (cherry picked from commit 1f3d8049)
-
- Dec 27, 2021
-
-
Marius Dumitru Florea authored
-
- Dec 24, 2021
-
-
Marius Dumitru Florea authored
XWIKI-17793: Users cannot continue typing seamlessly after inserting a mention with the '@' shortcut XWIKI-19236: Mentions are not inline where inserted in an empty line * Enforce the inline mode when inserting the mention macro using the @ shortcut. This also moves the caret after the macro. (cherry picked from commit 0cc58873)
-
- Dec 23, 2021
-
-
Alex Cotiugă authored
(cherry picked from commit 218c1af3)
-
Alex Cotiugă authored
(cherry picked from commit 2f4ba9d1)
-
Alex Cotiugă authored
This reverts commit aca287e1.
-
Thomas Mortagne authored
(cherry picked from commit 6227d114)
-
- Dec 21, 2021
-
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
-
- Dec 20, 2021
-
-
Simon Urli authored
XWIKI-18717: NPE in 'xpart.vm' when adding comments with CAPTCHA as guest user which causes errors in browser and prevents adding further comments * Bulletproof commentfield.vm to ensure to not perform API call with null parameter value * Bulletproof BaseClass#addField to ensure to not obtain a NPE in case it's called with a null value, and to log a warning in such case (cherry picked from commit 7864b065)
-
Simon Urli authored
* Fix case when there's no vote * Ensure to cover it with test case (cherry picked from commit 0518aba2)
-
Simon Urli authored
XWIKI-19024: DefaultAuthenticationFailureManager#getMaxTime will fail for time window bigger than 25 days * Ensure to use a long value * Add a test to expose the bug and ensure it's fixed (cherry picked from commit 25fde477)
-
- Dec 17, 2021
-
-
Manuel Leduc authored
Fix the Page Tests that were time zone sensitive.
-
- Dec 15, 2021
-
-
Marius Dumitru Florea authored
-
- Dec 14, 2021
-
-
Manuel Leduc authored
XWIKI-19072: Make the last segment of the breadcrumbs displayed in Live Data the same color as the other segments
-
Simon Urli authored
XWIKI-19224: Pages containing used XClass get deleted even if they are not selected from the tree when Delete action is performed from the page itself XWIKI-19233: Cannot delete a translated xclass document * Ensure that the concernedEntities map is properly manipulated in AbstractEntityJobWithChecks * Ensure to not perform XClass check in XClassDeletingListener when the page to be deleted is a translation * Add new dedicated integration tests in DeletePageIT to check the scenario related to the tickets (cherry picked from commit 447616fa)
-
- Dec 13, 2021
-
-
Manuel Leduc authored
XWIKI-19091: When using the Mentions macro, new instances of CKEditor can fail to load after page initialization
-
Manuel Leduc authored
-
Manuel Leduc authored
- Move parseDateRange from LiveTableResultsMacros.xml to macros.vm - Use parseDateRange in getdocuments.vm to support iso 8601 date filters (cherry picked from commit b7ac20b7)
-
- Dec 10, 2021
-
-
Thomas Mortagne authored
(cherry picked from commit a8c673e8)
-
Simon Urli authored
* Fix coverage property on 13.4.x
-
Simon Urli authored
Revert "XWIKI-15814 - Messages sent to followers only appear in the Notificat… (#1282)" This reverts commit fe242d7d. It has been decided to revert this commit after a vote on https://forum.xwiki.org/t/discard-changes-performed-for-xwiki-15814/9536/. Basically the feature introduced in XWIKI-15814 is creating a new behaviour which is causing some regression, for a very small benefit. (cherry picked from commit 0279ed6f)
-
- Dec 06, 2021
-
-
Thomas Mortagne authored
XWIKI-19206: The entry type of a page in an extension is not honored upon install with EM if the extension depends on another extension which specifies a different entry type for the same page (cherry picked from commit ef40a29f)
-
- Dec 03, 2021
-
-
Alex Cotiugă authored
* register the annotations handler only when the annotations trigger is available (cherry picked from commit d44ced70)
-
- Dec 02, 2021
-
-
Thomas Mortagne authored
(cherry picked from commit 527fd2e5)
-
- Nov 30, 2021
-
-
Manuel Leduc authored
Capture a stale element issue when calling waitUntilReady just after a page load
-
- Nov 29, 2021
-
-
Thomas Mortagne authored
XWIKI-18983: Regular users cannot move or delete anymore a page created by them which has been converted to terminal (cherry picked from commit 232ff452)
-
- Nov 26, 2021
-
-
Manuel Leduc authored
Wrap the localization of platform.livetable.docNotViewable on a call to jsontool.serialize to form a valid javascript string. (cherry picked from commit 35f230a7)
-
- Nov 24, 2021
-
-
Vincent Massol authored
XWIKI-19081: Async Rendering is broken on Jetty 10.0.3+/9.4.x+ because double url encoded URI are rejected * Jetty 9.x is not affected actually
-
Simon Urli authored
* Implements equals and hashCode in both MergeManagerResult and MergeDocumentResult * Add tests (cherry picked from commit d1fdb798)
-
Manuel Leduc authored
XWIKI-19110: Live Data tables appear to be loading continuously when a greyed out layout is selected (cherry picked from commit 3fa11858)
-
- Nov 19, 2021
-
-
Thomas Mortagne authored
(cherry picked from commit 89193276)
-
Simon Urli authored
* Fix wrong usage of dt html element (cherry picked from commit 5e56a0c7)
-
Simon Urli authored
* Refactor remplates of resetpassword and forgotusername to use same style as the login template. (cherry picked from commit 158da414)
-
Simon Urli authored
* Add missing unit tests for skinx (cherry picked from commit b95a1c3d)
-
Simon Urli authored
* Avoid a NPE when the context doc is null * Document that XWikiContext#getDoc can be null (cherry picked from commit 3cdb378e)
-
- Nov 15, 2021
-
-
Thomas Mortagne authored
XWIKI-19123: Possible java.lang.IllegalArgumentException: java.io.NotSerializableException: org.xwiki.eventstream.store.internal.LegacyEvent when marking a user notification as read * revert a change that cause a regression (cherry picked from commit 771ed82b)
-