An error occurred fetching the project authors.
  1. 18 Mar, 2016 1 commit
  2. 07 Mar, 2016 4 commits
  3. 29 Oct, 2015 1 commit
  4. 25 Sep, 2015 1 commit
  5. 10 Mar, 2015 1 commit
  6. 13 Jan, 2015 1 commit
  7. 17 Nov, 2014 1 commit
  8. 16 Oct, 2014 2 commits
  9. 11 Sep, 2014 1 commit
    • 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
  10. 05 Sep, 2014 1 commit
  11. 04 Sep, 2014 1 commit
  12. 26 Feb, 2014 1 commit
  13. 30 Jan, 2014 1 commit
  14. 07 Oct, 2013 2 commits
  15. 10 Sep, 2013 3 commits
  16. 09 Sep, 2013 4 commits
  17. 26 Jul, 2013 1 commit
    • Arnaud Fontaine's avatar
      Fix import of text files into ZODB. · cfe75cd6
      Arnaud Fontaine authored
      When importing back ace.js containing a last line with whitespaces only, the
      last line was not imported, and thus the file could never been downloaded
      completely as its really size was less than the one on the File ZODB object.
      cfe75cd6
  18. 21 May, 2013 1 commit
  19. 04 Apr, 2013 1 commit
  20. 13 Sep, 2012 1 commit
  21. 16 Aug, 2012 1 commit
    • Leonardo Rochael Almeida's avatar
      Fix BT5 installation of unique catalog keys · 0b1cface
      Leonardo Rochael Almeida authored
      While installing a BT5 make sure not to install duplicate keys for the following ZSQLCatalog properties:
       - sql_catalog_search_keys
       - sql_catalog_related_keys
       - sql_catalog_scriptable_keys
       - sql_catalog_role_keys
       - sql_catalog_local_role_keys
      0b1cface
  22. 12 Jul, 2012 1 commit
  23. 21 Jun, 2012 3 commits
  24. 15 May, 2012 1 commit
  25. 11 May, 2012 1 commit
  26. 17 Apr, 2012 1 commit
  27. 07 Mar, 2012 2 commits
    • Arnaud Fontaine's avatar
      Define versions and their priorities for ZODB Components on Business Template. · 81658fb8
      Arnaud Fontaine authored
      This is similar to portal skins priority, except that versions and priorities
      are defined on ERP5Site (as 'VERSION | PRIORITY' where PRIORITY is a float) as
      there is not one Folder for each version in contrary to portal skins.
      
      On the Business Template itself, versions and priorities can be defined like
      'VERSION | PRIORITY' or simply 'VERSION' (where PRIORITY is assumed to be
      0.0). Upon installation, it will be merged into ERP5Site property in
      descending order (by priority first and then by version for versions with the
      same priority).
      81658fb8
    • Arnaud Fontaine's avatar
      Implement ZODB Test Component. · ed0a92be
      Arnaud Fontaine authored
      ed0a92be