- Dec 10, 2021
-
-
Vincent Massol authored
* More generic fix thanks to Thomas
-
Vincent Massol authored
-
Simon Urli authored
Revert "XWIKI-15814 - Messages sent to followers only appear in the Notificat… (#1282)" This reverts commit fe242d7d. It has been decided to revert this commit after a vote on https://forum.xwiki.org/t/discard-changes-performed-for-xwiki-15814/9536/. Basically the feature introduced in XWIKI-15814 is creating a new behaviour which is causing some regression, for a very small benefit.
-
- Dec 09, 2021
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
* remove unused import
-
Thomas Mortagne authored
-
Michael Hamann authored
* Simplify test case
-
Michael Hamann authored
* Create objects with the correct number * Add a test case to test adding, updating and removing objects
-
Thomas Mortagne authored
-
xrichard authored
Currently translated at 100.0% (4396 of 4396 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/fr/
-
- Dec 08, 2021
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
XWIKI-19208: Introduce a uiextensions macro XRENDERING-621: Make rendering errors translatables and extendables XWIKI-19007: Propose to search for extensions containing a missing macro right in the error message
-
Thomas Mortagne authored
* more bulletproofing * fix test after message format update
-
Vincent Massol authored
* Set the uriCompliance level for XWiki to work fine
-
Vincent Massol authored
* Remove debug log left by mistake
-
Vincent Massol authored
-
Thomas Mortagne authored
* make sure it's official which component should be selected
-
Thomas Mortagne authored
* better comment
-
Thomas Mortagne authored
* bulletproofing
-
Vincent Massol authored
* Make sure to not use ".." in the context path since there's now a protection for directory traversal attacks in recent Jetty versions * Also fix the Class Fan out problem * Don't auto extract wars since we don't use that feature * Change the location of jetty.base to the top level jetty directory where the webapps and data dirs are located * Removed extra creation of not-used directories since Jetty doesn't seem to complain about them anymore
-
Vincent Massol authored
[Misc] Add the Hibernate dialect in the test-generated hibernate.cfg.xml so that we get the same result as the commented out instructions for HSQLDB and Oracle (the other DBs don't have a dialect set. Not sure why BTW. Note that the dialect is supposed to be optional).
-
Thomas Mortagne authored
-
- Dec 07, 2021
-
-
xrichard authored
Currently translated at 100.0% (29 of 29 strings) Translation: XWiki Platform/XWiki WikiMacro Store Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-wikimacro-store/fr/
-
xrichard authored
Currently translated at 100.0% (4395 of 4395 strings) Translation: XWiki Platform/XWiki Core Resources Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/fr/
-
- Dec 06, 2021
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
XWIKI-19206: The entry type of a page in an extension is not honored upon install with EM if the extension depends on another extension which specifies a different entry type for the same page
-
Thomas Mortagne authored
* fix a mistake
-
Thomas Mortagne authored
-
- Dec 04, 2021
-
-
Anca Luca authored
-
- Dec 03, 2021
-
-
Alex Cotiugă authored
* register the annotations handler only when the annotations trigger is available
-
Thomas Mortagne authored
-
Michael Hamann authored
XWIKI-19202: XWikiDocument.readObjectsFromFormUpdateOrCreate() creates duplicate objects when ids are non-continuous * Create objects directly with the correct number * Add an assertion in the test that no duplicate object is created * Change the JavaDoc comment to match the implementation
-
Michael Hamann authored
XWIKI-19201: XWikiDocument.getXObject(EntityReference, int, boolean, XWikiContext) ignores the given number when checking for an existing object * Use the provided number for getting the object * Add a unit test to check the desired behavior and avoid a regression
-
Vincent Massol authored
[Misc] Convert test to JUnit5 + remove test output in the console and activate failing the build if some output happen in the future
-
Simon Urli authored
* Define a new xwiki.properties property to allow defining an email reset token lifetime duration * Change the default reset password mechanism to use that duration
-