Skip to content
Snippets Groups Projects
  1. Oct 25, 2021
  2. Oct 22, 2021
  3. Oct 21, 2021
  4. Oct 20, 2021
  5. Oct 18, 2021
  6. Oct 15, 2021
  7. Oct 14, 2021
  8. Oct 13, 2021
    • Manuel Leduc's avatar
      XWIKI-18850: User/Groups suggestions filtering improvement · 696a0dfa
      Manuel Leduc authored
      - Update uorgsuggest.vm with the filtering improvement
      - Introduce UorgsuggestPageTest to test uorgsuggest.vm
      - Introduce DefaultIconManagerComponentList and SecurityScriptServiceComponentList to provide component lists required by UorgsuggestPageTest
      - Add a missing cache mock in PageTest
      - Mock XWikiEngineContext.getResourceAsStream in PageTest
      - Improve the icon setup in a PageTest context
      696a0dfa
  9. Oct 12, 2021
  10. Oct 08, 2021
    • Manuel Leduc's avatar
      XWIKI-18605: Live Data macro doesn't use the configured Icon Theme · 7ae4a9aa
      Manuel Leduc authored
      - Introduce 4 icons in Font Awesome (filter, table_sort, fast-backward, arrow_in)
      - Introduce 4 icons in Silk (filter, fast-backward, arrow_in),table_sort was already existing
      - Replace all the hardcoded use of Font Awesome css class by calls to the XWikiIcon Vue component
      7ae4a9aa
  11. Oct 06, 2021
  12. Oct 01, 2021
  13. Sep 30, 2021
  14. Sep 29, 2021
  15. Sep 28, 2021
  16. Sep 27, 2021
  17. Sep 24, 2021
  18. Sep 23, 2021
  19. Sep 22, 2021
  20. Sep 21, 2021
  21. Sep 20, 2021
  22. Sep 17, 2021
  23. Sep 16, 2021
    • Manuel Leduc's avatar
      XWIKI-18978: No loader is displayed during the first Live Data entries load · 9e630c78
      Manuel Leduc authored
      (cherry picked from commit b1b7552a)
      9e630c78
    • Manuel Leduc's avatar
      [Misc] Live Data performance improvement · 25657fdb
      Manuel Leduc authored
      This commits contains a set of small improvements aimed at speeding-up the rendering of tables with a large amount of properties to display.
      This involves:
      - not displaying components when possible by moving v-if statements from the callee to the caller
      - prevent re-rendering of frequently instantiated components by using v-show
      In addition, a tippy feature that we do not currently use is turned off.
      25657fdb
    • Manuel Leduc's avatar
      [Misc] LiveData code style fix · 0b18ba05
      Manuel Leduc authored
      - Add a missing mock file
      - Replace this.config.hasOwnProperty(property) by Object.prototype.hasOwnProperty.call(this.config, property)
      
      (cherry picked from commit 3b62a900)
      0b18ba05
    • Manuel Leduc's avatar
      [Misc] LiveData performance improvement · 2c86eae9
      Manuel Leduc authored
      - Freeze the entries collection to prevent Vue to add reactive listener to all the sub-attributes of the entries Array
      - Move updateEntries call to the beginning of the Logic initialization to display the datas to the user early
      - Improve webpack's bundling by importing explicitly the default Live Data displayers and filters
      2c86eae9
  24. Sep 15, 2021
Loading