- Sep 15, 2022
-
-
Manuel Leduc 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
-
- Aug 23, 2022
-
-
Manuel Leduc authored
-
- Aug 10, 2022
-
-
Vincent Massol authored
XWIKI-20064: Cannot use the DefaultResourceReferenceSerializer component with a TemporaryResourceReference
-
- Aug 04, 2022
-
-
Vincent Massol authored
* Fix checkstyle errors (except Class Fan out) * Activate checkstyle * Remove unused code and parameters
-
- Aug 03, 2022
-
-
Vincent Massol authored
-
- Aug 01, 2022
-
-
Thomas Mortagne authored
-
- Jul 18, 2022
-
-
Eduard Moraru 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 30, 2022
-
-
Simon Urli authored
* Use the appropriate filter for odt documents
-
- Jun 23, 2022
-
-
Marius Dumitru Florea authored
-
- May 23, 2022
-
-
Marius Dumitru Florea authored
-
- May 17, 2022
-
-
Vincent Massol authored
-
- May 03, 2022
-
-
Simon Urli authored
* Ensure to rely on the TemporaryAttachmentSessionsManager when using the office importer and the office viewer since those can be called inside the editor
-
- Apr 19, 2022
-
-
Marius Dumitru Florea authored
-
- Mar 29, 2022
-
-
Michael Hamann authored
* Sort slides by numeric id and not by file name. * Extend the test to validate the bug fix.
-
- Mar 28, 2022
-
-
Thomas Mortagne authored
-
- Mar 22, 2022
-
-
Manuel Leduc authored
-
- Feb 22, 2022
-
-
Marius Dumitru Florea authored
-
- Feb 14, 2022
-
-
Marius Dumitru Florea authored
* Fix usage of deprecated APIs (in order to avoid the jquery-migrate warning logs in the JavaScript console).
-
- Feb 03, 2022
-
-
Marius Dumitru Florea authored
* First batch.
-
- Jan 25, 2022
-
-
Simon Urli authored
-
- Jan 04, 2022
-
-
Simpel authored
Currently translated at 100.0% (12 of 12 strings) Translation: XWiki Platform/XWiki.OfficeImporterTranslations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-officeimportertranslations/de/
-
Clemens Robbenhaar authored
Currently translated at 100.0% (12 of 12 strings) Translation: XWiki Platform/XWiki.OfficeImporterTranslations Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-officeimportertranslations/de/
-
- Nov 22, 2021
-
-
Thomas Mortagne authored
-
Vincent Massol authored
-
Vincent Massol authored
-
- Oct 19, 2021
-
-
Marius Dumitru Florea authored
-
- Oct 11, 2021
-
-
Thomas Mortagne authored
-
- Sep 27, 2021
-
-
Thomas Mortagne authored
-
- Sep 21, 2021
-
-
Vincent Massol authored
-
- Aug 24, 2021
-
-
Thomas Mortagne authored
-
- Aug 16, 2021
-
-
Simon Urli authored
* Provide a new scope property in ConfigurableClass with 4 possible values: WIKI, SPACE, ALL_SPACES and WIKI+ALL_SPACES. This property replace the old boolean property configureGlobally which was standing for WIKI (true) and SPACE (false). * Refactor ConfigureClassMacros to use the new property and keep performing request with the old property for backward compatibility reason * Refactor all existing ConfigureClass in xwiki-platform to use the new property * Provide translations for ConfigurableClass properties * Put missing "creator" in the standard right so that it's not displayed in the extension rights * Fix integration tests for ConfigurableClass and ensure to not display all spaces section when viewing configurable class page.
-
- Aug 09, 2021
-
-
Vincent Massol authored
-
- Jul 20, 2021
-
-
Eduard Moraru authored
-
- Jul 15, 2021
-
-
Simon Urli authored
Revert "XWIKI-18723: Make ConfigurableClass support all space and wiki administration cases (#1663)" This reverts commit be359c1e.
-
- Jul 13, 2021
-
-
Simon Urli authored
* Provide a new scope property in ConfigurableClass with 4 possible values: WIKI, SPACE, ALL_SPACES and WIKI+ALL_SPACES. This property replace the old boolean property configureGlobally which was standing for WIKI (true) and SPACE (false). * Refactor a bit ConfigureClassMacros to use the new property * Refactor all existing ConfigureClass in xwiki-platform to use the new property * Provide translations for ConfigurableClass properties * Provide a new module with the migration components for ConfigurableClass * Put missing "creator" in the standard right so that it's not displayed in the extension rights
-
- Jun 22, 2021
-
-
Manuel Leduc authored
-
- Jun 07, 2021
-
-
Vincent Massol authored
* Note that "xwiki-platform-annotation-core" tests were not checked for coverage, it's been fixed.
-