Skip to content
Snippets Groups Projects
  1. May 22, 2023
  2. Apr 17, 2023
  3. Mar 21, 2023
  4. Feb 21, 2023
  5. Jan 23, 2023
  6. Nov 28, 2022
  7. Oct 18, 2022
  8. Sep 15, 2022
  9. Aug 23, 2022
  10. Jul 18, 2022
  11. Jun 23, 2022
  12. May 17, 2022
  13. Apr 19, 2022
  14. Apr 14, 2022
  15. Apr 11, 2022
    • Simon Urli's avatar
      XWIKI-18810: Save of the document shouldn't be performed each time an upload is done (#1815) · d6a0c9e1
      Simon Urli authored
        * Provide a new role component for managing temporary attachments
        * Provide implementation based on a map of of map of attachments for
          handling different editions of documents for each user sessions
        * Use and clean the temporary attachments in various actions
        * Improve EditForm to read a list of temporary uploaded attachments,
          to only add those when using save action
        * Small refactoring of DownloadActionTest to remove the old
          MockitoDownloadActionTest
        * Provide new API in WysiwygEditorScriptService to provide an endpoint
          for uploading temporary attachments
        * Small changes in InplaceEditing to send the list of uploaded
          attachments (the inputs read there should be created by the WYSIWYG
      editor implementation)
        * Handle the upload max size
        * Add some missing documentation
        * Add a new method to explicitely dispose the temporary content of an
          attachment
        * Ensure to use the document reference space to get the max upload
          value
        * Switch off the feature using the CKEditor switch in the realtime
          editor for now
        * Add a new script service method to check if a feature is supported
          in WYSIWYGEditorScriptService
        * Add missing parameter in InplaceEditing to support temporary upload
        * Improve DownloadAction to be more explicit about what happens in
          case of downloading a file when a temporary uploaded attachment is
      available, and don't rely anymore on a query parameter since it's not
      reliable
      d6a0c9e1
  16. Apr 06, 2022
  17. Mar 22, 2022
  18. Feb 22, 2022
  19. Feb 16, 2022
  20. Feb 14, 2022
  21. Feb 09, 2022
  22. Feb 08, 2022
  23. Feb 01, 2022
  24. Jan 25, 2022
  25. Jan 19, 2022
  26. Nov 25, 2021
  27. Nov 24, 2021
  28. Nov 22, 2021
    • Marius Dumitru Florea's avatar
      XWIKI-19073: Realtime sessions aren't working on IE 11 · 283fb360
      Marius Dumitru Florea authored
      * Update the ConfigurableClass object in XWiki.Realtime.Configuration (remove deprecated property and set scope to wiki)
      * Upgrade to ChainPad Netflux and Netflux Client 1.0.0
      * Add dependency to es6-promise that was removed from Netflux Client
      * Add a timestamp query string parameter when retrieving the channel keys with REST to prevent caching issues in IE11.
      * Setup polyfills for Promise, Object.entries() and XPath API in order to support IE11
      * Define the missing toolbar variable which was causing both the Wiki and WYSIWYG realtime editors to fail in IE11.
      * Improve the name of the realtime WYSIWYG editor displayed in the drop down on the administration section.
      * Upgrade diffDOM to the latest version
      * Add dependency on wicked-good-xpath in order to polyfill XPath API support in IE11
      283fb360
    • Vincent Massol's avatar
    • Vincent Massol's avatar
  29. Nov 19, 2021
  30. Nov 18, 2021
  31. Oct 19, 2021
  32. Oct 18, 2021
Loading