An error occurred fetching the project authors.
  1. 14 Sep, 2012 1 commit
  2. 13 Sep, 2012 4 commits
  3. 12 Sep, 2012 1 commit
  4. 10 Sep, 2012 1 commit
  5. 27 Aug, 2012 2 commits
  6. 23 Aug, 2012 5 commits
  7. 21 Aug, 2012 1 commit
  8. 16 Aug, 2012 2 commits
  9. 07 Aug, 2012 1 commit
  10. 26 Jul, 2012 2 commits
  11. 25 Jul, 2012 1 commit
  12. 24 Jul, 2012 1 commit
    • Tatuya Kamada's avatar
      Make id dict updating more scalable. · d2189e27
      Tatuya Kamada authored
      - Avoid to create too much OIDs when updateLastMaxIdDictFromTable
      - Add a parameter 'id_group' into IdTool_zGetValueList for the
        scalability of updateLastMaxIdDictFromTable().
        This parameter is intended to use with CMFActivity
        (see TestIdTool.test_08_updateLastMaxIdDictFromTable).
      d2189e27
  13. 23 Jul, 2012 1 commit
  14. 20 Jul, 2012 3 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
    • Yusei Tahara's avatar
      Add a test for full inventory and multiple sections. · 8bc42dd8
      Yusei Tahara authored
      This test will make sure that getInventoryList works in the situation which two sections use the same node and one section has full inventory for the node.
      8bc42dd8
  15. 17 Jul, 2012 1 commit
  16. 12 Jul, 2012 2 commits
  17. 02 Jul, 2012 1 commit
  18. 28 Jun, 2012 1 commit
  19. 27 Jun, 2012 1 commit
  20. 26 Jun, 2012 4 commits
  21. 22 Jun, 2012 2 commits
  22. 21 Jun, 2012 2 commits