1. 02 Jun, 2020 4 commits
    • Vincent Pelletier's avatar
      17a0a275
    • Jérome Perrin's avatar
      versions up: Monaco editor 0.20.0 / prettier 2.0.5 · 3b45cd05
      Jérome Perrin authored
      These new versions contain several small improvements.
      
      It seems this version of prettier formats javascript in a way that jslint does not complain about.
      
      Also contain some small fixes for our renderjs and rsvp type definitions, so that monaco-editor-gadget.js can typecheck.
      
      See merge request nexedi/erp5!1139
      3b45cd05
    • Jérome Perrin's avatar
      Fix bugs in erp5_forge scripts · 9e5ee389
      Jérome Perrin authored
      * "Create Skin Folder" action had a typo, so it was not setting the `business_template_skin_layer_priorty` property that business template is using when installing.
      * "Create Report" was not updated for the new "action title" feature of forms.
      
      This time, add the missing tests that should have prevented these problems.
      
      See merge request !1133
      9e5ee389
    • Jérome Perrin's avatar
      erp5_forge coding style · e17f69f3
      Jérome Perrin authored
      Enable coding style on erp5_forge, after removing several problematic scripts that did not seem used.
      
      See merge request !1134
      e17f69f3
  2. 01 Jun, 2020 8 commits
  3. 29 May, 2020 15 commits
  4. 28 May, 2020 2 commits
  5. 27 May, 2020 9 commits
  6. 25 May, 2020 2 commits
    • Vincent Pelletier's avatar
      ERP5Type.patches.CookieCrumbler: Unconditionally cleanup request. · 75b19aad
      Vincent Pelletier authored
      Receiving name & password parameters does not prevent us from also
      receiving the authentication cookie. It must not be kept in the request.
      And likewise for requests also containing an HTTP authentication header.
      And likewise for requests for which CookieCrumbler disables itself on.
      75b19aad
    • Vincent Pelletier's avatar
      erp5_full_text_mroonga_catalog: Use finer-grained serialization_tag. · 51aaed94
      Vincent Pelletier authored
      The reason why root document is being used as serialization_tag is to cover
      document which get recursively reindexed: such indexation activity would
      not be able to be validated against all the the serializatio_tag of
      documents it will process. But here, fulltext indexations are all spawned
      per-document anyway, so we can use such per-document values.
      51aaed94