- Jul 24, 2023
-
-
Nikita Petrenko authored
Currently translated at 98.4% (127 of 129 strings) Translation: XWiki Platform/Main.SolrTranslations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/main-solrtranslations/uk/
-
Nikita Petrenko authored
Currently translated at 100.0% (42 of 42 strings) Translation: XWiki Platform/Menu Application Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/menu-application/uk/
-
Simpel authored
-
Simpel authored
-
Simpel authored
Currently translated at 100.0% (160 of 160 strings) Translation: XWiki Platform/xwiki-platform-help-ui-code Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-help-code/de/
-
Simpel authored
Currently translated at 100.0% (3 of 3 strings) Translation: XWiki Platform/Extension - Security - Index Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/extension-security-index/de/
-
Simpel authored
Currently translated at 100.0% (264 of 264 strings) Translation: XWiki Platform/XWiki Platform - CKEditor - UI Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-ckeditor-ui/de/
-
Simpel authored
Currently translated at 100.0% (180 of 180 strings) Translation: XWiki Platform/XWiki.Notifications.Code.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-notifications-code-translations/de/
-
Simpel authored
Currently translated at 100.0% (42 of 42 strings) Translation: XWiki Platform/Menu Application Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/menu-application/de/
-
Simpel authored
-
- Jul 21, 2023
-
-
Michael Hamann authored
This moves the drag&drop code from ApplicationsPanelAdministrationPage into a dedicated SortableElement. This code is then used in StaticListItemsEditor to handle drag&drop for list items in the hope of resolving flickers related to this.
-
Michael Hamann authored
This is an attempt at fixing flickering in WithoutScriptRightIT#createApplicationWithoutScriptRight which seems to be caused by drag&drop operations starting before the class editor page has been fully loaded.
-
Vincent Massol authored
-
Simon Urli authored
Reverting since it brings a regression and the solution is not yet entirely clear (see: #2262) This reverts commit 383ff2e0.
-
Manuel Leduc authored
Exclude the CVEs with score 0 from the count (otherwise a notification is sent for a not listed vulnerability).
-
Sereza7 authored
Currently translated at 100.0% (19 of 19 strings) Translation: XWiki Platform/xwiki-platform-image-lightbox-ui Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-image-lightbox-ui/fr/
-
Sereza7 authored
-
- Jul 20, 2023
-
-
Sereza7 authored
* Fixed web standard error on view mode Note: The 'for' attribute of the label did not point to any id in view mode.
-
Manuel Leduc authored
-
Manuel Leduc authored
Add missing translation.
-
Simon Urli authored
-
- Jul 19, 2023
-
-
Manuel Leduc authored
-
Manuel Leduc authored
-
Sereza7 authored
XWIKI-21104: Panel background color from the color theme is not kept for the edit mode panels, which can break contrast (#2254) * Added a space between the classes for large panels
-
Dorian OUAKLI authored
* Fix CI breaking due to afterEach method not being executed on last test of a scenario * Fix comment
-
Dorian OUAKLI authored
-
Sereza7 authored
* Fixed the 'None' block text color Note: Updated on Iceberg color theme, and for the absence of color theme (triggered on accessibility tests) The change in value is from #999 to #727272
-
Sereza7 authored
* Updated error message color to follow color theme Note: It was a hardcoded color, which is against the code style. However we could argue that the color theme should not influence the style of the invitation sent. It's part of the UI here, so it's important to change, and I don't think it'd have nefarious consequences to follow codestyle here.
-
Michael Hamann authored
XWIKI-19128: burger menu does not have a description
-
Sereza7 authored
* Added a gap in between the login form submit button and the recovery anchors Note: I made this gap 1em large, but this is completely arbitrary.
-
Sereza7 authored
* Changed the class of the label from `hidden` to `sr-only`
-
Sereza7 authored
* Bound the label and description to the selects using aria-describedby and label->for * Updated labels in the notification preference tab * Add text content as label in the button in a sr-only span * Removed the aria attribute aria-describedby when the description/xHint span is not generated.
-
Simon Urli authored
* Stop making the test failing until this is fixed
-
Sereza7 authored
* Changed the nature of the More applications to a button. * Added a couple classes for style. * Removed unused style. * Added aria-controls and aria-expanded support on this disclosure. * Cleaned up styling and considered its responsiveness * Removed bootstrap classes only bringing inconsistencies on non Iceberg themes. * Updated style for small and large panels * More random ID generation for the expanding panel
-
Manuel Leduc authored
-
Manuel Leduc authored
-
Michael Hamann authored
* Don't store security access entries in the internal reference map.
-
- Jul 18, 2023
-
-
Michael Hamann authored
* Add a reference map to store entries that are needed for the hierarchy but that are no longer in the cache. * Use weak references for children to allow children to just disappear and to allow the GC to remove the parts of the hierarchy that are no longer referenced by the cache. * Don't trigger hierarchical cache invalidation when an entry is removed from the cache. * Fix adding shadow parents in the security cache test. * Modify the tests to expect the new behavior of not triggering hierarchical removal when entries are removed from the cache. * Synchronize read operations on internalEntries to avoid concurrent modification of the map due to the removal of garbage collected entries. * Bulletproof disposal by setting "disposed" after removing the entry from the cache. * Add error log messages and a new IllegalCacheStateException when entries are marked as disposed that should not be marked as disposed.
-
Vincent Massol authored
XWIKI-21143: TextAreaClassTest#viewVelocityWikiWithoutOwnerDocument test failing when building with Java 17
-
Vincent Massol authored
-