- Jul 13, 2015
-
-
Eduard Moraru authored
- Properly handled both top level terminal and non-terminal WebHome documents. - Added unit tests.
-
Thomas Mortagne authored
-
Marius Dumitru Florea authored
* remove progressManager.endStep() calls that were not needed * copy the WebPreferences (child) document when moving a document with deep=false in order to preserve the access rights at the new location * use the EntityReferenceTree to ensure we iterate the document hierarchy in the right order (depth first) when deep=true * Update the back-links and the relative links from the document content when performing a move/rename
-
Marius Dumitru Florea authored
* Update test coverage ratio.
-
Marius Dumitru Florea authored
-
Thomas Mortagne authored
* fix space open/close jingling bug
-
Guillaume Delhumeau authored
* Apply Thomas' suggestions
-
Thomas Mortagne authored
-
Eduard Moraru authored
-
Thomas Mortagne authored
* fix unit tests
-
- Jul 10, 2015
-
-
Eduard Moraru authored
- Using new IDs for the spaceReference and name fields - Added is/setTerminalPage methods
-
Eduard Moraru authored
- Fixed the edit panels since they were not using the UIx mechanism as they were probably forgotten in the refactoring. They were failing to execute because they were using the deprecated #displayPanel macro.
-
Eduard Moraru authored
- Checking script rights on the content author of the document where the title comes from instead of the current security document.
-
Eduard Moraru authored
- Also added clirr exclusion.
-
Eduard Moraru authored
- Deprecaed both core and api methods - Replaced their usage in xwiki-plaform with #evaluate
-
Vincent Massol authored
* Add ability to disable the space redirect and fix the Scheduler test
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
* Make sure we don't require an internet connection to parse the Struts config file!
-
Vincent Massol authored
* Revert code that was committed by mistake (I didn't even know it was there! Must have been some copy paste in my IDE)
-
Vincent Massol authored
* Fixed invalid dependency due to the module refactoring
-
Vincent Massol authored
-
Vincent Massol authored
* Fix one test I had forgotten to modify
-
- Jul 09, 2015
-
-
Guillaume Delhumeau authored
* Fix bugs.
-
Guillaume Delhumeau authored
* Fix bug.
-
Vincent Massol authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
Vincent Massol authored
-
Guillaume Delhumeau authored
* Create a component to generate REST URL from EntityReference ** Supports DocumentReference and SpaceReference only for now
-
Thomas Mortagne authored
-
Marius Dumitru Florea authored
* Continue with the children even if the operation failed for the parent.
-
Guillaume Delhumeau authored
* Fix broken module.
-
- Jul 08, 2015
-
-
Eduard Moraru authored
- Fixed the create UI to work with NestedDocuments, exposing the choice of terminal or non-terminal document creation, using the term "Location" to express spaceReference, etc. - Added new translations and deprecated the old ones that were related to the space of the new document - TODO: Use a tree picker for the document location, maybe improve the look of the create UI, etc.
-
Eduard Moraru authored
- Added tests for the CreateAction
-
Eduard Moraru authored
- Addapted templateProvider/template support for NestedDocuments and ignored the templateProvider 'type', i.e. all templateProviders are considered of type 'page'. - Bigger refactoring and moved a lot of the processing code into CreateActionRequestHandler which, compared to CreateAction, can have a state (of the current request it's serving) and makes processing easier by not having to pass 4 variables between methods. - Also made checkstyle happier since CreateAction is now lighter and easier to read.
-
Guillaume Delhumeau authored
* Add comment
-
Guillaume Delhumeau authored
* Add a script service to compute REST URLs (for documents only for now)
-