- Sep 08, 2022
-
-
Andreea Chirica authored
Currently translated at 63.7% (2814 of 4417 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/ro/
-
Simon Urli authored
XWIKI-20119: Some unread notification events are displayed as read in notifications list and Activity Stream and counter shows a wrong value after upgrade XWiki * Ensure to use a proper limit for getting event statuses from Solr
-
Thomas Mortagne authored
* fix conflict with legacy dependencies
-
Thomas Mortagne authored
-
- Sep 07, 2022
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
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
-
Simon Urli authored
* Provide unit test to fix coverage
-
- 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
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Oana-Lavinia Florean authored
* move code to plain js, since jquery blocks are executed too late * use createContextualFragment to preserv the script tag attributes
-
Thomas Mortagne authored
-
Thomas Mortagne authored
* remove unused imports
-
Thomas Mortagne authored
* add missing module
-
- Sep 05, 2022
-
-
Clemens Robbenhaar authored
* XWIKI-19893 Allow to set a user when updating the search index - add IndexingUserConfig component to access the user which is set in the indexer thread context - add admin-UI section to set the user, including a class and sheet to store the data - updated UI to highlight the security implications of this setting - document initializer only active in the main wiki, as their pages are only in use there
-
Thomas Mortagne authored
-
Simon Urli authored
-
Thomas Mortagne authored
* fix bad isolation of slf4j implementation in Jetty
-
Thomas Mortagne authored
* update javadoc
-
Thomas Mortagne authored
* fx since version
-
Thomas Mortagne authored
* no reason for this method to me public
-
Thomas Mortagne authored
* javadoc updates * fix missing `@deprecated`
-
Thomas Mortagne authored
* add missing `@Unstable` annotations
-
Thomas Mortagne authored
* fix bugs * improve Solr integration tests * add a Solr integration test the new link store
-
Thomas Mortagne authored
* move the new LinkStore API to its own module * move all Solr maniulation of links in the solr module
-
Thomas Mortagne authored
* first version in which the following fully works ** backlinks comes from all wikis in the document info tab ** all backlinks are updated when a document is modified * introduce a standard serializer supporting prefixed entity references
-
Thomas Mortagne authored
* remove unused import
-
Thomas Mortagne authored
* fix comment
-
Thomas Mortagne authored
* add missing information in the javadoc
-
Thomas Mortagne authored
* remove wrong since
-
Thomas Mortagne authored
* improve test
-
Thomas Mortagne authored
* improve the store
-
Thomas Mortagne authored
* fix potential nullpointer
-
Thomas Mortagne authored
* add test
-
Thomas Mortagne authored
* add missing reference field
-
Thomas Mortagne authored
* improve javadoc
-
Thomas Mortagne authored
* add missing since
-