1. 23 Aug, 2012 5 commits
    • Romain Courteaud's avatar
      Also display list of bt5 to update · be6feb0f
      Romain Courteaud authored
      be6feb0f
    • Romain Courteaud's avatar
      Invert details · ca8419b7
      Romain Courteaud authored
      ca8419b7
    • Romain Courteaud's avatar
      Do not return unexpected details · 2bfe175c
      Romain Courteaud authored
      2bfe175c
    • Romain Courteaud's avatar
      Add alarms to check ERP5 configuration. · feead756
      Romain Courteaud authored
      Those alarms read the promise parameters (configured for example by SlapOS) and
      can configure ERP5 if user want to solve the difference.
      feead756
    • Romain Courteaud's avatar
      Add getPromiseParameter · 650c86f9
      Romain Courteaud authored
        Read external promise parameters.
      
        The parameters should be provided by an external configuration file.
        Location of this configuration file is defined in the zope configuration
        file in a product_config named as the path of the ERP5 site.
        Example if the site id is erp5:
          <product-config /erp5>
            promise_path /tmp/promise.cfg
          </product-config>
      
        The promise configuration is a simple ConfigParser readable file (a list of
        section containing a list of string parameters.
      
        getPromiseParameter returns None if the parameter isn't found.
      650c86f9
  2. 22 Aug, 2012 1 commit
  3. 21 Aug, 2012 4 commits
  4. 20 Aug, 2012 1 commit
  5. 16 Aug, 2012 4 commits
  6. 14 Aug, 2012 1 commit
  7. 10 Aug, 2012 3 commits
  8. 09 Aug, 2012 4 commits
  9. 07 Aug, 2012 1 commit
  10. 03 Aug, 2012 1 commit
  11. 30 Jul, 2012 5 commits
  12. 27 Jul, 2012 6 commits
  13. 26 Jul, 2012 2 commits
  14. 25 Jul, 2012 1 commit
  15. 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