- Nov 22, 2024
-
-
Marius Dumitru Florea authored
* Fix OrphanedPagesIT failure. (cherry picked from commit ca0aa6a8)
- Nov 21, 2024
-
-
Simon Urli authored
* Add the missing check and cover it in test (cherry picked from commit 82aa6701)
-
Thomas Mortagne authored
(cherry picked from commit 358cc4ce)
-
Marius Dumitru Florea authored
* Workaround for cyclic dependency (cherry picked from commit 47d43ab7)
-
Marius Dumitru Florea authored
(cherry picked from commit 6c9b77e4)
-
- Nov 19, 2024
-
-
Michael Hamann authored
XWIKI-22662: Impossible to access any editor if the content contains a call to a macro named "default" (#3650) * Don't try loading the "default" RequiredRightAnalyzer<MacroBlock> for a macro named "default". * Add a test case for the default macro. (cherry picked from commit 471381d8)
-
Simon Urli authored
* Compute proper reference in case of top level page * Provide a new integration test covering the bug * Change a bit existing PO for CreatePagePage to allow using it also for the modal (cherry picked from commit eef89614)
-
- Nov 15, 2024
-
-
Thomas Mortagne authored
(cherry picked from commit 9bd9a5dc)
-
Thomas Mortagne authored
(cherry picked from commit d6ae0c35)
-
Thomas Mortagne authored
(cherry picked from commit 39ea9ced)
-
Thomas Mortagne authored
(cherry picked from commit f4261b08)
-
Thomas Mortagne authored
(cherry picked from commit 9261911e)
-
Michael Hamann authored
* fix LoginProtectionIT to work with the new right setup. (cherry picked from commit 155b169a)
-
- Nov 14, 2024
-
-
Thomas Mortagne authored
* fix wrong title (cherry picked from commit 8375eeed)
-
Simon Urli authored
* Ensure to properly set the wiki reference * Add a test to cover it (cherry picked from commit 5f4e68d4b5b7338a03a35059583189527ee393fa)
-
Thomas Mortagne authored
(cherry picked from commit 5efc31ce)
-
- Nov 13, 2024
-
-
Thomas Mortagne authored
XWIKI-22649: Error while rendering template [htmlheader.vm] when clicking on 'Forgot your username' and 'Forgot your password' making the templates unreachable (cherry picked from commit d2d10ed7)
-
- Nov 12, 2024
-
-
Thomas Mortagne authored
(cherry picked from commit 525f5e58)
-
- Nov 07, 2024
-
-
Simon Urli authored
* Fix bad verification * Also fixes XWIKI-22630 (cherry picked from commit 1fb12d27)
-
Simon Urli authored
* Ensure to use the wiki when performing the query * Provide new unit test * also fixes XWIKI-22630 (cherry picked from commit bca72f5c)
-
Manuel Leduc authored
(cherry picked from commit ae810cb4)
-
Michael Hamann authored
* Use an internal comparator that reproduces the order of Solr/the database. * Add an integration test to verify that the sort order corresponds to the used comparator. (cherry picked from commit 4a5e7b04)
-
- Nov 06, 2024
-
-
* Updated the color used by the links in the breadcrumb dropdown.
-
Michael Hamann authored
Before, the search matched both title and name which could hide problems. (cherry picked from commit a4af561c)
-
- Nov 05, 2024
-
-
Michael Hamann authored
XWIKI-22637: The page suggest doesn't search in the page title of untranslated pages with Oracle database * Improve the condition for empty locale to also work on an Oracle database. * Improve the integration test to check for both lowercase and uppercase values in both title and page name in separate tests to produce clearer failures. (cherry picked from commit 959a9657)
-
Michael Hamann authored
* Explicitly sort nulls first in the database query to match the behavior of Solr and other databases. (cherry picked from commit b20e06d9)
-
Michael Hamann authored
* Remove the emoji from the test as it causes a test failure on MySQL 8.4. While it would be good to test with an emoji, the emoji didn't cause any actual differences in test executions so far and thus doesn't seem worth the hassle of making sure we don't use it on MySQL 8.4. (cherry picked from commit 67b865fb)
-
Thomas Mortagne authored
* found some information suggestion that "C.UTF-8" should work fine on Debian 10 (cherry picked from commit 0e07e51d)
-
Thomas Mortagne authored
* add some explanation on why we use this (cherry picked from commit b6efa942)
-
Thomas Mortagne authored
(cherry picked from commit d5d54c22)
-
Michael Hamann authored
* Add a configuration variant for PostgreSQL < 17. * Add an integration test to test sorting consistency between Solr and the database and a test for Unicode lower/uppercase behavior. (cherry picked from commit 5b44731d)
-
Michael Hamann authored
* Change the PostgreSQL locale used in integration tests to the recommended one that has sorting compatible with Solr. (cherry picked from commit 4e230d87)
-
- Nov 04, 2024
-
-
Thomas Mortagne authored
* remove unused import (cherry picked from commit c80e2734)
-
- Oct 31, 2024
-
-
Simon Urli authored
* Improve getBaseBinURL so that it fallbacks on currentWiki if this one is provided * Add a new getURL API taking into account the wiki name * Extract the wiki from the entityReference when using getURL with a reference * Fix and cover possible NPE * Move wikiName argument to the beginning to follow the URL scheme * Remove Unstable * minor fix (cherry picked from commit 77c5da6d)
-
- Oct 30, 2024
-
-
Thomas Mortagne authored
(cherry picked from commit 50aab4c0)
-
Simon Urli authored
-
Simon Urli authored
-