1. 10 Jan, 2020 21 commits
  2. 09 Jan, 2020 4 commits
  3. 07 Jan, 2020 4 commits
  4. 30 Dec, 2019 3 commits
  5. 28 Dec, 2019 3 commits
  6. 27 Dec, 2019 2 commits
  7. 26 Dec, 2019 3 commits
    • Vincent Pelletier's avatar
      erp5_trade_renderjs_ui_test: Tic after deleting documents. · fea57588
      Vincent Pelletier authored
      Especially important as the deleted document has an hard-coded ID which gets reused - as is the case here.
      
      It may not be a good idea to hardcode such ids in tests too, but I cannot judge at a glance.
      
      /cc @romain
      
      /reviewed-on !1020
      fea57588
    • Jérome Perrin's avatar
      Small fixes to ZODB history tab · 626b75c1
      Jérome Perrin authored
      Assorted fixes for minor issues with ZODB History tab:
      
      1. When viewing history of a website or websection in the "backoffice" interface, clicking on *View ZODB History* does not keep the `ignore_layout:int=1` request parameter that forces displaying the forms in the *View* skin selection.
      2. Fix using ZODB history for documents with binary properties, such as `data` property on images and files. Instead of failing with unicode error, just display "(binary)". 
      3. Put the link field in center group, forms with only fields in left group and nothing in right group have a border only on the left side. ( this is  https://www.erp5.com/documentation/developer/guideline/module/erp5-Guideline.Module.Creation/#listbox-only-tabs-should-have-a-read-only-title-in-center-group )
      
      see before:
      ![before__1_](/uploads/eaafe271228e960f58b7b928cb517ac9/before__1_.png)
      
      and after:
      ![Screenshot_2017-11-28_at_19.32.09](/uploads/bdd0adcc80b138dca7ddcb45b2ff184a/Screenshot_2017-11-28_at_19.32.09.png)
      
      
      
      /reviewed-on nexedi/erp5!512
      626b75c1
    • Jérome Perrin's avatar
      pdm: Enable content translation for resources and transformations · 79da3453
      Jérome Perrin authored
      This is enabled for title and description only, because that's usually
      what we put on "external" documents such as invoices.
      
      By "resource" here it means products, services, components and their
      individual variations
      
      In short, change the translation configuration from 
      ![Screenshot_2017-12-05_at_10.22.39](/uploads/2c72a0b35dbbde1ec6d7156f2e2f372a/Screenshot_2017-12-05_at_10.22.39.png)
      
      to 
      
      ![Screenshot_2017-12-05_at_10.23.31](/uploads/d86c2fce6a9d134e17b5fddc983491a3/Screenshot_2017-12-05_at_10.23.31.png)
      
      
      /reviewed-on nexedi/erp5!515
      79da3453