2014-06-02 Alain Leufroy [dataimport] _create_copyfrom_buffer: fix datetime converter + add time converter
2014-06-02 Alain Leufroy [dataimport] _create_copyfrom_buffer: raise ValueError if conversion cannot be performed
2014-06-02 Alain Leufroy [dataimport] _create_copyfrom_buffer: fix separator check in string converter
2014-06-02 Alain Leufroy [dataimport] _create_copyfrom_buffer: put converters into a list
2014-07-18 Julien Cristau merge 3.19.3 into 3.20 branch
2014-07-18 Julien Cristau Added tag cubicweb-version-3.19.3, cubicweb-debian-version-3.19.3-1, cubicweb-centos-version-3.19.3-1 for changeset 37f7c60f89f1
2014-07-18 Julien Cristau [pkg] prepare 3.19.3 3.19.3 centos/3.19.3-1 cubicweb-centos-version-3.19.3-1 cubicweb-debian-version-3.19.3-1 cubicweb-version-3.19.3 debian/3.19.3-1
2014-07-18 Julien Cristau merge from 3.18 branch
2014-07-18 Julien Cristau merge 3.17.16 into 3.18 branch stable
2014-07-17 Rémi Cardona Remove uses of logilab.common.compat.{all,any}
2014-07-09 Aurelien Campeas remove references to global environment variable APYCOT_ROOT
2014-07-02 Julien Cristau Add warning messages when enabling remote pickle-based repository access
2014-07-18 Julien Cristau [web] Fix expiry of anonymous sessions (closes #4154479)
2014-07-16 Julien Cristau [hooks/syncschema] avoid altering a dropped table
2014-06-12 Florent Cayré [js] fix name error
2014-06-03 Alain Leufroy [devtools] improve error message when postgresql tools are missing
2014-07-11 Rémi Cardona [server] Replace non portable strftime formatter (closes #4132161)
2014-06-12 Aurelien Campeas [web/request] use a picklable Counter object for tab index counters
2014-07-15 Julien Cristau [web/auth] The auth retriever's authenticated() callback takes a session, not a cnx
2014-07-11 Julien Cristau [test] Fix the query-log-file test
2014-07-11 Julien Cristau [doc/book] spelling fixes in security tutorial
2014-07-11 Julien Cristau [doc/book] spelling fixes in "testing" chapter
2014-06-11 Aurelien Campeas [datafeed sources] finish the session -> cnx switch
2014-06-06 Aurelien Campeas [doc/book] update examples, using the new connection api
2014-06-11 Aurelien Campeas [test/entities] use the new connection api
2014-07-02 Julien Cristau [web] restore query logging functionality (closes #3972561)
2014-06-17 Julien Cristau [cwctl] make cubicweb-ctl versions lighter (closes #4002158)
2014-07-08 Aurelien Campeas Added tag cubicweb-version-3.17.16, cubicweb-debian-version-3.17.16-1, cubicweb-centos-version-3.17.16-1 for changeset a979d1594af6 stable
2013-09-23 Sylvain Thénault [forms] consider inline creation form information as linkto info. Closes #3161121
2014-07-07 Aurelien Campeas [pkg] prepare 3.17.16 stable cubicweb-centos-version-3.17.16-1 cubicweb-debian-version-3.17.16-1 cubicweb-version-3.17.16
2014-06-02 Rémi Cardona [reledit] Fix reledit icons jumpiness (closes #4106867) stable
2014-06-02 Rémi Cardona [views] Replace poorly named "invisible" class with "list-unstyled" stable
2014-06-02 Rémi Cardona [views] a 'div' with 'display: inline' screams 'span' stable
2014-07-04 Julien Cristau [pkg] remove simplejson dependency
2014-07-03 Julien Cristau Added tag cubicweb-version-3.19.2, cubicweb-debian-version-3.19.2-1, cubicweb-centos-version-3.19.2-1 for changeset 8ac2202866e7
2014-07-03 Julien Cristau [pkg] Fix version number 3.19.2 centos/3.19.2-1 cubicweb-centos-version-3.19.2-1 cubicweb-debian-version-3.19.2-1 cubicweb-version-3.19.2 debian/3.19.2-1
2014-07-03 Julien Cristau [pkg] 3.19.2
2014-06-06 Aurelien Campeas [webtests] finish to give all self.view(....) a req=req parameter
2014-06-05 Aurelien Campeas [tests/syncsession] use the new connection api
2014-07-01 Aurelien Campeas [webtests/application] remove unused imports
2014-06-05 Aurelien Campeas [webtests/application] .user(...) really wants a request object
2014-06-04 Aurelien Campeas [tests/datafeed] use the new connection api (a small leftover)
2014-07-02 Julien Cristau [entitiestests/base] don't store an entity on the test case
2014-06-05 Aurelien Campeas [entitiestests/base] use the new connection api
2014-06-04 Aurelien Campeas [testlib] use the new connection api
2014-06-05 Aurelien Campeas [exttests/rest] use the new connection api
2014-06-04 Aurelien Campeas [webtests/bookmarks] use the new connection api
2014-06-04 Aurelien Campeas [hookstests/integrity] use the new connection api
2014-07-02 Julien Cristau [hookstests/base] use connections instead of web requests
2014-06-04 Aurelien Campeas [hookstests/base] use the new connection api
2014-06-04 Aurelien Campeas [hookstests/syncschema] use the new connection api
2014-06-04 Aurelien Campeas [tests/rqlannotation,querier] use the new connection api
2014-07-02 Julien Cristau [webtests/web] use the new connection api
2014-06-03 Aurelien Campeas [webtests/navigation] use the new connection api
2014-06-03 Aurelien Campeas [webtests/basetemplates] use the new connection api
2014-06-05 Aurelien Campeas [webtests/basecontrollers] use the new connection api
2014-06-03 Aurelien Campeas [testlib] deprecate .remote_call and provide new connection api friendly .remote_calling
2014-06-03 Aurelien Campeas [webtests/propertysheet] kill an "import *"
2014-06-03 Aurelien Campeas [webtests/breadcrumbs] break long lines
2014-06-05 Aurelien Campeas [webtests/views_editforms] use the new connection api
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip