1. 31 Jan, 2024 2 commits
    • Jérome Perrin's avatar
      syncml: fix issues raised by coding style test · b8d1eaa5
      Jérome Perrin authored
      Rename SQLCatalog_indexSyncMLDocumentList to ERP5Site_indexSyncMLDocumentList
      
      Rename SyncMLDocument_updateURLToCurrentSite to SyncMLSubscription_updateURLToCurrentSite
      
      Rename SyncML_searchFolder to SyncMLSubscription_searchFolder
      
      Rename SynchronizationTool_viewPointFixe to SynchronizationTool_viewPointFixeDialog
      b8d1eaa5
    • Jérome Perrin's avatar
      syncml: support python3 · 20afa613
      Jérome Perrin authored
      20afa613
  2. 25 Jan, 2024 9 commits
  3. 24 Jan, 2024 7 commits
  4. 23 Jan, 2024 2 commits
  5. 16 Jan, 2024 1 commit
    • Jérome Perrin's avatar
      ODS: update for libreoffice 7 compatibility with percentage · a094a992
      Jérome Perrin authored
      Now that default cloudooo is updated to LibreOffice 7, this revealed some
      problems with percentage values in spreadsheet cells, it was apparently
      working by chance on LibreOffice 5.
      
      This improves erp5_ods_style to use `style:style` referencing a
      `number:percentage-style` through their `style:data-style-name` attribute.
      
      Because the same thing was missing for dates to follow the input order of
      datetime fields, this is also handled at the same time.
      
      We could do something similar to support all input styles of float fields,
      so that we support `1 234.5`, `1.234,5` or `1,234.5`, but this is not done
      this time.
      
      See merge request nexedi/erp5!1861
      a094a992
  6. 15 Jan, 2024 13 commits
  7. 13 Jan, 2024 1 commit
  8. 12 Jan, 2024 1 commit
  9. 05 Jan, 2024 3 commits
  10. 29 Dec, 2023 1 commit