- Dec 03, 2024
-
-
Sereza7 authored
* Removed the space used by the left navbar when it has no children (xwiki standard's default)
-
Simon Urli authored
* Fix wrong deprecated annotation
-
- Dec 02, 2024
-
-
LucasC authored
* Reduced visibility of the separators between fields
-
Simon Urli authored
-
Marius Dumitru Florea authored
Hacking the Edit menu was needed initially when we developed the CKEditor Integration (before we added support for selecting CKEditor as default WYSIWYG editor). We kept the hack while the code was in xwiki-contrib because we were supporting older versions of XWiki.
-
Simon Urli authored
-
LucasC authored
* Removed the bootstrap grid from the card on the Help Home page * Added style to the new card elements * Added a couple classes to force the number of columns * Updated structure on other pages of the help section. * Used bootstrap 3 variables
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
LucasC authored
* Update the structure of the LiveData dropdown (namely, removed separator <li>s and grouped links together) to improve accessibility * Update bootstrap dropdown styles to account for this new kind of separator in dropdowns.
-
LucasC authored
* Layout updated with list elements * Simplified the architecture of the page content (notably replaced a clearfix hack with a flex)
-
Simon Urli authored
* Provide methods to allow querying document based on case sensitive tag * Use that method to get list of documents based on case sensitive tag when renaming a tag to change its case only to preserve backward compat of renaming * Refactoring of existing PO for integration test and cover the scenario in a new integration test * Minor fixes
-
- Nov 29, 2024
-
-
Michael Hamann authored
* Introduce a new `SimpleDocumentCache` for caching values associated with document references. * Use the cache in the `DocumentRequiredRightsManager`. * Return static instances in `DocumentRequiredRightsReader` to reduce the memory usage of the cache. * Remove `DocumentRequiredRightsManager` from the page test component list and instead add a mock in `MockitoOldcore`. * Move `DocumentRequiredRightsManager` to the authorization bridge as it fits better there and with the mock implementation in `MockitoOldcore` there is no need to have it available for tests.
-
Marius Dumitru Florea authored
[misc] Put back the revapi excludes removed by the release script, that were introduced after 16.10.0RC1
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
* Fix parent version after cherry-pick
-
- Nov 28, 2024
-
-
Vincent Massol authored
* Adapt Rendering tests located in platform
-
Marius Dumitru Florea authored
* Update dependency after refactoring the xwiki-platform-uiextension-api module. (cherry picked from commit daf01401)
-
- Nov 27, 2024
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
[Misc] Make sure to test Maven related unit test with both the minimum supported version of Maven and the runtime version
-
Marius Dumitru Florea authored
* Fix cycle in dependecy chain by extracting code that depends on oldcore from uiextension-api in a new uiextension-default. (cherry picked from commit 5eb23e74)
-
Marius Dumitru Florea authored
(cherry picked from commit 284dc991)
-
Marius Dumitru Florea authored
* Inject the login and register link from a UI extension implemented in Java * Modify the upgrade test to catch this problem (cherry picked from commit 91b5141f)
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
- Nov 26, 2024
-
-
一颗小土豆 authored
Currently translated at 80.8% (3640 of 4501 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/zh/
-
Vincent Massol authored
-
- Nov 25, 2024
-
-
Sereza7 authored
* Removed the waiting for forms that do not use livevalidation.
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
Translations update from Weblate
-
- Nov 24, 2024
-
-
Simpel authored
Currently translated at 100.0% (4501 of 4501 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/de/
-
- Nov 23, 2024
-
-
Marius Dumitru Florea authored
* Fix the build (cherry picked from commit db2320de)
-
- Nov 22, 2024
-
-
LucasC authored
* Fixed the wait condition at the end of the formFilling function * Fixed the wait condition for password change
-
Sereza7 authored
* Added type=`button` on the edit form buttons (that are not here for form submission) so that we avoid mistakenly triggering them implicitely.
-
LucasC authored
* Deprecated the old translation key that contained HTML syntax * Replaced it with a juxtaposition of smaller translations. * When nesting was needed, used parameters to make sure we don't have syntax inside the translation values. * Updated the two uses of the old translation key
-
Marius Dumitru Florea authored
* Improve the Icon Service caching and move the icon name filtering server side. (cherry picked from commit d84b9eff)
-