An error occurred fetching the project authors.
  1. 11 May, 2012 1 commit
    • Julien Muchembled's avatar
      Cleanup API of TransactionalVariable and read-only cache · d70587e3
      Julien Muchembled authored
      - New readOnlyTransactionCache context manager replacing
        enableReadOnlyTransactionCache and disableReadOnlyTransactionCache
      - Drop compatibility code that tolerate a dummy context to be passed to
        getReadOnlyTransactionCache and getTransactionalVariable.
      d70587e3
  2. 08 Dec, 2011 1 commit
  3. 17 Oct, 2011 2 commits
    • Julien Muchembled's avatar
      Simplify code by using some new Python syntax · 9cd33ca4
      Julien Muchembled authored
      - PEP 308: Conditional Expressions
      - PEP 341: Unified try/except/finally
      - PEP 343: The ‘with’ statement
      9cd33ca4
    • Julien Muchembled's avatar
      Drop support for Zope 2.8 · 48212534
      Julien Muchembled authored
      Checked following occurrences in comments:
      - "Python 2.[456]"
      - "Zope 2.[891]"
      - "BBB"
      - "BACK"
      
      Checked uses of:
      - email, hashlib, numpy & tarfile (modules)
      - ImportError
      - string.Template
      - suppress_events (parameter of _setObject)
      
      Excluded:
      - some forked modules (MailTemplates, PortalTransforms...)
      - some i18n compatibility code
      48212534
  4. 11 Sep, 2011 1 commit
    • Jean-Paul Smets's avatar
      There is no reason not to support sql_catalog_raise_error_on_uid_check for... · 94bedc0a
      Jean-Paul Smets authored
      There is no reason not to support sql_catalog_raise_error_on_uid_check for both cases of UID inconsistency. UID change happens for example with inconsistent catalog and ZODB after disaster recovery. It can be useful to prevent raise during a double catalogin of the database after a disaster recovery. Else, it is just impossible to recover.
      94bedc0a
  5. 08 Sep, 2011 4 commits
  6. 21 Jun, 2011 1 commit
  7. 02 May, 2011 1 commit
  8. 26 Mar, 2011 1 commit
  9. 25 Mar, 2011 1 commit
  10. 21 Jan, 2011 1 commit
  11. 12 Jan, 2011 1 commit
  12. 11 Jan, 2011 1 commit
  13. 18 Nov, 2010 2 commits
  14. 08 Nov, 2010 2 commits
  15. 19 Oct, 2010 1 commit
  16. 14 Oct, 2010 6 commits
  17. 14 Sep, 2010 2 commits
  18. 23 Aug, 2010 1 commit
  19. 02 Aug, 2010 1 commit
  20. 20 Jul, 2010 1 commit
  21. 19 Jul, 2010 3 commits
  22. 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
  23. 08 Jul, 2010 1 commit
  24. 09 Jun, 2010 3 commits