Skip to content
Snippets Groups Projects
  1. May 22, 2023
  2. May 12, 2023
  3. May 04, 2023
  4. Apr 29, 2023
  5. Apr 17, 2023
  6. Mar 21, 2023
  7. Mar 16, 2023
  8. Mar 08, 2023
  9. Feb 21, 2023
  10. Feb 06, 2023
  11. Jan 24, 2023
    • Manuel Leduc's avatar
      XWIKI-20285: Improve escaping of the Invitation Application · b65220a4
      Manuel Leduc authored
      - Introduce an internal role (DefaultXARExtensionIndex) to know if a document is provided by an extension
      - Split index-api to index-api/index-default to be able to use the api in oldcore
      - Fix the escaping in invitation-ui
      - Provide an automatic fix during upgrade for potential escaping issues in generated code
      b65220a4
  12. Jan 23, 2023
  13. Jan 02, 2023
  14. Dec 08, 2022
  15. Dec 01, 2022
  16. Nov 28, 2022
  17. Nov 23, 2022
  18. Nov 18, 2022
  19. Nov 16, 2022
  20. Nov 15, 2022
  21. Nov 03, 2022
  22. Oct 24, 2022
  23. Oct 20, 2022
  24. Oct 18, 2022
  25. Oct 13, 2022
  26. Oct 06, 2022
  27. Sep 15, 2022
  28. Sep 12, 2022
  29. Sep 08, 2022
  30. Sep 07, 2022
    • Oana-Lavinia Florean's avatar
      XWIKI-20024: Replace the Livetable from the attachments tab with a LiveData (#1888) · ea187073
      Oana-Lavinia Florean authored
      * replace the livetable with a call to the liveData macro and specify that the wiki syntax must be used
      * update how filters are applied, since the empty value should be also considered
      * update js code to use the liveData api
      * use id as the liveData entry identifier
      * removed unnecessary reinitialization of a liveData logic instance
      * avoid a cycling dependency by moving AttachmentsPane inside the xwiki-platform-flamingo-skin module, where all the attachments pane resources are
      * update AttchmentsPane code to use the LiveData instead of the old LiveTable
      * update liveData filterColumn to support select options with different values from the displayed ones
      * fix bug: the liveData wasn't loading on page refresh
      * create a AttachmentsViewPage to support actions possible on a ViewPage when the attachments tab is active
      * update tests to use the new AttachmentsViewPage
      * remove duplicate code
      * wait for suggestions to be displayed before selecting one
      * lazy load skin extensions
      * remove duplicate skin extensions load, since they are already loaded inside attachmentsinline.vm
      ea187073
  31. Sep 05, 2022
  32. Sep 02, 2022
Loading