- 09 Sep, 2011 5 commits
-
-
Nicolas Delaby authored
-
Arnaud Fontaine authored
It was involving twisted conversion back and forth between erp5.util.testbrowser which expected the URL and ERP5 site id whereas erp5.util.benchmark which only expected the full URL. Moreover, it was not working if there is no "real" ERP5 site ID, for example with: http://foobar.org/.
-
Ivan Tyagov authored
-
Ivan Tyagov authored
After changing state make sure reindex happens.
-
Arnaud Fontaine authored
-
- 08 Sep, 2011 17 commits
-
-
Vincent Pelletier authored
Also, word-wrap and remove "captain obvious"-style comment.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This reverts commit e7e8f515. only_group_columns doesn't belong to this API level, only to the level immediately below. Acked-by: Łukasz Nowak <luke@nexedi.com>
-
Ivan Tyagov authored
and check.
-
Łukasz Nowak authored
Just force only_group_columns=True in kw, as caller can already use this parameter.
-
Ivan Tyagov authored
-
Ivan Tyagov authored
and check.
-
Nicolas Delaby authored
mapply needs to know which parameters it has to extract from the request. that's what fill_args_from_request decorator does.
-
Nicolas Delaby authored
If Image is a Text, then conversion to image format is performed
-
Nicolas Delaby authored
This fix is required because of a lack of conversion server ability to perform successive transformations. Add a comment in docstring to address explicitely this issue. display and quality parameters are not handled explicitely by OOoDocument._convert as they are just passed as they are to Image._convert . Add a test to prove the fix
-
Nicolas Delaby authored
If user omit format means he asked for original data Guess format from mimetypes_registry later (if any) only to add attachment inside odf archive
-
Vincent Pelletier authored
-
Aurel authored
-
Aurel authored
-
Arnaud Fontaine authored
-
Ivan Tyagov authored
progresively slower with data grow.
-
Arnaud Fontaine authored
-
- 07 Sep, 2011 8 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
Add worklist for blocked user login.
-
Ivan Tyagov authored
Failures. Add a new report (part of worklist) to show blocked user account list.
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
Nicolas Delaby authored
This is a list, not a string, take the first occurrence as arbitrary candidate
-
- 06 Sep, 2011 10 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Clear the Browser history (storing (request, response)) after each suite. Moreover, it does make sense to keep it as suites are independent of each other.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Nicolas Delaby authored
It is required to mimic real instance environment
-
Kazuhiko Shiozaki authored
modify the test to follow the change of 6f3992d5 and 5ac7ee53.
-
Kazuhiko Shiozaki authored
-
Nicolas Delaby authored
imp.load_source does not compile dependencies
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-