1. 04 Aug, 2020 3 commits
    • Jérome Perrin's avatar
      BusinessTemplate: update tools, except the one we know to be too big · 383164ba
      Jérome Perrin authored
      Since 248f59e5 (Business Template: Likewise ERP5Site.addERP5Tool(), do
      not re-create Tool if it already exists., 2020-06-22) we no longer
      update tools, because of the problem that business template does not
      currently handle updating objects with lots of sub-objects.
      
      But we realized that we really need to update tools when they contain
      configuration as object attributes, like mimetypes_registry where the
      problem was observed.
      
      Instead of unconditionnally skipping any tool during update, we skip
      only portal_simulation, because we know that it will contain lots of
      applied rules and portal_preferences, because we know it contain
      user preferences.
      
      Other candidates were:
       - portal_trash/portal_templates: contain lots of documents,
      proportional to the number of business template updates, but is not
      managed in business template (for bootstrap issues)
       - portal_activities: contain a lot of active processes, but is not
      managed in business template
      383164ba
    • Jérome Perrin's avatar
      Error handling and css fonts in Selenium extensions · f596613d
      Jérome Perrin authored
      See merge request nexedi/erp5!1220
      f596613d
    • Jérome Perrin's avatar
      testUpgradeInstanceWithOldDataFs with more business templates · b683393f
      Jérome Perrin authored
      Install more business templates such as erp5_web or erp5_dms, to confirm that we can also update these business templates.
      
      Run the tests with "full indexing", to be more realistic and to be sure that we don't hide problem that would happen when reindexing action definitions or property sheets.
      
      See merge request nexedi/erp5!1228
      b683393f
  2. 03 Aug, 2020 9 commits
  3. 31 Jul, 2020 8 commits
  4. 29 Jul, 2020 5 commits
  5. 28 Jul, 2020 1 commit
    • Gabriel Monnerat's avatar
      erp5_officejs_support_request_ui: Add begin date to the query when user click... · ba7f2857
      Gabriel Monnerat authored
      erp5_officejs_support_request_ui: Add begin date to the query when user click on "Last Month Activity"
      
      The filter when the user click on the "Last Month Activity" chart filter Support Request only by status (Submitted / Open / Suspended / Closed). So on the table "Recent updates", all the support request with the chosen status appear. There is no filter by "Begin Date" for the last 30 days, which is no coherent with the "Last Month Activity". => It should appear only the support request with the chosen status with a begin date < D - 30 days
      ba7f2857
  6. 24 Jul, 2020 1 commit
  7. 23 Jul, 2020 3 commits
  8. 22 Jul, 2020 7 commits
  9. 21 Jul, 2020 3 commits