Skip to content
Snippets Groups Projects
  1. Aug 04, 2015
  2. Aug 03, 2015
  3. Jul 28, 2015
  4. Jul 15, 2015
  5. Jun 29, 2015
  6. Jun 17, 2015
  7. Jun 07, 2015
  8. Jun 04, 2015
  9. May 19, 2015
  10. Apr 06, 2015
  11. Mar 24, 2015
  12. Mar 05, 2015
  13. Mar 04, 2015
  14. Feb 24, 2015
  15. Feb 23, 2015
  16. Feb 22, 2015
  17. Feb 07, 2015
  18. Feb 06, 2015
  19. Jan 30, 2015
    • Marius Dumitru Florea's avatar
      XWIKI-11736: Use the new tree on the WYSIWYG Editor's link creation wizards · 08c41339
      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).
      08c41339
  20. Jan 22, 2015
    • Marius Dumitru Florea's avatar
      XWIKI-11696: Add the ability to find tree nodes · 380958d0
      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)
      380958d0
  21. Jan 15, 2015
  22. Jan 08, 2015
  23. Dec 11, 2014
  24. Nov 21, 2014
  25. Nov 18, 2014
  26. Nov 17, 2014
  27. Nov 14, 2014
  28. Nov 13, 2014
  29. Nov 06, 2014
  30. Nov 05, 2014
Loading