web/views/basecontrollers.py
Wed, 25 Nov 2015 18:31:48 +0100 Rabah Meradi [views] remove breadcrumbs usage to retrieve last visited page
Tue, 24 Nov 2015 14:08:47 +0100 Julien Cristau Remove trailing empty lines
Wed, 30 Sep 2015 18:28:57 +0200 Julien Cristau [py3k] fix validateform controller
Wed, 30 Sep 2015 18:04:27 +0200 Julien Cristau [web] unicode → six.text_type
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Mon, 22 Jun 2015 14:27:37 +0200 Rémi Cardona merge 3.20.8 in 3.21
Mon, 22 Jun 2015 11:28:16 +0200 Julien Cristau [web/views] don't force http redirect on logout
Tue, 22 Apr 2014 16:39:19 +0200 Dimitri Papadopoulos [docstrings] fix project-wide English language mistake
Mon, 14 Apr 2014 11:54:33 +0200 Rémi Cardona an URL -> a URL stable
Thu, 29 Aug 2013 16:21:52 +0200 Sylvain Thénault [web] stop using deprecated StatusResponse. Closes #3098215 stable
Mon, 06 May 2013 15:58:52 +0200 Sylvain Thénault [web request] drop no more necessary request.document_surrounding_div method
Tue, 02 Apr 2013 12:13:06 +0200 Rémi Cardona [web/views] Move massmailing to its own cube (closes #2788086)
Tue, 12 Mar 2013 12:50:05 +0100 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Mon, 03 Dec 2012 00:03:03 +0100 Nicolas Chauvat merge fixes from stable
Tue, 27 Nov 2012 14:48:03 +0100 David Douard [web] add a digital signature to error form (closes #2522526) stable
Fri, 16 Nov 2012 11:41:38 +0100 Sylvain Thénault [validation api] properly use yams 0.36 validation error api and update message catalog. Follows bbe0d6985e59
Mon, 17 Sep 2012 17:48:55 +0200 Sylvain Thénault [validation error] refactor validation error handling so translation is done on the web side
Mon, 23 Jul 2012 12:45:43 +0200 Sylvain Thénault [web test] fix tests broken by 8de41063d629 stable
Fri, 20 Jul 2012 11:31:34 +0200 Sylvain Thénault [web login] fix after login redirection: redirect expect an url not a relative path. Breaks on cases like '?vid=aview'. Closes #2423575 stable
Thu, 14 Jun 2012 15:21:12 +0200 Pierre-Yves David [login] redirect to real instance root if no postlogin_path is provided
Thu, 15 Mar 2012 17:42:31 +0100 Pierre-Yves David [login] split authentication logic from post authentication logic (closes #2200755)
Mon, 27 Feb 2012 10:03:31 +0100 Anthony Truchet [web] Exposes the undo feature to user through a undo-history view (closes #893940)
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Thu, 12 Jan 2012 18:17:19 +0100 Sylvain Thénault [deprecation] add cw version number to deprecation warning
Fri, 16 Dec 2011 12:30:12 +0100 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
Thu, 08 Dec 2011 14:30:00 +0100 Adrien Di Mascio [ajax] make navigation component appear both above and below the view (closes #2110266)
Tue, 15 Nov 2011 22:23:14 +0100 Sylvain Thénault [email bug report] _cw.config bw compat has been dropped, use _cw.vreg.config (+ small cleanup). Closes #2086985
Fri, 04 Nov 2011 13:03:56 +0100 Sylvain Thénault [cleanup] drop some appengine support junk
Tue, 25 Oct 2011 13:51:27 +0200 Aurelien Campeas [tableview,jsoncontroller] the json controller must check view.handle_pagination as well & the old table view also handles pagination internally
Fri, 23 Sep 2011 12:16:29 +0200 Sylvain Thénault [web request] fix cookie 'expires' formating (closes #1953945) stable
Thu, 22 Sep 2011 10:04:20 +0200 Aurelien Campeas [jsoncontroller] deprecate the now unused js_set_cookie (closes #1944810) stable
Fri, 01 Jul 2011 16:20:57 +0200 Sylvain Thénault [facets] DontUpdateConstraint mecanism introduced a few commit ago isn't needed: we already have the 'needs_update' property controlling this
Fri, 01 Jul 2011 15:26:44 +0200 Sylvain Thénault [facets] allow to specify on which rqlst's variable facets should be applied. Closes #1795915
Fri, 01 Jul 2011 15:26:43 +0200 Sylvain Thénault [facets] refactor / cleanup facet api: more consistent variable naming and easier to reuse function. Closes #1796804
Mon, 27 Jun 2011 15:30:52 +0200 Sylvain Thénault backport stable
Thu, 23 Jun 2011 10:24:40 +0200 Julien Jehannet [controller] UndoController: fix output method (closes: #1776091) stable
Fri, 17 Jun 2011 18:53:33 +0200 Sylvain Thénault backport stable
Fri, 17 Jun 2011 09:37:49 +0200 Sylvain Thénault [controller] fix wrong view name when error occurs in UndoController stable
Wed, 25 May 2011 13:39:08 +0200 Aurelien Campeas backport stable changes
Wed, 25 May 2011 13:36:25 +0200 Aurelien Campeas [json controller] fix .exception call msg format string (missing one slot) stable
Wed, 25 May 2011 11:41:16 +0200 Arthur Lutz [ui messages, xss] Start migration towards use of _msgid instead of __message (prone to XSS injection) closes #1698245
Wed, 18 May 2011 16:05:11 +0200 Sylvain Thénault fix some deprecation warnings stable
Thu, 12 May 2011 10:22:17 +0200 Sylvain Thénault [web request] don't define pageid js variable when one is found in form parameters (eg, page ajax call) stable
Wed, 19 Jan 2011 19:19:57 +0100 Aurelien Campeas [reledit] kill the reledit/doreledit duality
Mon, 31 Jan 2011 17:31:09 +0100 Sylvain Thénault cleanups stable
Thu, 06 Jan 2011 17:47:50 +0100 Sylvain Thénault [json controler] extraargs in js_component contains unicode keys which may not be given as argument names stable
Fri, 05 Nov 2010 14:28:22 +0100 Sylvain Thénault minor cleanups stable
Fri, 05 Nov 2010 14:28:07 +0100 Sylvain Thénault fix #724689: exception's display during ajax call stable
Mon, 25 Oct 2010 11:02:14 +0200 Sylvain Thénault [cleanup] drop accidentally commited print
Fri, 22 Oct 2010 09:15:35 +0200 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
Tue, 19 Oct 2010 13:14:48 +0200 Sylvain Thénault cleanups
Tue, 19 Oct 2010 12:01:35 +0200 Sylvain Thénault [js] remove deprecation warnings by using $.noop instead of noop
Fri, 01 Oct 2010 17:27:54 +0200 Sylvain Thénault #1256570: remove __method, it is not used in any of the cubes from logilab and encourages bad design by using Redirect (eg ui specific) from entities.py
Wed, 29 Sep 2010 16:16:32 +0200 Sylvain Thénault backport stable
Fri, 24 Sep 2010 15:00:08 +0200 Julien Jehannet exception: specify expected parameter in NoSelectableException stable
Thu, 23 Sep 2010 23:28:58 +0200 Sylvain Thénault backport stable
Wed, 22 Sep 2010 13:33:17 +0200 Stephanie Marcu [book - #1251259] reorganize plan for basetemplate, talk about class attributes stable
Fri, 17 Sep 2010 16:54:57 +0200 Sylvain Thénault [reledit] more api cleanup stable
Thu, 16 Sep 2010 18:56:35 +0200 Sylvain Thénault backport stable into default
Wed, 15 Sep 2010 17:21:05 +0200 Sylvain Thénault cleanup stable
Wed, 15 Sep 2010 17:20:56 +0200 Sylvain Thénault fix regretion introduced by changeset "pagination/ ajaxes fixes" (2f5ebeb7665d) stable
Tue, 14 Sep 2010 15:40:31 +0200 Sylvain Thénault cleanups stable
Tue, 14 Sep 2010 15:40:10 +0200 Sylvain Thénault [basecontroller] we should consume divid to avoid it being reused by the table view, leading to duplicated id (and hence weird rendering) stable
Tue, 14 Sep 2010 15:39:28 +0200 Sylvain Thénault [basecontroller] pagination / ajax fixes stable
Tue, 14 Sep 2010 15:38:41 +0200 Sylvain Thénault [basecontroller] handle case where the query is prefixed by 'rql:' as allowed by the search input stable
Mon, 13 Sep 2010 15:15:21 +0200 Sylvain Thénault backport stable
Fri, 10 Sep 2010 15:09:31 +0200 Sylvain Thénault cleanup stable
Fri, 10 Sep 2010 14:45:46 +0200 Sylvain Thénault [json controller] check rql is really specified stable
Wed, 25 Aug 2010 10:01:11 +0200 Sylvain Thénault [boxes] introduce new boxes system
Fri, 13 Aug 2010 08:23:14 +0200 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
Thu, 12 Aug 2010 18:49:20 +0200 Sylvain Thénault [web controller] don't try to translate arbitrary exception message stable
Thu, 08 Jul 2010 13:33:40 +0200 Sylvain Thénault [uilib] refactor json_dumps code organization
Fri, 02 Jul 2010 15:26:59 +0200 Aurelien Campeas reledit refactoring
Fri, 02 Jul 2010 14:47:44 +0200 Sylvain Thénault backport stable
Fri, 02 Jul 2010 14:44:23 +0200 Sylvain Thénault [controller] same method defined on the base class stable
Wed, 16 Jun 2010 14:51:17 +0200 Sylvain Thénault backport stable
Wed, 16 Jun 2010 12:24:11 +0200 Sylvain Thénault imported patch cookie handling: do not use semicolon as it has some tech meaning (web2 -> web) stable
Thu, 10 Jun 2010 16:23:07 +0200 Sylvain Thénault [view] add a new entity_call method to entity view protocol, allowing some to work with not yet created entities. Also, start considering 'eid' form parameters where we only consider 'rql', so we can move on bloquing arbitrary rql inputs (more to do on this...)
Thu, 03 Jun 2010 14:51:42 +0200 Adrien Di Mascio [ajax] refactor/cleanup low-level ajax functions
Wed, 02 Jun 2010 13:02:47 +0200 Sylvain Thénault backport stable
Wed, 02 Jun 2010 13:02:34 +0200 Sylvain Thénault cleanup stable
Wed, 26 May 2010 12:33:48 +0200 Sylvain Thénault backport stable
Wed, 26 May 2010 12:31:34 +0200 Sylvain Thénault [web] disallow authenticated users to access to the login form (closes #914873) stable
Thu, 20 May 2010 20:47:55 +0200 Sylvain Thénault [entity] introduce a new 'adapters' registry
Thu, 20 May 2010 20:47:13 +0200 Sylvain Thénault backport stable
Thu, 20 May 2010 10:04:45 +0200 Adrien Di Mascio [forms] consider __action_xxx field if passed to JSonController.validate_form stable
Wed, 05 May 2010 10:28:55 +0200 Sylvain Thénault [https] fix resource urls in https version of a site: should use the https version as well to avoid warnings from the nrowser
Mon, 03 May 2010 14:17:45 +0200 Sandrine Ribeau [json-controller] - refactoring of js_component and js_view, it now uses _call_view
Mon, 03 May 2010 14:10:23 +0200 Sylvain Thénault [widget] kill buggy / unused (only in cmhn) AddComboBox widget
Fri, 30 Apr 2010 12:14:15 +0200 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Mon, 26 Apr 2010 16:31:46 +0200 Sylvain Thénault backport stable
Fri, 23 Apr 2010 12:19:54 +0200 Alexandre Fayolle [python2.6] careful: json-py provides a json package. We don't want that. stable
Fri, 23 Apr 2010 12:42:53 +0200 Sylvain Thénault backport stable
Thu, 22 Apr 2010 19:48:04 +0000 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
Wed, 21 Apr 2010 16:48:45 +0200 Sylvain Thénault [masmailing] cleanup: use authenticated_user selectors, define stuff on form instead of on selection when possible, other cleanups stable
Tue, 20 Apr 2010 09:57:47 +0200 Sylvain Thénault [controllers] cleanup unused js var
Wed, 14 Apr 2010 10:29:38 +0200 Sylvain Thénault [web] put a fake object that raise Unauthorized on any attribute access as req.cnx and req._user, so we are properly asked to authenticated on any view that tries to do something with one of those attributes (instead of doing defensive programming everywhere we're doing that)
Tue, 13 Apr 2010 12:19:24 +0200 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.
Fri, 09 Apr 2010 15:10:26 +0200 Sylvain Thénault backport stable
Fri, 09 Apr 2010 15:08:24 +0200 Sylvain Thénault [web] on logout, use the base_url argument of build_url instead of hacking the request to get proper url. This fix a bug on site with http/https versions: the session cookie is badly removed on logout stable
Fri, 09 Apr 2010 15:04:56 +0200 Sylvain Thénault [controller] refactor send mail controller to use cwconfig.sendmails stable
Wed, 07 Apr 2010 14:42:55 +0200 Sylvain Thénault backport stable
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Tue, 06 Apr 2010 19:08:07 +0200 Sylvain Thénault backport stable
Tue, 06 Apr 2010 18:36:09 +0200 Aurelien Campeas [doc/book] talk about reloadComponent, misc tweaks and notes stable
Tue, 06 Apr 2010 16:50:53 +0200 Adrien Chauve Switched from TwistedWeb2 to TwistedWeb
Tue, 06 Apr 2010 15:11:51 +0200 Aurelien Campeas [doc/book] expand the js chapter with an ajax story stable
Fri, 02 Apr 2010 14:40:32 +0200 Alexandre Fayolle typo fix stable
Fri, 02 Apr 2010 14:28:43 +0200 Alexandre Fayolle catch and log errors caused by bad json data stable
Wed, 31 Mar 2010 14:32:07 +0200 Sylvain Thénault [cleanup] tb already printed by self.exception; add note stable
Wed, 24 Mar 2010 08:42:49 +0100 Sylvain Thénault backport stable
Tue, 23 Mar 2010 18:35:04 +0100 Sylvain Thénault ticket #636927, add ajaxhtmlhead in controller js_component stable
Tue, 16 Mar 2010 16:32:36 +0100 Sylvain Thénault backport stable into default
Mon, 01 Mar 2010 11:26:14 +0100 Katia Saurfelt server/web api for accessing to deleted_entites
Tue, 16 Mar 2010 12:40:59 +0100 Sylvain Thénault #750055: make it easier to change post logout url stable
Fri, 12 Mar 2010 15:00:25 +0100 Sylvain Thénault [cleanup selectors] use authenticated_user, check for form params instead of handling potential key error on missing params
Tue, 02 Mar 2010 13:00:41 +0100 Aurelien Campeas [book/controllers] add some content (overview, api super sketch) for the cubicweb controllers stable
Tue, 02 Mar 2010 11:21:29 +0100 Aurelien Campeas [reledit] add ajax html head div, which allows to get additional css/js up to the browser #620569 stable
Fri, 26 Feb 2010 13:24:47 +0100 Sylvain Thénault pylint style fixes stable
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Thu, 18 Feb 2010 14:07:56 +0100 Sylvain Thénault grmmbl, bad resolve stable
Thu, 18 Feb 2010 14:06:17 +0100 Sylvain Thénault missed conflict stable
Thu, 18 Feb 2010 14:02:48 +0100 Sylvain Thénault backport lost stable head stable
Thu, 18 Feb 2010 12:13:36 +0100 Sylvain Thénault fix 4626:c26b4df9fc90 (#703911): use can't rely on peid since it's not an actual eid when we're creating the parent entity stable
Wed, 10 Feb 2010 14:24:05 +0100 Aurelien Campeas [http cache/json controller] ensure json_view does proper cache validation #390986 stable
Fri, 05 Feb 2010 11:54:23 +0100 Sylvain Thénault moved generic datetime manipulation function to lgc
Wed, 03 Feb 2010 14:46:32 +0100 Sylvain Thénault backport stable
Mon, 01 Feb 2010 18:54:46 +0100 Sylvain Thénault missing jsonize, avoid spurious error w/ ff stable
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Wed, 09 Dec 2009 12:22:21 +0100 Sylvain Thénault some api update
Tue, 08 Dec 2009 10:58:56 +0100 Sylvain Thénault drop common subpackage
Mon, 07 Dec 2009 05:09:09 -0800 Sandrine Ribeau fix bad merge
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Tue, 10 Nov 2009 18:11:24 +0100 Adrien Di Mascio [web] set pageid at request instanciation rather than in htmlheader template stable
Thu, 22 Oct 2009 11:02:50 +0200 Adrien Di Mascio [views] consider fallbackvid request parameter in ViewController stable
Wed, 21 Oct 2009 17:32:20 +0200 Sylvain Thénault backport stable branch
Tue, 20 Oct 2009 12:45:44 +0200 Aurelien Campeas reledit: load actual edition form on demand #471799 stable
Mon, 19 Oct 2009 20:33:30 +0200 Aurelien Campeas kill separate attribute client-side handling #473636 stable
Tue, 13 Oct 2009 18:20:05 +0200 Sylvain Thénault 3.6 update
Fri, 09 Oct 2009 16:39:26 +0200 Sylvain Thénault backport stable branch
Wed, 07 Oct 2009 19:59:46 +0200 Adrien Di Mascio [editcontroller] backout (sort of) removal of entity.complete() in validate_form stable
Wed, 07 Oct 2009 15:11:55 +0200 Sylvain Thénault don't call complete here, it may fail in case of missing relation stable
Wed, 07 Oct 2009 12:31:08 +0200 Sylvain Thénault backport stable branch
Tue, 06 Oct 2009 17:16:23 +0200 Sylvain Thénault [json validation] catch everything here stable
Tue, 29 Sep 2009 15:58:44 +0200 Sylvain Thénault backport stable branch
Tue, 29 Sep 2009 12:44:50 +0200 Sylvain Thénault [form] important refactoring of inlined forms to get proper separation of form object creation / rendering stable
Tue, 29 Sep 2009 12:42:11 +0200 Sylvain Thénault forgotten that one stable
Thu, 24 Sep 2009 00:24:21 +0200 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
Wed, 23 Sep 2009 19:40:19 +0200 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
Wed, 23 Sep 2009 09:29:39 +0200 Sylvain Thénault use __regid__ instead of id on appobject classes
Tue, 22 Sep 2009 12:11:12 +0200 Adrien Di Mascio backport stable branch
Mon, 21 Sep 2009 17:04:19 +0200 Adrien Di Mascio [validatecontroller] allow additional args to be passed to the js callback stable
Fri, 18 Sep 2009 19:48:58 +0200 Sylvain Thénault fix/enhance i18n context usage for inlined forms stable
Thu, 17 Sep 2009 15:16:53 +0200 Sylvain Thénault backport 3.5
Wed, 16 Sep 2009 17:16:29 +0200 Adrien Di Mascio [jsoncontroller] bugfix: update to match new validate_form API 3.5
Tue, 15 Sep 2009 19:04:09 +0200 Adrien Di Mascio [cleanup] remove unused imports 3.5
Tue, 15 Sep 2009 16:02:17 +0200 Adrien Di Mascio [controllers] allow onsuccess / onfailure callback to be passed to validateform 3.5
Thu, 10 Sep 2009 08:13:22 +0200 Sylvain Thénault backport 3.5
Wed, 09 Sep 2009 17:16:13 +0200 Nicolas Chauvat Bugfix: message was not written in english stable
Mon, 17 Aug 2009 18:25:57 +0200 Sylvain Thénault backport stable branch
Mon, 17 Aug 2009 10:31:28 +0200 Sylvain Thénault use view.paginate stable
Sun, 16 Aug 2009 20:27:28 +0200 Nicolas Chauvat backport stable branch
Sun, 16 Aug 2009 19:45:38 +0200 Nicolas Chauvat B bugfix in json controller stable
Fri, 14 Aug 2009 14:56:29 +0200 Adrien Di Mascio [ajax] allow inlineCreationForms to add their own JS / CSS stable
Thu, 13 Aug 2009 09:30:03 +0200 Sylvain Thénault rename and move cw.RequestSessionMixIn to cw.req.RequestSessionBase; move some appobjects methods where they actually belong to
Tue, 04 Aug 2009 17:16:05 +0200 Sylvain Thénault cleanup
Tue, 04 Aug 2009 17:11:50 +0200 Sylvain Thénault [R] use req.entity_from_eid
Mon, 03 Aug 2009 10:50:57 +0200 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
Wed, 29 Jul 2009 10:44:36 +0200 Sylvain Thénault [R xhtml] remove xhtml_wrap* function, use instead a single req.document_surrounding_div method
Tue, 28 Jul 2009 22:22:08 +0200 Florent make it easy to change response of FormValidatorController
Tue, 28 Jul 2009 10:23:48 +0200 Fabrice fix html headers for forced html content type : main template and json controller
Fri, 24 Jul 2009 14:33:37 +0200 Sylvain Thénault application -> instance where it makes sense
Thu, 23 Jul 2009 15:33:03 +0200 Adrien Di Mascio backport stable branch into default
Thu, 16 Jul 2009 13:53:33 +0200 Aurelien Campeas [reledit] simplify a bit more stable
Thu, 16 Jul 2009 13:30:13 +0200 Aurelien Campeas backport stable branch
Fri, 10 Jul 2009 14:23:35 +0200 Aurelien Campeas [reledit] simplify, fixing #344545 stable
Thu, 09 Jul 2009 12:14:02 +0200 Aurelien Campeas [reledit] there is nothing to escape, also cleanup lzone for attributes stable
Wed, 08 Jul 2009 19:02:29 +0200 Aurelien Campeas [reledit] have a link-free landing zone for mouse-clicks (closes #343544) stable
Tue, 07 Jul 2009 13:26:44 +0200 Sylvain Thénault use xml_escape stable
Mon, 06 Jul 2009 20:11:21 -0700 Sandrine Ribeau Fix parameter for controller selection.
Mon, 06 Jul 2009 19:55:18 +0200 Sylvain Thénault backport stable branch
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)
less more (0) tip