devtools/fake.py
2012-09-14 Sylvain Thénault [session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
2012-03-15 Adrien Di Mascio [cache] factorize _validate_cache() logic implemented in wsgi and twisted handlers
2012-03-15 Pierre-Yves David [fake-request] support `http_method()`
2012-03-15 Pierre-Yves David [Web-Request] Use rich header (closes #2204164)
2012-02-27 Pierre-Yves David [devtools/fake] add some https related properties to FakeRequest
2012-02-10 Sylvain Thénault backport stable
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2012-01-27 Aurelien Campeas [config] fix rql-cache-size initial values (closes #2162160) stable
2011-09-26 Sylvain Thénault [test] unicode name/value in cookie makes tests failing (SimpleCookie then suppose it's a dict...) stable
2011-09-23 Sylvain Thénault [web request] fix cookie 'expires' formating (closes #1953945) stable
2011-05-25 Aurelien Campeas backport stable changes
2011-05-25 Sylvain Thénault [test] fix tests broken by 7427:5338d895b891 stable
2011-05-19 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
2011-05-11 Sylvain Thénault [testlib] fake session can be given a vreg
2011-05-10 Sylvain Thénault resurrect code lost by too much patch manipulation
2011-04-18 Adrien Di Mascio [devtools] make return value of get_response_header(raw=True) consistent wrt get_header(raw=True) stable
2011-04-14 Adrien Di Mascio [testlib] make a clear distinction between input / output HTTP headers stable
2011-01-19 Sylvain Thénault [repo] kill no more needed 'recreate' feature
2010-10-22 Sylvain Thénault [test] fix test to follow recent changes
2010-10-08 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
2010-06-17 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
2010-05-05 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
2010-04-30 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
2010-04-29 Sylvain Thénault [webconfig] cleanup base_url management
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-03-09 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.
2010-03-09 Sylvain Thénault rename logilab.db into logilab.database
2010-03-09 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.
2010-03-08 Sylvain Thénault [repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
less more (0) -50 -30 tip