- Aug 01, 2022
-
-
Thomas Mortagne authored
-
- Jul 21, 2022
-
-
Manuel Leduc authored
@vue/vue2-jest becomes a mandatory with vue-loader:15.10.0.
-
- Jul 18, 2022
-
-
Eduard Moraru authored
-
Manuel Leduc authored
Fix an issue where the cell above the target one is opened in edit mode by accident.
-
- 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 07, 2022
-
-
Manuel Leduc authored
-
Manuel Leduc authored
-
Manuel Leduc authored
-
Manuel Leduc authored
-
Manuel Leduc authored
-
Manuel Leduc authored
-
Manuel Leduc authored
-
Manuel Leduc 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
-
-
Michael Hamann authored
* Change annotation HTML renderers to only print allowed attributes * Add missing components to component tests.
-
- Jun 29, 2022
-
-
Thomas Mortagne authored
-
Manuel Leduc authored
Use a generic method to detect if the edit form field is visible to the user, the previous way was creating flickers.
-
- Jun 23, 2022
-
-
Marius Dumitru Florea authored
-
Manuel Leduc authored
XWIKI-19451: Edit control cannot be reached for livedata for columns which are much larger than their content Make the tooltip follow the cursor horizontally to minimize the distant to access the actions.
-
- Jun 10, 2022
-
-
Simon Urli authored
* Ensure that liveData doesn't send a "undefined" value for the filter * Fix checkstyle in DefaultLiveDataEntriesResource * Get rid of filters that don't have any constraint
-
- Jun 03, 2022
-
-
Michael Hamann authored
* Improve LivedataAdvancedPanelSort tests to be more atomic.
-
Michael Hamann authored
* Improve LivedataAdvancedPanelFilter tests to be more atomic.
-
Michael Hamann authored
-
Michael Hamann authored
-
Michael Hamann authored
* Add basic tests for all Live Data panels.
-
- Jun 02, 2022
-
-
Michael Hamann authored
* Declare the panel property in all panels. * Use the data from the panel instead of duplicating the information.
-
dependabot[bot] authored
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1 ) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- May 19, 2022
-
-
Manuel Leduc authored
-
Manuel Leduc authored
-
- May 18, 2022
-
-
Manuel Leduc authored
-
Manuel Leduc authored
-
- May 17, 2022
-
-
Vincent Massol authored
-
- May 13, 2022
-
-
Michael Hamann authored
* Ensure that panels are registered even when loading the translations fails.
-
Michael Hamann authored
* Register all panels in the logic * Allow Vue components as panels * Sort panels by order, allowing to inject panels at arbitrary positions
-
Michael Hamann authored
* Add the xwiki:livedata:instanceCreated event.
-
Michael Hamann authored
* Do not replace the original container but instead update it accordingly once Vue.js has been loaded. * Remove the id from the root component as it is now on the wrapping container.
-
- May 12, 2022
-
-
Michael Hamann authored
* Rename bodyElement to container. * Rename addExtensionPanel to registerExtensionPanel.
-
Michael Hamann authored
* Code style. Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-
Michael Hamann authored
* Add an array of extension panel objects to the logic. * Add a new advanced panel that represents an extension. * Add menu items for all extension panels.
-