- Jan 28, 2025
-
-
Vincent Massol authored
-
Thomas Mortagne authored
* it does not really make sense to execute the test anywhere else than Windows (cherry picked from commit 3dcef943)
-
xrichard authored
Currently translated at 100.0% (284 of 284 strings) Translation: XWiki Platform/xwiki-platform-ckeditor-ui-Translations-1610x Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/stable-16-10-x/xwiki-platform-ckeditor-ui-translations-1610x/fr/
- Jan 27, 2025
-
-
Thomas Mortagne authored
(cherry picked from commit 01d44d09)
-
Thomas Mortagne authored
(cherry picked from commit 57fc2bf6)
-
Michael Hamann authored
(cherry picked from commit 0b145548)
-
- Jan 25, 2025
-
-
Marius Dumitru Florea authored
* Pause the realtime synchronization while the selection is being restored (asynchronously in a Web Worker) * If the visible content changes (e.g. mouse hover activates some CSS rules that toggle the visibiity of some part of the content, such as the image resize handles) while the selection is being restored (i.e. while the Web Worker computes the diff) we need to redo the transformation (i.e. redo the diff, until the the content remains unchanged). (cherry picked from commit a8fcc8dd)
-
Marius Dumitru Florea authored
* Move the diff computation in a Web Worker (shared by all CKEditor instances on the same page) * Update the code to take into account that restoring the selection is now an asynchronous process. * Show a progress notification message after 1s that can be used to abort the selection restore * Use a simple fake progress based on an exponential function that goes towards 100% but never reaches it * Fix jasmine tests (cherry picked from commit 33efc2f7)
-
- Jan 24, 2025
-
-
github-actions[bot] authored
[stable-16.10.x] XWIKI-22706: The text on registration page is cut after applying invalid input | XWIKI-22706: The text on registration page is cut after applying invalid input | XWIKI-22706: The text on registration page is cut after apply (#3837) * XWIKI-22706: The text on registration page is cut after applying invalid input * WIP (cherry picked from commit 651d317e) * XWIKI-22706: The text on registration page is cut after applying invalid input * Trimmed the output of the validation script so that it doesn't disturb the layout when there's no error message. (cherry picked from commit 3d661180) * XWIKI-22706: The text on registration page is cut after applying invalid input * Fixed typo. (cherry picked from commit a4657942) --------- Co-authored-by:
LucasC <lucas.charpentier@xwiki.com>
-
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)
-
Simpel authored
Currently translated at 100.0% (4503 of 4503 strings) Translation: XWiki Platform/xwiki-oldcore-1610x Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/stable-16-10-x/xwiki-oldcore-1610x/de/
- Jan 23, 2025
-
-
github-actions[bot] authored
XWIKI-22807: Livedata REST result have inconsistent results when called concurrently (#3825) (#3833) (cherry picked from commit 187e5459) Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-
github-actions[bot] authored
(cherry picked from commit d3227eeb) Co-authored-by:
LucasC <lucas.charpentier@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)
-
Thomas Mortagne authored
[stable-16.10.x] XWIKI-22741: Cache path for solr embedded is not properly escaped on Windows
-
jameswartell authored
* Fix writing properties file in improper format, causing '\' to not be properly escaped. Also added regression test. * Clean up old cache files in wrong place. (cherry picked from commit 2e4f1f7d)
-
Michael Hamann authored
* Use the author of the owner document instead of loading the document from the cache/database. * Pass the "restricted" property of the class document to the displayer. * Extend the tests to check the actual renderer parameters. (cherry picked from commit ef978315)
-
Simon Urli authored
XWIKI-22801: Toggles aren't displayed as expected when using "Notifications System Filters Preferences" macro * Add missing dependency to xwiki-bootstrap-switch in the javascript of NotificationSystemFilterPreferences (cherry picked from commit 2221a7ed)
-
- Jan 21, 2025
-
-
Simon Urli authored
* Ensure to pull base image * Minor refactoring (cherry picked from commit 075b0c6b)
-
LucasC authored
* Cleaned up selectors. With the new improved DOM, there's no need for selectors specific to CKEditor * Added `flex-grow` on the content+title+image element. This way, whatever is in it, it will use all the available space in the macro. * Improved code structure (cherry picked from commit e5af673a)
-
- Jan 20, 2025
-
-
Simon Urli authored
* Ensure to use image hash instead of image tag for the tag of built office images (cherry picked from commit 83a9cbf2)
-
Marius Dumitru Florea authored
* Make sure null values (coming from missing space home pages) are listed last in all supported databases * Have to use 'case' in order by because Oracle doesn't support sorting by boolean expression (e.g. order by is null) (cherry picked from commit a7ea4e62)
-
Marius Dumitru Florea authored
* Improve functional test to not interfere with OrphanedPages test. (cherry picked from commit 451598f8)
-
Simpel authored
Currently translated at 100.0% (66 of 66 strings) Translation: XWiki Platform/xwiki-platform-index-tree-macro-DocumentTreeTranslations-1610x Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/stable-16-10-x/xwiki-platform-index-tree-macro-documenttreetranslations-1610x/de/
- Jan 17, 2025
-
-
Marius Dumitru Florea authored
* Add support for sorting the document tree by page name, title, last modification date and creation date, both ascending and descending, through the sortDocumentsBy macro parameter * Add support for sorting the children tree through the sort macro parameter (cherry picked from commit 09cccdb7)
-
Manuel Leduc authored
Adapt page object selector to the new message format. (cherry picked from commit 853224a9)
-
Mend Renovate authored
(cherry picked from commit 723d20b4)
-
Mend Renovate authored
(cherry picked from commit d104b231)
-
- Jan 16, 2025
-
-
Thomas Mortagne authored
(cherry picked from commit fd7fcee3)
-
Maximilien Cuony authored
Added common headers to notification emails to prevent autoresponses from various emails autoreply (cherry picked from commit a9b3cde5054f598fb15f9f891fe395b44d95c1ee) Co-Authored-By:
Simon Urli <simon.urli@xwiki.com> (cherry picked from commit d1b04383)
-