Tue, 10 Jun 2014 09:49:45 +0200 |
Julien Cristau |
merge 3.18.5 into 3.19 branch
|
file |
diff |
annotate
|
Wed, 30 Apr 2014 08:07:59 +0200 |
Christophe de Vienne |
[req.find] Use vreg.schema.eschema for eschema lookup
|
file |
diff |
annotate
|
Mon, 14 Apr 2014 11:54:33 +0200 |
Rémi Cardona |
an URL -> a URL
stable
|
file |
diff |
annotate
|
Fri, 25 Apr 2014 12:22:07 +0200 |
Christophe de Vienne |
[doc] Document the user_data dictionnary content
stable
|
file |
diff |
annotate
|
Tue, 17 Dec 2013 11:50:31 +0100 |
Julien Cristau |
[req] if a user has a None property, fall back to the default
|
file |
diff |
annotate
|
Thu, 23 Jan 2014 13:47:28 +0100 |
Sylvain Thénault |
[multi-sources-removal] Drop entities.source column
|
file |
diff |
annotate
|
Wed, 22 Jan 2014 12:14:56 +0100 |
Julien Cristau |
[repoapi] drop get_option_value's foreid argument
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 17:01:33 +0100 |
Aurelien Campeas |
[req] deprecate get_cache (closes #3181499)
|
file |
diff |
annotate
|
Mon, 13 Jan 2014 13:47:47 +0100 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
Fri, 13 Dec 2013 10:24:10 +0100 |
Denis Laxalde |
[req] Return base-url in case https-url is None in base_url()
|
file |
diff |
annotate
|
Wed, 11 Dec 2013 12:22:52 +0100 |
Christophe de Vienne |
[req] New method: RequestSessionBase.find().
|
file |
diff |
annotate
|
Tue, 25 Jun 2013 17:25:47 +0200 |
Pierre-Yves David |
[req] add a _set_user method
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 13:39:49 +0200 |
pierre-yves |
[req] drop from_controller on non WebRequest object (Closes #2901079)
|
file |
diff |
annotate
|
Tue, 02 Apr 2013 16:06:22 +0200 |
Pierre-Yves David |
[req] explicit `user` attribute
|
file |
diff |
annotate
|
Wed, 27 Mar 2013 15:03:14 +0100 |
Pierre-Yves David |
[req] drop pre-3.7 api on request
|
file |
diff |
annotate
|
Tue, 12 Mar 2013 12:50:05 +0100 |
Nicolas Chauvat |
drop typed_eid() in favour of int() (closes #2742462)
|
file |
diff |
annotate
|
Fri, 16 Nov 2012 11:53:17 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 16 Nov 2012 11:52:06 +0100 |
Arthur Lutz |
[server] implement base_url with secure=True (closes #2508638)
|
file |
diff |
annotate
|
Wed, 14 Nov 2012 11:06:24 +0100 |
Aurelien Campeas |
[dbapi] provide get_option_value over DBAPIRequest (closes #2515522)
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 11 Sep 2012 21:51:54 +0200 |
Sylvain Thénault |
massive copyright update to avoid clutering later patches
|
file |
diff |
annotate
|
Mon, 10 Sep 2012 13:53:59 +0200 |
Sylvain Thénault |
[request/session] refactor language handling: don't attempt to sync web/repo languages
|
file |
diff |
annotate
|
Fri, 03 Aug 2012 13:29:37 +0200 |
Sylvain Thénault |
[entity edition] don't remove values from attribute cache on the repository side
|
file |
diff |
annotate
|
Mon, 27 Feb 2012 15:24:14 +0100 |
Pierre-Yves David |
[request] gather all base_url logic in a single place (closes #2200756)
|
file |
diff |
annotate
|
Thu, 16 Feb 2012 14:14:52 +0100 |
Sylvain Thénault |
[spelling] fix dictionnary -> dictionary typo
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 21 Sep 2011 17:38:00 +0200 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 19 May 2011 18:49:57 +0200 |
Sylvain Thénault |
[deprecation] drop remaining warnings
stable
|
file |
diff |
annotate
|
Mon, 28 Mar 2011 16:42:54 +0200 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sat, 18 Dec 2010 23:11:58 +0100 |
Sylvain Thénault |
backport oldstable
stable
|
file |
diff |
annotate
|
Mon, 13 Dec 2010 19:46:24 +0100 |
Nicolas Chauvat |
[security] fix access control problem
oldstable
|
file |
diff |
annotate
|
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._)
|
file |
diff |
annotate
|
Thu, 23 Sep 2010 12:16:36 +0200 |
Julien Jehannet |
[req] build_url: detect None values in arguments and raise ValueError
stable
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 10:29:07 +0200 |
Sylvain Thénault |
[web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
|
file |
diff |
annotate
|
Wed, 07 Jul 2010 10:53:03 +0200 |
Julien Jehannet |
[book] update rql documentation and some erroneous/deprecated examples
|
file |
diff |
annotate
|
Fri, 11 Jun 2010 14:59:08 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 10 Jun 2010 13:56:52 +0200 |
Sylvain Thénault |
[req] fix format_time w/ 0:0 which is evaluated to False
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:47:55 +0200 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
Mon, 17 May 2010 11:05:37 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 12 May 2010 12:16:41 +0200 |
Sylvain Thénault |
[req] avoid getting w in cw_extra_kwargs when calling .view
stable
|
file |
diff |
annotate
|
Wed, 05 May 2010 18:10:33 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 04 May 2010 11:09:18 +0200 |
Aurelien Campeas |
[doc/book] regroup form/editcontroller stuff under an "edition control" chapter
stable
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 14:21:59 +0200 |
Sylvain Thénault |
[webconfig] cleanup base_url management
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 19:39:55 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 17:28:27 +0200 |
Aurelien Campeas |
[doc/book] fix a bit the request chapter, add autodoc
stable
|
file |
diff |
annotate
|
Fri, 09 Apr 2010 15:10:26 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 09 Apr 2010 15:07:01 +0200 |
Sylvain Thénault |
[entity] move req.create_entity content to a cw_instantiate factory method on entity classes, so cube developpers will be able to easily customize instance creation
stable
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 14:26:35 +0200 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
Wed, 17 Mar 2010 11:36:47 +0100 |
Sylvain Thénault |
add missing warn imports
|
file |
diff |
annotate
|
Fri, 12 Mar 2010 16:11:56 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 12 Mar 2010 14:52:22 +0100 |
Sylvain Thénault |
[cleanup] use iteritems
stable
|
file |
diff |
annotate
|