- Jun 05, 2023
-
-
Nikita Petrenko authored
Currently translated at 100.0% (20 of 20 strings) Translation: XWiki Platform/Mentions UI Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/mentions-ui/uk/
-
Simon Urli authored
XWIKI-19070: Change the notifications locations inclusion default: don't consider that the whole wiki is watched when nothing is watched * Change algorithm of the ScopeNotificationFilter so that it works properly with the new default value (wiki not watched by default) even with target events * Fix tests and perform minor improvments in tests
-
- May 31, 2023
-
-
Simon Urli authored
XWIKI-19070: Change the notifications locations inclusion default: don't consider that the whole wiki is watched when nothing is watched This commits provide the modification that have been voted to change the standard behaviour of watched pages for new users. The following behaviour are changed: 1. by default, nothing is watched until the user decided to watch something 2. by default, all events type are enabled until an admin explicitely switched off some event types, or the user does 3. directly following 1 and 2, no event type is magically enabled anymore whenever a user creates a page with autowatch enabled Technically (3) means that we don't need anymore XWikiEventTypesEnabler component so I get rid of it. (1) means that the default value in DefaultWatchedEntitiesManager needed to be changed as well as the way to compute it in the script service: no preferences means no watch. (2) is the one involving most of the changes: I needed to ensure that default value for preferences is enabled, and to also ensure that whenever the list of preferences is empty it means that everything is enabled, which impacts directly UserEventManager to dispatch the events. (2) also means that we don't need the NotificationAdministrationDocumentInitializer for Mention anymore, as by default this event type is now enabled, as well as all the other ones. I updated the integration tests according to the changes. Note that those changes don't involve any migration: existing users that already have preferences should still use their preferences. The behavioural change only applies to new users without any preferences (including without any preferences set at administration level).
-
- May 22, 2023
-
-
Vincent Massol authored
-
- May 12, 2023
-
-
Vincent Massol authored
[Misc] Use AllIT instead of AllITs to match the default test names best practice defined by SonarQube
-
Nikita Petrenko authored
Currently translated at 95.0% (19 of 20 strings) Translation: XWiki Platform/Mentions UI Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/mentions-ui/uk/
-
Nikita Petrenko authored
-
- May 11, 2023
-
-
Nikita Petrenko authored
Currently translated at 100.0% (20 of 20 strings) Translation: XWiki Platform/Mentions Notifications Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/mentions-notifications/uk/
-
Nikita Petrenko authored
-
- May 04, 2023
-
-
Vincent Massol authored
-
- Apr 17, 2023
-
-
Manuel Leduc authored
-
DenisF authored
Currently translated at 100.0% (20 of 20 strings) Translation: XWiki Platform/Mentions Notifications Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/mentions-notifications/ru/
-
- Mar 21, 2023
-
-
Simon Urli authored
-
- Mar 18, 2023
-
-
Simpel authored
Currently translated at 100.0% (20 of 20 strings) Translation: XWiki Platform/Mentions Notifications Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/mentions-notifications/de/
-
- Mar 16, 2023
-
-
Manuel Leduc authored
-
Manuel Leduc authored
-
- Mar 03, 2023
-
-
Michael Hamann authored
* Introduce a new IconManagerScriptServiceComponentList for page tests * Add new required components to DefaultIconManagerComponentList * Fix page tests using IconManagerScriptService. * Fix RenderingScriptServiceComponentList to include XWikiSyntaxEscaper
-
- Mar 02, 2023
-
-
Michael Hamann authored
* Escape also formatted dates just to be on the safe side.
-
- Mar 01, 2023
-
-
Michael Hamann authored
* Mock date formatting in page tests to avoid timezone issues.
-
- Feb 27, 2023
-
-
Michael Hamann authored
* Escape all parts of the notification content for HTML. * Add page tests.
-
Michael Hamann authored
* Write the feed directly to the response. * Use the source parameter of the code macro. * Add page test.
-
- Feb 21, 2023
-
-
Marius Dumitru Florea authored
-
- Feb 17, 2023
-
-
Kevin222004 authored
-
- Feb 06, 2023
-
-
Manuel Leduc authored
https://github.com/junit-team/junit5/issues/2688 is fixed and fields annotated with RegisterExtension can be private.
-
- Jan 23, 2023
-
-
Michael Hamann authored
-
- Jan 18, 2023
-
-
Manuel Leduc authored
-
- Dec 30, 2022
-
-
Alex Cotiugă authored
XWIKI-20500: Whitespace to the right of a mention is not properly displayed when the mention is inside a text, in view mode: appears stuck to the text * using ## is a common practice to handle possible spacing breakage in Velocity code
-
- Dec 05, 2022
-
-
Manuel Leduc authored
Add missing TemplateScriptService component in template Page Tests.
-
- Dec 01, 2022
-
-
Suguru Hirahara authored
Currently translated at 100.0% (20 of 20 strings) Translation: XWiki Platform/Mentions UI Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/mentions-ui/ja/
-
- Nov 28, 2022
-
-
Michael Hamann authored
-
Suguru Hirahara authored
Currently translated at 57.1% (8 of 14 strings) Translation: XWiki Platform/Mentions Notifications Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/mentions-notifications/ja/
-
- Nov 23, 2022
-
-
Suguru Hirahara authored
Currently translated at 80.0% (16 of 20 strings) Translation: XWiki Platform/Mentions UI Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/mentions-ui/ja/
-
- Nov 18, 2022
-
-
Suguru Hirahara authored
Currently translated at 5.0% (1 of 20 strings) Translation: XWiki Platform/Mentions UI Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/mentions-ui/ja/
-
Suguru Hirahara authored
-
Suguru Hirahara authored
Currently translated at 57.1% (8 of 14 strings) Translation: XWiki Platform/Mentions Notifications Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/mentions-notifications/ja/
-
Suguru Hirahara authored
-
- Oct 18, 2022
-
-
Vincent Massol authored
-
- Sep 29, 2022
-
-
Manuel Leduc authored
XWIKI-20132: Merge conflict hit during flavor upgrade when upgrading from 8.4 with filestore (#1926) Lazy store a date in the ExecutionContext the first time it is needed, and reuse it for the next initialization(s), to make the initialization of XWiki.Notifications.Code.NotificationAdministration idempotent.
-
- Sep 15, 2022
-
-
Manuel Leduc authored
-
- Sep 12, 2022
-
-
Manuel Leduc authored
-