Fri, 11 Sep 2015 15:50:29 +0200 Samuel Trégouët [py3k] octals and long
Fri, 11 Sep 2015 15:29:25 +0200 Samuel Trégouët [py3k] Fix raise with embedded traceback
Fri, 11 Sep 2015 14:52:09 +0200 Samuel Trégouët [py3k] print function
Fri, 11 Sep 2015 14:28:06 +0200 Samuel Trégouët [py3k] except as
Fri, 11 Sep 2015 14:27:34 +0200 Samuel Trégouët [py3k] backtick to repr
Wed, 23 Sep 2015 15:01:55 +0200 Julien Cristau [hooks/syncschema] make sure CWUniqueTogetherConstraintDelOp happens before CWConstraintDelOp
Wed, 23 Sep 2015 15:00:33 +0200 Aurelien Campeas [hooks/syncschema] only call "ALTER TABLE" once when changing a size constraint
Wed, 02 Sep 2015 15:24:46 +0200 Aurelien Campeas [syncschema] only add to the `synchronized` set if all possible updates have been done
Thu, 23 Jul 2015 12:32:51 +0200 Julien Cristau [qunit] remove unused 'data_files' parameter
Mon, 20 Jul 2015 13:55:54 +0200 Sylvain Thénault [urlpublish] RESTPathEvaluator now use vid_from_rset
Fri, 24 Jul 2015 16:19:39 +0200 Julien Cristau [server/sources] use decode_extid in datafeed
Fri, 24 Jul 2015 16:15:17 +0200 Julien Cristau [server/sources] add decode_extid method
Wed, 29 Jul 2015 10:18:56 +0200 Julien Cristau [server/repo] kill repo.pinfo()
Wed, 29 Jul 2015 10:18:23 +0200 Julien Cristau [web/sessions] simplify session cleanup
Wed, 29 Jul 2015 10:17:42 +0200 Julien Cristau [server/repo] fix typo
Fri, 24 Jul 2015 16:09:29 +0200 Julien Cristau [server/sources] AbstractSource.__ne__
Fri, 24 Jul 2015 16:09:37 +0200 Julien Cristau [server/sources] fix docstring for eid_type_source
Mon, 27 Jul 2015 10:00:32 +0200 David Douard [views] fix ProcessInformationView: SESSION_MANAGER can be None (closes #5753280)
Thu, 06 Aug 2015 15:21:58 +0200 Julien Cristau [server/migractions] drop mock_object
Thu, 06 Aug 2015 15:24:16 +0200 Julien Cristau [test] kill unused lgc.testlib imports
Tue, 25 Aug 2015 11:09:22 +0200 Sylvain Thénault [server/migractions] raising SystemExit sounds like a bad idea
Mon, 27 Jul 2015 09:27:18 +0200 Julien Cristau [server/storage] rename 'session' variables to 'cnx'
Wed, 09 Jul 2014 17:52:45 +0200 Aurelien Campeas [migration] remove repo_connect and use config.repository() instead
Wed, 09 Jul 2014 16:32:14 +0200 Aurelien Campeas [repoapi, cwconfig] give a convenience method to get a repository from a config
Wed, 09 Jul 2014 15:50:23 +0200 Aurelien Campeas [cwconfig] remove unused method
Tue, 19 Aug 2014 00:16:02 +0200 Rémi Cardona [captcha] Port to io.BytesIO
Thu, 13 Feb 2014 17:00:40 +0100 Aurelien Campeas [web/sessions] the session managers are definitely not components
Thu, 13 Feb 2014 16:43:33 +0100 Aurelien Campeas [web] the AuthenticationManager is no more an appobject
Fri, 05 Dec 2014 16:22:02 +0100 Aurelien Campeas [hooksmanager] remove very old unused module
Fri, 31 Jul 2015 15:17:43 +0200 Julien Cristau [devtools] fix CubicWebTC.assertDocTestFile (closes #5930028)
Wed, 29 Jul 2015 10:51:52 +0200 Julien Cristau Added tag 3.21.1, debian/3.21.1-1, centos/3.21.1-1 for changeset a8a0de0298a5
Tue, 28 Jul 2015 18:59:14 +0200 Julien Cristau [pkg] Let dh_installdocs deal with doc-base 3.21.1 centos/3.21.1-1 debian/3.21.1-1
Tue, 28 Jul 2015 18:57:21 +0200 Julien Cristau [pkg] various debian packaging fixes
Tue, 28 Jul 2015 18:06:46 +0200 Julien Cristau [pkg] 3.21.1
Tue, 28 Jul 2015 11:21:36 +0200 David Douard [web] fix AbstractSessionManager.clean_sessions (closes #5757240)
Tue, 21 Jul 2015 14:29:42 +0200 Julien Cristau [migration/3.21] ask fewer questions
Tue, 28 Jul 2015 11:26:47 +0200 Julien Cristau [server] typo fix
Tue, 28 Jul 2015 11:15:36 +0200 Julien Cristau [test] check that we reject an rqlexpression in computed relation perms
Tue, 28 Jul 2015 09:25:26 +0200 Julien Cristau Fix (de)serialization of ComputedRelation read permissions
Fri, 17 Jul 2015 16:48:43 +0200 Christophe de Vienne Copy read permissions on ComputedRelation rdefs
Wed, 22 Jul 2015 19:50:50 +0200 David Douard [datafeed] fix typo in DataFeedXMLParser.is_deleted (closes #5729755)
Mon, 27 Jul 2015 10:51:29 +0200 Julien Cristau [server/sources] make sure entity._cw is a Connection before calling Storages
Mon, 06 Jul 2015 14:34:41 +0200 Julien Cristau [hooks] base64-encode extid before inserting it into moved_entities
Tue, 21 Jul 2015 18:17:31 +0200 Julien Cristau [hook] remove assumption about entity cache vs cw_edited
Tue, 21 Jul 2015 18:09:12 +0200 Julien Cristau [hook] don't open-code Connection.entity_cache
Thu, 23 Jul 2015 09:43:36 +0200 Denis Laxalde [tox] Add missing dependency on webtest for devtools tests
Wed, 22 Jul 2015 11:32:24 +0200 Denis Laxalde [tox] Add missing dependency on webtest for wsgi tests
Wed, 22 Jul 2015 10:55:39 +0200 Denis Laxalde [tox] Remove set of PATH environment variable
Fri, 17 Jul 2015 14:06:22 +0200 Julien Cristau [doc] generalize info about debian/ubuntu repositories
Fri, 17 Jul 2015 13:49:58 +0200 Julien Cristau [doc] fix link to setup info in README
Mon, 20 Jul 2015 12:15:20 +0200 Julien Cristau [server/session] remove unused cnx_meth function
Mon, 20 Jul 2015 11:03:09 +0200 Julien Cristau [server] don't issue a warning for something expected
Mon, 20 Jul 2015 12:37:47 +0200 Julien Cristau [server] stick a _cw on internal connnection's user
Mon, 20 Jul 2015 16:43:47 +0200 Julien Cristau [migration/3.21] fix stupid error in migration script
Wed, 15 Jul 2015 15:01:21 +0200 Julien Cristau Added tag 3.21.0, debian/3.21.0-1, centos/3.21.0-1 for changeset 887c6eef8077
Fri, 10 Jul 2015 18:18:58 +0200 Julien Cristau [pkg] various fixes 3.21.0 centos/3.21.0-1 debian/3.21.0-1
Fri, 10 Jul 2015 17:40:08 +0200 Julien Cristau [doc] fix broken symlinks
Fri, 10 Jul 2015 17:04:32 +0200 Julien Cristau [pkg] update 3.21.0 release date
Fri, 10 Jul 2015 17:04:03 +0200 Julien Cristau [doc/3.21] mention the postgresql-only state of the upgrade script
Fri, 10 Jul 2015 09:30:04 +0200 David Douard [datafeed] also catch EnvironmentError when trying to load the cwclientlib config file
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip