- Mar 20, 2023
-
-
Thomas Mortagne authored
* make sure AWP call the edit action with the expected token
-
Thomas Mortagne authored
* improve the logic to find out if the edited document was modified by inputs
-
Thomas Mortagne authored
* update comment
-
- Mar 18, 2023
-
-
Simpel authored
Currently translated at 100.0% (20 of 20 strings) Translation: XWiki Platform/Mentions Notifications Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/mentions-notifications/de/
-
Simpel authored
Currently translated at 100.0% (4442 of 4442 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/de/
-
Simon Urli authored
* Fix existing tests
-
- Mar 17, 2023
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Vincent Massol authored
* Make the UIX synchronous since it's a link inside the drawer and it doesn't make much sense to be displayed after the drawer menu is open.
-
Simon Urli authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Manuel Leduc authored
XWIKI-20725: The 'Click and drag to resize' button is displayed in the far right of the editing area on Center alignment
-
Simpel authored
Currently translated at 100.0% (4442 of 4442 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/de/
-
Simon Urli authored
Revert "XWIKI-20483: Save and continue sometimes announces success even if the save is not actually done properly" This reverts commit 1300d084.
-
- Mar 16, 2023
-
-
Michael Hamann authored
* Make sure the WYSIWYG editor considers the restricted status.
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Vincent Massol authored
* Prevent news from being indexed by search engines
-
Vincent Massol authored
* Added a title to the template * Note the code duplication from contentheader.vm. I wonder if we should introduce a velocity variable in contentheader.vm to decide whether or not to display the last author/creator (we already have that for the content menu)
-
Vincent Massol authored
* Add the What's New extension to XS
-
Manuel Leduc authored
-
Marius Dumitru Florea authored
-
Michael Hamann authored
* Fix page tests by ensuring that the document is not restricted during saving.
-
Vincent Massol authored
* Add missing file from previous commit
-
Vincent Massol authored
* Sort news items coming from different sources by published dates (newest first)
-
Vincent Massol authored
* Work around the current XWiki Blog limitation of supporting only 1 category
-
Marius Dumitru Florea authored
-
Manuel Leduc authored
XWIKI-20726: The state of the Image Size lock ratio button is considered per editing session instead of per image
-
Marius Dumitru Florea authored
XWIKI-20483: Save and continue sometimes announces success even if the save is not actually done properly * Consider the document save has failed when the save response (JSON) doesn't match the expectation (neither the new version nor the create job status are included), even if the response status code is 200.
-
Thomas Mortagne authored
-
Manuel Leduc authored
-
- Mar 15, 2023
-
-
Michael Hamann authored
* Introduce a new "restricted" attribute on XWikiDocument * Mark any document that is restored from XML as restricted * Deny script right when the secure document is restricted * Make transformations restricted when the document is restricted * Do not execute Velocity in titles when the document is restricted * Make sure saved documents aren't restricted. * Add tests * Display a warning when a document is rendered in restricted mode and the user is advanced or there is actually an error in the output.
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
* removed unused imports
-
Thomas Mortagne authored
-
- Mar 14, 2023
-
-
Simon Urli authored
* Provide a new configuration option for allowing to fallback on another version * Use that new configuration in all merge operations * Change the signature of the BaseProperty#merge method to be able to reference the configuration instance * Deprecate ElementInterface#merge in favor of a method using the not-deprecated MergeManagerResult * Deprecate BaseProperty#mergeValue to be able to use a configuration and which also uses MergeManagerResult * Fix a bug in DefaultMergeManager#mergeCharacters * Fix possible bugs with merge result * Improve equality check to avoid NPE * Improve javadoc
-
Vincent Massol authored
[Misc] Use the groupid/artifactid of JDBC artifacts defined in the pom.xml instead of hardcoding them
-
Marius Dumitru Florea authored
XWIKI-20739: The PDF export file name is different when using the Docker container vs. the user browser
-