1. 14 Feb, 2020 1 commit
  2. 20 Jul, 2012 2 commits
    • Tatuya Kamada's avatar
      Add a method to update the persistent id_dict from portal_ids table. · c803a430
      Tatuya Kamada authored
      This method is intended to use when we are disabled 'Store in the ZODB'
      or set a big number as the 'Store interval', but at the same time we need to
      update the persistent dict from the fresh portal_ids table at a certain point.
      
      This method needs a unit test.
      c803a430
    • Tatuya Kamada's avatar
      Set max_rows 0 on IdTool_zGetValueList · ed8dac90
      Tatuya Kamada authored
      So that we can get all the records of portal_ids table even when there are more
      than 1000 id_group on the table. The ZSQLMethod was not intended to limit to
      retrieve the records.
      Of course it is better to get the records more gracefully like first getting
      0..999, then 1000..1999. For now this is acceptable.
      (Confirmed by Sebastien)
      ed8dac90
  3. 19 Jul, 2012 2 commits
  4. 17 Jul, 2012 2 commits
  5. 13 Jul, 2012 1 commit
  6. 11 Jul, 2012 1 commit
  7. 10 Jul, 2012 1 commit
  8. 05 Jul, 2012 1 commit
  9. 04 Jul, 2012 4 commits
  10. 03 Jul, 2012 1 commit
  11. 02 Jul, 2012 1 commit
  12. 29 Jun, 2012 6 commits
  13. 28 Jun, 2012 6 commits
  14. 26 Jun, 2012 5 commits
  15. 25 Jun, 2012 3 commits
  16. 24 Jun, 2012 1 commit
  17. 22 Jun, 2012 2 commits
    • Leonardo Rochael Almeida's avatar
      Improve TestLocalRoleManagement resilience · 123d0bc6
      Leonardo Rochael Almeida authored
      Don't fail if a previous --save test was interrupted before cleanup.
      
      Delete in beforeTearDown() the person that was added on afterSetUp().
      123d0bc6
    • Leonardo Rochael Almeida's avatar
      Do not recursively reindex security unnecessarily · 71e8596e
      Leonardo Rochael Almeida authored
      In ERP5, objects that do not acquire local roles (according to their portal type configuration) do not need to be reindexed with their containers.
      So do not reindex recursively if portal_types of contained objects don't need it.
      
      Security reindexing can be customized with a type-based method.
      
      Fix test that wrongly relied on unrestricted access for updating object roles.
      71e8596e