- Jul 07, 2022
-
-
Oana-Lavinia Florean authored
* used livetable for displaying attachments, like in AllAttachments page and reused macros of it * remove the redirect done after attachment upload * remove unused css * updated attachments page object * include missed office action and the new move action * add a new action for viewing the history of an attachment, to replace the version column which was overloading the view * add the possibility for external code to add attachment actions by using an ExtensionPoint * display user with avatar for inside the attachments livetable and the AllAttachments page * add a macro to be able to display a attachments livetable for a given document * update attachments.css and use this class for AllAttachments page as well, to not duplicate code * update updateCount to consider the case when we already know the number of attachments * fixed the delete button which was not working when the attachments livetable was used outside the docextra and update tests for it * add tests for filtering attachments and for checking filtering and delete action when multiple livetables are present on the page * add a fallback for when XWiki.AllAttachments page does not exists, to have other filter options, when possible * remove the, now unnecessary, # at the end of deleteURL * small fix, forgot to change #displayAttachmentSize method call for AllAttachments livetable as well * add workaround for tests until we move to livedata since the livetable filter will alter the fragment identifier and a page refresh will actually close the attachments tab
-
Manuel Leduc authored
* Deprecate translation key `help.macroList.category` and introduce `help.macroList.categories` * Update `XWikiSyntaxMacrosList` to display the list of categories of the macros (possibly overridden) * Improve `XWikiSyntaxMacrosList` translations * Introduce `getMacroCategories` in `RendringScriptService` * Update the outdated documentation for the wiki macro categories override in `xwiki.properties`
-
Michael Hamann authored
-
Thomas Mortagne authored
-
- Jul 06, 2022
-
-
Marius Dumitru Florea authored
XWIKI-19912: The tree on the Export modal doesn't have the context menu as the tree on the Export Wiki administration section
-
Marius Dumitru Florea authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
- Jul 05, 2022
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
* we still need the old event in the default WAR as the UI is part of the standard flavor
-
Marius Dumitru Florea authored
XWIKI-19931: Office format export options are not displayed anymore after installing PDF Export Application
-
Simon Urli authored
-
Marius Dumitru Florea authored
-
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
-