web/views/basecontrollers.py
Fri, 03 Jul 2009 17:57:19 +0200 Sylvain Thénault more generic way to detect json requests (not yet perfect though) stable
Thu, 02 Jul 2009 12:57:11 +0200 Sylvain Thénault factorize form validation code, fix pb with validation error in inlined forms during creation stable
Tue, 23 Jun 2009 13:36:38 +0200 Sylvain Thénault backport stable branch
Wed, 10 Jun 2009 08:21:27 +0200 Sylvain Thénault proper error when fname isn't specified stable
Fri, 05 Jun 2009 15:09:20 +0200 Sylvain Thénault nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
Thu, 04 Jun 2009 10:54:13 +0200 Florent add __domid hidden input in forms so that we can validate more than one form per page
Thu, 28 May 2009 20:07:18 +0200 Sylvain Thénault merge
Thu, 28 May 2009 20:06:45 +0200 Sylvain Thénault turn renderers into appobjects
Thu, 28 May 2009 15:09:35 +0200 Nicolas Chauvat merge stable branch into default
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Wed, 27 May 2009 15:54:29 +0200 Aurelien Campeas if textoutofcontext, we need to html escape stable
Thu, 21 May 2009 00:50:24 +0200 Nicolas Chauvat merge stable branch back into default branch
Tue, 19 May 2009 14:31:42 +0200 Katia Saurfelt update handleFormValidationResponse calls stable
Tue, 19 May 2009 10:05:19 +0200 Sylvain Thénault err.entity may only be an eid or None at this point stable
Mon, 18 May 2009 14:32:34 +0200 Aurelien Campeas avoid monkeypatching JsonController in cw, to avoid _potential_ load order problems stable
Mon, 18 May 2009 13:41:53 +0200 Aurelien Campeas oops stable
Mon, 18 May 2009 12:33:00 +0200 Aurelien Campeas work-around for #343301 (display garbage in non xhtml browsers) stable
Thu, 14 May 2009 16:32:20 +0200 Adrien Di Mascio allow the __method() hook to raise a Redirect exception
Wed, 13 May 2009 19:51:30 +0200 Aurelien Campeas pass default values along the whole call chain, fix hidden field update bug tls-sprint
Wed, 13 May 2009 16:07:44 +0200 Aurelien Campeas on inline form validation, also provide the 'unspecified' placeholder value for empty fields tls-sprint
Tue, 12 May 2009 19:17:54 +0200 Aurelien Campeas [reledit] relation edition : cleanup a bit #343123 tls-sprint
Tue, 12 May 2009 18:53:41 +0200 Aurelien Campeas preliminary support for inline edition of relations tls-sprint
Mon, 11 May 2009 19:46:01 +0200 Aurelien Campeas that slipped in by accident tls-sprint
Mon, 11 May 2009 11:55:10 +0200 sylvain thenault View.dispatch -> View.render tls-sprint
Thu, 07 May 2009 16:00:58 +0200 Graziella Toutoungis bix a bug: correct the sended parameter 'no need for id in the string parameter name' tls-sprint
Mon, 04 May 2009 11:47:33 +0200 sylvain thenault don't depends on simplejson outside web/ tls-sprint
Wed, 29 Apr 2009 19:50:04 +0200 Aurelien Campeas [basecontrollers] add edit_relation next to edit_field, misc notes tls-sprint
Tue, 28 Apr 2009 20:05:59 +0200 Aurelien Campeas controller fixes tls-sprint
Fri, 24 Apr 2009 09:20:52 +0200 Adrien Di Mascio sendmail form should now work as before tls-sprint
Wed, 22 Apr 2009 16:50:46 +0200 sylvain thenault javascript + json refactoring tls-sprint
Fri, 17 Apr 2009 16:55:37 +0200 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
Thu, 16 Apr 2009 15:38:58 +0200 sylvain thenault missing required date format tls-sprint
Thu, 09 Apr 2009 14:32:18 +0200 sylvain thenault cleanup tls-sprint
Thu, 09 Apr 2009 12:40:30 +0200 sylvain thenault fix primary edition of eproperty (weird js pb remaining though) tls-sprint
Wed, 08 Apr 2009 20:38:34 +0200 sylvain thenault eproperty forms handling tls-sprint
Thu, 12 Mar 2009 16:32:01 +0100 sylvain thenault process_rql now done in the controller tls-sprint
Tue, 10 Mar 2009 11:35:52 +0100 sylvain thenault use datetime instead of mx.DateTime tls-sprint
Tue, 24 Feb 2009 17:12:24 +0100 Aurelien Campeas missing import tls-sprint
Fri, 20 Feb 2009 01:48:06 +0100 sylvain thenault fix ui.main-template property handling tls-sprint
Wed, 18 Feb 2009 19:19:57 +0100 Adrien Di Mascio main template refactoring tls-sprint
Wed, 18 Feb 2009 16:02:44 +0100 Adrien Di Mascio JsonController: only return an ajaxHtmlHead div if extra resources are needed tls-sprint
Wed, 18 Feb 2009 10:21:15 +0100 sylvain thenault update some imports tls-sprint
Wed, 18 Feb 2009 01:21:25 +0100 Adrien Di Mascio replaced most of __selectors__ assignments with __select__ tls-sprint
Tue, 17 Feb 2009 21:29:58 +0100 Adrien Di Mascio replace deprecated cubicweb.common.selectors by its new module path (cubicweb.selectors) tls-sprint
Mon, 16 Feb 2009 20:51:41 +0100 sylvain thenault merge tls-sprint
Mon, 16 Feb 2009 20:42:30 +0100 Adrien Di Mascio [jsoncontroller] reorganize _html_exec (used by replacePageChunk) to output required css and js scripts tls-sprint
Mon, 16 Feb 2009 20:06:18 +0100 sylvain thenault require_group/match_user_group -> match_user_groups tls-sprint
Wed, 11 Feb 2009 18:43:32 +0100 Aurelien Campeas [controllers] a set_cookie method
Wed, 11 Feb 2009 15:20:32 +0100 sylvain thenault update_search_state in the publisher since it should be done whatever the controller
Tue, 20 Jan 2009 16:29:06 +0100 sylvain thenault pylint fixes
Wed, 14 Jan 2009 14:30:45 +0100 sylvain thenault reactivate tests and fix bug triggering removal of undesired relation (eg type restriction) in some cases
Wed, 07 Jan 2009 17:17:16 +0100 Aurelien Campeas remove spurious print
Fri, 19 Dec 2008 15:16:09 +0100 Sylvain Thenault begin selector renaming (work in progress)
Wed, 05 Nov 2008 15:52:50 +0100 Adrien Di Mascio Showtime !
less more (0) tip