2012-03-15 |
Adrien Di Mascio |
[cache] factorize _validate_cache() logic implemented in wsgi and twisted handlers
|
file |
diff |
annotate
|
2012-03-15 |
Pierre-Yves David |
[fake-request] support `http_method()`
|
file |
diff |
annotate
|
2012-03-15 |
Pierre-Yves David |
[Web-Request] Use rich header (closes #2204164)
|
file |
diff |
annotate
|
2012-02-27 |
Pierre-Yves David |
[devtools/fake] add some https related properties to FakeRequest
|
file |
diff |
annotate
|
2012-02-10 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-01-23 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
2012-01-27 |
Aurelien Campeas |
[config] fix rql-cache-size initial values (closes #2162160)
stable
|
file |
diff |
annotate
|
2011-09-26 |
Sylvain Thénault |
[test] unicode name/value in cookie makes tests failing (SimpleCookie then suppose it's a dict...)
stable
|
file |
diff |
annotate
|
2011-09-23 |
Sylvain Thénault |
[web request] fix cookie 'expires' formating (closes #1953945)
stable
|
file |
diff |
annotate
|
2011-05-25 |
Aurelien Campeas |
backport stable changes
|
file |
diff |
annotate
|
2011-05-25 |
Sylvain Thénault |
[test] fix tests broken by 7427:5338d895b891
stable
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
[repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
|
file |
diff |
annotate
|
2011-05-11 |
Sylvain Thénault |
[testlib] fake session can be given a vreg
|
file |
diff |
annotate
|
2011-05-10 |
Sylvain Thénault |
resurrect code lost by too much patch manipulation
|
file |
diff |
annotate
|
2011-04-18 |
Adrien Di Mascio |
[devtools] make return value of get_response_header(raw=True) consistent wrt get_header(raw=True)
stable
|
file |
diff |
annotate
|
2011-04-14 |
Adrien Di Mascio |
[testlib] make a clear distinction between input / output HTTP headers
stable
|
file |
diff |
annotate
|
2011-01-19 |
Sylvain Thénault |
[repo] kill no more needed 'recreate' feature
|
file |
diff |
annotate
|
2010-10-22 |
Sylvain Thénault |
[test] fix test to follow recent changes
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2010-04-30 |
Sylvain Thénault |
[webconfig] introduce property sheets. Use them to replace external_resources
|
file |
diff |
annotate
|
2010-04-29 |
Sylvain Thénault |
[webconfig] cleanup base_url management
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
rename logilab.db into logilab.database
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2010-03-08 |
Sylvain Thénault |
[repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
|
file |
diff |
annotate
|
2010-02-05 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-02-04 |
Sylvain Thénault |
mimick actual request set_header method
stable
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
fix merge
|
file |
diff |
annotate
|
2009-10-13 |
Sylvain Thénault |
[req] new expires argument to set_cookie
|
file |
diff |
annotate
|
2009-10-13 |
Sylvain Thénault |
[testlib] nicer http headers and cookie faking in fake request
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[testlib] added some new required attributes on FakeRequest, fix dummy NameError
|
file |
diff |
annotate
|
2009-09-17 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
cleanup
3.5
|
file |
diff |
annotate
|
2009-09-16 |
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
|
file |
diff |
annotate
|
2009-08-13 |
Sylvain Thénault |
rename and move cw.RequestSessionMixIn to cw.req.RequestSessionBase; move some appobjects methods where they actually belong to
|
file |
diff |
annotate
|
2009-08-11 |
Sylvain Thénault |
[testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
|
file |
diff |
annotate
|
2009-08-05 |
Adrien Di Mascio |
[cleanup] delete-trailing-whitespace + removed debug print
|
file |
diff |
annotate
|
2009-08-03 |
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
|
file |
diff |
annotate
|
2009-07-24 |
Sylvain Thénault |
application -> instance where it makes sense
|
file |
diff |
annotate
|
2009-07-24 |
Sylvain Thénault |
begin to drop ref to secondary view
|
file |
diff |
annotate
|
2009-06-26 |
Sylvain Thénault |
backport stable branch, make schema-security consistent with other schema views changes, uniformize skipmeta/withmeta
|
file |
diff |
annotate
|
2009-06-26 |
Sylvain Thénault |
fake unsafe_execute
stable
|
file |
diff |
annotate
|
2009-06-23 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-06-11 |
Sylvain Thénault |
update transaction data api
stable
|
file |
diff |
annotate
|
2009-06-05 |
Sylvain Thénault |
nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-19 |
Sylvain Thénault |
actually useless
stable
|
file |
diff |
annotate
|
2009-05-19 |
Sylvain Thénault |
more faking
stable
|
file |
diff |
annotate
|
2009-05-14 |
Adrien Di Mascio |
delete-trailing-whitespace + some copyright update
tls-sprint
|
file |
diff |
annotate
|
2009-04-24 |
sylvain thenault |
delete-trailing-whitespaces
tls-sprint
|
file |
diff |
annotate
|
2009-04-24 |
sylvain thenault |
consider new recreate arg
tls-sprint
|
file |
diff |
annotate
|
2008-11-05 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|