Wed, 21 Oct 2015 16:32:11 +0200 Sylvain Thénault [dataimport] implement new store API on massive store
Wed, 21 Oct 2015 16:31:05 +0200 Sylvain Thénault [dataimport] .finish method was missing from (NoHook)RQLObjectStore
Wed, 21 Oct 2015 16:08:57 +0200 Sylvain Thénault [massive store] identity_relation should not be considered, is_relation seems missing
Tue, 03 Nov 2015 18:29:15 +0100 Julien Cristau [dataimport/test] use the right assert methods instead of assertTrue with a comparison
Wed, 21 Oct 2015 20:20:36 +0200 Julien Cristau [dataimport] import range from six.moves
Wed, 21 Oct 2015 20:19:51 +0200 Julien Cristau [dataimport/test] feed binary data to ucsvreader
Wed, 21 Oct 2015 20:19:11 +0200 Julien Cristau [dataimport/test] fix broken comparison
Wed, 21 Oct 2015 20:17:44 +0200 Julien Cristau [dataimport] dict.iteritems() → dict.items()
Wed, 21 Oct 2015 20:16:41 +0200 Julien Cristau [dataimport] use next builtin instead of next method on iterators
Wed, 21 Oct 2015 20:15:06 +0200 Julien Cristau [dataimport] import StringIO from io
Wed, 21 Oct 2015 16:10:47 +0200 Sylvain Thénault [dataimport] backport massive store from dataio cube
Fri, 20 Nov 2015 18:17:08 +0100 Julien Cristau [web] set proper Cache-Control header for static files
Fri, 20 Nov 2015 18:23:17 +0100 Julien Cristau [web] use a redirect for /data/foo requests that don't use the instance md5 hash
Fri, 20 Nov 2015 12:37:15 +0100 Julien Cristau [web] fix typo in doc string
Thu, 19 Nov 2015 18:55:10 +0100 Rémi Cardona [web] stop adding an Expires header with all responses
Fri, 20 Nov 2015 17:13:03 +0100 Julien Cristau [web] stop looking at a request's Cache-Control header
Thu, 19 Nov 2015 17:50:48 +0100 Julien Cristau [fti] add cw_fti_index_rql_limit method
Thu, 19 Nov 2015 16:48:55 +0100 Rémi Cardona [fti] backout 166c6f7b1be4
Thu, 19 Nov 2015 17:16:19 +0100 Rémi Cardona [py3k] Fix unicode added in commit 2350424585f8
Thu, 19 Nov 2015 15:56:22 +0100 Julien Cristau [server/ldap] deal with unicode or str coming out of ldap
Thu, 19 Nov 2015 14:36:54 +0100 Julien Cristau [test] pull yapps from Logilab's github
Thu, 12 Nov 2015 15:20:45 +0100 Julien Cristau [pkg] bump yams requirement to 0.41.1
Thu, 12 Nov 2015 10:53:50 +0100 Julien Cristau [entities] import range from six.moves
Thu, 12 Nov 2015 10:52:28 +0100 Julien Cristau merge head published by accident
Thu, 06 Mar 2014 15:55:33 +0100 Christophe de Vienne [fti] Improve big table reindexation
Mon, 09 Nov 2015 11:11:31 +0100 Denis Laxalde [tox] Reference requirements.txt for hooks environment
Wed, 25 Mar 2015 14:20:56 +0100 Denis Laxalde [devtools/testlib] Remove assertions about direct usage of CubicWebTC/AutomaticWebTest
Fri, 06 Nov 2015 17:02:09 +0100 Julien Cristau Add ldap3 to server test requirements
Fri, 06 Nov 2015 16:44:23 +0100 Julien Cristau [pkg] bump version number so tox won't use cw from pypi
Tue, 28 Jul 2015 10:54:24 +0200 Julien Cristau [schema] add CubicWebRelationDefinitionSchema
Wed, 22 Apr 2015 11:39:13 +0200 Denis Laxalde [schema] Let RQLConstraint inherit from BaseRQLConstraint instead of RQLVocabularyConstraint
Tue, 08 Sep 2015 06:48:48 +0200 Sylvain Thénault [server] unormalize source logger's name to avoid encoding errors
Tue, 22 Sep 2015 14:20:53 +0200 Sylvain Thénault [entities] parameters should be given to fire_transition, else they are simply ignored
Mon, 12 Oct 2015 09:53:51 +0200 Julien Cristau [entity] set _cw_adapters_cache in __init__ rather than on first use
Mon, 19 Oct 2015 23:23:46 +0000 Jérôme Roy fix typos and indentation in docstrings/docs
Wed, 16 Sep 2015 11:31:36 +0200 Julien Cristau session.id → session.sessionid
Wed, 04 Nov 2015 12:04:33 +0100 Arthur Lutz [test] test page_size problem (related to #8123231)
Wed, 04 Nov 2015 11:26:22 +0100 Julien Cristau [predicates] guard against non-integer page_size form parameter
Tue, 03 Nov 2015 15:56:39 +0100 Julien Cristau [server/test] add test for db-dump command
Tue, 03 Nov 2015 15:55:35 +0100 Julien Cristau [server] fix db-dump with sqlite
Tue, 03 Nov 2015 15:54:46 +0100 Julien Cristau [serverctl] fix db-dump
Tue, 03 Nov 2015 15:52:17 +0100 Julien Cristau [server/test] sorting vs dict vs python3
Mon, 19 Oct 2015 18:08:34 +0200 Julien Cristau [devtools] more sorted() vs dict vs python3
Tue, 03 Nov 2015 12:25:14 +0100 Julien Cristau [web/application] return bytes from redirect_handler and validation_error_handler
Mon, 19 Oct 2015 17:54:26 +0200 Julien Cristau [devtools] fix ResourceWarning: unclosed file tmpdb-__default_empty_db__.config
Mon, 19 Oct 2015 17:53:51 +0200 Julien Cristau [serverconfig] fix ResourceWarning: unclosed file bootstrap_cubes
Mon, 19 Oct 2015 14:29:53 +0200 Julien Cristau Use cubicweb._
Mon, 19 Oct 2015 14:28:30 +0200 Julien Cristau [syncschema] hashlib.md5() wants bytes
Mon, 19 Oct 2015 14:27:04 +0200 Julien Cristau [server/test] use next() builtin instead of next() method
Mon, 19 Oct 2015 14:26:32 +0200 Julien Cristau [server/test] dict.iterkeys
Tue, 03 Nov 2015 18:10:58 +0100 Julien Cristau [syncschema] don't arbitrarily remove constraints from the in-memory schema
Tue, 03 Nov 2015 18:03:21 +0100 Julien Cristau [server/test] don't leak timeout from one test class to the next
Fri, 16 Oct 2015 12:22:48 +0200 Julien Cristau [server/test] CWAttribute.extra_props is Bytes
Fri, 16 Oct 2015 17:12:40 +0200 Julien Cristau [dataimport] give unicode objects to psycopg2 copy_from
Fri, 16 Oct 2015 17:06:12 +0200 Julien Cristau [dataimport] extid must be a bytes object
Fri, 16 Oct 2015 17:04:30 +0200 Julien Cristau [dataimport] import StringIO from io
Fri, 16 Oct 2015 17:06:28 +0200 Julien Cristau [dataimport] fix ucsvreader for python3
Wed, 14 Oct 2015 16:30:45 +0200 Julien Cristau [server/test] import StringIO from io on python3
Wed, 14 Oct 2015 16:18:25 +0200 Julien Cristau [server/datafeed] drop URLLibResponseAdapter.info
Mon, 19 Oct 2015 14:29:06 +0200 Julien Cristau [devtools] pass a key to sort() method
Wed, 21 Oct 2015 17:21:18 +0200 Julien Cristau [postcreate] properly set is_instance_of for bootstrap entities
Wed, 28 Oct 2015 17:39:30 +0000 Julien Cristau [migration] re-try without print_function when compiling a script fails
Wed, 23 Sep 2015 15:32:17 +0200 Sylvain Thénault [test] do not overwrite user's CW_CUBES_PATH in unittest_migration
Tue, 03 Nov 2015 16:00:34 +0100 Julien Cristau [server/test] dict.itervalues() → iter(dict.values())
Wed, 16 Sep 2015 16:04:17 +0200 Sylvain Thénault make sync_schema_props_perms(<computed rtype>) work as expected
Thu, 08 Oct 2015 13:51:54 +0200 Julien Cristau [web/http_headers] use classmethod decorator
Thu, 08 Oct 2015 13:45:00 +0200 Julien Cristau [schema] use classmethod decorator
Fri, 16 Oct 2015 16:44:36 +0200 Julien Cristau [devtools] delete postgresql socket directory after killing the server
Mon, 27 Jul 2015 10:13:25 +0200 Julien Cristau [skel] stop deleting cubes egg-info
Tue, 06 Oct 2015 15:06:45 +0200 Rémi Cardona [dataimport] Update doc to reflect new API
Mon, 26 Oct 2015 15:22:09 +0100 Julien Cristau [server] fix generate_source_config regression on python2
Thu, 30 Jul 2015 11:11:12 +0200 Christophe de Vienne [tests] Fix config.repository() in tests
Wed, 14 Oct 2015 15:49:03 +0200 Rémi Cardona [schema] RQL queries are always unicode objects in python 3
Tue, 13 Oct 2015 16:12:37 +0200 Julien Cristau [server/test] use relative import
Tue, 13 Oct 2015 11:34:37 +0200 Julien Cristau [server/schemaserial] fix extra_props on py3k
Tue, 13 Oct 2015 11:30:48 +0200 Julien Cristau [server/test] unicode → six.text_type
Mon, 12 Oct 2015 21:49:18 +0200 Julien Cristau [web] fix Field.__str__ on py3k
Mon, 12 Oct 2015 21:48:50 +0200 Julien Cristau [web] unicode → six.text_type
Mon, 12 Oct 2015 20:43:50 +0200 Julien Cristau [web/test] CubicWebTC.view returns bytes
Mon, 12 Oct 2015 18:43:41 +0200 Julien Cristau [uilib] fix traceback on python3
Mon, 12 Oct 2015 18:43:05 +0200 Julien Cristau [web] integer division
Mon, 12 Oct 2015 18:42:38 +0200 Julien Cristau [web/test] Binary eats bytes
Tue, 06 Oct 2015 11:19:37 +0200 Julien Cristau [devtools] make httptest module importable under py3k
Tue, 06 Oct 2015 11:16:27 +0200 Julien Cristau [web/test] CubicWebPublisher.handle_request returns bytes
Tue, 06 Oct 2015 11:15:56 +0200 Julien Cristau [web] base64 works on bytes not str (py3k)
Tue, 06 Oct 2015 11:14:15 +0200 Julien Cristau [web] accept unicode in parsed Authorization header
Tue, 06 Oct 2015 11:07:22 +0200 Julien Cristau [web] CubicWebPublisher.ajax_error_handler must return bytes
Mon, 05 Oct 2015 17:57:03 +0200 Julien Cristau [py3k] fix i18n
Tue, 06 Oct 2015 11:44:51 +0200 Julien Cristau Fix md5crypt and crypt_password test for python3
Mon, 05 Oct 2015 17:08:38 +0200 Julien Cristau [server/test] use bytes for extid
Mon, 05 Oct 2015 16:59:18 +0200 Julien Cristau [devtools/test] firstnames.txt is in latin1
Mon, 05 Oct 2015 16:54:12 +0200 Julien Cristau [web/test] unicode → cubicweb._
Mon, 05 Oct 2015 16:52:26 +0200 Julien Cristau [web/formwidgets] fix for py3k
Mon, 05 Oct 2015 16:47:55 +0200 Julien Cristau [sobjects] unicode → six.text_type
Mon, 05 Oct 2015 16:28:07 +0200 Julien Cristau [server] fix unittest_security for py3k
Mon, 05 Oct 2015 15:49:17 +0200 Julien Cristau [py3k] make ldapfeed tests pass
Mon, 05 Oct 2015 15:48:19 +0200 Julien Cristau [server] import filter from six.moves
Mon, 05 Oct 2015 14:51:24 +0200 Julien Cristau [ldapfeed] port to ldap3
Fri, 02 Oct 2015 14:13:26 +0200 Julien Cristau [server/test] str vs bytes
Fri, 02 Oct 2015 10:08:00 +0200 Julien Cristau [server/test] list() around map and zip
Fri, 02 Oct 2015 10:07:32 +0200 Julien Cristau [server/test] to fold, unicode → six.text_type
Fri, 02 Oct 2015 10:06:42 +0200 Julien Cristau [server/test] delete test that doesn't make sense on python3
Fri, 02 Oct 2015 10:06:05 +0200 Julien Cristau [server/test] unicode → six.text_type
Fri, 02 Oct 2015 10:04:35 +0200 Julien Cristau [server] unicode → six.text_type
Fri, 02 Oct 2015 10:04:12 +0200 Julien Cristau [py3k] fix building rset description for INSERT queries
Thu, 01 Oct 2015 12:34:49 +0200 Julien Cristau [datafeed] use explicit encode/decode instead of casting to str
Thu, 01 Oct 2015 12:33:58 +0200 Rémi Cardona [py3k] io.BytesIO
Thu, 01 Oct 2015 12:32:27 +0200 Julien Cristau [py3k] get urllib foo from six.moves
Thu, 01 Oct 2015 12:15:14 +0200 Julien Cristau [devtools] CubicWebTC._check_html may have to deal with unicode or bytes
Thu, 01 Oct 2015 12:02:02 +0200 Julien Cristau [ext/test] fix test relying on repr(text)
Thu, 01 Oct 2015 12:01:28 +0200 Julien Cristau [req] fix url_parse_qsl on py3
Thu, 01 Oct 2015 11:57:40 +0200 Julien Cristau [server/session] unicode → six.text_type
Thu, 01 Oct 2015 11:57:22 +0200 Julien Cristau [web/test] str vs bytes
Thu, 01 Oct 2015 11:50:42 +0200 Julien Cristau [web/ajax] fix AjaxController on python3
Thu, 01 Oct 2015 11:50:09 +0200 Julien Cristau [web/test] str → bytes
Thu, 01 Oct 2015 11:43:33 +0200 Julien Cristau [wsgi/test] use bytes instead of str for POST body
Thu, 01 Oct 2015 11:43:01 +0200 Julien Cristau [devtools] 'dict_values' object does not support indexing
Thu, 01 Oct 2015 11:42:29 +0200 Julien Cristau [multipart] decode form data before calling parse_qs in python 3
Thu, 01 Oct 2015 11:41:20 +0200 Julien Cristau [multipart] unicode → six.text_type
Thu, 01 Oct 2015 10:06:58 +0200 Julien Cristau [web] assert that CubicWebPublisher.handle_request returns bytes
(0) -10000 -3000 -1000 -120 +120 +1000 tip