- 15 Jan, 2013 4 commits
-
-
Vincent Pelletier authored
Also, make it possible to tweak base_priority by parameter.
-
Vincent Pelletier authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 14 Jan, 2013 8 commits
-
-
Kazuhiko Shiozaki authored
* add minified version * now depend on jquery on erp5_jquery_plugin_json instead of erp5_jquery_plugin_jstorage.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
move translation files under i18n directory.
-
Sebastien Robin authored
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 12 Jan, 2013 1 commit
-
-
Sebastien Robin authored
-
- 11 Jan, 2013 5 commits
-
-
Sebastien Robin authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Sebastien Robin authored
-
Julien Muchembled authored
-
- 10 Jan, 2013 6 commits
-
-
Julien Muchembled authored
-
Sebastien Robin authored
A dictionary was used as cached to store test result path and duration of tests. This was quite convenient, however this dictionary was growing, and since this data was commited thouzands time per day, this was making the zodb growing faster and faster. So we now rely on catalog + tags to retrieve test results. We also use int_index on test result line to order them by duration time. We will surely increase the load of sql database (we might need to add specific index), but this will avoid zodb using too much space.
-
Vincent Pelletier authored
URL length limit is too restrictive to contain all skin selections of a real site.
-
Vincent Pelletier authored
Hot reindex doesn't synchronise catalogs. It creates a new catalog from ZODB data, which is expected to reach the same stata as original catalog. It does not use existing catalog as data source.
-
Vincent Pelletier authored
-
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 4 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
-