Skip to content
Snippets Groups Projects
  1. Dec 16, 2022
  2. Dec 13, 2022
  3. Dec 07, 2022
  4. Dec 05, 2022
  5. Nov 28, 2022
  6. Nov 24, 2022
  7. Nov 23, 2022
  8. Nov 16, 2022
  9. Nov 15, 2022
  10. Nov 09, 2022
  11. Nov 04, 2022
  12. Oct 25, 2022
  13. Oct 24, 2022
  14. Oct 18, 2022
  15. Sep 27, 2022
  16. Sep 26, 2022
  17. Sep 21, 2022
  18. Sep 15, 2022
  19. Sep 13, 2022
  20. Sep 08, 2022
  21. 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
      Unverified
      ea187073
  22. Sep 06, 2022
  23. Sep 05, 2022
    • Simon Urli's avatar
      XWIKI-20099: Move DocumentVersionReference to xwiki-platform-model-api (#1900) · 403c1069
      Simon Urli authored
        * Move DocumentVersionReference to model-api in proper package
        * Create a new legacy module for extension-handler-xar
        * Move the old class in it and mark it deprecated
        * Move old usage of the old class, to use new one
        * Create an aspect for the DocumentUnifiedDiff constructor for
          preserving backward compatibility
        * Update xwiki-platform-distribution-war-legacydependencies to include
          the new legacy module
      Unverified
      403c1069
  24. Aug 25, 2022
  25. Aug 24, 2022
  26. Aug 23, 2022
  27. Aug 10, 2022
  28. Aug 09, 2022
  29. Jul 29, 2022
  30. Jul 27, 2022
  31. Jul 19, 2022
    • Simon Urli's avatar
      XWIKI-19591: Local users of subwikis can't recover password or username · ba27f91d
      Simon Urli authored
      This provides two things: the fix of the bug by handling a wiki part in
      the URLs for authentication resource, and a rename of the authentication
      resource action (forgot becomes retrieveusername and reset becomes
      resetpassword).
      Note that the latter changes are not backward compatible, but they were
      still unstable (since 13.1RC1).
      ba27f91d
  32. Jul 18, 2022
Loading