- Sep 24, 2021
-
-
Thomas Mortagne authored
-
Manuel Leduc authored
-
Manuel Leduc authored
-
- Sep 23, 2021
-
-
Simon Urli authored
XWIKI-18975: Merge conflict on XWiki.Notifications.Code.NotificationAdministration in some cases when upgrading to XWiki 13.7 * Remove the xobjects wrongly committed in NotificationAdministration page: those objects are automatically created by MandatoryDocumentInitializers.
-
Simon Urli authored
XWIKI-18910: Errors appear in the wiki console after selecting the "Forgot your username or password option", on a Multilingual wiki (#1689) * Ensure to display the language menu only if $doc is defined in the current context.
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
- Sep 22, 2021
-
-
Manuel Leduc authored
- Improve the icons fetch mocking - Introduce flush-promises to make it easier to wait for asynchronous tasks to be finished before the assertions
-
Manuel Leduc authored
-
Manuel Leduc authored
-
Manuel Leduc authored
-
Manuel Leduc authored
-
Manuel Leduc authored
-
- Sep 21, 2021
-
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
XWIKI-18957: Allow indicating for which attachments the content should be serialized in the instance input filter
-
- Sep 20, 2021
-
-
Vincent Massol authored
[Misc] Try to work around the "Java heap space" issue when using the maven assembly plugin for building the hsqldb/jetty flavor. See https://tinyurl.com/45dzmyek * Roll back the change to see if it helps with the "Killed" job issue
-
Vincent Massol authored
[Misc] Try to work around the "Java heap space" issue when using the maven assembly plugin for building the hsqldb/jetty flavor. See https://tinyurl.com/45dzmyek * Reduce a bit the memory added since it seems this could be why we now have "Killed" builds in the CI...
-
Thomas Mortagne authored
* workaround a strange error in the integration tests
-
- Sep 17, 2021
-
-
Thomas Mortagne authored
XWIKI-18976: Impossible to migrate deleted fs attachments from <9.10 when moving the permanent dir but the old one exist too
-
Thomas Mortagne authored
* forgot one case of invalidation
-
Vincent Massol authored
[Misc] Try to work around the "Java heap space" issue when using the maven assembly plugin for building the hsqldb/jetty flavor. See https://tinyurl.com/45dzmyek
-
Vincent Massol authored
* Enable local cache for tuning
-
- Sep 16, 2021
-
-
Vincent Massol authored
-
Manuel Leduc authored
-
Manuel Leduc authored
This commits contains a set of small improvements aimed at speeding-up the rendering of tables with a large amount of properties to display. This involves: - not displaying components when possible by moving v-if statements from the callee to the caller - prevent re-rendering of frequently instantiated components by using v-show In addition, a tippy feature that we do not currently use is turned off.
-
Vincent Massol authored
[Misc] Add missing license header + reorganize a bit the content to align between commons, rendering and platform + add new ignore for XVNC (found thanks to Gradle Enterprise) + removed unused weblate section
-
- Sep 15, 2021
-
-
Clemens Robbenhaar authored
* use simpler DocumentReference constructor
-
Clemens Robbenhaar authored
* make test more robust by working on the document actually stored in the (spy) xwiki instance
-
Clemens Robbenhaar authored
* improve and simplify the unit test
-
Clemens Robbenhaar authored
- store group property as LargeStringValue, not StringValue - also use ListClass.getStringFromList to join the groups (which is more of a theoretical issue as the rights UI creates a separate RightsClass object for every group)
-
- Sep 14, 2021
-
-
Vincent Massol authored
* Collect custom user data * Secure publishing * Add new GE ignore
-
Thomas Mortagne authored
-
Thomas Mortagne authored
XWIKI-18942: Rollback of a document version containing a different attachment with the same name and version does not work * fix flicker
-
Thomas Mortagne authored
-