- Jul 10, 2015
-
-
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)
-
Guillaume Delhumeau authored
* Minor optim
-
Guillaume Delhumeau authored
* A working version, with: ** the generation of proper URLs when spaces segments are parts of the path ** the usage of "/spaces/{spaceName: .+}" instead of "{spaceName: .+}" in the @Path annotation of the resources, because we had bad behaviours with Restlet (and it may be a bit more clear like this).
-
Guillaume Delhumeau authored
* Works better.
-
Guillaume Delhumeau authored
* Fix bad change introduced by my IDE.
-
Guillaume Delhumeau authored
* WIP.
-
Guillaume Delhumeau authored
This reverts commit 26b63f99.
-
Guillaume Delhumeau authored
* Second proof of concept with /spaces/A/B/C format
-
Guillaume Delhumeau authored
* Proof of concept.
-
Vincent Massol authored
-
Vincent Massol authored
* Added CLIRR ignores for broken young APIs + renamed method that I initially didn't want to rename to not break more but broken for broken...
-
Marius Dumitru Florea authored
* Add delete job.
-
Vincent Massol authored
* Fixed the ThreadLocal boolean variable to prevent infinite recursion, it was a bad idea and not working :)
-