- 10 Jan, 2013 1 commit
-
-
Vincent Pelletier authored
-
- 09 Jan, 2013 6 commits
-
-
Julien Muchembled authored
This reverts commit 8e0674d8. This fixes a regression in test_Member_download_pdf_format (testDmsWithFlare).
-
Julien Muchembled authored
There was a sign error in the formula and it lacks code to deal with clock changes. Because the watcher will be removed, this patch reverts to imprecise but safe and simple implementation.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Relevant race condition is between recursiveReindexObject and unindexObject (triggered by setId).
-
Gabriel Monnerat authored
Change listbox to display the portal_type in the column Type and add a new column to display the resource_title
-
Gabriel Monnerat authored
-
- 08 Jan, 2013 6 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
Products.ERP5Type.JSONEncoder is deprecated in favour of 'json' module, which is already tested by Python.
-
Julien Muchembled authored
-
Julien Muchembled authored
Messages passed to a grouping method are not sorted.
-
Kazuhiko Shiozaki authored
* fix jquery.js location * field title should be string
-
Julien Muchembled authored
-
- 07 Jan, 2013 8 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
This fixes test_report_view (testDeferredStyle).
-
- 04 Jan, 2013 18 commits
-
-
Vincent Pelletier authored
memcache module already handle thread-safety, and we actually want to be transaction-local here, so use a volatile variable instead for caching needs. Removes the need to restart Zope for connection parameter changes to take effect. Fixes a bad interaction with SelectionTool's code, which causes transactional isolation to be broken (just for this connector) and too many network connections to be used.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Garbage-collecting memcache.Client instance does that automatically.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Docstrings are not to annotate what code is doing.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Concurrency handling is not required, because a single MemcachedDict should not be accessed outside a Zope transaction, which is itself bound to a specific thread. Pickling a connection is not needed, ERP5Type.Core.MemcachedPlugin is all we need to serialise.
-
Vincent Pelletier authored
Simplifies code creating a new connection.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Doc's mention about expiration time is precisely that server's code is supposed to do just that internally.
-
Vincent Pelletier authored
-
Julien Muchembled authored
-
- 03 Jan, 2013 1 commit
-
-
Julien Muchembled authored
-