- Jul 19, 2015
-
-
Guillaume Delhumeau authored
* Rename "useLegacyParentChildMechanism" to "hierarchyMode". * Stop pretending parent child mechanism is deprecated. Is is just off by default.
-
- Jul 15, 2015
-
-
Guillaume Delhumeau authored
* Do not display the "edit parent" functionality if the legacy parent/child mechanism is disabled
-
Guillaume Delhumeau authored
* Minor improvement: support main page set in the wiki descriptor instead of "Main.WebHome"
-
Guillaume Delhumeau authored
* This commit introduces: ** a "core.useLegacyParentChildMechanism" property to use or not the hierarchy based on legacy parent/child relationship ** a "parentchild" script service to get the legacy parents of a document and to get if the legacy mechanism is used or not ** the support of both modes in flamingo ** use the home icon for the Main space * This first version does not hide some parts of the breadcrumb if it is too long * This commits does not fix the failing functional tests
-
Eduard Moraru authored
-
Vincent Massol authored
[Misc] Try to debug a flickering issue for the Mail Test. The idea is to check if the problem comes from the Mail Module or not.
-
Eduard Moraru authored
- Also added unit test for the conversion from ActivityEvent to WatchListEvent.
-
Eduard Moraru authored
Revert "XWIKI-12306: A custom displayer should be executed in the security context of the document where it is located." This reverts commit 7db1cf1c. Reason: Doing it in 7.2M2 instead.
-
Eduard Moraru authored
This reverts commit 739cf0e0.
-
Eduard Moraru authored
This reverts commit eebe3051.
-
Marius Dumitru Florea authored
* Treat the value of the space field from the database as local space reference instead of space name.
-
Vincent Massol authored
[Misc] Adjust legend to match the fact that w're counting active installs for a week for the history graph
-
- Jul 14, 2015
-
-
Marius Dumitru Florea authored
* Refactor a bit the code so that the refactoring jobs are not aware of nested documents but of nested spaces. * Add unit tests
-
Eduard Moraru authored
-
Eduard Moraru authored
XWIKI-12306: A custom displayer should be executed in the security context of the document where it is located.
-
Eduard Moraru authored
- Fixed failing test by properly applying the AdminSheet in space administration for an unexistent WebPreferences document. -- The previous getRenderedContent approach was not setting the right sdoc.
-
Eduard Moraru authored
- Minor codestyle improvements and javadoc
-
- Jul 13, 2015
-
-
Eduard Moraru authored
- Fixed tests
-
Eduard Moraru authored
- Made the script right to DENY by default and to no longer be implied by edit. The rationale is that it will be set to ALLOW in the standard distribution's main wiki XWikiPreferences and the admin can DENY it if needed.
-
Eduard Moraru authored
- Replaced deprecated usage in SkinAction
-
Thomas Mortagne authored
* cleanup
-
Thomas Mortagne authored
-
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
-