2009-04-15 |
sylvain thenault |
must specify col where entity's eid is
tls-sprint
|
file |
diff |
annotate
|
2009-04-15 |
sylvain thenault |
rename attribute_metadata method to attr_metadata to save a few chars
tls-sprint
|
file |
diff |
annotate
|
2009-04-10 |
sylvain thenault |
setdomid should be true when id specified in kwargs
tls-sprint
|
file |
diff |
annotate
|
2009-04-09 |
sylvain thenault |
should not name that parameter
tls-sprint
|
file |
diff |
annotate
|
2009-04-09 |
sylvain thenault |
new FormViewMixIn class, cleanup FormMixIn (to remove once cubes doesn't use it anymore)
tls-sprint
|
file |
diff |
annotate
|
2009-04-09 |
sylvain thenault |
should set None as default here as well
tls-sprint
|
file |
diff |
annotate
|
2009-04-09 |
sylvain thenault |
allow no values argument
tls-sprint
|
file |
diff |
annotate
|
2009-04-09 |
sylvain thenault |
move ajax.js to base form class
tls-sprint
|
file |
diff |
annotate
|
2009-04-08 |
sylvain thenault |
override form_build_context instead of form_render so we get sure to call form_add_entity_hiddens even on subforms
tls-sprint
|
file |
diff |
annotate
|
2009-04-08 |
sylvain thenault |
cleanup, remove some unnecessary (sometime buggy) stuff
tls-sprint
|
file |
diff |
annotate
|
2009-04-08 |
sylvain thenault |
refactor button handling
tls-sprint
|
file |
diff |
annotate
|
2009-04-08 |
sylvain thenault |
move initialize_varmaker on the FormMixIn class
tls-sprint
|
file |
diff |
annotate
|
2009-04-07 |
sylvain thenault |
new append_field method
tls-sprint
|
file |
diff |
annotate
|
2009-04-07 |
sylvain thenault |
handle __message in FieldsForm, not only in EntityFieldsForm
tls-sprint
|
file |
diff |
annotate
|
2009-04-07 |
sylvain thenault |
raise specific exception
tls-sprint
|
file |
diff |
annotate
|
2009-04-07 |
sylvain thenault |
handle sort/internationalizable on Field base class + fix guess_field to deal with internationalizable and default values
tls-sprint
|
file |
diff |
annotate
|
2009-03-27 |
sylvain thenault |
oops, this method doesn't belong anymore to entity class
tls-sprint
|
file |
diff |
annotate
|
2009-03-27 |
sylvain thenault |
field_by_name now takes a "role" argument, override it in AutomaticForm to call guess field if necessary
tls-sprint
|
file |
diff |
annotate
|
2009-03-27 |
sylvain thenault |
backport subject_in_state_vocabulary to EntityFieldsForm, deprecate the old one
tls-sprint
|
file |
diff |
annotate
|
2009-03-26 |
sylvain thenault |
more form works
tls-sprint
|
file |
diff |
annotate
|
2009-03-23 |
sylvain thenault |
more linting
tls-sprint
|
file |
diff |
annotate
|
2009-03-23 |
sylvain thenault |
pylint cleanup
tls-sprint
|
file |
diff |
annotate
|
2009-03-12 |
sylvain thenault |
display_field takes form as argument
tls-sprint
|
file |
diff |
annotate
|
2009-03-12 |
sylvain thenault |
has_metadata is a schema method
tls-sprint
|
file |
diff |
annotate
|
2009-03-12 |
sylvain thenault |
unification of meta-attributes handling:
tls-sprint
|
file |
diff |
annotate
|
2009-03-12 |
sylvain thenault |
pylint fixes, media definitions on form as well
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
more rendering control
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
move fields and widgets to their own module
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
refactor to ease overriding
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
unnecessary
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
must record creation rank as an instance attribute
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
if choices is None, call form_field_vocabulary
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
new AjaxWidget
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
not necesary (i think)
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
checkbox widget should use vocabulary
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
cleanup
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
implement vocabulary for Boolean field
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
EditableFileField
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
* new load_bytes argument to form_field_value
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
rename method to form_field_format
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
test fixes
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
field_by_name method (on class or instance)
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
radio widget
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
set tabindex
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
cleanup
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
expand onsubmit using form's __dict__
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
fix attribute name for object relation
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
fix format field vocabulary
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
sylvain thenault |
make forms selectable (appobject)
tls-sprint
|
file |
diff |
annotate
|
2009-03-10 |
sylvain thenault |
by default, don't set id attribute for hidden inputs
tls-sprint
|
file |
diff |
annotate
|
2009-03-10 |
sylvain thenault |
restore limit on form_field_vocabulary, actually used
tls-sprint
|
file |
diff |
annotate
|
2009-03-10 |
sylvain thenault |
use datetime instead of mx.DateTime
tls-sprint
|
file |
diff |
annotate
|
2009-03-04 |
sylvain thenault |
add a use_fckeditor method on http request
tls-sprint
|
file |
diff |
annotate
|
2009-03-04 |
sylvain thenault |
typos, backport comment
tls-sprint
|
file |
diff |
annotate
|
2009-02-24 |
Aurelien Campeas |
[forms] a note (understanding the cause would be nice)
tls-sprint
|
file |
diff |
annotate
|
2009-02-20 |
sylvain thenault |
merge
tls-sprint
|
file |
diff |
annotate
|
2009-02-20 |
sylvain thenault |
oops
tls-sprint
|
file |
diff |
annotate
|
2009-02-20 |
Adrien Di Mascio |
fix DateTimePicker implementation, it should now work
tls-sprint
|
file |
diff |
annotate
|
2009-02-20 |
sylvain thenault |
confirmation in password widget
tls-sprint
|
file |
diff |
annotate
|
2009-02-20 |
sylvain thenault |
FileField backport
tls-sprint
|
file |
diff |
annotate
|