Mon, 04 Jan 2016 17:57:14 +0100 Julien Cristau [pkg] 3.22.0 3.22.0 centos/3.22.0-1 debian/3.22.0-1
Mon, 04 Jan 2016 17:23:36 +0100 Sylvain Thénault merge
Wed, 09 Dec 2015 08:44:45 +0100 Sylvain Thénault [formwidgets] a bit of pep8
Thu, 26 Mar 2015 11:13:12 +0100 Erica Marco [views] improve JQueryDatePicker so that a date field can be defined as the min/max of an other one
Fri, 18 Dec 2015 17:49:45 +0100 Julien Cristau [entity] don't look at fetch order recursively
Mon, 21 Dec 2015 10:36:08 +0100 Julien Cristau [pkg] fix paths in debian doc-base control file
Mon, 04 Jan 2016 10:36:57 +0100 Julien Cristau [ldapfeed] extid and cwuri aren't the same thing
Wed, 23 Dec 2015 15:44:28 +0100 Julien Cristau [entities] add eid to ISerializableAdapter
Wed, 23 Dec 2015 10:52:55 +0100 Julien Cristau [doc] 3.22 release notes update
Tue, 22 Dec 2015 18:25:37 +0100 Julien Cristau [datafeed] use tz-aware datetime objects
Tue, 22 Dec 2015 17:36:50 +0100 Julien Cristau [pkg] fix syntax error in debian/control
Tue, 22 Dec 2015 17:35:39 +0100 Julien Cristau [pkg] remove no-longer-used addresses from debian control file
Tue, 22 Dec 2015 11:35:43 +0100 Julien Cristau [schema] rebuild computed attributes on schema reload
Tue, 22 Dec 2015 10:39:05 +0100 Julien Cristau [hooks] fix extra_props handling on python3
Tue, 22 Dec 2015 16:16:07 +0100 Julien Cristau [py3k/ldapparser] avoid confusion between unicode and bytes
Tue, 22 Dec 2015 17:00:03 +0100 Rémi Cardona [pkg] use correct lgdb version for tz rework
Fri, 18 Dec 2015 09:36:58 +0100 Sylvain Thénault pep8 bits
Tue, 22 Dec 2015 15:35:10 +0100 Sylvain Thénault [server] improve TZDatetime support
Fri, 18 Dec 2015 09:23:23 +0100 Sylvain Thénault [schema] Use TZDatetime for creation_date and modification_date
Fri, 18 Dec 2015 09:37:15 +0100 Sylvain Thénault [server] fix SQLite patch to ensure TZDatetime are properly typed
Fri, 18 Dec 2015 09:10:20 +0100 Sylvain Thénault [server] fix name and add docstring to connection initialization functions
Fri, 18 Dec 2015 09:07:33 +0100 Sylvain Thénault [server] always monkeypatch QuerierHelper to handle dates and times on SQLite
Thu, 17 Dec 2015 15:17:45 +0100 Sylvain Thénault [testlib] put postgres test database in test/data/database directory
Wed, 02 Dec 2015 15:24:03 +0100 Julien Cristau [dataimport] make eids_seq_range as massive store instance attribute again
Wed, 02 Dec 2015 15:20:52 +0100 Julien Cristau [dataimport] stop supporting None as eids_seq_range
Wed, 02 Dec 2015 15:19:24 +0100 Julien Cristau [dataimport] remove eids_seq_start attribute from massive store
Wed, 02 Dec 2015 14:57:03 +0100 Julien Cristau [dataimport] massive store in slave mode shouldn't flush metadata
Mon, 21 Dec 2015 12:29:50 +0100 Samuel Trégouët [dataimport] check that MassiveObjectStore restores the db schema properly
Mon, 21 Dec 2015 12:41:30 +0100 Samuel Trégouët [dataimport] split out listing indices/constraints from getting the corresponding query
Tue, 15 Dec 2015 10:41:26 +0100 Samuel Trégouët [dataimport] massive_store: do not drop constraints multiple times
Tue, 15 Dec 2015 10:13:55 +0100 Samuel Trégouët [dataimport] massive_store: do not drop constraints with `cascade` since it breaks things
Mon, 21 Dec 2015 12:16:12 +0100 Samuel Trégouët [dataimport] massive_store: drop all constraints in __init__ and restore all in finish
Tue, 15 Dec 2015 10:32:53 +0100 Samuel Trégouët [dataimport] massive_store: ignore primary key when requesting indexes on a table
Tue, 15 Dec 2015 10:28:39 +0100 Samuel Trégouët [dataimport] massive_store: reformat sql query
Mon, 21 Dec 2015 12:47:35 +0100 Rémi Cardona [devtools] Use super() in TestServerConfiguration.__init__()
Mon, 21 Dec 2015 10:08:13 +0100 Rémi Cardona [devtools] Fix database creation issues for CubicWebTestTC tests
Mon, 21 Dec 2015 09:55:14 +0100 Rémi Cardona [devtools] Fix database creation issues for CubicWebServerTC tests
Mon, 21 Dec 2015 09:59:45 +0100 Rémi Cardona [devtools] Move attribute docstring to correct location
Sun, 20 Dec 2015 19:08:19 +0100 Rémi Cardona [web] Make tests pass if tal isn't available
Mon, 21 Dec 2015 15:52:41 +0100 Julien Cristau [py3k] fix cubicweb.mail.parse_message_id
Mon, 21 Dec 2015 15:46:36 +0100 Julien Cristau [test/py3k] fix test_recipients_finder
Mon, 21 Dec 2015 15:44:20 +0100 Julien Cristau [dataimport] fix SQLGenObjectStore's add_info for python3
Mon, 21 Dec 2015 15:43:49 +0100 Julien Cristau [dataimport] py3k doesn't like + on dict_items objects
Wed, 16 Jul 2014 10:48:47 +0200 Aurelien Campeas [repository] remove unused check_session method and its test
Tue, 15 Dec 2015 10:20:26 +0100 Sylvain Thénault [migration/test] avoid test interdependency by removing fakecustomtype cube
Wed, 09 Dec 2015 17:44:18 +0100 Julien Cristau [migration/test] use numeric(precision, scale) instead of geometry
Wed, 09 Dec 2015 17:44:18 +0100 Sylvain Thénault [server, hooks] allow callable in dbh.TYPE_MAPPING
Wed, 09 Dec 2015 17:44:17 +0100 Sylvain Thénault [migration] consider extra_props in rdef created during attribute creation hook
Wed, 09 Dec 2015 17:44:17 +0100 Sylvain Thénault [migration] only define variable if needed
Thu, 17 Dec 2015 17:14:08 +0100 Julien Cristau [migration] handle non-existing attribute type when adding an entity type
Wed, 09 Dec 2015 17:44:17 +0100 Sylvain Thénault [migration] handle the case where new final entity type is not yet in the schema
Wed, 09 Dec 2015 17:44:16 +0100 Sylvain Thénault [migration] config.add_cubes should ensure site_cubicweb of new cubes is called
Wed, 09 Dec 2015 17:44:16 +0100 Sylvain Thénault [migration] test addition of a cube providing a custom final type
Wed, 16 Sep 2015 10:56:36 +0200 Sylvain Thénault [server] add test demonstrating cache update pb since cw > 3.21
Thu, 10 Dec 2015 16:58:45 +0100 Julien Cristau Bring back the separate web-side entity cache
Wed, 09 Dec 2015 18:21:55 +0100 Julien Cristau Backout "[entity,storage] remove hackish code from the bfss path
Thu, 17 Dec 2015 15:34:05 +0100 Julien Cristau merge with 3.21.5-2
Thu, 10 Dec 2015 17:34:37 +0100 Arthur Lutz [doc] add documentation about drop_cube
Thu, 17 Dec 2015 15:16:14 +0100 Julien Cristau Added tag debian/3.21.5-2 for changeset 228b6d2777e4
Thu, 17 Dec 2015 14:55:18 +0100 Julien Cristau [pkg] don't install dataimport/test in both cubicweb-server and cubicweb-dev debian/3.21.5-2
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip