- Sep 15, 2022
-
-
Manuel Leduc authored
-
- Sep 12, 2022
-
-
Manuel Leduc authored
-
- Aug 23, 2022
-
-
Manuel Leduc authored
-
- Jul 18, 2022
-
-
Eduard Moraru authored
-
- Jul 08, 2022
-
-
Marius Dumitru Florea authored
* Publish 'selectize' and 'xwiki-selectize' to the global RequireJS config ('xwiki-selectize' being part of the XWiki WAR) * Modify attachment picker to use the standard 'xwiki-l10n' module and drop the need for Velocity code * Update suggest* modules (that depend on 'xwiki-selectize') and update their usages (Velocity evaluation not needed anymore)
-
- Jul 06, 2022
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
- Jul 05, 2022
-
-
Manuel Leduc authored
- Update the wiki macro xar files to use the new `defaultCategories` property - Update the java macro to call `setDefaultCategories` - Introduction of `xwiki-platform-legacy-rendering-wikimacro` and `xwiki-platform-legacy-rendering-wikimacro-store` - Add an around aspect on `DefaultWikiMacroFactory.getDefaultCategories` to fallback to `defaultCategory` if no categories are found by the default implementation - Move `WikiMacroConstants.MACRO_DEFAULT_CATEGORY_PROPERTY` to legacy - Update `WikiMacroClassDocumentInitializer` to initialize `defaultCategories` instead of `defaultCategory` - Add `xwiki-platform-legacy-rendering-wikimacro-store` to `xwiki-platform-distribution-war-legacydependencies` - Move `org.xwiki.rendering.macro.wikibridge.WikiMacroDescriptor.Builder#defaultCategory` to legacy - Move `WikiMacroDescriptor.getDefaultCategory` to legacy
-
- Jul 04, 2022
-
-
Manuel Leduc authored
- Update the wiki macro xar files to use the new `defaultCategories` property - Update the java macro to call `setDefaultCategories` - Introduction of `xwiki-platform-legacy-rendering-wikimacro` and `xwiki-platform-legacy-rendering-wikimacro-store` - Add an around aspect on `DefaultWikiMacroFactory.getDefaultCategories` to fallback to `defaultCategory` if no categories are found by the default implementation - Move `WikiMacroConstants.MACRO_DEFAULT_CATEGORY_PROPERTY` to legacy - Update `WikiMacroClassDocumentInitializer` to initialize `defaultCategories` instead of `defaultCategory` - Add `xwiki-platform-legacy-rendering-wikimacro-store` to `xwiki-platform-distribution-war-legacydependencies` - Move `org.xwiki.rendering.macro.wikibridge.WikiMacroDescriptor.Builder#defaultCategory` to legacy - Move `WikiMacroDescriptor.getDefaultCategory` to legacy
-
- Jun 23, 2022
-
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
-
- Jun 13, 2022
-
-
Thomas Mortagne authored
-
- Jun 08, 2022
-
-
Manuel Leduc authored
-
- Jun 01, 2022
-
-
Thomas Mortagne authored
-
- May 20, 2022
-
-
Manuel Leduc authored
-
- May 17, 2022
-
-
Vincent Massol authored
-
- May 09, 2022
-
-
Simon Urli authored
-
- Apr 21, 2022
-
-
Manuel Leduc authored
-
- Apr 19, 2022
-
-
Marius Dumitru Florea authored
-
- Apr 12, 2022
-
-
Manuel Leduc authored
- Use getDocumentReferenceWithLocale instead of getDocumentReference when: - passing the DocumentReference to the task consumers. - resolving the previous version of a documentation during mentions analysis - Reindex the links and attachments they are missing for localized pages
-
- Mar 22, 2022
-
-
Manuel Leduc authored
-
- Mar 09, 2022
-
-
Marius Dumitru Florea authored
* Fix the way the user mentions macro is extending the CKEditor configuration.
-
Thomas Mortagne authored
-
- Feb 22, 2022
-
-
Marius Dumitru Florea authored
-
- Feb 21, 2022
-
-
Manuel Leduc authored
Follow up of ef3726f2. - The tasks consumers does not have to deal with context themselves. - A new context is created before loading the tasks from the database. - A new context is created for each call to a consumer and popped afterward.
-
Manuel Leduc authored
-
- Feb 10, 2022
-
-
Manuel Leduc authored
-
Manuel Leduc authored
- Introduce a new xwikidocumentindexingqueue table and the corresponding XWikiDocumentIndexingTask object to persist the document analysis tasks information - Introduce the APIs to queue and consume tasks in xwiki-platform-index-api - Provide the JMX bean to monitor the queue state
-
- Feb 08, 2022
-
-
Marius Dumitru Florea authored
* Also update code to use the standard Promise API.
-
- Feb 05, 2022
-
-
Gankov Andrey 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/ru/
-
- Jan 25, 2022
-
-
Simon Urli authored
-
Simon Urli authored
-
- Jan 20, 2022
-
-
Manuel Leduc authored
-
- Jan 10, 2022
-
-
Manuel Leduc authored
- Upgrade to H2 MVStore 2.0.206 - Move the H2 MVStore file to a backup file if its format is non supported anymore
-
- Jan 05, 2022
-
-
Thomas Mortagne authored
This reverts commit a022068d.
-
Thomas Mortagne authored
This reverts commit 119fa3cc.
-
- Jan 03, 2022
-
-
Vincent Massol authored
-
Vincent Massol authored
-
- Dec 24, 2021
-
-
Marius Dumitru Florea authored
XWIKI-17793: Users cannot continue typing seamlessly after inserting a mention with the '@' shortcut XWIKI-19236: Mentions are not inline where inserted in an empty line * Enforce the inline mode when inserting the mention macro using the @ shortcut. This also moves the caret after the macro.
-
- Dec 23, 2021
-
-
Thomas Mortagne authored
-