Skip to content
Snippets Groups Projects
  1. Sep 27, 2022
  2. Sep 26, 2022
  3. Sep 21, 2022
  4. Sep 15, 2022
  5. Sep 13, 2022
  6. Sep 08, 2022
  7. 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
  8. Sep 06, 2022
  9. 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
  10. Aug 25, 2022
  11. Aug 24, 2022
  12. Aug 23, 2022
  13. Aug 10, 2022
  14. Aug 09, 2022
  15. Jul 29, 2022
  16. Jul 27, 2022
  17. 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
  18. Jul 18, 2022
  19. Jul 13, 2022
  20. Jul 08, 2022
  21. Jul 05, 2022
    • Thomas Mortagne's avatar
      XWIKI-19826: Move the old event store to legacy · 5562b730
      Thomas Mortagne authored
      * we still need the old event in the default WAR as the UI is part of the standard flavor
      5562b730
    • Manuel Leduc's avatar
      XWIKI-19750: Allow macros to have several categories · 5aa9ddba
      Manuel Leduc authored
      - exclude dependencies we don't want in legacy mode
      5aa9ddba
    • Manuel Leduc's avatar
      XWIKI-19750: Allow macros to have several categories (#1864) · 71cc86bc
      Manuel Leduc authored
      - Update the wiki macro xar files to use the new `defaultCategories` property
      - Update the java macro to call `setDefaultCategories`
      - Introduction of `xwiki-platform-legacy-rendering-wikimacro` and `xwiki-platform-legacy-rendering-wikimacro-store`
      - Add an around aspect on `DefaultWikiMacroFactory.getDefaultCategories` to fallback to `defaultCategory` if no categories are found by the default implementation
      - Move `WikiMacroConstants.MACRO_DEFAULT_CATEGORY_PROPERTY` to legacy
      - Update `WikiMacroClassDocumentInitializer` to initialize `defaultCategories` instead of `defaultCategory`
      - Add `xwiki-platform-legacy-rendering-wikimacro-store` to `xwiki-platform-distribution-war-legacydependencies`
      - Move `org.xwiki.rendering.macro.wikibridge.WikiMacroDescriptor.Builder#defaultCategory` to legacy
      - Move `WikiMacroDescriptor.getDefaultCategory` to legacy
      71cc86bc
    • Thomas Mortagne's avatar
      XWIKI-19826: Move the old event store to legacy · cc9104c4
      Thomas Mortagne authored
      * move EventStatusManager to legacy
      * fix leftover dependencies
      cc9104c4
    • Thomas Mortagne's avatar
      XWIKI-19826: Move the old event store to legacy · d014a3fb
      Thomas Mortagne authored
      * we still need the old event in the default WAR as the UI is part of the standard flavor
      d014a3fb
  22. Jul 04, 2022
    • Manuel Leduc's avatar
      XWIKI-19750: Allow macros to have several categories · 4731fcfd
      Manuel Leduc authored
      - exclude dependencies we don't want in legacy mode
      4731fcfd
    • Manuel Leduc's avatar
      XWIKI-19750: Allow macros to have several categories (#1864) · 9a4e759f
      Manuel Leduc authored
      - Update the wiki macro xar files to use the new `defaultCategories` property
      - Update the java macro to call `setDefaultCategories`
      - Introduction of `xwiki-platform-legacy-rendering-wikimacro` and `xwiki-platform-legacy-rendering-wikimacro-store`
      - Add an around aspect on `DefaultWikiMacroFactory.getDefaultCategories` to fallback to `defaultCategory` if no categories are found by the default implementation
      - Move `WikiMacroConstants.MACRO_DEFAULT_CATEGORY_PROPERTY` to legacy
      - Update `WikiMacroClassDocumentInitializer` to initialize `defaultCategories` instead of `defaultCategory`
      - Add `xwiki-platform-legacy-rendering-wikimacro-store` to `xwiki-platform-distribution-war-legacydependencies`
      - Move `org.xwiki.rendering.macro.wikibridge.WikiMacroDescriptor.Builder#defaultCategory` to legacy
      - Move `WikiMacroDescriptor.getDefaultCategory` to legacy
      Unverified
      9a4e759f
  23. Jul 01, 2022
  24. Jun 30, 2022
  25. Jun 29, 2022
  26. Jun 23, 2022
  27. Jun 20, 2022
Loading