An error occurred fetching the project authors.
  1. 26 Sep, 2016 1 commit
    • Sebastien Robin's avatar
      stock cache: avoid possibly random errors · 71b00753
      Sebastien Robin authored
      ProgrammingError could be raised for various raisons, while the code
      was assuming that the only raison was missing table. Improve by making
      sure the error is about missing table, if not, raise.
      71b00753
  2. 16 Sep, 2016 1 commit
  3. 15 Sep, 2016 2 commits
  4. 15 Jul, 2016 1 commit
  5. 22 Jun, 2016 1 commit
  6. 21 Apr, 2016 3 commits
  7. 12 Jan, 2016 1 commit
  8. 07 Oct, 2015 2 commits
  9. 04 Oct, 2015 1 commit
  10. 10 Mar, 2015 2 commits
  11. 17 Feb, 2015 5 commits
  12. 12 Dec, 2014 1 commit
  13. 16 Oct, 2014 1 commit
  14. 01 May, 2014 1 commit
  15. 28 Apr, 2014 2 commits
  16. 04 Nov, 2013 1 commit
  17. 13 Sep, 2013 3 commits
  18. 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
  19. 04 Mar, 2013 1 commit
  20. 28 Feb, 2013 5 commits
  21. 27 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 2 commits