req.py
Thu, 01 Oct 2015 12:01:28 +0200 Julien Cristau [req] fix url_parse_qsl on py3
Mon, 21 Sep 2015 18:28:10 +0200 Rémi Cardona [py3k] Don't encode URLs
Tue, 22 Sep 2015 14:18:14 +0200 Rémi Cardona [py3k] unicode vs str vs bytes vs the world
Wed, 16 Sep 2015 11:28:07 +0200 Rémi Cardona [py3k] unicode → six.text_type
Wed, 16 Sep 2015 17:28:06 +0200 Rémi Cardona [py3k] unicode → six.text_type
Fri, 18 Sep 2015 14:29:53 +0200 Rémi Cardona [py3k] use next builtin instead of next method
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Tue, 22 Sep 2015 09:39:30 +0200 Rémi Cardona [py3k] import URL mangling functions using six.moves
Tue, 17 Mar 2015 15:46:40 +0100 Aurelien Campeas [dbapi] retire repo.user_info which was used by the dbapi
Mon, 16 Feb 2015 10:21:29 +0100 Julien Cristau [req] make rebuild_url predictable
Fri, 27 Jun 2014 11:48:26 +0200 Julien Cristau merge from 3.19 branch
Fri, 23 May 2014 18:17:44 +0200 Rémi Cardona [request] Ensure base_url() always has a trailing '/' (closes #3955093)
Tue, 10 Jun 2014 09:49:45 +0200 Julien Cristau merge 3.18.5 into 3.19 branch
Wed, 30 Apr 2014 08:07:59 +0200 Christophe de Vienne [req.find] Use vreg.schema.eschema for eschema lookup
Mon, 14 Apr 2014 11:54:33 +0200 Rémi Cardona an URL -> a URL stable
Fri, 25 Apr 2014 12:22:07 +0200 Christophe de Vienne [doc] Document the user_data dictionnary content stable
Tue, 17 Dec 2013 11:50:31 +0100 Julien Cristau [req] if a user has a None property, fall back to the default
Thu, 23 Jan 2014 13:47:28 +0100 Sylvain Thénault [multi-sources-removal] Drop entities.source column
Wed, 22 Jan 2014 12:14:56 +0100 Julien Cristau [repoapi] drop get_option_value's foreid argument
Tue, 21 Jan 2014 17:01:33 +0100 Aurelien Campeas [req] deprecate get_cache (closes #3181499)
Mon, 13 Jan 2014 13:47:47 +0100 Julien Cristau merge 3.18.0 in 3.19 branch
Fri, 13 Dec 2013 10:24:10 +0100 Denis Laxalde [req] Return base-url in case https-url is None in base_url()
Wed, 11 Dec 2013 12:22:52 +0100 Christophe de Vienne [req] New method: RequestSessionBase.find().
Tue, 25 Jun 2013 17:25:47 +0200 Pierre-Yves David [req] add a _set_user method
Fri, 14 Jun 2013 13:39:49 +0200 pierre-yves [req] drop from_controller on non WebRequest object (Closes #2901079)
Tue, 02 Apr 2013 16:06:22 +0200 Pierre-Yves David [req] explicit `user` attribute
Wed, 27 Mar 2013 15:03:14 +0100 Pierre-Yves David [req] drop pre-3.7 api on request
Tue, 12 Mar 2013 12:50:05 +0100 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
Fri, 16 Nov 2012 11:53:17 +0100 Sylvain Thénault backport stable
Fri, 16 Nov 2012 11:52:06 +0100 Arthur Lutz [server] implement base_url with secure=True (closes #2508638)
Wed, 14 Nov 2012 11:06:24 +0100 Aurelien Campeas [dbapi] provide get_option_value over DBAPIRequest (closes #2515522) stable
Thu, 11 Oct 2012 18:42:13 +0200 Sylvain Thénault [req / session] drop is_internal_session (buggy) compat on base request by implementing necessary methods on internal manager
Tue, 11 Sep 2012 21:51:54 +0200 Sylvain Thénault massive copyright update to avoid clutering later patches
Mon, 10 Sep 2012 13:53:59 +0200 Sylvain Thénault [request/session] refactor language handling: don't attempt to sync web/repo languages
Fri, 03 Aug 2012 13:29:37 +0200 Sylvain Thénault [entity edition] don't remove values from attribute cache on the repository side
Mon, 27 Feb 2012 15:24:14 +0100 Pierre-Yves David [request] gather all base_url logic in a single place (closes #2200756)
Thu, 16 Feb 2012 14:14:52 +0100 Sylvain Thénault [spelling] fix dictionnary -> dictionary typo stable
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
Thu, 06 Oct 2011 16:14:08 +0200 Sylvain Thénault [request, ui] printable_value is now a method of request, and may be given dict of formatters to use (closes #1984743)
Thu, 29 Sep 2011 14:05:45 +0200 Sylvain Thénault [req] .view should not catch [Object|Registry]NotFound (which is a bug), only NoSelectableObject (closes #1973681) stable
Wed, 21 Sep 2011 17:38:00 +0200 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
Tue, 21 Jun 2011 10:57:25 +0200 Sylvain Thénault [ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
Thu, 19 May 2011 18:49:57 +0200 Sylvain Thénault [deprecation] drop remaining warnings stable
Mon, 28 Mar 2011 16:42:54 +0200 Sylvain Thénault cleanups stable
Mon, 28 Mar 2011 15:15:49 +0200 Nicolas Chauvat [session] add find_entities and find_one_entity to session/request API (closes #1550045) stable
Sat, 18 Dec 2010 23:11:58 +0100 Sylvain Thénault backport oldstable stable
Mon, 13 Dec 2010 19:46:24 +0100 Nicolas Chauvat [security] fix access control problem oldstable
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._)
Thu, 23 Sep 2010 12:16:36 +0200 Julien Jehannet [req] build_url: detect None values in arguments and raise ValueError stable
Wed, 25 Aug 2010 10:29:07 +0200 Sylvain Thénault [web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
Wed, 07 Jul 2010 10:53:03 +0200 Julien Jehannet [book] update rql documentation and some erroneous/deprecated examples
Fri, 11 Jun 2010 14:59:08 +0200 Sylvain Thénault backport stable
Thu, 10 Jun 2010 13:56:52 +0200 Sylvain Thénault [req] fix format_time w/ 0:0 which is evaluated to False stable
Thu, 10 Jun 2010 12:53:21 +0200 Sylvain Thénault [view] ensure fallback_oid is specified before trying to select fallback view, else simply raise the exception stable
Thu, 20 May 2010 20:47:55 +0200 Sylvain Thénault [entity] introduce a new 'adapters' registry
Mon, 17 May 2010 11:05:37 +0200 Sylvain Thénault backport stable
Wed, 12 May 2010 12:16:41 +0200 Sylvain Thénault [req] avoid getting w in cw_extra_kwargs when calling .view stable
Wed, 05 May 2010 18:10:33 +0200 Sylvain Thénault backport stable
Tue, 04 May 2010 11:09:18 +0200 Aurelien Campeas [doc/book] regroup form/editcontroller stuff under an "edition control" chapter stable
Thu, 29 Apr 2010 14:21:59 +0200 Sylvain Thénault [webconfig] cleanup base_url management
less more (0) -60 tip