- Sep 23, 2021
-
-
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. (cherry picked from commit 44c8fdfd)
-
- 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
(cherry picked from commit 6e1f0d4f)
-
Manuel Leduc authored
(cherry picked from commit b1b740e5)
-
- Sep 21, 2021
-
-
Thomas Mortagne authored
(cherry picked from commit 3b9a741d)
-
Thomas Mortagne authored
(cherry picked from commit 21f97d25)
-
- Sep 20, 2021
-
-
Thomas Mortagne authored
* workaround a strange error in the integration tests (cherry picked from commit 1ccc8429)
-
- Sep 17, 2021
-
-
Thomas Mortagne authored
* forgot one case of invalidation (cherry picked from commit f3b0b452)
-
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 (cherry picked from commit f7117765)
-
- Sep 16, 2021
-
-
Manuel Leduc authored
(cherry picked from commit b1b7552a)
-
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.
-
Manuel Leduc authored
- Add a missing mock file - Replace this.config.hasOwnProperty(property) by Object.prototype.hasOwnProperty.call(this.config, property) (cherry picked from commit 3b62a900)
-
Manuel Leduc authored
- Freeze the entries collection to prevent Vue to add reactive listener to all the sub-attributes of the entries Array - Move updateEntries call to the beginning of the Logic initialization to display the datas to the user early - Improve webpack's bundling by importing explicitly the default Live Data displayers and filters
-
- 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 13, 2021
-
-
Thomas Mortagne authored
(cherry picked from commit 3af415cd)
-
- Sep 09, 2021
-
-
Manuel Leduc authored
- Introduce a message displayed to the user when the entries update fails - Introduce a console log with the error details when the entries update fails
-
- Sep 08, 2021
-
-
Manuel Leduc authored
- Provide a generic exception mapper for all checked exceptions - Log the mapped exception in the logs and return a HTTP 500 response
-
- Sep 06, 2021
-
-
Manuel Leduc authored
-
- Sep 03, 2021
-
-
Thomas Mortagne authored
(cherry picked from commit 7e055c04)
-
- Aug 31, 2021
-
-
Thomas Mortagne authored
XWIKI-18942: Rollback of a document version containing a different attachment with the same name and version does not work (cherry picked from commit 570f5556)
-
- Aug 30, 2021
-
-
Thomas Mortagne authored
(cherry picked from commit 42c01e35)
-
Manuel Leduc authored
- Decrease the message box height on Live Data - Add rounded corners on Livetable messages and adapt padding to have uniform styles
-
- Aug 27, 2021
-
-
Thomas Mortagne authored
(cherry picked from commit 7931467f)
-
Manuel Leduc authored
Handle the case where the XWiki variable is not 'undefined' but not available in the execution scope.
-
- Aug 25, 2021
-
-
Manuel Leduc authored
The dependencies where incorrectly placed in the docker-test module.
-
- Aug 24, 2021
-
-
Manuel Leduc authored
- Replace the equality condition with a like for the empty match, otherwise Oracle raises an error - Add an alternative is null condition because Oracle stores the empty string as NULL
-
Thomas Mortagne authored
(cherry picked from commit 5251ae7d)
-
- Aug 23, 2021
-
-
Marius Dumitru Florea authored
* Prototype.js needs to be loaded before the in-line script that fixes the incompatibility with Bootstrap. (cherry picked from commit e2a484d8)
-
Marius Dumitru Florea authored
XWIKI-18895: Inject the required skin extensions from the X-XWIKI-HTML-HEAD custom response header into the page HTML head automatically (cherry picked from commit 73dc2883)
-
- Aug 18, 2021
-
-
Thomas Mortagne authored
XWIKI-18922: Migration of table xwikirecyclebin fail from a database created with a very old XWiki version (cherry picked from commit 81d3a8e4)
-
- Aug 17, 2021
-
-
Simon Urli authored
-
Simon Urli authored
-
Simon Urli authored
-
Simon Urli authored
-