2012-08-02 |
Sylvain Thénault |
[web form] refactor Form.__init__ so that extra kwargs are set earlier in the process. Closes #2443040
stable
|
file |
diff |
annotate
|
2012-03-20 |
Sylvain Thénault |
[form] add a new property telling if the form is being generated or posted. Closes #2262340
stable
|
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-06-29 |
Sylvain Thénault |
[form, controller] closes #1787233: form should provide a method to process posted content
|
file |
diff |
annotate
|
2011-05-25 |
Arthur Lutz |
[ui messages, xss] Start migration towards use of _msgid instead of __message (prone to XSS injection) closes #1698245
|
file |
diff |
annotate
|
2010-08-13 |
Sylvain Thénault |
integrate Celso's work on translation file: proper/complete spanish translation, fixed some typos in french translation, occured -> occurred fix in various places
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-04-28 |
Sylvain Thénault |
backport oldstable changes
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 |
backport default into stable: stable is now cw 3.8
|
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-23 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-21 |
Aurelien Campeas |
fix NameError
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-04-20 |
Sylvain Thénault |
[forms] no crash if restore_previous_post has not be called, has in report bug form in management.py for instance
|
file |
diff |
annotate
|
2010-04-13 |
Sylvain Thénault |
#773448: refactor session and 'no connection' handling, by introducing proper web session. We should now be able to see page even when no anon is configured, and be redirected to the login form as soon as one tries to do a query.
|
file |
diff |
annotate
|
2010-03-04 |
Alain Leufroy |
fix: Prevent multi pass in restore_previous_post
stable
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
2010-02-24 |
Sylvain Thénault |
[form] only set __form_id for the main form, not for sub-forms. Should fix regression introduced by 4668:9f82f81bf13d
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-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-13 |
Sylvain Thénault |
specify name *and* role when raising FieldNotFound helps debugging
|
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-21 |
Sylvain Thénault |
proper field's role handling: may be 'subject' / 'object' *in case
|
file |
diff |
annotate
|
2009-12-09 |
Sylvain Thénault |
3.6 api update
|
file |
diff |
annotate
|
2009-12-08 |
Sylvain Thénault |
drop common subpackage
|
file |
diff |
annotate
|
2009-12-07 |
Sandrine Ribeau |
fix bad merge
|
file |
diff |
annotate
|
2009-12-03 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
2009-11-27 |
Sylvain Thénault |
force_session_key default to 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-09-29 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-09-29 |
Sylvain Thénault |
move low-level form handling to base form class
stable
|
file |
diff |
annotate
|
2009-09-25 |
Sylvain Thénault |
[forms] drop FormMixIn deprecated in 3.2
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[api] work in progress, use __regid__, cw_*, etc.
|
file |
diff |
annotate
|
2009-08-26 |
Sylvain Thénault |
backport 3.5 step 1, remaining wf changes in hooks to merge
|
file |
diff |
annotate
|
2009-08-25 |
Nicolas Chauvat |
B #345282 xhtml requires to use   instead of
stable
|
file |
diff |
annotate
|
2009-08-17 |
Sylvain Thénault |
fix __init__ parameters
|
file |
diff |
annotate
|
2009-08-13 |
Sylvain Thénault |
stop using controller class attribute, allowing to deprecate appobject.build_url in favor of req.build_url
|
file |
diff |
annotate
|
2009-08-03 |
Sylvain Thénault |
R [base classes] only AppObject remaning, no more AppRsetObject
|
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
|
2009-05-28 |
Sylvain Thénault |
turn renderers into appobjects
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-27 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-05-26 |
Sylvain Thénault |
test and fix __linkto handling (#343421)
stable
|
file |
diff |
annotate
|
2009-05-25 |
Florent |
add helpers to insert new fields in forms
|
file |
diff |
annotate
|
2009-05-19 |
Sylvain Thénault |
stupido
stable
|
file |
diff |
annotate
|
2009-05-19 |
Sylvain Thénault |
this is actually needed
stable
|
file |
diff |
annotate
|
2009-05-19 |
Sylvain Thénault |
restore possibility to have default value methods on forms, this may still be useful according to how the form is defined
stable
|
file |
diff |
annotate
|
2009-05-18 |
sylvain thenault |
#343290: inputs don't use value specified in URL
stable
|
file |
diff |
annotate
|
2009-05-12 |
sylvain thenault |
move initialize_varmaker impl to base app object
tls-sprint
|
file |
diff |
annotate
|
2009-05-12 |
sylvain thenault |
consider __linkto in form_field_display_value
tls-sprint
|
file |
diff |
annotate
|
2009-05-06 |
sylvain thenault |
refactor error handling: get validation error information from a form attribute instead of req.data to avoid pb when multiple forms are displayed
tls-sprint
|
file |
diff |
annotate
|
2009-05-06 |
sylvain thenault |
use values cached on the entity if any
tls-sprint
|
file |
diff |
annotate
|
2009-05-05 |
Graziella Toutoungis |
ease overriding of default renderer
tls-sprint
|
file |
diff |
annotate
|
2009-05-04 |
sylvain thenault |
protect against None values
tls-sprint
|
file |
diff |
annotate
|
2009-04-30 |
sylvain thenault |
merge
tls-sprint
|
file |
diff |
annotate
|