1. 30 Jun, 2011 2 commits
  2. 29 Jun, 2011 19 commits
  3. 28 Jun, 2011 4 commits
    • Vincent Pelletier's avatar
      Reverse the order in which repositories are added to sys.path. · cdff9aa0
      Vincent Pelletier authored
      Detailed rationale:
      erp5/softwre.cfg defines
        repository_id_list = erp5
      It is not possible to prepend a value to another in buildout configuration
      file syntax, but provides a way to append:
        repository_id_list += foo
      In such case, when running tests, one will want to access the test(s)
      folder project's repository. But that folder will be shadowed by erp5's.
      There is no trivial fix without drawbacks, and this fix is trivial enough
      to be considered better than other fixes.
      cdff9aa0
    • Vincent Pelletier's avatar
      Factorise code. · b1280ca8
      Vincent Pelletier authored
      Code generating code also looks nicer when factorised...
      b1280ca8
    • Łukasz Nowak's avatar
      Fix compilation on new gcc. · 6942cce9
      Łukasz Nowak authored
      Also define patched buildout in order to use special location definition.
      6942cce9
    • Vincent Pelletier's avatar
      Add support for multiline value. · 87997ad1
      Vincent Pelletier authored
      Default behaviour of split() is to act on any whitespace char, which includes
      ' ' and '\n'.
      87997ad1
  4. 27 Jun, 2011 11 commits
  5. 24 Jun, 2011 4 commits