2014-05-02 |
Aurelien Campeas |
remove most 3.10 bw compat
|
file |
diff |
annotate
|
2014-04-14 |
Alain Begey |
[forms] Add autocomplete attribute for formrenderers
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
|
file |
diff |
annotate
|
2012-06-27 |
Aurelien Campeas |
[formrenderers] if a tag object gets there, it blows (closes #2410462)
|
file |
diff |
annotate
|
2012-05-23 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-05-22 |
Anthony Truchet |
[formrenderers] Factor-out render_title to ease customisation in derived classes
stable
|
file |
diff |
annotate
|
2012-03-29 |
Sylvain Thénault |
[form renderer] refactor inline form renderer to ease overriding. Closes #2282662
|
file |
diff |
annotate
|
2012-01-23 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
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-06-29 |
Sylvain Thénault |
[form renderers] closes #1787232: new 'onerowtable' form renderer
|
file |
diff |
annotate
|
2011-05-20 |
Sylvain Thénault |
cleanup and update some copyright
stable
|
file |
diff |
annotate
|
2011-05-20 |
Sylvain Thénault |
[form rendering] some refactoring to ease FormRenderer overriding
stable
|
file |
diff |
annotate
|
2010-10-22 |
Aurelien Campeas |
oops, use unicode
cubicweb-version-3.10.4
|
file |
diff |
annotate
|
2010-10-22 |
Aurelien Campeas |
[test/renderer] fix html form/field generation & adapt a bit one test
|
file |
diff |
annotate
|
2010-10-22 |
Sylvain Thénault |
[pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
|
file |
diff |
annotate
|
2010-10-21 |
Sylvain Thénault |
[3.10] include field's info in deprecation warning
|
file |
diff |
annotate
|
2010-10-19 |
Sylvain Thénault |
[js] remove deprecation warnings by using $.noop instead of noop
|
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-29 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
[muledit] form may contains subforms with nothing editable that will be s kipped, so ensure we choose one with something to display when rendering table headers
stable
|
file |
diff |
annotate
|
2010-08-10 |
Adrien Di Mascio |
[forms] callable field kwargs now always take form _and_ field parameters
|
file |
diff |
annotate
|
2010-07-08 |
Sylvain Thénault |
[uilib] refactor json_dumps code organization
|
file |
diff |
annotate
|
2010-07-05 |
Sylvain Thénault |
[selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
|
file |
diff |
annotate
|
2010-07-01 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-23 |
Stéphanie Marcu |
EntityFormRenderer redefine open_form and add a div section, so redefine close_form to add the closing div tag
stable
|
file |
diff |
annotate
|
2010-06-23 |
Alexandre Fayolle |
Backed out changeset c29c90223125 which breaks the cw tests
stable
|
file |
diff |
annotate
|
2010-06-23 |
Stephanie Marcu |
EntityFormRenderer redefine open_form and add a div section, so redefine close_form to add the closing div tag
stable
|
file |
diff |
annotate
|
2010-06-17 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-17 |
Aurelien Campeas |
[autoform] do not show remove link for inline form if card == 1
stable
|
file |
diff |
annotate
|
2010-06-03 |
Adrien Di Mascio |
[ajax] refactor/cleanup low-level ajax functions
|
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-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-26 |
Nicolas Chauvat |
[web/views] fix docstring
stable
|
file |
diff |
annotate
|
2010-04-23 |
Alexandre Fayolle |
[python2.6] careful: json-py provides a json package. We don't want that.
stable
|
file |
diff |
annotate
|
2010-04-22 |
Alexandre Fayolle |
[python2.6] prefer python2.6's builtin json module over simplejson
stable
|
file |
diff |
annotate
|
2010-04-21 |
Sylvain Thénault |
[book] start documenting the HTML form system
stable
|
file |
diff |
annotate
|
2010-03-26 |
Sylvain Thénault |
[form] fix validation error handling
stable
|
file |
diff |
annotate
|
2010-03-18 |
Adrien Chauve |
Fixed some of the documentation warnings when building the book with sphinx.
stable
|
file |
diff |
annotate
|
2010-03-02 |
Julien Jehannet |
[F] views: fix 2 unicode errors
stable
|
file |
diff |
annotate
|
2010-03-02 |
Aurelien Campeas |
[book] a few autoclasses for renderers, misc tweaks
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-18 |
Sylvain Thénault |
this is not the form renderer responsability to check for update permissions. Move this to autoform editable_attributes relation
stable
|
file |
diff |
annotate
|
2010-02-15 |
Sylvain Thénault |
use a close_form method for consistency w/ open_form and allow overriding
stable
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
simplify messages used for inlined forms
|
file |
diff |
annotate
|
2010-01-26 |
Sylvain Thénault |
[forms] the last touch: handle inlined relation forms as fields
|
file |
diff |
annotate
|
2010-01-21 |
Sylvain Thénault |
merge
|
file |
diff |
annotate
|
2010-01-21 |
Sylvain Thénault |
move base form renderer label handling into a function to reuse it in CompositeFormRenderer and avoid seeing a tuple in column headers...
stable
|
file |
diff |
annotate
|
2010-01-20 |
Sylvain Thénault |
delete remaining stuff w/ handling of the generic relations
|
file |
diff |
annotate
|
2010-01-20 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
2010-01-20 |
Sylvain Thénault |
turn all the stuff used to handle 'generic relations' in forms into proper
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
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
|
2009-12-22 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-12-21 |
Sylvain Thénault |
form_add_hidden -> add_hidden
|
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-10 |
Aurelien Campeas |
remove redundant line
stable
|
file |
diff |
annotate
|
2009-12-09 |
Sylvain Thénault |
3.6 api update
|
file |
diff |
annotate
|
2009-12-09 |
Sylvain Thénault |
no more handled by the renderer
|
file |
diff |
annotate
|