An error occurred fetching the project authors.
  1. 11 Sep, 2014 2 commits
    • Julien Muchembled's avatar
      BT: don't export 'revision' anymore · f73b625c
      Julien Muchembled authored
      Because on DVCS with branches, history is not always linear, we must stop
      using increasing integer for revisions because they cause too many conflicts
      and a higher revision number does not necessarily means the a BT newer.
      They're now a cryptographic hash of all the contents of the Business Template,
      and they're computed automatically:
      - by genbt5list
      - at download
      - at building (by default)
      - at export
      f73b625c
    • Julien Muchembled's avatar
      BT: make genbt5list safer for reuse in another process · 46eb9884
      Julien Muchembled authored
      - stop using chdir
      - make logging to stdout/stderr optional
      - generateInformation: return a StringIO instead of writing to a temporary file
      46eb9884
  2. 17 Oct, 2011 1 commit
    • 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
  3. 16 Apr, 2010 1 commit
  4. 25 Nov, 2009 1 commit
  5. 10 Sep, 2009 2 commits
  6. 07 Sep, 2009 1 commit
  7. 05 Sep, 2008 1 commit
  8. 11 Jul, 2006 1 commit
  9. 04 Jul, 2006 1 commit
  10. 30 May, 2006 1 commit
  11. 01 Feb, 2006 1 commit
  12. 30 Jan, 2006 1 commit
  13. 17 Jan, 2006 1 commit
  14. 16 Dec, 2005 1 commit