2012-01-23 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
2011-12-16 |
Adrien Di Mascio |
[controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
|
file |
diff |
annotate
|
2011-10-21 |
Sylvain Thénault |
[diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
|
file |
diff |
annotate
|
2011-10-10 |
Sylvain Thénault |
[forms] fix bug in linkto refactoring (misordered arguments)
|
file |
diff |
annotate
|
2011-09-29 |
Sylvain Thénault |
[linkto] test for main form should be done in the link_to dictionary computation, else we may get erroneous values for sub-forms
|
file |
diff |
annotate
|
2011-09-27 |
Florent Cayré |
[form, entity] refactor '__linkto', now handled by the entity form, not the entity itself. Closes #1931543
|
file |
diff |
annotate
|
2011-09-21 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
2011-08-02 |
Sylvain Thénault |
[deprecation] __message hidden generate deprecation warning
stable
|
file |
diff |
annotate
|
2011-07-07 |
Sylvain Thénault |
[book] fix some rest/sphinx errors
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
add missing future import
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
[form, controller] closes #1787233: form should provide a method to process posted content
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
[forms] fix import, gone into the wrong patch
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
[form, renderer] closes #1787234: [form] onsubmit interpolated by the form renderer, it shouldn't
|
file |
diff |
annotate
|
2011-01-27 |
Sylvain Thénault |
[forms] EntityFieldsForm now take extra mainentity argument, for usage with composite form (the main form) where one of the subform edits the main entity
stable
|
file |
diff |
annotate
|
2010-10-22 |
Sylvain Thénault |
[3.10] renderer.render prototype bw compat
|
file |
diff |
annotate
|
2010-10-12 |
Sylvain Thénault |
[form] unify form.render prototype to take a 'w' argument as other view/components render method
|
file |
diff |
annotate
|
2010-09-15 |
Aurelien Campeas |
[views/reledit] refactor composite handling
stable
|
file |
diff |
annotate
|
2010-06-03 |
Sylvain Thénault |
[form] avoid spurious warning subsequent for form's action refactoring w/ autoforms
stable
|
file |
diff |
annotate
|
2010-05-26 |
Sylvain Thénault |
[form] missing return...
stable
|
file |
diff |
annotate
|
2010-05-26 |
Sylvain Thénault |
[forms] refactor action handling to ease overriding while keeping action overrideable by instance (closes #969167)
stable
|
file |
diff |
annotate
|
2010-05-20 |
Nicolas Chauvat |
[web] remove dead code
stable
|
file |
diff |
annotate
|
2010-05-04 |
Aurelien Campeas |
[doc/book] dissection of a form chapter
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
2010-04-21 |
Sylvain Thénault |
[book] start documenting the HTML form system
stable
|
file |
diff |
annotate
|
2010-04-21 |
Sylvain Thénault |
[form] small api cleanup and refactoring before documenting the form system
stable
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
2010-02-25 |
Adrien Di Mascio |
[web] fix muledit rendering bug
stable
|
file |
diff |
annotate
|
2010-02-23 |
Sylvain Thénault |
[form] fix #719285, due to multiple calls to restore_previous_post, by proper refactorings
stable
|
file |
diff |
annotate
|
2010-02-23 |
Sylvain Thénault |
add XXX note
stable
|
file |
diff |
annotate
|
2010-02-23 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2010-02-23 |
Sylvain Thénault |
[form] complete 25de2eb0432b by ignore req parameters by default for all hidden fields
stable
|
file |
diff |
annotate
|
2010-02-23 |
Sylvain Thénault |
[form] add a new ignore_req_params attribute on field controlling value's retreival
stable
|
file |
diff |
annotate
|
2010-02-15 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2010-01-20 |
Sylvain Thénault |
fix warning stack level
|
file |
diff |
annotate
|
2010-01-19 |
Adrien Di Mascio |
[forms] fix implementation of backward compat method form_render
|
file |
diff |
annotate
|
2010-01-19 |
Sylvain Thénault |
fix bad merge
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
don't add another _cw_edited_field hidden when build_context is called twice (may occurs with inlined relation forms)
|
file |
diff |
annotate
|
2010-01-13 |
Sylvain Thénault |
move autoform's field_by_name implementation on base EntityFieldsForm
|
file |
diff |
annotate
|
2010-01-13 |
Sylvain Thénault |
refactor form error handling:
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2010-01-05 |
Adrien Di Mascio |
[forms] fix multiple edit bug introduced by changeset cebdf8ee5ad7
stable
|
file |
diff |
annotate
|
2010-01-04 |
Adrien Di Mascio |
[forms] edited_entity must be set before calling session_key()
stable
|
file |
diff |
annotate
|
2009-12-22 |
Sylvain Thénault |
use ._cw instead of .req (reintroduced by merge of stable)
|
file |
diff |
annotate
|
2009-12-22 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
fix render (formerly form_render) prototype
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
form_add_hidden -> add_hidden
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
replace form_field_[encoding|vocabulary] methods on form by encoding|vocabylary(form) methods on fields
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
refactor vocabulary handling to avoid having to define methods
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
refactor form field value handling, to get a nicer api and an easier algorithm to get field's value
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
drop form_field_name/form_field_id methods from form object, in favor of field.input_name(form) / field.dom_id(form)
|
file |
diff |
annotate
|
2009-12-18 |
Sylvain Thénault |
check entity has an eid before using absolute_url
stable
|
file |
diff |
annotate
|
2009-12-18 |
Sylvain Thénault |
force_session_key default to None in base form class...
stable
|
file |
diff |
annotate
|
2009-12-09 |
Arthur Lutz |
[mq]: fix_typo_and_forms
|
file |
diff |
annotate
|
2009-12-09 |
Sylvain Thénault |
3.6 api update
|
file |
diff |
annotate
|
2009-12-08 |
Sylvain Thénault |
cw 3.6 api update
|
file |
diff |
annotate
|
2009-12-03 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
2009-12-01 |
Sylvain Thénault |
[forms] deprecate form_render(**kwargs) in favor of render(formvalues=None, rendervalues=None, renderer=None)
stable
|
file |
diff |
annotate
|
2009-11-27 |
Sylvain Thénault |
fix previous post values handling (eg on validation error) for sub-forms
stable
|
file |
diff |
annotate
|
2009-11-27 |
Sylvain Thénault |
refactor session_key (__errorurl) to handle cases where the form is generated throuhg an ajax call: in case of an entity form, return the entity's absolute url. Also allow to force session key value
stable
|
file |
diff |
annotate
|
2009-11-20 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
2009-11-19 |
Adrien Di Mascio |
[forms] muledit mainform should copy nav params, its subforms shouldn't
stable
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
2009-09-29 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-09-29 |
Sylvain Thénault |
__linkto may only appears in root form
stable
|
file |
diff |
annotate
|
2009-09-29 |
Sylvain Thénault |
[form] put unknown constructor args into extra_kwargs and consider them when looking for field display values
stable
|
file |
diff |
annotate
|
2009-09-29 |
Sylvain Thénault |
[form] replace is_subform by parent_form, carrying more information at the same cost
stable
|
file |
diff |
annotate
|
2009-09-29 |
Sylvain Thénault |
move low-level form handling to base form class
stable
|
file |
diff |
annotate
|
2009-09-29 |
Sylvain Thénault |
rename form_build_context to build_context, and call it from form, not renderer
stable
|
file |
diff |
annotate
|
2009-09-25 |
Sylvain Thénault |
[uicfg, autoform] more consistent/powerful autoform_section rtags by using formtype/section; deprecates autoform_is_inlined; refactor automatci form and renderer thanks to this
|
file |
diff |
annotate
|
2009-09-24 |
Adrien Di Mascio |
[tests] make unittest_views_editforms pass again
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[api] work in progress, use __regid__, cw_*, etc.
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
merge
|
file |
diff |
annotate
|
2009-09-22 |
Adrien Di Mascio |
backport old changesets corresponding to new form / controller implementation
|
file |
diff |
annotate
|
2009-08-05 |
Adrien Di Mascio |
[forms] work-in-progress, big editcontroller refactoring: let fields/widgets process posted data
|
file |
diff |
annotate
|
2009-08-05 |
Adrien Di Mascio |
[forms] work-in-progress: let guess_field and RichTextField.get_format_field handle eidparam of meta fields
|
file |
diff |
annotate
|
2009-08-05 |
Adrien Di Mascio |
[forms] work-in-progress: get rid of edits- / edito-
|
file |
diff |
annotate
|
2009-09-23 |
Sylvain Thénault |
use __regid__ instead of id on appobject classes
|
file |
diff |
annotate
|
2009-09-22 |
Adrien Di Mascio |
backport stable branch
|
file |
diff |
annotate
|
2009-09-21 |
Sylvain Thénault |
[forms] propagate parameters added to autoform method
stable
|
file |
diff |
annotate
|
2009-09-21 |
Sylvain Thénault |
[form] simply skip unknown argument given to form constructor, don't fail
stable
|
file |
diff |
annotate
|
2009-09-17 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
cleanup
3.5
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
somewhat painful backport of 3.5 branch, should mostly be ok
|
file |
diff |
annotate
|
2009-08-20 |
Sylvain Thénault |
start a new workflow engine
3.5
|
file |
diff |
annotate
|
2009-08-17 |
Sylvain Thénault |
fix __init__ parameters
|
file |
diff |
annotate
|
2009-08-03 |
Sylvain Thénault |
[appobject] kill VObject class, move base selector classes to appobject
|
file |
diff |
annotate
|
2009-08-03 |
Sylvain Thénault |
R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
|
file |
diff |
annotate
|
2009-07-30 |
Sylvain Thénault |
add default values for fielsets_in_order, document base form attributes
|
file |
diff |
annotate
|
2009-07-06 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-07-06 |
Sylvain Thénault |
should use a hidden text area for error description, not an hidden input (else the browser may remove line breaks)
stable
|
file |
diff |
annotate
|
2009-06-23 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-06-10 |
Florent |
backport default branch fix 4ec37d33657e (EntityFieldsForm methods implementation)
stable
|
file |
diff |
annotate
|
2009-06-10 |
Fabrice |
Implement EntityFieldsForm methods so that EntityFormRenderer works out of the box
|
file |
diff |
annotate
|
2009-06-10 |
Sylvain Thénault |
oops, mainform default to True
stable
|
file |
diff |
annotate
|
2009-06-05 |
Sylvain Thénault |
nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
|
file |
diff |
annotate
|
2009-06-05 |
Sylvain Thénault |
fix submit message handling in entity form
|
file |
diff |
annotate
|
2009-06-05 |
Sylvain Thénault |
set __maineid in EntityFieldsForm
|
file |
diff |
annotate
|
2009-06-05 |
Sylvain Thénault |
replace set_error_url/set_dom_id by a single mainform argument
|
file |
diff |
annotate
|
2009-06-05 |
Florent |
do not set __domid in sub-forms
|
file |
diff |
annotate
|
2009-06-04 |
Florent |
add __domid hidden input in forms so that we can validate more than one form per page
|
file |
diff |
annotate
|
2009-05-29 |
Sylvain Thénault |
turn every form class into appobject. They should not be instantiated manually anymore.
|
file |
diff |
annotate
|