- Mar 19, 2015
-
-
Guillaume Delhumeau authored
XWIKI-11940: Make internal the classes and interfaces of the LESS Module that should not have been public and refactor bad designed code. * Fix checkstyle.
-
Guillaume Delhumeau authored
* Using StringUtils instead of the "Not Invented Here" syndrom.
-
tmortagne authored
-
tmortagne authored
XWIKI-11940: Make internal the classes and interfaces of the LESS Module that should not have been public and refactor bad designed code * bulletproofing
-
- Mar 18, 2015
-
-
tmortagne authored
XWIKI-11941: Outdated extension step is enabled if some installed extension is invalid on another wiki
-
Guillaume Delhumeau authored
XWIKI-11940: Make internal the classes and interfaces of the LESS Module that should not have been public and refactor bad designed code.
-
Guillaume Delhumeau authored
* Fix the problem for Windows. File.getParent() did not work because we use "/" as file separator.
-
tmortagne authored
XWIKI-11939: Automatically remember login and passord of the current user to reuse it with REST based tools * fix bug
-
tmortagne authored
XWIKI-11939: Automatically remember login and passord of the current user to reuse it with REST based tools
-
Vincent Massol authored
-
Vincent Massol authored
[Misc] Fix bug noticed by Sonar (Impossible cast) + improved the tests and removed some unnecessary checks
-
tmortagne authored
* execute xar:format twice because of it's license related bug
-
tmortagne authored
-
tmortagne authored
* update test
-
tmortagne authored
* index raw value only for short text
-
Marius Dumitru Florea authored
XWIKI-11926: Improve the document diff UI in order to reuse it to show the differences between multiple documents * Use a non-breaking space at the start of context (unmodified) lines so that they are correctly aligned even when spaces are not preserved (because we want the lines to wrap).
-
- Mar 17, 2015
-
-
Marius Dumitru Florea authored
WIKI-11926: Improve the document diff UI in order to reuse it to show the differences between multiple documents * Add/Update page objects.
-
tmortagne authored
-
Vincent Massol authored
-
tmortagne authored
* give more time to solr indexer
-
tmortagne authored
* more flexible behavior
-
tmortagne authored
* yes finally fixed that test
-
tmortagne authored
* qf take short fields names and not full fields names
-
Anca Luca authored
XWIKI-8760: Fail to display DBTree property in edit mode when an item from the third selected column does not appear in the first column * Added a test about the presence of the parent in the first column, this way we can push the node in the tree in a way which will not cause a javascript error
-
Guillaume Delhumeau authored
* Better test
-
tmortagne authored
* refactor based on XWIKI-11932
-
tmortagne authored
-
Guillaume Delhumeau authored
* Apply Denis' suggestions: better javadoc and simplified function
-
Vincent Massol authored
[Misc] Move the setUp in the test since there's only one method (and there should be only one method in functional tests in general)
-
Guillaume Delhumeau authored
* fix javadoc
-
Guillaume Delhumeau authored
-
Guillaume Delhumeau authored
* This fix add methods to get rid of the XWikiGroupService's cache which is not up to date on some race condition. * So the UserBridge now calls the XWikiGroupService without using the cache. * And the Security Cache has now its own way to retrieve the groups of a user, to avoid calling the bridge too often.
-
tmortagne authored
* bulletproofing
-
Marius Dumitru Florea authored
* Fix typo, add the @Unstable annotation and some comments. Thanks Enygma2002 and vmassol.
-
tmortagne authored
-
- Mar 16, 2015
-
-
Marius Dumitru Florea authored
XWIKI-11926: Improve the document diff UI in order to reuse it to show the differences between multiple documents XWIKI-9785: If attachment is of type 'text' (js, css, txt, etc.) allow the user to enable the diff across history
-
Marius Dumitru Florea authored
XWIKI-11929: XWikiAttachment#getContentInputStream() returns the content for the latest version if the content is not already loaded
-
Marius Dumitru Florea authored
-
Thomas Mortagne authored
Fix the deprecated uses of @Component
-
tmortagne authored
-