1. 29 Jun, 2011 6 commits
  2. 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
  3. 27 Jun, 2011 11 commits
  4. 24 Jun, 2011 15 commits
  5. 23 Jun, 2011 1 commit
  6. 22 Jun, 2011 2 commits
  7. 21 Jun, 2011 1 commit
    • Rafael Monnerat's avatar
      Refactore erp5 site creation · 79c9642f
      Rafael Monnerat authored
      * Collect informations by JSON into a single call and cache it.
      * Use class and cleaner API
      * Do not relay on scripts on erp5_configurator, make possible configure
      any kind of instance
      * use simple HTTP requests to edit information into ERP5
      * Be much more assertive and try to circuvent and prevent possible problems that could happens.
      79c9642f