An error occurred fetching the project authors.
  1. 21 Nov, 2011 1 commit
    • Arnaud Fontaine's avatar
      Fix workflow history synchronization for ERP5SyncML. · 784d1a0a
      Arnaud Fontaine authored
      Only the first workflow from the history was synchronized because of a
      mistake when checking if the workflow can be added. Also, do not
      ignore processing_status_workflow when running tests to detect such
      problem in the future.
      784d1a0a
  2. 04 Feb, 2011 1 commit
  3. 03 Feb, 2011 1 commit
  4. 04 Dec, 2010 2 commits
  5. 01 Dec, 2010 1 commit
  6. 15 Jul, 2010 1 commit
    • Sebastien Robin's avatar
      sync with trunk@37114 · c1ae57b0
      Sebastien Robin authored
      Conflicts:
      	bt5/erp5_base/bt/revision
      	bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py
      	bt5/erp5_simulation/bt/revision
      	bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml
      	bt5/erp5_trade/bt/change_log
      	bt5/erp5_trade/bt/revision
      	products/ERP5/Document/BusinessPath.py
      	products/ERP5/Document/SimulationMovement.py
      	products/ERP5/Document/TradeCondition.py
      	products/ERP5/Document/TradeModelLine.py
      	products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision
      	products/ERP5Type/ERP5Type.py
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
      c1ae57b0
  7. 31 May, 2010 6 commits
  8. 17 May, 2010 1 commit
  9. 29 Apr, 2010 1 commit
    • Julien Muchembled's avatar
      Do not use /tmp selfishly · 7368ce22
      Julien Muchembled authored
      IOW, be nice with the OS and other software/users.
      
      - /tmp should never be hardcoded: $TMPDIR is better
      - $TMPDIR should be only used with 'tempfile' and appropriate clean up
      - in unit tests, the 'tests' directory can be used as temporary storage
        (like in this commit)
      
      This fixes possible random failures of SyncML related tests when, for example,
      testERP5SyncML and testERP5DocumentSyncML are run in parallel.
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34864 20353a03-c40f-0410-a6d1-a30d3c3de9de
      7368ce22
  10. 08 Oct, 2009 1 commit
  11. 28 Sep, 2009 1 commit
  12. 30 Jul, 2009 1 commit