- 20 May, 2022 4 commits
-
-
Michael Hamann authored
-
Michael Hamann authored
* Escape tag names for XWiki syntax
-
Manuel Leduc authored
-
Manuel Leduc authored
- Remove all the notification filter preferences from the main wiki after a sub-wiki is deleted - Update the cache accordingly - Data migration implementation to cleanup notification filter preferences remaining from previously removed wikis
-
- 19 May, 2022 4 commits
-
-
Manuel Leduc authored
XWIKI-19719: Attachments added via copy & paste state that they've been by admin instead of the user editing the page (#1845)
-
Thomas Mortagne authored
-
Manuel Leduc authored
-
Manuel Leduc authored
-
- 18 May, 2022 5 commits
-
-
Manuel Leduc authored
-
Thomas Mortagne authored
-
Manuel Leduc authored
-
Manuel Leduc authored
- Replace project.properties by System.getProperties()/System.getProperty() - Use findAll instead of find to loop over all the properties
-
Thomas Mortagne authored
-
- 17 May, 2022 7 commits
-
-
Thomas Mortagne authored
-
Vincent Massol authored
* Fix NPE
-
Thomas Mortagne authored
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
-
- 16 May, 2022 5 commits
-
-
Manuel Leduc authored
Fix a flickering assert caused by solr returning results in undefined order.
-
Marius Dumitru Florea authored
-
Vincent Massol authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
This reverts commit 1e5a801d.
-
- 13 May, 2022 11 commits
-
-
Michael Hamann authored
XWIKI-19707: Add JavaScript API for extending Live Data with menu item and panel
-
Michael Hamann authored
* Ensure that panels are registered even when loading the translations fails.
-
Michael Hamann authored
XWIKI-19724: LiveData should trigger an event when an instance has been created
-
Vincent Massol authored
* Fix test which requires PR (to not get a SafeStatusJob)
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
-
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
XWIKI-19634: Live Data triggers JavaScript events on a detached DOM element
-
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.
-
- 12 May, 2022 4 commits
-
-
Michael Hamann authored
* Rename bodyElement to container. * Rename addExtensionPanel to registerExtensionPanel.
-
Thomas Mortagne authored
-
Michael Hamann authored
* Code style. Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-
Manuel Leduc authored
- Add a placeholder on the search field - Fix the loader display while the search queries are running - Stabilize the docker test
-