Skip to content
Snippets Groups Projects
  1. Sep 08, 2022
  2. Sep 06, 2022
  3. Sep 05, 2022
  4. Sep 01, 2022
    • Vincent Massol's avatar
      [Misc] Remove unnecessary line. It's unnecessary because we switch wikis by... · 2b7cde98
      Vincent Massol authored
      [Misc] Remove unnecessary line. It's unnecessary because we switch wikis by using an "ALTER SESSION SET CURRENT_SCHEMA" SQL command which changes the schema/user but keeps the current user privileges. Thus all DB operations done on subwikis are done with the main xwiki DB user and we don't need to give the RESOURCE role to the new wiki/user
      2b7cde98
  5. Aug 30, 2022
  6. Aug 26, 2022
  7. Aug 23, 2022
  8. Aug 22, 2022
  9. Aug 18, 2022
  10. Aug 17, 2022
  11. Aug 09, 2022
  12. Aug 06, 2022
  13. Aug 01, 2022
  14. Jul 18, 2022
  15. Jul 13, 2022
  16. Jul 11, 2022
  17. Jul 08, 2022
  18. Jul 07, 2022
    • Oana-Lavinia Florean's avatar
      XWIKI-13454: Add pagination for Attachments (#1349) · 08190dd3
      Oana-Lavinia Florean authored
      * used livetable for displaying attachments, like in AllAttachments page and reused macros of it
      * remove the redirect done after attachment upload
      * remove unused css
      * updated attachments page object
      * include missed office action and the new move action
      * add a new action for viewing the history of an attachment, to replace the version column which was overloading the view
      * add the possibility for external code to add attachment actions by using an ExtensionPoint
      * display user with avatar for inside the attachments livetable and the AllAttachments page
      * add a macro to be able to display a attachments livetable for a given document
      * update attachments.css and use this class for AllAttachments page as well, to not duplicate code
      * update updateCount to consider the case when we already know the number of attachments
      * fixed the delete button which was not working when the attachments livetable was used outside the docextra and update tests for it
      * add tests for filtering attachments and for checking filtering and delete action when multiple livetables are present on the page
      * add a fallback for when XWiki.AllAttachments page does not exists, to have other filter options, when possible
      * remove the, now unnecessary, # at the end of deleteURL
      * small fix, forgot to change #displayAttachmentSize method call for AllAttachments livetable as well
      * add workaround for tests until we move to livedata since the livetable filter will alter the fragment identifier and a page refresh will actually close the attachments tab
      Unverified
      08190dd3
  19. Jul 05, 2022
Loading