Thu, 11 Apr 2019 16:47:27 +0200 Laurent Peuch [README] add testing instructions
Fri, 05 Apr 2019 12:19:03 +0200 Denis Laxalde Add pytest-subtests to dev requirements
Tue, 26 Mar 2019 16:22:31 +0100 Denis Laxalde [test] use unittest.mock instead of mock library
Fri, 05 Apr 2019 17:58:19 +0200 Denis Laxalde Drop python2 support
Fri, 05 Apr 2019 17:21:14 +0200 Denis Laxalde Merge with 3.26
Fri, 05 Apr 2019 17:40:02 +0200 Denis Laxalde Remove unused imports in cubicweb.pyramid.config 3.26
Fri, 05 Apr 2019 17:20:01 +0200 Denis Laxalde Added tag 3.26.9 for changeset 4d6909de765a 3.26
Fri, 05 Apr 2019 17:19:56 +0200 Denis Laxalde [pkg] Version 3.26.9 3.26 3.26.9
Tue, 12 Feb 2019 17:00:55 +0100 Laurent Peuch [pyramid/security] use cryptographically secure random generator 3.26
Thu, 04 Apr 2019 14:11:40 +0200 Arthur Lutz Reclosing branch after merge tls-sprint
Thu, 04 Apr 2019 13:49:34 +0200 Arthur Lutz Merging heads of old, closed branch tls-sprint
Thu, 04 Apr 2019 14:08:10 +0200 Arthur Lutz Reclosing branch after merge 3.0
Thu, 04 Apr 2019 13:45:23 +0200 Arthur Lutz Merging heads of old, closed branch 3.0
Thu, 28 Mar 2019 11:15:28 +0100 Philippe Pepiot [doc/changes] document that legacy cube support has been dropped
Thu, 28 Mar 2019 11:13:12 +0100 Philippe Pepiot [doc] replace legacy import to new style cube import in various places
Thu, 28 Mar 2019 11:09:29 +0100 Philippe Pepiot [web/views] drop deprecated module cubicweb.web.views.timeline
Thu, 28 Mar 2019 11:06:02 +0100 Philippe Pepiot [web/views] drop deprecated module cubicweb.web.views.massmailing
Thu, 28 Mar 2019 11:05:35 +0100 Philippe Pepiot [web/views] drop deprecated module cubicweb.web.views.isioc
Thu, 28 Mar 2019 11:04:51 +0100 Philippe Pepiot [web/views] drop deprecated module cubicweb.web.views.embedding
Thu, 28 Mar 2019 11:04:07 +0100 Philippe Pepiot [web/views] drop deprecated module cubicweb.web.views.igeocodable
Thu, 28 Mar 2019 11:00:55 +0100 Philippe Pepiot [pyramid/core] drop fallback import of legacy cubes
Thu, 28 Mar 2019 10:33:54 +0100 Philippe Pepiot [cwconfig] drop importing legacy cubes
Thu, 28 Mar 2019 10:11:36 +0100 Philippe Pepiot [doc] better documentation for "cubicweb-ctl newcube"
Thu, 28 Mar 2019 10:09:49 +0100 Philippe Pepiot [test] make unittest_cwconfig.py does not depend on legacy cube machinery
Thu, 28 Mar 2019 10:07:02 +0100 Philippe Pepiot [devtools/test] drop legacy cube i18n tests
Thu, 28 Mar 2019 10:04:23 +0100 Philippe Pepiot [server/test] make unittest_migractions.py use new style cubes
Wed, 27 Mar 2019 16:25:06 +0100 Philippe Pepiot [cwconfig] drop _cube_modname
Wed, 27 Mar 2019 16:19:50 +0100 Philippe Pepiot [cwconfig] drop legacy cube importer
Fri, 22 Mar 2019 17:42:36 +0100 Denis Laxalde Drop more deprecated code
Tue, 26 Mar 2019 13:08:13 +0100 Denis Laxalde Flake8 cubicweb/cwvreg.py
Fri, 22 Mar 2019 17:32:30 +0100 Denis Laxalde Drop deprecated "boxes" and "contentnavigation" registries
Fri, 22 Mar 2019 17:29:15 +0100 Denis Laxalde Drop deprecated CWCache entity type
Fri, 22 Mar 2019 17:30:09 +0100 Denis Laxalde Update i18n after "recent" changes
Fri, 22 Mar 2019 15:53:24 +0100 Denis Laxalde Drop repair_file_1-9_migration.py
Fri, 22 Mar 2019 14:48:22 +0100 Denis Laxalde Drop a left-over 3.22 deprecation warning
Wed, 27 Mar 2019 15:53:00 +0100 Philippe Pepiot [doc] fix reference to ~src/cubes in tutorial
Wed, 27 Mar 2019 15:52:40 +0100 Philippe Pepiot [doc] replace cubicweb-ctl start by cubicweb-ctl pyramid
Wed, 27 Mar 2019 15:51:50 +0100 Philippe Pepiot [doc] make the tutorial use a python3 virtualenv
Wed, 27 Mar 2019 15:43:53 +0100 Philippe Pepiot [doc] Update README "Getting started"
Thu, 21 Mar 2019 14:36:25 +0100 Denis Laxalde Flake8 cubicweb/devtools/httptest.py
Thu, 21 Mar 2019 14:33:54 +0100 Denis Laxalde Remove Twisted web server
Thu, 21 Mar 2019 12:05:30 +0100 Denis Laxalde Separate twisted-specific configuration from WebConfigurationBase class
Thu, 21 Mar 2019 11:50:31 +0100 Denis Laxalde Flake8 cubicweb/web/webconfig.py
Thu, 21 Mar 2019 11:47:10 +0100 Denis Laxalde Flake8 cubicweb/etwist/twconfig.py
Thu, 14 Mar 2019 17:16:34 +0100 Denis Laxalde Remove ctl commands using the Twisted backend
Thu, 14 Mar 2019 17:04:02 +0100 Denis Laxalde Flake8 cubicweb/cwctl.py
Thu, 14 Mar 2019 16:53:34 +0100 Denis Laxalde Remove _handle_win32() method from "create" command class
Fri, 15 Mar 2019 12:12:23 +0100 Denis Laxalde Skip tests for ldapsource with python >= 3.7
Wed, 27 Mar 2019 09:25:44 +0100 Denis Laxalde [doc] Update cubicweb-ctl page about how to run an instance
Wed, 27 Mar 2019 09:21:18 +0100 Denis Laxalde [doc] Drop mention of the "pyramid" cube
Thu, 21 Mar 2019 14:28:30 +0100 Laurent Peuch [cli/enh] on 'shell' or migration command, use ipython if available
Tue, 19 Mar 2019 13:17:47 +0100 Philippe Pepiot [web/test] drop dependency on third party cubes
Fri, 15 Mar 2019 18:07:18 +0100 Philippe Pepiot [test] drop dependency on third party cubes
Fri, 15 Mar 2019 17:12:20 +0100 Philippe Pepiot [test] drop CubicWebConfigurationWithLegacyCubesTC
Fri, 15 Mar 2019 17:10:16 +0100 Philippe Pepiot [test] drop unittest_cubes.py
Tue, 19 Mar 2019 14:26:51 +0100 Philippe Pepiot [server/test] do not depend on third party cubes
Fri, 15 Mar 2019 15:51:27 +0100 Philippe Pepiot [server/test] drop unused variable initialization in OperationsTC.setUp()
Wed, 13 Mar 2019 14:03:45 +0100 Philippe Pepiot [server/test] bootstrap config in setUpModule function
Mon, 11 Mar 2019 17:43:23 +0100 Philippe Pepiot [schema] drop monkeypatch "name_for" on BaseConstraint
Thu, 14 Mar 2019 16:17:49 +0100 Laurent Peuch [fix] this check was too restrictive and broke tests 3.26
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip