Tue, 16 Feb 2016 17:54:17 +0100 Julien Cristau [pkg] 3.20.13 3.20.13 centos/3.20.13-1 debian/3.20.13-1
Mon, 04 Jan 2016 10:43:35 +0100 Denis Laxalde [pkg] Yams >= 0.42 breaks CubicWeb < 3.21
Tue, 16 Feb 2016 17:16:45 +0100 Julien Cristau merge changes from 3.19.14
Tue, 16 Feb 2016 14:52:28 +0100 Julien Cristau Added tag 3.19.14, debian/3.19.14-1, centos/3.19.14-1 for changeset 72a0f70879ac
Tue, 16 Feb 2016 11:02:04 +0100 Julien Cristau [pkg] 3.19.14 3.19.14 centos/3.19.14-1 debian/3.19.14-1
Tue, 16 Feb 2016 11:01:09 +0100 Julien Cristau [sources/native] remove extra space before colon
Tue, 16 Feb 2016 10:52:38 +0100 Julien Cristau [web/views] fix editcontroller regression
Fri, 12 Feb 2016 16:13:43 +0100 Denis Laxalde Added tag 3.22.1, debian/3.22.1-1, centos/3.22.1-1 for changeset d0d86803a804
Fri, 12 Feb 2016 15:31:48 +0100 Sylvain Thénault fix test broken by #012e6c7d02ef 3.22.1 centos/3.22.1-1 debian/3.22.1-1
Fri, 12 Feb 2016 15:21:21 +0100 Julien Cristau [pkg] Attempt to fix rhel6 build
Fri, 12 Feb 2016 15:19:59 +0100 Julien Cristau [dataimport/test] fix python2.6 syntax error
Fri, 12 Feb 2016 14:09:38 +0100 Denis Laxalde Remove unused import in entity.py
Fri, 12 Feb 2016 10:09:13 +0100 Sylvain Thénault [migration] don't ask confirm for those sql queries
Fri, 12 Feb 2016 10:06:03 +0100 Sylvain Thénault quick fix which closes #0673348 - see comment for more info
Fri, 12 Feb 2016 10:39:24 +0100 Sylvain Thénault [migration] test if entity type has been in the deleted in the transaction should protect both clauses
Fri, 12 Feb 2016 10:39:14 +0100 Julien Cristau [pkg] 3.22.1
Mon, 06 Jul 2015 11:04:42 +0200 David Douard [cwctl] remove support for startorder file in /etc/cubicweb.d (closes #5618947)
Wed, 10 Feb 2016 14:43:05 +0100 Arthur Lutz [exceptions] fix string conversion for Unauthorized exception
Mon, 08 Feb 2016 11:01:46 +0100 Julien Cristau Fix Binary on python < 2.7.4 (closes #10593811)
Thu, 11 Feb 2016 22:00:48 +0100 Sylvain Thénault [migration] fix crash on 3.22 upgrade if entity type doesn't exist in fsschema (pending removal)
Thu, 04 Feb 2016 12:00:23 +0100 Sylvain Thénault [autoform] when building inlined-form view for a relation, consider related entities intead of other views
Fri, 29 Jan 2016 17:22:25 +0100 Denis Laxalde Add a __main__ to cubicweb
Wed, 03 Feb 2016 15:12:32 +0100 Julien Cristau merge 3.19 heads
Sat, 30 Jan 2016 23:06:18 +0100 Christophe de Vienne [cwvreg] Fix propertyvalues hot updates
Fri, 05 Feb 2016 16:49:22 +0100 Julien Cristau [pkg] remove useless python >= 3.4 dependency
Fri, 05 Feb 2016 16:32:20 +0100 Julien Cristau [dataimport/test] fix test failures since 35b29f1eb37a
Fri, 05 Feb 2016 12:26:28 +0100 Samuel Trégouët [pkg] do not include toplevel directories in rpm (closes #10362119)
Fri, 05 Feb 2016 10:30:01 +0100 Julien Cristau [devtools] fix config.repository signature
Wed, 03 Feb 2016 16:23:34 +0100 Sylvain Thénault [predicates] fix paginated_rset when the class has no page_size_property
Wed, 03 Feb 2016 14:23:17 +0100 Sylvain Thénault [repository] drop usage of no more necessary eschema_eid function
Thu, 28 Jan 2016 18:17:30 +0100 Sylvain Thénault [repository] set .eid on eschema when schema is loaded from the filesystem
Fri, 29 Jan 2016 10:06:36 +0100 Sylvain Thénault [dataimport] simplify SQLGenSourceWrapper.add_info
Mon, 01 Feb 2016 15:10:35 +0100 Sylvain Thénault ensure .tox is blacklisted when recursing on the fs to get some files
Wed, 03 Feb 2016 11:12:58 +0100 Sylvain Thénault drop a note about usage of sqls_create_multicol_unique_index and avoid a lgdb warning
Thu, 21 Jan 2016 16:08:17 +0100 Julien Cristau [devtools] don't auto-populate virtual relations
Fri, 29 Jan 2016 16:48:58 +0100 Denis Laxalde [skeleton] Restore verbose output in setup.py
Tue, 01 Dec 2015 16:10:18 +0100 Denis Laxalde [hooks] Skip modification_date attribute in "notifentityupdated" hook
Tue, 01 Dec 2015 14:44:55 +0100 Denis Laxalde [test] Gather tests about mail module
Tue, 05 Jan 2016 10:36:17 +0100 Julien Cristau [web/component] guard against invalid page_size form parameter
Tue, 05 Jan 2016 10:31:29 +0100 Julien Cristau [predicates] fix paginated_rset for components that change page_size_property
Wed, 06 Jan 2016 11:47:08 +0100 Julien Cristau [devtools] fix get_bounds
Wed, 06 Jan 2016 15:27:59 +0100 Julien Cristau [devtools] "fix" boundary condition for autofill
Tue, 19 Jan 2016 16:44:34 +0100 Denis Laxalde [test] Use stdlib doctest module instead of logilab-common class
Thu, 14 Jan 2016 17:42:22 +0100 Denis Laxalde [test] Re-implement generative tests with subtests
Thu, 14 Jan 2016 18:35:07 +0100 Denis Laxalde [devtools] Re-implement generative tests using subtests
Thu, 28 Jan 2016 18:02:49 +0100 Sylvain Thénault cleanups
Tue, 26 Jan 2016 11:49:25 +0100 Samuel Trégouët [pkg] python-tz does not exist in centos should be pytz (closes #10290056)
Tue, 19 Jan 2016 10:03:16 +0100 Denis Laxalde [test] Skip LDAP tests if any of the underlying programs is not found
Mon, 18 Jan 2016 09:23:07 +0100 Denis Laxalde Handle virtualenv development mode
Thu, 14 Jan 2016 18:17:23 +0100 Denis Laxalde [skeleton] Use os.walk in setup.py for Python3 compatibility
Thu, 14 Jan 2016 18:39:27 +0100 Denis Laxalde [skeleton] Use unittest.main directly
Thu, 14 Jan 2016 16:24:01 +0100 Denis Laxalde [devtools/testlib] Disable pause trace in setUp
Tue, 12 Jan 2016 19:50:57 +0100 Denis Laxalde [test] Remove dependency on person cube in devtools package
Tue, 26 Jan 2016 11:46:41 +0100 Julien Cristau [pkg] add missing python-tz dependency
Tue, 26 Jan 2016 14:04:45 +0100 Florent Cayré [edit controller] Fix composite entity reparenting when inlined
Mon, 14 Dec 2015 14:29:22 +0100 Florent Cayré [forms] Do not raise errors on composite required relation being deleted
Mon, 07 Dec 2015 11:58:17 +0100 Florent Cayré [edit controller] Cancel RQL queries to be performed on entities to be deleted
Fri, 04 Dec 2015 14:56:20 +0100 Florent Cayré [edit controller] fix handling of removal of subentities from an edit form
Wed, 25 Nov 2015 16:28:41 +0100 Florent Cayré remove unused import
Fri, 20 Nov 2015 12:29:13 +0100 Aurelien Campeas [editcontroller] a slight code reorganisation, in preparation for a fix
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip