1. 24 Oct, 2014 1 commit
  2. 16 Oct, 2014 1 commit
  3. 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
  4. 22 Sep, 2014 1 commit
  5. 05 Sep, 2014 1 commit
  6. 04 Sep, 2014 1 commit
  7. 25 Aug, 2014 2 commits
  8. 29 Jul, 2014 1 commit
  9. 06 Mar, 2014 1 commit
  10. 13 Dec, 2013 1 commit
  11. 12 Dec, 2013 1 commit
    • Arnaud Fontaine's avatar
      Support properly HTML5 implicit form submission. · 2ceffaa9
      Arnaud Fontaine authored
      From Chromium 31, pressing enter key to select ListBox page submit the form
      through JS (submitFormOnEnter) *and* wrongly on the default button, at the end
      following HTML5 behavior (4.10.22.2 Implicit submission).
      
      Conflicts:
      	product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log
      	product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
      2ceffaa9
  12. 31 Oct, 2013 1 commit
    • Arnaud Fontaine's avatar
      Portal Type as Classes, ZODB Property Sheets: Ensure that they are reset on · 86fc5cb4
      Arnaud Fontaine authored
      other ZEO clients even if ZODB Components are not.
      
      Steps to reproduce:
      
        1/ On zope1, view and edit a person to make sure class is fully loaded.
        2/ On zope2 add an interaction in person_interaction_workflow and add a script raising an exception.
        3/ Edit a person on zope2. The exception is raised, confirming that the interaction is called.
      
        When editing a person on zope1, the exception is not raised.
      86fc5cb4
  13. 29 Oct, 2013 1 commit
    • Tatuya Kamada's avatar
      AccessTab: Fix an accesstab front page caching problem. · 5d6af31e
      Tatuya Kamada authored
      Fix a problem that access-tab-front-page wrongly caching old page, for example,
      even if a user switching to use 'https' from 'http', old 'http' links are
      remaining at the front page.
      
      That was because the key of the CachingMethod which was used for caching the
      page was ('user' and 'language').
      Now the caching key is ('user', 'language' and 'site_url').
      5d6af31e
  14. 13 Sep, 2013 1 commit
  15. 05 Sep, 2013 1 commit
  16. 21 Aug, 2013 1 commit
  17. 19 Aug, 2013 7 commits
  18. 09 Aug, 2013 3 commits
  19. 08 Aug, 2013 7 commits
  20. 12 Jul, 2013 5 commits