- 17 Jan, 2013 6 commits
-
-
Jérome Perrin authored
Apply checked_permission to list possible bank accounts, otherwise we have a problem with deleted bank accounts
-
Jérome Perrin authored
because document are only pre converted if erp5_dms_conversion_catalog is installed
-
Jérome Perrin authored
-
Jérome Perrin authored
- Use dedicated CSS class not to display the title.
-
Vincent Pelletier authored
Those queries are very common (user lookup in acl_users, for example).
-
Kazuhiko Shiozaki authored
-
- 16 Jan, 2013 6 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
add jquery-1.8.js as jquery core 1.8.3 and jquery-1.9.js as jquery core 1.9.0, still keeping jquery.js as jquery-1.7.2.js for compatibility.
-
- 15 Jan, 2013 5 commits
-
-
Vincent Pelletier authored
-
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 3 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
-