devtools/fake.py
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Mon, 14 Sep 2015 16:03:07 +0200 Rémi Cardona [py3k] basestring → six.string_types
Tue, 01 Jul 2014 16:55:49 +0200 Aurelien Campeas [connection] replace .running_dbapi_query with .hooks_in_progress
Fri, 04 Apr 2014 14:49:18 +0200 Julien Cristau [repository] replace session with cnx in a few places
Tue, 15 Jul 2014 16:07:59 +0200 Julien Cristau [web] add support for HttpOnly cookie flag
Wed, 12 Mar 2014 16:02:44 +0100 David Douard [devtools] add a 'method' argument to RepoAccess.web_request
Mon, 27 Jan 2014 16:19:49 +0100 Julien Cristau merge 3.18.2 into 3.19 branch
Thu, 23 Jan 2014 13:47:28 +0100 Sylvain Thénault [multi-sources-removal] Drop entities.source column
Fri, 21 Jun 2013 16:01:59 +0200 Sylvain Thénault [multi-sources-removal] Kill repo.sources
Mon, 20 Jan 2014 09:13:12 +0100 Adrien Di Mascio [test] remove custom implementation of FakeRequest.header_accept_language() (closes #3375021) stable
Tue, 25 Jun 2013 10:59:01 +0200 Pierre-Yves David PARTIAL: Using the repoapi in test
Thu, 25 Apr 2013 14:10:55 +0200 Pierre-Yves David remove unused import
Wed, 27 Mar 2013 16:43:34 +0100 Pierre-Yves David [session] move context manager logic in the security context manager
Fri, 14 Sep 2012 14:15:39 +0200 Sylvain Thénault [session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
Thu, 15 Mar 2012 17:59:27 +0100 Adrien Di Mascio [cache] factorize _validate_cache() logic implemented in wsgi and twisted handlers
Thu, 15 Mar 2012 17:57:40 +0100 Pierre-Yves David [fake-request] support `http_method()`
Thu, 15 Mar 2012 18:34:59 +0100 Pierre-Yves David [Web-Request] Use rich header (closes #2204164)
Mon, 27 Feb 2012 12:47:24 +0100 Pierre-Yves David [devtools/fake] add some https related properties to FakeRequest
Fri, 10 Feb 2012 16:53:52 +0100 Sylvain Thénault backport stable
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Fri, 27 Jan 2012 12:15:57 +0100 Aurelien Campeas [config] fix rql-cache-size initial values (closes #2162160) stable
Mon, 26 Sep 2011 19:45:51 +0200 Sylvain Thénault [test] unicode name/value in cookie makes tests failing (SimpleCookie then suppose it's a dict...) stable
Fri, 23 Sep 2011 12:16:29 +0200 Sylvain Thénault [web request] fix cookie 'expires' formating (closes #1953945) stable
Wed, 25 May 2011 13:39:08 +0200 Aurelien Campeas backport stable changes
Wed, 25 May 2011 12:35:33 +0200 Sylvain Thénault [test] fix tests broken by 7427:5338d895b891 stable
Thu, 19 May 2011 10:53:11 +0200 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
Wed, 11 May 2011 09:38:44 +0200 Sylvain Thénault [testlib] fake session can be given a vreg
Tue, 10 May 2011 18:17:55 +0200 Sylvain Thénault resurrect code lost by too much patch manipulation
Mon, 18 Apr 2011 08:03:46 +0200 Adrien Di Mascio [devtools] make return value of get_response_header(raw=True) consistent wrt get_header(raw=True) stable
Thu, 14 Apr 2011 14:19:21 +0200 Adrien Di Mascio [testlib] make a clear distinction between input / output HTTP headers stable
Wed, 19 Jan 2011 19:15:04 +0100 Sylvain Thénault [repo] kill no more needed 'recreate' feature
Fri, 22 Oct 2010 16:01:54 +0200 Sylvain Thénault [test] fix test to follow recent changes
Sat, 09 Oct 2010 00:05:52 +0200 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
Thu, 17 Jun 2010 14:43:16 +0200 Sylvain Thénault [fti] support for fti ranking: has_text query results sorted by relevance, and provides a way to control weight per entity / entity's attribute
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
Fri, 30 Apr 2010 12:14:15 +0200 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
Thu, 29 Apr 2010 14:21:59 +0200 Sylvain Thénault [webconfig] cleanup base_url management
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
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
Tue, 09 Mar 2010 12:07:16 +0100 Sylvain Thénault [refactor] drop rset.vreg attribute, vreg should be accessed through rset.req. Also kill decorate_rset, simply set rset.req where we were calling this method.
Tue, 09 Mar 2010 11:54:27 +0100 Sylvain Thénault rename logilab.db into logilab.database
Tue, 09 Mar 2010 08:59:43 +0100 Sylvain Thénault [repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
Mon, 08 Mar 2010 17:57:29 +0100 Sylvain Thénault [repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
Fri, 05 Feb 2010 07:25:16 +0100 Sylvain Thénault backport stable
Thu, 04 Feb 2010 18:29:43 +0100 Sylvain Thénault mimick actual request set_header method 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
Thu, 15 Oct 2009 10:56:34 +0200 Sylvain Thénault fix merge
Tue, 13 Oct 2009 12:04:10 +0200 Sylvain Thénault [req] new expires argument to set_cookie
Tue, 13 Oct 2009 12:03:24 +0200 Sylvain Thénault [testlib] nicer http headers and cookie faking in fake request
Wed, 23 Sep 2009 19:42:44 +0200 Adrien Di Mascio [testlib] added some new required attributes on FakeRequest, fix dummy NameError
Thu, 17 Sep 2009 15:16:53 +0200 Sylvain Thénault backport 3.5
Wed, 16 Sep 2009 16:40:20 +0200 Sylvain Thénault cleanup 3.5
Wed, 16 Sep 2009 14:24:31 +0200 Sylvain Thénault refactor so that rql rewriter may be used outside the server. Enhance it to be usable for RRQLExpression as well 3.5
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, 11 Aug 2009 17:13:32 +0200 Sylvain Thénault [testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
Wed, 05 Aug 2009 12:15:48 +0200 Adrien Di Mascio [cleanup] delete-trailing-whitespace + removed debug print
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
Fri, 24 Jul 2009 14:33:37 +0200 Sylvain Thénault application -> instance where it makes sense
Fri, 24 Jul 2009 12:13:51 +0200 Sylvain Thénault begin to drop ref to secondary view
less more (0) -60 tip