1. 20 Dec, 2022 1 commit
    • Jérome Perrin's avatar
      monaco_editor: version up monaco-editor 0.34.1 · 8424dbe2
      Jérome Perrin authored
      With tweaks to support firefox 68 from test nodes:
       - build with babel, see monaco-editor-erp5@cf10f2d5
       - special handling of ResizeObserver that does not exist in Firefox
         68: it is used only for automaticLayout, which is not strictly
         needed. So this feature will not work for firefox 68.
      
      Enable sticky scroll
      
      Set caching manager to must_revalidate_http_cache
      8424dbe2
  2. 18 Dec, 2022 1 commit
  3. 16 Dec, 2022 3 commits
  4. 13 Dec, 2022 1 commit
  5. 12 Dec, 2022 2 commits
  6. 09 Dec, 2022 2 commits
    • Jérome Perrin's avatar
      gadget_html_viewer: only set a border for tables with border=1 attribute · ac0ad881
      Jérome Perrin authored
      gadget_html_viewer had styles to add a border for tables, so that they
      look similar to tables added in CKEditor. One problem is that all tables
      had borders, because HTML emails are often using tables to position the
      content, when viewing an Mail Message from ERP5 back office interface
      we could see all the borders, which looked a bit ugly.
      
      These changes bring back a behavior closer to default style sheet of
      browsers: tables have no border by default, but a rule is added to
      emulate the rendering of border="1" attributes, so that tables edited
      with CKEditor have borders and look the same in the editor or in the
      html viewer.
      ac0ad881
    • Jérome Perrin's avatar
  7. 08 Dec, 2022 1 commit
  8. 07 Dec, 2022 1 commit
  9. 06 Dec, 2022 6 commits
  10. 01 Dec, 2022 1 commit
    • Jérome Perrin's avatar
      stripe: change module columns · 95d449eb
      Jérome Perrin authored
      Remove title, we don't need title and reference, because title is
      acquired from reference, so they have the same value.
      
      Add Causality, it can be useful for example to search in the module.
      
      Add "more columns" for all properties from the view of a stripe session
      95d449eb
  11. 29 Nov, 2022 1 commit
  12. 28 Nov, 2022 8 commits
  13. 21 Nov, 2022 8 commits
  14. 17 Nov, 2022 4 commits