- 14 Sep, 2011 1 commit
-
-
Gabriel Monnerat authored
-
- 13 Sep, 2011 5 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Also, allow to check the transition message after the dialog to make sure, and retry if the check fails and the maximum number of attempts is not 1. This way, it is possible to confirm an object and check that it has been confirmed in only one call including retries.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 12 Sep, 2011 5 commits
-
-
Gabriel Monnerat authored
-
Nicolas Delaby authored
This patch will always perform conversion against given encoding, in order to check if this codec is valid or not.
-
Sebastien Robin authored
-
Nicolas Delaby authored
Check that declared encoding is supported by python before using it.
-
Aurel authored
-
- 11 Sep, 2011 2 commits
-
-
Jean-Paul Smets authored
There is no reason not to support sql_catalog_raise_error_on_uid_check for both cases of UID inconsistency. UID change happens for example with inconsistent catalog and ZODB after disaster recovery. It can be useful to prevent raise during a double catalogin of the database after a disaster recovery. Else, it is just impossible to recover.
-
Julien Muchembled authored
-
- 09 Sep, 2011 18 commits
-
-
Aurel authored
-
Nicolas Delaby authored
add new field for new coordinate_text property improve proxyfication (from deprecated field library)
-
Nicolas Delaby authored
thanks to css class horizontal_align_form_box, sub fields will be displayed horizontally increment version for 22baeab9c43113428ccf9472798732dc212d305f
-
Nicolas Delaby authored
Detailed properties take precedence on coordinate_text (raw string) if at least one of them is defined. Introduce isDetailed method in coordinate API, which return True if at least one detailed property is defined.
-
Nicolas Delaby authored
Acquire more properties from coordinates
-
Nicolas Delaby authored
-
Nicolas Delaby authored
-
Nicolas Delaby authored
raw input is available with getData. Backward compatibility is supported.
-
Nicolas Delaby authored
-
Nicolas Delaby authored
-
Nicolas Delaby authored
-
Nicolas Delaby authored
Associate it to all Coordinate Classes. It defines data property to hold user input value
-
Nicolas Delaby authored
fromText was used to parse and store in different placeholders slices of coordinate strings. This assumption is wrong. Parsing will be dedicated to asText renderer.
-
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 9 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
-