1. 24 Jun, 2020 4 commits
  2. 23 Jun, 2020 8 commits
    • Jérome Perrin's avatar
    • Jérome Perrin's avatar
      Use consistent term in login forms · 655c06ec
      Jérome Perrin authored
      We were using many different terms every for "username", this is an attempt to use a consistent term every where for login and a few other terms used for logging in and resetting password
      
      See merge request !1164
      655c06ec
    • Jérome Perrin's avatar
      pdm: Remove old converted inventory report · a0b46aa4
      Jérome Perrin authored
      As a follow up of !1158 , now that stock browser supports inventory conversion, the old converted inventory report is not longer needed.
      
      The reason for removing instead of fixing is that this report was using approaches that have no equivalent in ERP5JS interface (select in the module and run a report based on selection, listbox domain tree), so we could repair it for old ui only, but we thought it would be better to remove it and improve stock browser further.
      
      One reason this was broken is that it was using `SimulationTool.getAllInventory` which does not support brain attributes from `SimulationTool.getInventoryList`, so dynamic attributes like `node_title` were not displayed correctly. This adds a warning on `getAllInventory` docstring. This method has another user so we don't remove it.
      
      See merge request !1162
      a0b46aa4
    • Jérome Perrin's avatar
      pdm: Stock Browser Improvements · aa3bb22f
      Jérome Perrin authored
      Make stock browser a dialog where user can select the node category, for compatibility with ERP5JS
      
      Introduce a preference to select the node category by default.
      
      Allow to select quantity unit / metric type in the dialog to get converted inventories.
      
      See merge request !1158
      aa3bb22f
    • Jérome Perrin's avatar
      pivot_table: import v2.23.0 · 6b4b4cd4
      Jérome Perrin authored
      Uploaded the content of
      https://github.com/nicolaskruchten/pivottable/tree/v2.23.0/dist/
      using web dav and ran Alarm_checkSkinCache
      
      This version allow sorting and fixes an XSS vulnerability
      6b4b4cd4
    • Jérome Perrin's avatar
      sql_browser: backup editor content in a textarea · e52dc6c8
      Jérome Perrin authored
      Browsers (at least chrome) saves the textarea content and restore it
      when going back or resurecting a closed tab, which prevents loosing
      unsaved work.
      This browser feature does not work in "rich" javascript
      editors, but this trick of syncronizing the rich editor content to a
      hidden textarea seem to makes it work.
      e52dc6c8
    • Jérome Perrin's avatar
      testERP5Type: mark test_request_with_x_forwarded_for expected failure · 7941e90f
      Jérome Perrin authored
      This is an emergency commit to repair failing tests
      7941e90f
    • Jérome Perrin's avatar
      run_my_doc: fix naming convention failure · 656ffa54
      Jérome Perrin authored
      use "Slideshow" for now. "Slide Show" would also be OK, the discussion
      about what's the best term is still ongoing, this is an emergency commit
      to repair tests.
      656ffa54
  3. 22 Jun, 2020 5 commits
  4. 19 Jun, 2020 2 commits
  5. 18 Jun, 2020 5 commits
  6. 17 Jun, 2020 2 commits
  7. 16 Jun, 2020 13 commits
  8. 15 Jun, 2020 1 commit