web/views/formrenderers.py
2011-06-29 Sylvain Thénault [form, renderer] closes #1787234: [form] onsubmit interpolated by the form renderer, it shouldn't
2011-06-29 Sylvain Thénault [form renderers] closes #1787232: new 'onerowtable' form renderer
2011-05-20 Sylvain Thénault cleanup and update some copyright stable
2011-05-20 Sylvain Thénault [form rendering] some refactoring to ease FormRenderer overriding stable
2010-10-22 Aurelien Campeas oops, use unicode cubicweb-version-3.10.4
2010-10-22 Aurelien Campeas [test/renderer] fix html form/field generation & adapt a bit one test
2010-10-22 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
2010-10-21 Sylvain Thénault [3.10] include field's info in deprecation warning
2010-10-19 Sylvain Thénault [js] remove deprecation warnings by using $.noop instead of noop
2010-10-12 Sylvain Thénault [form] unify form.render prototype to take a 'w' argument as other view/components render method
2010-09-29 Sylvain Thénault backport stable
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
2010-08-10 Adrien Di Mascio [forms] callable field kwargs now always take form _and_ field parameters
2010-07-08 Sylvain Thénault [uilib] refactor json_dumps code organization
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)
2010-07-01 Sylvain Thénault backport stable
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
2010-06-23 Alexandre Fayolle Backed out changeset c29c90223125 which breaks the cw tests stable
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
2010-06-17 Sylvain Thénault backport stable
2010-06-17 Aurelien Campeas [autoform] do not show remove link for inline form if card == 1 stable
2010-06-03 Adrien Di Mascio [ajax] refactor/cleanup low-level ajax functions
2010-05-26 Sylvain Thénault [forms] refactor action handling to ease overriding while keeping action overrideable by instance (closes #969167) stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-26 Nicolas Chauvat [web/views] fix docstring stable
2010-04-23 Alexandre Fayolle [python2.6] careful: json-py provides a json package. We don't want that. stable
2010-04-22 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
2010-04-21 Sylvain Thénault [book] start documenting the HTML form system stable
2010-03-26 Sylvain Thénault [form] fix validation error handling stable
2010-03-18 Adrien Chauve Fixed some of the documentation warnings when building the book with sphinx. stable
2010-03-02 Julien Jehannet [F] views: fix 2 unicode errors stable
2010-03-02 Aurelien Campeas [book] a few autoclasses for renderers, misc tweaks stable
2010-02-23 Sylvain Thénault [form] fix #719285, due to multiple calls to restore_previous_post, by proper refactorings stable
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
2010-02-15 Sylvain Thénault use a close_form method for consistency w/ open_form and allow overriding stable
2010-01-26 Sylvain Thénault simplify messages used for inlined forms
2010-01-26 Sylvain Thénault [forms] the last touch: handle inlined relation forms as fields
2010-01-21 Sylvain Thénault merge
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
2010-01-20 Sylvain Thénault delete remaining stuff w/ handling of the generic relations
2010-01-20 Sylvain Thénault cleanup
2010-01-20 Sylvain Thénault turn all the stuff used to handle 'generic relations' in forms into proper
2010-01-18 Sylvain Thénault backport stable branch
2010-01-13 Sylvain Thénault refactor form error handling:
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-22 Sylvain Thénault backport stable
2009-12-21 Sylvain Thénault form_add_hidden -> add_hidden
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)
2009-12-10 Aurelien Campeas remove redundant line stable
2009-12-09 Sylvain Thénault 3.6 api update
2009-12-09 Sylvain Thénault no more handled by the renderer
2009-12-09 Sylvain Thénault use implements instead of entity_implements
2009-12-09 Sandrine Ribeau cw 3.6 api update
2009-12-08 Sylvain Thénault drop common subpackage
2009-10-09 Sylvain Thénault backport stable branch
2009-10-07 Sylvain Thénault [i18n] msgid tweaks stable
2009-10-07 Sylvain Thénault backport stable branch
2009-10-06 Sylvain Thénault [forms] some style for htable renderer layout stable
2009-09-29 Sylvain Thénault backport stable branch
2009-09-29 Sylvain Thénault merge stable
2009-09-29 Sylvain Thénault [form] important refactoring of inlined forms to get proper separation of form object creation / rendering stable
2009-09-29 Sylvain Thénault [form] replace is_subform by parent_form, carrying more information at the same cost stable
2009-09-29 Sylvain Thénault rename form_build_context to build_context, and call it from form, not renderer stable
2009-09-29 Katia Saurfelt [form] make EntityFormRenderer a little bit easier to override stable
2009-09-25 Sylvain Thénault handle display_fields in the form, not in the renderer
2009-09-25 Sylvain Thénault [uicfg, autoform] should have been in previous ci
2009-09-24 Adrien Di Mascio [tests] make unittest_views_editforms pass again
2009-09-23 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
2009-09-23 Sylvain Thénault widgets has been removed
2009-09-23 Adrien Di Mascio merge
2009-09-22 Adrien Di Mascio backport old changesets corresponding to new form / controller implementation
2009-08-05 Adrien Di Mascio [forms] work-in-progress: get rid of edits- / edito-
2009-09-23 Sylvain Thénault use __regid__ instead of id on appobject classes
2009-09-22 Adrien Di Mascio backport stable branch
2009-09-22 Sylvain Thénault cleanup, reorganize stable
2009-09-22 Sylvain Thénault [forms] do similar refactoring for inline edition than for inline creation stable
2009-09-21 Sylvain Thénault refactor to ease overriding stable
2009-09-18 Sylvain Thénault don't propose inlined form if user can't edit the entity stable
2009-09-18 Sylvain Thénault fix/enhance i18n context usage for inlined forms stable
2009-09-17 Sylvain Thénault backport 3.5
2009-09-16 Adrien Di Mascio [gettext] provide GNU contexts to avoid translations ambiguities 3.5
2009-09-16 Sylvain Thénault backport stable 3.5
2009-09-16 Sylvain Thénault i18n update 3.5
2009-09-16 Sylvain Thénault since unrelated_rql now consider security, we may consider returning relation having local role in some cases 3.5
2009-09-14 Katia Saurfelt [forms] avoid to create superfluous add_new_relation_link in create form stable
2009-08-26 Sylvain Thénault backport 3.5 step 1, remaining wf changes in hooks to merge
2009-08-25 Nicolas Chauvat B #345282 xhtml requires to use   instead of   stable
2009-08-17 Sylvain Thénault fix __init__ parameters
2009-08-13 Sylvain Thénault remove more 3.2 deprecated code, reintroduce checkbox used by formrenderers
2009-08-03 Sylvain Thénault R [base classes] only AppObject remaning, no more AppRsetObject
2009-07-31 Sylvain Thénault [xhtml form renderer] fix html structure, move header where we are sure to display it when necesary (_render_fields not displayed if main form has no visible fields
2009-07-30 Sylvain Thénault cleanup
2009-07-30 Sylvain Thénault [form renderer] fix composite form renderer in case the main form has some visible fields
2009-07-30 Sylvain Thénault [form renderer] consider form.fieldsets_in_order if specified. Warn about unexistant or unused fieldsets.
2009-07-29 Sylvain Thénault [F xhml] use a class to avoid duplicated ids when editing several entities at once
2009-07-29 Sylvain Thénault [F xhtml] avoid duplicated id
2009-07-27 Sylvain Thénault take care to None labels
2009-07-27 Sylvain Thénault new fieldset attribute on field, use to group fields by the default form renderer
2009-07-16 Aurelien Campeas backport stable branch
2009-07-07 Sylvain Thénault use xml_escape stable
2009-07-06 Sylvain Thénault backport stable branch
2009-07-02 Sylvain Thénault use a counter of displayed inlined forms stable
2009-07-02 Sylvain Thénault backport stable
2009-06-29 Sylvain Thénault close #344264, pb with composite fields / renderer.display_fields stable
2009-06-26 Sylvain Thénault backport stable branch, make schema-security consistent with other schema views changes, uniformize skipmeta/withmeta
2009-06-23 Florent do not write -invalid- empty table row when form has no buttons stable
2009-06-23 Sylvain Thénault backport stable branch
2009-06-11 Florent make inline relation forms individually renderable
2009-06-10 Sylvain Thénault field's help may now be a callable taking the form as argument stable
2009-05-29 Sylvain Thénault we can now use self.req
2009-05-29 Sylvain Thénault turn every form class into appobject. They should not be instantiated manually anymore.
2009-05-28 Sylvain Thénault turn renderers into appobjects
less more (0) tip