- Feb 18, 2025
-
-
Simon Urli authored
* Ensure to always send an empty value so that it's always an array sent to the server (cherry picked from commit 66ca574f)
-
Simon Urli authored
(cherry picked from commit 542b1243)
-
Thomas Mortagne authored
(cherry picked from commit fc7b7943)
-
Thomas Mortagne authored
-
Marius Dumitru Florea authored
* Merging consecutive PDF link annotations with the same target doesn't make sense all the time (this PO is used to test the old PDF export as well). (cherry picked from commit 7f154d4c)
-
- Feb 17, 2025
-
-
Thomas Mortagne authored
* improve internal API (cherry picked from commit dcc9ac20)
-
Thomas Mortagne authored
* fix test (cherry picked from commit 6984a161)
-
Thomas Mortagne authored
* fix XWikiDocument#getXClass() causing the document to become dirty on Oracle (cherry picked from commit 0549a826)
-
Marius Dumitru Florea authored
* Treat stylesheets loaded from a different domain as missing because paged.js fails to load them anyway without recoving (blocking the PDF export). We'll have to rollback this changed once https://github.com/pagedjs/pagedjs/issues/267 is fixed. (cherry picked from commit 203d57c9)
-
Marius Dumitru Florea authored
(cherry picked from commit e0d43bd5)
-
Marius Dumitru Florea authored
(cherry picked from commit f0302555)
-
- Feb 14, 2025
-
-
Thomas Mortagne authored
[stable-16.4.x] XWIKI-22782: Only save modified xobjects (#3899)
-
Thomas Mortagne authored
(cherry picked from commit 0587cb0c)
-
- Feb 13, 2025
-
-
Marius Dumitru Florea authored
* Workaround for a paged.js bug (cherry picked from commit d0a24681)
-
Michael Hamann authored
* Mark group objects as clean after loading them. (cherry picked from commit c83e77a7)
-
Michael Hamann authored
* Add a new MacroParameterRequiredRightsAnalyzer role. * Add implementations for wiki content and macro content source references. (cherry picked from commit 4dd774ce)
-
Simon Urli authored
* Ignore returning the value of ComputedField properties in REST API, since by definition those field value is computed. (cherry picked from commit 79032f58)
-
- Feb 12, 2025
-
-
Thomas Mortagne authored
(cherry picked from commit cc8fa85e)
-
- Feb 11, 2025
-
-
Thomas Mortagne authored
(cherry picked from commit 4992bbba)
-
Thomas Mortagne authored
(cherry picked from commit 19fa9530)
-
Thomas Mortagne authored
(cherry picked from commit a403c9f9)
-
- Feb 03, 2025
-
-
Dorian OUAKLI authored
XWIKI-22791: Costly and unconditional tag cloud computation done for all live table requests using the default source (cherry picked from commit 85bb58df)
-
Simon Urli authored
XWIKI-22836: Author is not properly set when refactoring links * Fix integration test in that branch
-
Michael Hamann authored
* Configure the "string" field type with docValues="true" as in the default configuration. In tests, this eliminates all fields in the field cache apart from the caches for title_sort and author_display_sort, which seem small in comparison. (cherry picked from commit 062dabeb)
-
- Jan 31, 2025
-
-
Thomas Mortagne authored
(cherry picked from commit 84e1efe4)
-
Thomas Mortagne authored
(cherry picked from commit 0043480d)
-
- Jan 30, 2025
-
-
Simon Urli authored
XWIKI-22836: Author is not properly set when refactoring links (cherry picked from commit ab209acd)
-
github-actions[bot] authored
(cherry picked from commit e35bad81) Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-
github-actions[bot] authored
(cherry picked from commit ca8e7ba8) Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-
Thomas Mortagne authored
(cherry picked from commit bfa534ad)
-
- Jan 28, 2025
-
- Jan 27, 2025
-
-
Michael Hamann authored
(cherry picked from commit 0b145548)
-
- Jan 24, 2025
-
-
Michael Hamann authored
* Rewrite the WikiMacroParameterObjectRequiredRightAnalyzer to not require xwiki-platform-security-requiredrights-default but instead duplicate few lines of code. * Remove the xwiki-platform-security-requiredrights-default dependency as it pulls this dependency into integration tests where it wasn't present before and breaks them as they don't expect the required rights analyzer preventing editing. * Adapt the test case. (cherry picked from commit 6f5a9a00)
-
- Jan 23, 2025
-
-
github-actions[bot] authored
XWIKI-22807: Livedata REST result have inconsistent results when called concurrently (#3825) (#3832) (cherry picked from commit 187e5459) Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-
- Jan 22, 2025
-
-
Michael Hamann authored
* Check VIEW right before rendering titles * Use generic icons when the specific icon can’t be accessed * Don't provide any metadata when the page itself can’t be accessed. * Add tests. (cherry picked from commit ee642f97)
-
Michael Hamann authored
* Ignore the case of parameter names. * Add tests. (cherry picked from commit 3d451e95)
-
Michael Hamann authored
* Add a required rights analyzer for the content macro. * Add tests. (cherry picked from commit 0a705e8e)
-
Michael Hamann authored
* Add support for the source parameter in the context macro's required rights analyzer. * Add translations for the context macro. * Extend the tests of the required rights analyzer. (cherry picked from commit cc74dc80)
-
Michael Hamann authored
* Analyze values wiki-type macro parameters similar to the macro content * Extend the tests to cover macro parameters (cherry picked from commit abdcefc0)
-
Michael Hamann authored
* If wiki parameter values match the default value, execute them in the context of the macro. * Add a required rights analyzer for wiki macro parameter objects. * Add tests. * Expose another helper method in ObjectPropertyRequiredRightAnalyzer (internal for now). (cherry picked from commit c99d501e)
-