1. 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
  2. 19 Jul, 2012 2 commits
  3. 17 Jul, 2012 2 commits
  4. 13 Jul, 2012 1 commit
  5. 11 Jul, 2012 1 commit
  6. 10 Jul, 2012 1 commit
  7. 05 Jul, 2012 1 commit
  8. 04 Jul, 2012 4 commits
  9. 03 Jul, 2012 1 commit
  10. 02 Jul, 2012 1 commit
  11. 29 Jun, 2012 6 commits
  12. 28 Jun, 2012 6 commits
  13. 26 Jun, 2012 5 commits
  14. 25 Jun, 2012 3 commits
  15. 24 Jun, 2012 1 commit
  16. 22 Jun, 2012 3 commits