1. 15 Jul, 2020 16 commits
  2. 13 Jul, 2020 1 commit
  3. 10 Jul, 2020 2 commits
  4. 09 Jul, 2020 4 commits
    • Jérome Perrin's avatar
      tests: simplify and deprecate assertSameSet · 232167c1
      Jérome Perrin authored
      Since a long time python unittest provides good assertions and we don't need to
      build out own.
      232167c1
    • Jérome Perrin's avatar
      credential: prevent multiple failures · 2c80a461
      Jérome Perrin authored
      If a Credential Request/Recovery can not be accepted, the alarm should not
      retry again and again.
      
      We use an hasActivity test before trying to accept to prevent causing multiple
      failing activities, if it already failed once, no need to retry more,
      CMFActivity built-in retry mechanism is enough.
      2c80a461
    • Jérome Perrin's avatar
      pdm: fix "Volume" field · 7e34f3b1
      Jérome Perrin authored
      - Use ³ instead of the HTML entity form, ERP5JS does not allow HTML in field names
      - Make Component_view uses Base_viewPDMFieldLibrary, like Product_view
      - Add the proper description of this in field library
      - Resource_viewFieldLibrary/my_base_volume is kept, for compatibility (not sure it's needed)
      - Adjust ERP5Site_checkNamingConventions to allow m³, not m&179;
      - Update all translations
      7e34f3b1
    • Jérome Perrin's avatar
      web_renderjs_ui: use consistent term for "Invalid Search Criteria" · e3752612
      Jérome Perrin authored
      We sometimes used "Invalid search criteria", sometimes "Invalid Search
      Criteria". Unify to use "Invalid Search Criteria" everywhere
      e3752612
  5. 07 Jul, 2020 5 commits
  6. 06 Jul, 2020 8 commits
  7. 03 Jul, 2020 4 commits
    • Jérome Perrin's avatar
      base: don't allow selecting draft currencies by default · 3c0c9da6
      Jérome Perrin authored
      The initial intention was to "disallow invalidated", without forcing users to
      validate everything, but it was probably a mistake, if users don't need to
      validate then validation workflow would be a bit meaningless.
      
      This is made after an incident where a user mistakenly cloned a validated
      currency and the cloned currency was available everywhere in the system.
      
      Change to not return draft currencies by default and also change so that all
      items are tuple, for consistency. That should have no impact and is a bit
      easier for the test.
      
      Also adjust accounting_ui_test, we need to validate currencies for the tests
      and clear cache if we validated some (but we don't need to clear cache if we
      validate accounts, because account caches is more clever and does not need to
      clear all cache)
      3c0c9da6
    • Jérome Perrin's avatar
      414bb6f5
    • Jérome Perrin's avatar
      configurator_standard: remove reference to tiolive · 4b8ff5e1
      Jérome Perrin authored
      also, we don't send passwords by email
      4b8ff5e1
    • Jérome Perrin's avatar
      configurator_standard: set int index on states and transitions · 0c9409a3
      Jérome Perrin authored
      Since the workflow is linear, make sure the states and transitions are
      sorted in the listboxs in same order as workflow, this makes
      re-configuring the workflow a bit easier.
      0c9409a3