An error occurred fetching the project authors.
  1. 10 Oct, 2014 2 commits
    • Arnaud Fontaine's avatar
    • Arnaud Fontaine's avatar
      Implement custom Inventory Cache based on the assumption that variations expired. · 46b4812a
      Arnaud Fontaine authored
      No Cache:
        13R: 46635.932 +/- 310.994 (min=46014.113, max=47618.809)
        1R: 3578.318 +/- 2879.959 (min=197.390, max=11038.699)
      ERP5 Generic Cache:
        13R: 183.267 +/- 24.720 (min=163.087, max=303.120)
        1R: 28.588 +/- 11.183 (min=18.977, max=76.923)
      Yoshida's Inventory Cache:
        13R: 102.679 +/- 8.349 (min=96.516, max=166.872)
        1R: 16.384 +/- 3.301 (min=10.767, max=27.993)
      Yoshida's Inventory Cache using catalog.indexation_timestamp instead of stock.date:
        13R: 138.370 +/- 9.424 (min=132.227, max=187.422)
        1R: 47.519 +/- 7.743 (min=23.233, max=68.214)
      
      New SQL INDEXES:
        ALTER TABLE stock ADD KEY `resource_section_node_date` (`resource_uid`, `section_uid`, `node_uid`, `date`);
        ALTER TABLE stock ADD KEY `variation_text_section_node` (`variation_text`, `section_uid`, `node_uid`);
      46b4812a
  2. 13 Sep, 2013 1 commit
  3. 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
  4. 04 Mar, 2013 1 commit
  5. 28 Feb, 2013 5 commits
  6. 27 Feb, 2013 1 commit
  7. 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
  8. 21 Feb, 2013 2 commits
  9. 21 Nov, 2012 1 commit
  10. 21 Dec, 2011 1 commit
  11. 07 Dec, 2011 1 commit
  12. 08 Nov, 2011 1 commit
  13. 17 Oct, 2011 1 commit
    • Julien Muchembled's avatar
      Drop support for Zope 2.8 · 48212534
      Julien Muchembled authored
      Checked following occurrences in comments:
      - "Python 2.[456]"
      - "Zope 2.[891]"
      - "BBB"
      - "BACK"
      
      Checked uses of:
      - email, hashlib, numpy & tarfile (modules)
      - ImportError
      - string.Template
      - suppress_events (parameter of _setObject)
      
      Excluded:
      - some forked modules (MailTemplates, PortalTransforms...)
      - some i18n compatibility code
      48212534
  14. 23 Jun, 2011 1 commit
  15. 07 May, 2011 1 commit
  16. 29 Apr, 2011 1 commit
  17. 09 Feb, 2011 1 commit
    • Nicolas Dumazet's avatar
      revert isIndexable hacks. · 78a5f4bd
      Nicolas Dumazet authored
      The only real issue was that ActivityTool was deriving from
      BaseTool, this having isIndexable = True, and not being a
      portal type (a.k.a no isResourceType kind of methods) and
      raising errors when indexed.
      Now, ActivityTool has a portal type, and such issues are gone.
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43198 20353a03-c40f-0410-a6d1-a30d3c3de9de
      78a5f4bd
  18. 08 Feb, 2011 1 commit
  19. 21 Jan, 2011 1 commit
  20. 29 Oct, 2010 1 commit
  21. 28 Jul, 2010 3 commits
  22. 27 Jul, 2010 1 commit
  23. 23 Jul, 2010 1 commit
  24. 21 Jul, 2010 1 commit
  25. 15 Jul, 2010 1 commit
    • Sebastien Robin's avatar
      sync with trunk@37114 · c1ae57b0
      Sebastien Robin authored
      Conflicts:
      	bt5/erp5_base/bt/revision
      	bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py
      	bt5/erp5_simulation/bt/revision
      	bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml
      	bt5/erp5_trade/bt/change_log
      	bt5/erp5_trade/bt/revision
      	products/ERP5/Document/BusinessPath.py
      	products/ERP5/Document/SimulationMovement.py
      	products/ERP5/Document/TradeCondition.py
      	products/ERP5/Document/TradeModelLine.py
      	products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision
      	products/ERP5Type/ERP5Type.py
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
      c1ae57b0
  26. 28 Jun, 2010 1 commit
  27. 11 Jun, 2010 1 commit
  28. 10 Jun, 2010 1 commit
  29. 28 Mar, 2010 1 commit
  30. 02 Mar, 2010 1 commit
  31. 02 Feb, 2010 1 commit
  32. 26 Jan, 2010 1 commit