1. 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
  2. 06 Dec, 2022 5 commits
  3. 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
  4. 29 Nov, 2022 1 commit
  5. 28 Nov, 2022 8 commits
  6. 21 Nov, 2022 8 commits
  7. 17 Nov, 2022 9 commits
  8. 16 Nov, 2022 2 commits
    • Jérome Perrin's avatar
      *: add some missing security declaration on component code · 8be39d34
      Jérome Perrin authored
      This does not seem to be an actual problem because the object is
      declared protected, but these missing security declarations make
      testSecurity fail.
      8be39d34
    • Jérome Perrin's avatar
      testSecurity: don't skip portal_components in test_method_protection · e300e3f6
      Jérome Perrin authored
      We have been using `filter(lambda x:'/erp5/' in x[0], error_list)` as a
      way to see only missing declarations from ERP5 code, but only ERP5
      filesystem code contains /erp5/ in the filenames, in-ZODB components
      filename is set to something like <portal_components/document.erp5.FTPConnector>
      
      Change to also check methods for which filename contains <portal_components
      and also to print the ignored methods
      e300e3f6
  9. 10 Nov, 2022 4 commits