An error occurred fetching the project authors.
  1. 29 Apr, 2019 1 commit
  2. 03 Oct, 2017 1 commit
  3. 11 Sep, 2017 1 commit
  4. 06 Jan, 2017 1 commit
    • Vincent Pelletier's avatar
      CMFCategory: Do not index any Base Category as a related document. · 95e3eaec
      Vincent Pelletier authored
      Without this change, "source/a/b" in non-strict mode indexes:
        (document.uid, source.uid, b.uid, 1)
        (document.uid, source.uid, a.uid, 0)
        (document.uid, source.uid, source.uid, 0)
      This last line does not contain anything which cannot be found by looking
      at the base category uid column, so it is wasting disk (and index) space,
      costing performance.
      But keep indexing a Base Category document if is it not the base category
      for considered relation. It is not clear whether stopping indexation at the
      first encountered Base Category document is intentional, or if recursion
      should only stop when reaching the base category of considered relation.
      With this change, "source/a/b" in non-strict mode indexes:
        (document.uid, source.uid, b.uid, 1)
        (document.uid, source.uid, a.uid, 0)
      removing the redundancy.
      95e3eaec
  5. 23 Dec, 2016 1 commit
  6. 22 Jun, 2016 1 commit
  7. 09 Jun, 2016 1 commit
  8. 08 Jun, 2016 1 commit
  9. 19 Oct, 2015 1 commit
  10. 17 Feb, 2015 1 commit
  11. 02 Feb, 2015 1 commit
  12. 31 Dec, 2014 1 commit
  13. 12 Dec, 2014 1 commit
  14. 06 Nov, 2014 1 commit
  15. 16 Oct, 2014 2 commits
  16. 30 Jan, 2014 1 commit
  17. 13 Sep, 2013 3 commits
  18. 16 Aug, 2013 1 commit
  19. 09 Apr, 2013 1 commit
    • Jérome Perrin's avatar
      Inventory API: remove unecessary joins in the queries · c528eb90
      Jérome Perrin authored
      We were joining catalog for section, node and resource, mainly in order to
      expose _title and _relative_url in brains. We just need to select the
      corresponding uids and let brains do another catalog search to get the object
      when accessed.
      Note that erp5_banking_core is not updated
      c528eb90
  20. 01 Mar, 2013 1 commit
  21. 28 Feb, 2013 1 commit
  22. 26 Feb, 2013 1 commit
    • Aurel's avatar
      Implement cache of getInventory results · cf53db45
      Aurel authored
      Create a sql cache for getInventory call
      Remove full-inventory optimisation as it now useless
      Implement full-inventory feature directly into stock
      Make erp5_pdm depends on this optimisation
      Install optimisation for all unit tests
      cf53db45
  23. 21 Feb, 2013 6 commits
  24. 26 Jul, 2012 2 commits
  25. 25 Jul, 2012 1 commit
  26. 23 Jul, 2012 1 commit
  27. 20 Jul, 2012 1 commit
  28. 18 May, 2012 2 commits
  29. 15 May, 2012 1 commit
  30. 11 May, 2012 1 commit