- Jan 13, 2025
-
-
Thomas Mortagne authored
(cherry picked from commit d53d6e34)
-
Thomas Mortagne authored
[Misc] Make sure Maven download an up to date version of the skin and jetty when building a docker test (cherry picked from commit d85bd8f9)
-
Thomas Mortagne authored
(cherry picked from commit 6f210dab)
-
- Jan 09, 2025
-
-
Thomas Mortagne authored
(cherry picked from commit 587778b8)
-
Marius Dumitru Florea authored
* Apply the XWiki paste filter after the specialized LibreOffice and Google Docs one (when the configuration is on) (cherry picked from commit 86324b63)
-
- Jan 03, 2025
-
-
Thomas Mortagne authored
(cherry picked from commit ff5ff847)
-
- Jan 02, 2025
-
-
Thomas Mortagne authored
* ignore sonar false positive (cherry picked from commit d74a1af9)
-
- Dec 26, 2024
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
Co-authored-by:
LucasC <lucas.charpentier@xwiki.com> Co-authored-by:
Marius Dumitru Florea <marius@xwiki.com> Co-authored-by:
Nikita Petrenko <petrenkonikserg@gmail.com> Co-authored-by:
Simon Urli <simon.urli@gmail.com> Co-authored-by:
Simon Urli <simon.urli@xwiki.com> Co-authored-by:
Simpel <git@simpel.cc> Co-authored-by:
Vincent Massol <vincent@massol.net> Co-authored-by:
xrichard <ldmpub@gmail.com>
-
- Dec 21, 2024
-
-
Marius Dumitru Florea authored
(cherry picked from commit f4e5eb21)
-
Marius Dumitru Florea authored
XWIKI-22488: Editing the paragraph using the In-place editor moves the display window to the bottom/top of the page * Don't show the disconnect notification when leaving the page. (cherry picked from commit 53e4ecc6)
-
- Dec 20, 2024
-
-
Thomas Mortagne authored
* make the code compatible with Java 11 (easier to merge fixes in 15.10.x) (cherry picked from commit 8b53ed9e)
-
Vincent Massol authored
-
Vincent Massol authored
* Fix bad version (thx you Thomas)
-
Thomas Mortagne authored
* fix regression (cherry picked from commit 56e303f2)
-
Vincent Massol authored
* Better fix (the page should be there for all flavors)
-
Vincent Massol authored
-
Vincent Massol authored
-
Thomas Mortagne authored
[Misc] Fix bad setup of Maven reporitories in the integration test framework (all repositories enabled for all types of artifact), should make resolution much faster for SNAPSHOT artifacts (cherry picked from commit 805f615f)
-
- Dec 19, 2024
-
-
Thomas Mortagne authored
* fix regression * use Java 11 compatible code (easier to merge in 15.10.x) (cherry picked from commit 90fb91a6)
-
- Dec 18, 2024
-
-
Michael Hamann authored
* Simplify the code by using ObjectPropertyRequiredRightAnalyzer. * Add missing since-versions. (cherry picked from commit f07073f1)
-
Michael Hamann authored
XWIKI-22471: Add a required rights analyzer for XWiki.Notifications.Code.NotificationEmailRendererClass (cherry picked from commit 3d96bf3c)
-
Michael Hamann authored
XWIKI-22469: Add a required rights analyzer for XWiki.Notifications.Code.NotificationFilterDisplayerClass (cherry picked from commit e70468d2)
-
Michael Hamann authored
* Add a required rights analyzer for XWiki.EventStream.Code.EventClass. * Add a unit test. * Replace duplicated string literals across classes by constants. (cherry picked from commit 521a1343)
-
Michael Hamann authored
(cherry picked from commit 9bdeb82b)
-
Michael Hamann authored
* Add an implementation for RequiredRightAnalyzer<BaseClass>. * Call the new analyzer in the document analyzer. * Add a helper for analyzing wiki content in XClass definitions. * Introduce an analyzer per property type and call the first one that matches. * Add a block supplier provider that supports XClass. * Add tests. (cherry picked from commit 385bde98)
-
Thomas Mortagne authored
(cherry picked from commit 4d06d40b)
-
- Dec 17, 2024
-
-
Simon Urli authored
XWIKI-22571: Backlinks update changes an absolute reference to the moved page into one relative to the current wiki * Update test (cherry picked from commit 4904b347)
-
Marius Dumitru Florea authored
XWIKI-22488: Editing the paragraph using the In-place editor moves the display window to the bottom/top of the page * There were two issues: ** when editing a section inplace, we were removing the tabindex attribute from the editable area too early, and since the realtime plugin puts the editable area in read-only mode while it connects to the realtime session, the focus was lost (to keep the focus the editable area needs to either be editable or have the tabindex attribute set) ** when connecting to the realtime session, the realtime plugin was displaying an information box at the top of the page and it was scrolling it into view (cherry picked from commit 9fb3d668)
-
- Dec 16, 2024
-
-
Thomas Mortagne authored
* add more tests (cherry picked from commit d6fafbc6)
-
Thomas Mortagne authored
XWIKI-21071: 'Import a XAR in a wiki' REST API is not working as expected when "backup=true" and "history=REPLACE" * codestyle (cherry picked from commit 6baee27f)
-
Thomas Mortagne authored
* ignore Sonar false positive (cherry picked from commit 494f8ec4)
-
Michael Hamann authored
* Add a simple required rights analyzer that reports admin or admin and maybe programming right. * Add a unit test. (cherry picked from commit 55c5d568)