- Sep 27, 2022
-
-
Thomas Mortagne authored
* Nu Validator is not compatible with this version of ICU4J
-
- Sep 26, 2022
-
-
Thomas Mortagne authored
* implicit version does not seems to work well in extra plugin dependencies
-
Thomas Mortagne authored
* add missing dependencies
-
- Sep 21, 2022
-
-
Thomas Mortagne authored
-
- Sep 15, 2022
-
-
Manuel Leduc authored
-
- Sep 13, 2022
-
-
Manuel Leduc authored
In addition to the migration to docker, we wait for the solr indexing to be completed before checking the backlinks.
-
- Sep 08, 2022
-
-
Thomas Mortagne authored
* fix conflict with legacy dependencies
-
Thomas Mortagne authored
-
- Sep 07, 2022
-
-
Oana-Lavinia Florean authored
* replace the livetable with a call to the liveData macro and specify that the wiki syntax must be used * update how filters are applied, since the empty value should be also considered * update js code to use the liveData api * use id as the liveData entry identifier * removed unnecessary reinitialization of a liveData logic instance * avoid a cycling dependency by moving AttachmentsPane inside the xwiki-platform-flamingo-skin module, where all the attachments pane resources are * update AttchmentsPane code to use the LiveData instead of the old LiveTable * update liveData filterColumn to support select options with different values from the displayed ones * fix bug: the liveData wasn't loading on page refresh * create a AttachmentsViewPage to support actions possible on a ViewPage when the attachments tab is active * update tests to use the new AttachmentsViewPage * remove duplicate code * wait for suggestions to be displayed before selecting one * lazy load skin extensions * remove duplicate skin extensions load, since they are already loaded inside attachmentsinline.vm
-
- Sep 06, 2022
-
-
Simon Urli authored
* Fix again legacy dependencies
-
Simon Urli authored
* Fix legacy pom * Exclude the not legacy jar from war-legacydependencies to avoid duplicated classes
-
- Sep 05, 2022
-
-
Simon Urli authored
* Move DocumentVersionReference to model-api in proper package * Create a new legacy module for extension-handler-xar * Move the old class in it and mark it deprecated * Move old usage of the old class, to use new one * Create an aspect for the DocumentUnifiedDiff constructor for preserving backward compatibility * Update xwiki-platform-distribution-war-legacydependencies to include the new legacy module
-
- Aug 25, 2022
-
-
Manuel Leduc authored
-
- Aug 24, 2022
-
-
Vincent Massol authored
[Misc] Move PDF Export Test from distribution flavor tests to flamingo skin tests, following our best practices of having IT tests closest to the module where the tested code is implemented. Also moved to a Docker-based test.
-
- Aug 23, 2022
-
-
Manuel Leduc authored
-
- Aug 10, 2022
-
-
Vincent Massol authored
XWIKI-20064: Cannot use the DefaultResourceReferenceSerializer component with a TemporaryResourceReference
-
- Aug 09, 2022
-
-
Marius Dumitru Florea authored
-
Vincent Massol authored
* Refactor XWiki oldcore which was using several classes from the Formula Renderer using a hack so that that PDF export would be able to include formulas. The refactoring was done to offer a generic implementation for PDF export, based on the Resource module, to handle all type of resources. The Formula macro moved in contrib was also modified to use Temporary Resources, thus making it compatible with the refactoring done for PDF export.
-
- Jul 29, 2022
-
-
Vincent Massol authored
-
- Jul 27, 2022
-
-
Marius Dumitru Florea authored
* Use relative references in the exclusions list * Use POST instead of GET to retrieve the tree contents * Also exclude the Dashbord page (it's not excluded automatically because, same as with the Sandbox page, even if it belongs to an extension, the user can modify it).
-
- Jul 19, 2022
-
-
Simon Urli authored
This provides two things: the fix of the bug by handling a wiki part in the URLs for authentication resource, and a rename of the authentication resource action (forgot becomes retrieveusername and reset becomes resetpassword). Note that the latter changes are not backward compatible, but they were still unstable (since 13.1RC1).
-
- Jul 18, 2022
-
-
Eduard Moraru authored
-
- Jul 13, 2022
-
-
Vincent Massol authored
* We should remove all this and instead rename the module to no use "legacy" in its name since it's not a legacy module in the XWiki sense
-
Vincent Massol authored
* We should remove all this and instead rename the modume to no use "legacy" in its name since it's not a legacy module in the XWiki sense
-
- Jul 08, 2022
-
-
Andreas Jonsson authored
Currently translated at 100.0% (23 of 23 strings) Translation: XWiki Platform/Tour.HomepageTour.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/tour-homepagetour-translations/sv/
-
Andreas Jonsson authored
-
Manuel Leduc authored
-
- Jul 05, 2022
-
-
Thomas Mortagne authored
* we still need the old event in the default WAR as the UI is part of the standard flavor
-
Manuel Leduc authored
- exclude dependencies we don't want in legacy mode
-
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
-
Thomas Mortagne authored
* move EventStatusManager to legacy * fix leftover dependencies
-
Thomas Mortagne authored
* we still need the old event in the default WAR as the UI is part of the standard flavor
-
- Jul 04, 2022
-
-
Manuel Leduc authored
- exclude dependencies we don't want in legacy mode
-
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 01, 2022
-
-
Thomas Mortagne authored
* move EventStatusManager to legacy * fix leftover dependencies
-
- Jun 30, 2022
-
-
Thomas Mortagne authored
* exclude dependencies we don't want in legacy mode
-
Thomas Mortagne authored
* exclude a dependency we don't want in legacy mode
-
- Jun 29, 2022
-
-
Manuel Leduc authored
Replace xwiki-rendering-transformation-macro with xwiki-rendering-legacy-transformation-macro in xwiki-platform-distribution-war-legacydependencies.
-
- Jun 23, 2022
-
-
Marius Dumitru Florea authored
-
- Jun 20, 2022
-
-
Marius Dumitru Florea authored
* We need to add localization-webjar and localization-rest-default to the minimal WAR because job.js from platform-web-war was refactored to use the xwiki-l10n JavaScript module. Moving job.js outside platform-web-war is not easy without a proper skin extension plugin to load files from WebJars.
-