- Aug 04, 2015
-
-
Marius Dumitru Florea authored
* Modify the document tree page objects to support nested spaces * Extend the TestUtils class with methods required for testing nested spaces * Update the Document Index Tree functional tests
-
Marius Dumitru Florea authored
* Update usage examples * Update translation keys * Modify the document index tree to display nested documents
-
- Aug 03, 2015
-
-
Marius Dumitru Florea authored
-
- Jul 28, 2015
-
-
Vincent Massol authored
-
- Jul 15, 2015
-
-
Marius Dumitru Florea authored
* Treat the value of the space field from the database as local space reference instead of space name.
-
- Jun 29, 2015
-
-
Eduard Moraru authored
- Introduced a workaround for the macro to still make sense until we decide if we remove it or not
-
- Jun 17, 2015
-
-
Marius Dumitru Florea authored
XWIKI-12173: Add an option to merge the space home page node with the space node in the document tree
-
- Jun 07, 2015
-
-
Sergiu Dumitriu authored
-
- Jun 04, 2015
-
-
Thomas Mortagne authored
-
- May 19, 2015
-
-
Manuel Smeria authored
-
- Apr 06, 2015
-
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
* Make sure the returned path is relative to the specified root.
-
- Mar 24, 2015
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
- Mar 05, 2015
-
-
Vincent Massol authored
-
Marius Dumitru Florea authored
-
- Mar 04, 2015
-
-
Marius Dumitru Florea authored
-
- Feb 24, 2015
-
-
Vincent Massol authored
-
- Feb 23, 2015
-
-
Vincent Massol authored
[Misc] Improve test (and fix it since it was failing): the XWikiAllGroup that was used is a hidden doc and thus not visible by default.
-
Ecaterina Moraru (Valica) authored
-
- Feb 22, 2015
-
-
Vincent Massol authored
+ speed up Panel tests (win 50 seconds by removing unnecessary waits)
-
- Feb 07, 2015
-
-
Vincent Massol authored
* Fix remaining functional tests
-
- Feb 06, 2015
-
-
Ecaterina Moraru (Valica) authored
-
- Jan 30, 2015
-
-
Marius Dumitru Florea authored
* Add support for displaying 'New document...' and 'Upload file...' meta nodes in the document tree (needed by the WYSIWYG editor). * Look only for default translations when suggesting documents (for the tree finder). * Take suggestion data (e.g. resultHint, resultInfo) from node.data (rather than node directly) * Add support to the suggest.js for specifying the type of each suggestion (used as a CSS class). * Display 'No results!' when the tree finder has no suggestions. * Scroll into view the node that corresponds to the selected suggestion. * Remove SmartClient files and xwikiexplorer.js and update all the places where they were used. * Enhance entityReference.js with a method to get an EntityType contant (enum value) by it's name. XWIKI-5484: Problem to load the wiki pages tree/list (Link > Wiki page > "All the pages" tab) where there is a lot of pages XWIKI-3796: No horizontal scrollbar for long page names in the treeview XWIKI-11550: Document Tree macro doesn't properly work when using the "openTo" parameter and setting Hidden Docs to True * Return the full node information when retrieving the path (rather than just the node id). * When performing pagination, add the new nodes only if they don't exist already. * Enhance openTo() to load the missing parent nodes (e.g. when they are 'hidden' by the pagination). * Call the openTo() callback even if the path cannot be fully opened (some nodes don't exist).
-
- Jan 22, 2015
-
-
Marius Dumitru Florea authored
* Create a jstree plugin for finding tree nodes using our own suggest.js * Add support for suggesting documents, attachments and spaces to the document tree, using Solr with a fallback on database search. * Add a new parameter named 'finder' to the {{documentTree}} and {{tree}} wiki macros that enables the finder plugin for the tree. * FIX: openTo parameter was not working when showWikis was enabled. * Enhance suggest.js to support: ** font icons ** referencing nested properties in the resultXXX configuration options (for JSON sources only) ** the results JSON can be an array (no need to specify 'resultsParameter' configuration option) ** specifying a source id in multi-source mode (in order to be able to apply different styles to suggestions comming from different sources)
-
- Jan 15, 2015
-
-
Marius Dumitru Florea authored
-
- Jan 08, 2015
-
-
Marius Dumitru Florea authored
-
- Dec 11, 2014
-
-
Eduard Moraru authored
-
Eduard Moraru authored
-
- Nov 21, 2014
-
-
Marius Dumitru Florea authored
XWIKI-11465: Add a parameter to the document tree to hide/show the entities for which the current user doesn't have view right * Add missing dependency.
-
Marius Dumitru Florea authored
* Fix the problem in the tree widget untill it's fixed upstream. * Escape the macro parameter values in DocumentTree macro and Navigation panel.
-
- Nov 18, 2014
-
-
Marius Dumitru Florea authored
-
Marius Dumitru Florea authored
XWIKI-11465: Add a parameter to the document tree to hide/show the entities for which the current user doesn't have view right
-
- Nov 17, 2014
-
-
Marius Dumitru Florea authored
-
- Nov 14, 2014
-
-
Marius Dumitru Florea authored
* Use a stack to compute the document path recursively.
-
Marius Dumitru Florea authored
* Bulletproofing the code in case the user doesn't have the right to view the document.
-
Marius Dumitru Florea authored
-
- Nov 13, 2014
-
-
Marius Dumitru Florea authored
-
- Nov 06, 2014
-
-
Marius Dumitru Florea authored
-
- Nov 05, 2014
-
-
Marius Dumitru Florea authored
* Add page objects and update tests * openTo should not select the node because if links are enabled then it will follow the link.
-