Wed, 24 Jan 2018 12:03:21 +0100 Denis Laxalde [pkg] Use setuptools.find_packages()
Wed, 24 Jan 2018 11:51:23 +0100 Denis Laxalde [pkg] Drop SandboxViolation verification cracking
Wed, 24 Jan 2018 11:43:13 +0100 Denis Laxalde [pkg] Drop custom "install_data" command
Wed, 24 Jan 2018 11:40:12 +0100 Denis Laxalde [pkg] Replace custom "scripts" handling by a setuptools entry points
Wed, 24 Jan 2018 13:30:50 +0100 Denis Laxalde Set a default value for arguments of cubicweb.cwctl:run()
Wed, 24 Jan 2018 11:34:44 +0100 Denis Laxalde [pkg] Drop custom install_lib command and use include_package_data instead
Wed, 24 Jan 2018 14:45:26 +0100 Denis Laxalde [py3] Replace a unicode() occurrence in workflow views
Wed, 24 Jan 2018 14:41:01 +0100 Denis Laxalde [py3] Drop a couple of unicode() in devtools.testlib
Wed, 24 Jan 2018 14:38:39 +0100 Denis Laxalde [py3] Alias long to int in pgstore tests
Fri, 12 Jan 2018 11:02:52 +0100 Denis Laxalde Merge with 3.25
Fri, 12 Jan 2018 10:56:30 +0100 Denis Laxalde Added tag 3.25.4, centos/3.25.4-1, debian/3.25.4-1 for changeset b8567725c473 3.25
Fri, 12 Jan 2018 10:48:34 +0100 Denis Laxalde [pkg] Version 3.25.4 3.25 3.25.4 centos/3.25.4-1 debian/3.25.4-1
Tue, 12 Dec 2017 11:17:25 +0100 Denis Laxalde [pyramid] Let logging be configured through .ini file
Fri, 01 Dec 2017 11:19:19 +0100 Denis Laxalde Disable pytest's logs reporting
Fri, 01 Dec 2017 11:12:09 +0100 Denis Laxalde [pyramid] Do not issue security warnings in test mode
Thu, 30 Nov 2017 11:55:35 +0100 Denis Laxalde [ssplanner] Prevent execution of write queries involving computed relations
Thu, 30 Nov 2017 11:00:01 +0100 Denis Laxalde [querier] Expand 'rdef' argument in InsertPlan.add_relation_def()
Thu, 30 Nov 2017 11:20:58 +0100 Denis Laxalde [server] Use dict.setdefault() instead of if/else in repo.glob_add_relations()
Fri, 03 Nov 2017 15:26:32 +0100 Sylvain Thénault [cleanup] Fix some flake8 errors
Fri, 03 Nov 2017 15:26:04 +0100 Sylvain Thénault [test] Stop using lgc.testlib in unittest_migractions
Fri, 03 Nov 2017 16:31:59 +0100 Sylvain Thénault [test] Drop no more used "maxeid" based deletion in BaseQuerierTC and derived tests
Fri, 15 Sep 2017 16:31:33 +0200 Sylvain Thénault [rql2sql/test] Remove dead setUpModule tearDownModule
Fri, 15 Sep 2017 16:25:51 +0200 Sylvain Thénault [rql2sql/test] Move base class from repotest to unittest_rql2sql
Fri, 15 Sep 2017 16:59:13 +0200 Sylvain Thénault [rql2sql/test] Set maxDiff to None to see full diffs
Fri, 15 Sep 2017 17:01:04 +0200 Sylvain Thénault [rql2sql] Use string_type instead of unicode for py3k support
Wed, 29 Nov 2017 17:08:05 +0100 Denis Laxalde [gcdebug] Only ignore weakref.WeakKeyDictionary class on Python 2
Wed, 29 Nov 2017 16:14:57 +0100 Denis Laxalde [wsgi] Convert "code" passed to WSGIResponse as integer
Wed, 29 Nov 2017 15:50:07 +0100 Denis Laxalde [test] Add a "version" to cubicweb_mycube/__pkginfo__.py
Tue, 28 Nov 2017 15:43:55 +0100 Denis Laxalde [tox] Use py3 environment instead of py34
Fri, 03 Nov 2017 15:02:03 +0100 Sylvain Thénault [querier] Allow usage of computed relation into WHERE clause of write queries 3.25
Fri, 03 Nov 2017 12:27:51 +0100 Sylvain Thénault [cleanup] Fix some flake8 errors
Mon, 30 Oct 2017 09:37:20 +0100 Denis Laxalde [tox] Bump flake8 version to 3.5
Mon, 30 Oct 2017 09:32:26 +0100 Denis Laxalde [pyramid] Get rid of a couple of bare "except"
Mon, 30 Oct 2017 09:28:52 +0100 Denis Laxalde [pyramid] Get rid of a bare "except" in UpdateLoginTimeAuthenticationPolicy
Mon, 30 Oct 2017 09:25:22 +0100 Denis Laxalde [web] Avoid bare "except" in ConcatFilesHandler.concat_cached_filepath()
Mon, 30 Oct 2017 09:16:07 +0100 Denis Laxalde [test] Use ignore_errors=True in shutil.rmtree instead of try/except/pass
Mon, 30 Oct 2017 09:13:02 +0100 Denis Laxalde [server] Get rid of a bare except in sqlutils
Mon, 30 Oct 2017 09:14:36 +0100 Denis Laxalde [server] Do not use logilab.common.date.strptime in sqlutils
Mon, 30 Oct 2017 09:08:35 +0100 Denis Laxalde [dataimport/test] Ignore flake8 error E741 in test_pgstore.py
Mon, 30 Oct 2017 09:18:20 +0100 Denis Laxalde [test] Avoid ambiguous variable name "l" in unittest_req.py
Mon, 30 Oct 2017 09:04:34 +0100 Denis Laxalde [tox] Bound flake8 version to >=3.4, <3.5 3.25
Tue, 24 Oct 2017 09:50:29 +0200 Philippe Pepiot [pyramid] set waitress url_scheme to https when base-url scheme is https 3.25
Tue, 17 Oct 2017 11:59:55 +0200 Philippe Pepiot Added tag 3.25.3, centos/3.25.3-1, debian/3.25.3-1 for changeset d238badfc268 3.25
Tue, 17 Oct 2017 11:58:35 +0200 Philippe Pepiot [pkg] version 3.25.3 3.25 3.25.3 centos/3.25.3-1 debian/3.25.3-1
Fri, 06 Oct 2017 15:14:18 +0200 Sylvain Thénault [uicfg] Fix autoform_section rtags wrt derivation 3.25
Fri, 06 Oct 2017 10:00:36 +0200 Sylvain Thénault [rtags] Enhance repr of rtags 3.25
Fri, 06 Oct 2017 14:23:40 +0200 Sylvain Thénault [web/test] Use bare unittest main instead of lgc.main 3.25
Fri, 06 Oct 2017 14:24:35 +0200 Sylvain Thénault [cleanup] Fix some flake8 errors 3.25
Fri, 15 Sep 2017 14:14:46 +0200 Olivier Giorgis [doc] Update the advanced tutorial
Tue, 12 Sep 2017 15:05:22 +0200 Denis Laxalde [views] Respond with 400 Bad Request in case of validation error in ajax request
Fri, 06 Oct 2017 11:45:52 +0200 Adrien Di Mascio [web] fix session /cnx mix in anonymized_request 3.25
Fri, 06 Oct 2017 16:59:10 +0200 Sylvain Thénault [test] Pin some test dependencies
Fri, 06 Oct 2017 16:59:10 +0200 Sylvain Thénault [test] Pin some test dependencies 3.25
Thu, 05 Oct 2017 17:24:29 +0200 Sylvain Thénault [web/form] Relax condition for non-translating field names 3.25
Tue, 12 Sep 2017 09:49:30 +0200 Sylvain Thénault Merge with 3.25 branch
Tue, 26 Sep 2017 10:46:43 +0200 Denis Laxalde [entities] Restore dc_ methods instead of __getattr__ proxy 3.25
Wed, 13 Sep 2017 17:19:42 +0200 Samuel Trégouët [pkg] add missing unittest2 dependency to spec file 3.25
Tue, 12 Sep 2017 09:48:02 +0200 Sylvain Thénault Added tag 3.25.2, debian/3.25.2-1, centos/3.25.2-1 for changeset 5010381099f1 3.25
Mon, 11 Sep 2017 16:19:00 +0200 Sylvain Thénault [pkg] Prepare version 3.25.2 3.25 3.25.2 centos/3.25.2-1 debian/3.25.2-1
Thu, 22 Jun 2017 16:39:48 +0200 Arthur Lutz [cubicweb/pyramid] take into account two ignored CORS configuration items from all-in-one.conf 3.25
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip