1. 13 Oct, 2020 4 commits
  2. 12 Oct, 2020 1 commit
  3. 08 Oct, 2020 1 commit
  4. 05 Oct, 2020 9 commits
  5. 01 Oct, 2020 3 commits
  6. 30 Sep, 2020 9 commits
  7. 29 Sep, 2020 11 commits
  8. 28 Sep, 2020 2 commits
    • Arnaud Fontaine's avatar
      ZODB Components: Products import compatibility (MR !1271). · 5fea47d1
      Arnaud Fontaine authored
      This implements Products import compatibility based on Component.source_reference
      using existing import hooks so that Products.ERP5.Document.Person for example
      is importable (actually returning erp5.component.document.Person module).
      
      This only works with non-FS modules (IOW when the ZODB is accessible and
      portal.portal_components is available).
      5fea47d1
    • Jérome Perrin's avatar
      xhtml_style: fix invisible cursor in textarea with chrome · 13d98d82
      Jérome Perrin authored
      With chrome ( 85.0.4183.108 but I think it appears a few weeks/months ago )
      when using erp5_xhtml_style when the cursor in the first column on the left
      it's not visible, because the bold background hides it.
      
      Default user agent spreadsheet is a 2px padding, but we have a rule applying a
      padding 0 for all textarea. Revert this rule for textarea used as fields in
      content.
      13d98d82