- Mar 16, 2021
-
-
Vincent Massol authored
-
Simon Urli authored
* Fix wrong label * Define a new .label class for forms when we cannot use a label tag.
-
- Mar 15, 2021
-
-
Simon Urli authored
* Fix missing escaping
-
Thomas Mortagne authored
-
Francisco García Moreno authored
Currently translated at 100.0% (3 of 3 strings) Translation: XWiki Platform/Rating module Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/rating-module/es/
-
Francisco García Moreno authored
Currently translated at 100.0% (179 of 179 strings) Translation: XWiki Platform/XWiki.Notifications.Code.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-notifications-code-translations/es/
-
Francisco García Moreno authored
Currently translated at 85.4% (153 of 179 strings) Translation: XWiki Platform/XWiki.Notifications.Code.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-notifications-code-translations/es/
-
Francisco García Moreno authored
Currently translated at 100.0% (4386 of 4386 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/es/
-
Francisco García Moreno authored
-
Thomas Mortagne authored
* improve retro compatibility with future 12.10.x versions
-
xrichard authored
Currently translated at 94.9% (170 of 179 strings) Translation: XWiki Platform/XWiki.Notifications.Code.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-notifications-code-translations/fr/
-
Jarle Sandmo authored
Currently translated at 100.0% (27 of 27 strings) Translation: XWiki Platform/Include Macro Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/include-macro/no/
-
Jarle Sandmo authored
Currently translated at 100.0% (55 of 55 strings) Translation: XWiki Platform/xwiki-platform-extension-handler-xar Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-extension-handler-xar/no/
-
Jarle Sandmo authored
Currently translated at 100.0% (179 of 179 strings) Translation: XWiki Platform/Main WikiManager.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/main-wikimanager-translations/no/
-
Jarle Sandmo authored
Currently translated at 100.0% (26 of 26 strings) Translation: XWiki Platform/XWiki.Refactoring.Default Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-refactoring-default/no/
-
Jarle Sandmo authored
Currently translated at 100.0% (179 of 179 strings) Translation: XWiki Platform/XWiki.Notifications.Code.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-notifications-code-translations/no/
-
Jarle Sandmo authored
Currently translated at 100.0% (9 of 9 strings) Translation: XWiki Platform/Common WikiManager.CommonTranslations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/common-wikimanager-commontranslations/no/
-
Jarle Sandmo authored
Currently translated at 100.0% (129 of 129 strings) Translation: XWiki Platform/Main.SolrTranslations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/main-solrtranslations/no/
-
Jarle Sandmo authored
Currently translated at 99.6% (4372 of 4386 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/no/
-
xrichard authored
Currently translated at 94.4% (169 of 179 strings) Translation: XWiki Platform/XWiki.Notifications.Code.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-notifications-code-translations/fr/
-
- Mar 12, 2021
-
-
Thomas Mortagne authored
XWIKI-18430: Page content is revealed to users that don't have rights if used as a template for the creation of another page
-
Simon Urli authored
* Fix livetable refresh when deleting a filter * Minor fixes in translations
-
Marius Dumitru Florea authored
XWIKI-18358: The links to missing translations from the Information tab should lead to the in-place editor * Bulletproofing: the event is destroyed after all the listeners are called which can happen before the async require block is executed.
-
Marius Dumitru Florea authored
XWIKI-18358: The links to missing translations from the Information tab should lead to the in-place editor * Link directly to edit mode, using different URLs for in-place and stand-alone editors.
-
Simon Urli authored
* Provide two new macros for notification settings: NotificationSystemFiltersPreferencesMacro and NotificationCustomFiltersPreferencesMacro. The first one allows only to enable/disable filters provided as components. The second one allows to create new scope notification filters and to delete them. * Deprecate the NotificationFiltersPreferencesMacro * Change wordings in the new macros to be more clear what they do for users * Change the page objects to reflect those changes * Small improvment in notifications filters API and Default modules to allow create filters for all event types (the event types argument is not needed anymore) to be more consistent with the automatic filter created in case of watching a page.
-
- Mar 11, 2021
-
-
Thomas Mortagne authored
Translations update from Weblate
-
Jarle Sandmo authored
Currently translated at 99.6% (4372 of 4386 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/no/
-
xrichard authored
Currently translated at 100.0% (4386 of 4386 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/fr/
-
- Mar 10, 2021
-
-
Thomas Mortagne authored
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
XWIKI-18358: The links to missing translations from the Information tab should lead to the in-place editor * Show the Translate button in view mode when multilingual is on and the current document doesn't have a translation for the current UI locale * The new Translate button starts in-place editing when possible, otherwise takes you to edit the missing translation * Move the Velocity code out of InPlaceEditing JSX (allows us to use modern JS compiled by Closure Compiler) * Modify the Information tab to link to missing translation pages using view action, but highlight the Translation button with a popover.
-
- Mar 09, 2021
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Simon Urli authored
-
Simon Urli authored
* Avoid script service ambiguity with various type converters: velocity might use the isEventTypeEnabled(String, NotificationFormat, String) instead of the right method with UserReference.
-
- Mar 08, 2021
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Simon Urli authored
XWIKI-18404: The object editor always loads the first object when you have multiple of the same type * Apply the fix proposed by @mflorea
-
Simon Urli authored
* Ensure to use the proper foreign key render for the given dialect and do not rely on the canonical name which is retrieved in lower case.
-