An error occurred fetching the project authors.
  1. 03 Feb, 2008 2 commits
  2. 09 Jan, 2008 1 commit
  3. 07 Jan, 2008 1 commit
  4. 24 Dec, 2007 1 commit
  5. 07 Dec, 2007 1 commit
  6. 06 Dec, 2007 1 commit
  7. 30 Nov, 2007 1 commit
  8. 28 Nov, 2007 2 commits
  9. 20 Nov, 2007 1 commit
  10. 19 Nov, 2007 1 commit
  11. 15 Nov, 2007 1 commit
    • Jean-Paul Smets's avatar
      Removed per portal type filtering (yet keep compatibility with existing... · ca4ffe66
      Jean-Paul Smets authored
      Removed per portal type filtering (yet keep compatibility with existing methods). Added a cache key so that filter expression results can be cached (ex. per portal_type). The general idea is that nearly nobody uses portal type filtering and that increasing the number of SQL methods tends to decrease performance.  By caching expression results, the impact of additional SQL methods is less significant. 
      In addition, code syntax has been improved here and there (spaces, tabs). Some comments were added. Hardcoded values removed.
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17630 20353a03-c40f-0410-a6d1-a30d3c3de9de
      ca4ffe66
  12. 30 Oct, 2007 1 commit
  13. 24 Oct, 2007 2 commits
  14. 23 Oct, 2007 6 commits
  15. 22 Oct, 2007 1 commit
  16. 18 Oct, 2007 2 commits
  17. 17 Oct, 2007 2 commits
  18. 03 Oct, 2007 1 commit
  19. 28 Sep, 2007 1 commit
    • Vincent Pelletier's avatar
      Use portal_ids (if available) to generate catalog uids. · fa9897db
      Vincent Pelletier authored
      This is done to allow removing AUTOINCREMENT property of catalog's uid column, which causes table-level locks on innodb, which badly impairs indexation speed especialy when using multiple indexation nodes. If AUTOINCREMENT is kept on catalog, the system keeps working but the table-level lock will still be held (unless you use MySQL 2.1.22 or higher, which is not advised since at the moment it's a development branch).
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16688 20353a03-c40f-0410-a6d1-a30d3c3de9de
      fa9897db
  20. 26 Sep, 2007 1 commit
  21. 19 Sep, 2007 1 commit
  22. 17 Sep, 2007 2 commits
  23. 12 Sep, 2007 2 commits
  24. 06 Sep, 2007 1 commit
  25. 29 Aug, 2007 2 commits
  26. 22 Aug, 2007 2 commits