- Jul 05, 2022
-
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
* Cookies can be duplicated. The code shouldn't break when it happens. Also, it's good to log all cookies, even duplicated ones.
-
- Jul 04, 2022
-
-
Manuel Leduc authored
Fix scope of xwiki-commons-tool-test-simple in xwiki-platform-legacy-rendering-wikimacro-api.
-
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
-
Thomas Mortagne authored
* fix deprecated call
-
Michael Hamann authored
* Revert test changes that were done in "XWIKI-19402: Upgrade to Tika 2.3.0" due to changed behavior in Tika 2.3.0 that has been reverted now. See also issue XWIKI-19447. This reverts commit adcc7715.
-
Manuel Leduc authored
-
Thomas Mortagne authored
-
- Jun 30, 2022
-
-
Michael Hamann authored
-
Manuel Leduc authored
-
Thomas Mortagne authored
-
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
-
Michael Hamann authored
* Change annotation HTML renderers to only print allowed attributes * Add missing components to component tests.
-
Michael Hamann authored
* Add the necessary components to page tests
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Michael Hamann authored
* Add configuration options for the HTML sanitizer.
-
Thomas Mortagne authored
* update javadoc
-
Manuel Leduc authored
XWIKI-19897: xwiki-platform-search-ui and xwiki-platform-search-solr-ui end up installed as root in the standard flavor Move xwiki-platform-search-solr-ui from to xwiki-platform-attachment-picker-webjar to xwiki-platform-attachment-picker-ui and make it optional.
-
Manuel Leduc authored
-
Simon Urli authored
* Use the appropriate filter for odt documents
-
Thomas Mortagne authored
* missing cleanup
-
- Jun 29, 2022
-
-
Thomas Mortagne authored
-
Simon Urli authored
* Fix typo
-
Thomas Mortagne authored
* improve the condition to skip integration tests dedicated modules
-
Thomas Mortagne authored
* make sure we don't rely on the old events store or its APIs in XWiki Standard * move everything which is related to the old event store and its APIs in a single extension that we could later stop bundling and let user install if needed
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Manuel Leduc authored
Replace xwiki-rendering-transformation-macro with xwiki-rendering-legacy-transformation-macro in xwiki-platform-distribution-war-legacydependencies.
-
Vincent Massol authored
-
Thomas Mortagne authored
* forbid XAR dependencies in JAR and WEBJAR extensions by default
-
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 28, 2022
-
-
Simon Urli authored
-
Thomas Mortagne authored
-
- Jun 27, 2022
-
-
Marius Dumitru Florea authored
XWIKI-19270: Add support for performing the PDF export using a browser running in a Docker container * Add support for the case when XWiki itself also runs inside a Docker container (DOOD). Fix failing functional test on CI XWIKI-19873: Add support for using a remote Chrome instance for PDF export (cherry picked from commit 0c299363)
-