- 24 May, 2016 1 commit
-
-
Jérome Perrin authored
-
- 23 May, 2016 6 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
Sometimes, we need to generate amounts with and without aggregation. With this new method, we avoid duplicate computation. The purpose is to generate amounts only once and
-
Julien Muchembled authored
-
Julien Muchembled authored
multiplyQuantity() is dead code since commit 74838d44
-
- 20 May, 2016 3 commits
-
-
Julien Muchembled authored
- In-browser jslint does not warn about it. - It's like C/C++ and 'gcc -Wall' does not warn either.
-
Julien Muchembled authored
Similar to commit e1d57590
-
Romain Courteaud authored
This restore the previous behaviour which has been dropped by 63c3da2b Because getSecurityManager().getUser() always returns "Anonymous User" when Base_getAutoLogoutSessionKey is called (from CookieCrumbler.modifyRequest), all users were sharing the same session which leads to user being all the time logged out.
-
- 19 May, 2016 4 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Georgios Dagkakis authored
User may lose test if he/she continues on typing
-
- 18 May, 2016 2 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
When used, it will crop the image around the center to the expected size
-
- 17 May, 2016 2 commits
-
-
Tristan Cavelier authored
/reviewed-on !117
-
Vincent Pelletier authored
Makes future table structure changes easier.
-
- 13 May, 2016 3 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
instead of class gadget field
-
Tristan Cavelier authored
-
- 12 May, 2016 6 commits
-
-
Julien Muchembled authored
- Respect run_only/remote_code_url_list if given. - When page templates have errors, there may be no Zuite Results, in which case testFunctionalTestRunner waits forever, until it gets killed (after a few hours). It's easier to fix this issue by check PT at the beginning of testFunctionalTestRunner, instead of doing it in a separate test method.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Tristan Cavelier authored
The validation state "hidden" put a class "hidden" on the field. And then field was hidden. 8ba29de3 /reviewed-on !113
-
Georgios Dagkakis authored
in order to avoid timing attacks /reviewed-on !115
-
Vincent Pelletier authored
When changing listbox display mode (ex: from domain tree to flat list), remove domain tree from selection, so filtering comming from domain tree does not apply. Requested-by: Thierry Brettnacher <tb@nexedi.com>
-
- 11 May, 2016 8 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
For other temporary objects, there may be interactions on edit(), like Document_base_convertable_edit (document_conversion_interaction_workflow), tested by test_02_VolatileCacheConversionOfTempObject (testOOoConversionCache).
-
Julien Muchembled authored
-
Rafael Monnerat authored
The parameter test_suite_title passed do not correspond exactly to test_suite_title present on ERP5 (as this test is not supposed to share the effort to run tests
-
Georgios Dagkakis authored
erp5_web_jabber_client: Allow user to send multi-line messages User can change between single-line and multi-line mode using one button. /reviewed-on nexedi/erp5!114
-
Vincent Pelletier authored
The set of resources correponding to a given (non-strict) use is generally constant, while the number of documents having relations to these resources will increase over a site's life. The original query used 2 joins: - catalog to category for document/resource relation - category to category for resource/use relation Given several tables joined together, MySQL query optimiser will try to first execute a query on the table which will yield the fewest rows. As a result of all the above, query optimiser would end up choosing to first find which resources have a use relation to given uid, and only after find which documents have a resource relation to these. Which means it cannot use any index on the documents themselves, and only an index on resource's use... Leading to extremely poor performance on large data set when, for example, trying to list the few documents in a given state which also have a resource of selected use. Instead, lookup the list of resources per (non-strict) use when building the domain tree, and put that pre-computed uid list as membership criterion: catalog query is then only a single-join, whose execution is trivial to plan.
-
- 10 May, 2016 5 commits
-
-
Georgios Dagkakis authored
User can change between single-line and multi-line mode using one button.
-
Georgios Dagkakis authored
-
Julien Muchembled authored
-
Julien Muchembled authored
The line added in commit e42b2816 is not valid XML.
-
Tristan Cavelier authored
-