2016-02-03 Julien Cristau merge 3.19 heads
2016-01-30 Christophe de Vienne [cwvreg] Fix propertyvalues hot updates
2016-02-05 Julien Cristau [pkg] remove useless python >= 3.4 dependency
2016-02-05 Julien Cristau [dataimport/test] fix test failures since 35b29f1eb37a
2016-02-05 Samuel Trégouët [pkg] do not include toplevel directories in rpm (closes #10362119)
2016-02-05 Julien Cristau [devtools] fix config.repository signature
2016-02-03 Sylvain Thénault [predicates] fix paginated_rset when the class has no page_size_property
2016-02-03 Sylvain Thénault [repository] drop usage of no more necessary eschema_eid function
2016-01-28 Sylvain Thénault [repository] set .eid on eschema when schema is loaded from the filesystem
2016-01-29 Sylvain Thénault [dataimport] simplify SQLGenSourceWrapper.add_info
2016-02-01 Sylvain Thénault ensure .tox is blacklisted when recursing on the fs to get some files
2016-02-03 Sylvain Thénault drop a note about usage of sqls_create_multicol_unique_index and avoid a lgdb warning
2016-01-21 Julien Cristau [devtools] don't auto-populate virtual relations
2016-01-29 Denis Laxalde [skeleton] Restore verbose output in setup.py
2015-12-01 Denis Laxalde [hooks] Skip modification_date attribute in "notifentityupdated" hook
2015-12-01 Denis Laxalde [test] Gather tests about mail module
2016-01-05 Julien Cristau [web/component] guard against invalid page_size form parameter
2016-01-05 Julien Cristau [predicates] fix paginated_rset for components that change page_size_property
2016-01-06 Julien Cristau [devtools] fix get_bounds
2016-01-06 Julien Cristau [devtools] "fix" boundary condition for autofill
2016-01-19 Denis Laxalde [test] Use stdlib doctest module instead of logilab-common class
2016-01-14 Denis Laxalde [test] Re-implement generative tests with subtests
2016-01-14 Denis Laxalde [devtools] Re-implement generative tests using subtests
2016-01-28 Sylvain Thénault cleanups
2016-01-26 Samuel Trégouët [pkg] python-tz does not exist in centos should be pytz (closes #10290056)
2016-01-19 Denis Laxalde [test] Skip LDAP tests if any of the underlying programs is not found
2016-01-18 Denis Laxalde Handle virtualenv development mode
2016-01-14 Denis Laxalde [skeleton] Use os.walk in setup.py for Python3 compatibility
2016-01-14 Denis Laxalde [skeleton] Use unittest.main directly
2016-01-14 Denis Laxalde [devtools/testlib] Disable pause trace in setUp
2016-01-12 Denis Laxalde [test] Remove dependency on person cube in devtools package
2016-01-26 Julien Cristau [pkg] add missing python-tz dependency
2016-01-26 Florent Cayré [edit controller] Fix composite entity reparenting when inlined
2015-12-14 Florent Cayré [forms] Do not raise errors on composite required relation being deleted
2015-12-07 Florent Cayré [edit controller] Cancel RQL queries to be performed on entities to be deleted
2015-12-04 Florent Cayré [edit controller] fix handling of removal of subentities from an edit form
2015-11-25 Florent Cayré remove unused import
2015-11-20 Aurelien Campeas [editcontroller] a slight code reorganisation, in preparation for a fix
2015-10-20 Aurelien Campeas [sources/native] ask permission to continue restoring even if metadata do not match (closes #7771864)
2015-07-27 David Douard [views] fix ProcessInformationView: SESSION_MANAGER can be None (closes #5753280)
2015-12-16 Florent Cayré [web] Move "display all"/ "back to pagination" link generation into the navigation component
2016-01-16 Denis Laxalde Reorganize source tree to have a "cubicweb" top-level package
2016-01-04 Sylvain Thénault clean some remaining dust from goa time
2016-01-06 David Douard [datafeed] io.BytesIO requires a buffer, not a unicode (closes #9783743)
2016-01-07 David Douard [pkg] rql 0.34 and logilab-database 1.15 break cubicweb 3.21
2016-01-07 David Douard [pkg] rql 0.34 and logilab-database 1.15 break cubicweb 3.21
2016-01-04 Julien Cristau Added tag 3.22.0, debian/3.22.0-1, centos/3.22.0-1 for changeset de472896fc0a
2016-01-04 Julien Cristau [pkg] 3.22.0 3.22.0 centos/3.22.0-1 debian/3.22.0-1
2016-01-04 Sylvain Thénault merge
2015-12-09 Sylvain Thénault [formwidgets] a bit of pep8
2015-03-26 Erica Marco [views] improve JQueryDatePicker so that a date field can be defined as the min/max of an other one
2015-12-18 Julien Cristau [entity] don't look at fetch order recursively
2015-12-21 Julien Cristau [pkg] fix paths in debian doc-base control file
2016-01-04 Julien Cristau [ldapfeed] extid and cwuri aren't the same thing
2015-12-23 Julien Cristau [entities] add eid to ISerializableAdapter
2015-12-23 Julien Cristau [doc] 3.22 release notes update
2015-12-22 Julien Cristau [datafeed] use tz-aware datetime objects
2015-12-22 Julien Cristau [pkg] fix syntax error in debian/control
2015-12-22 Julien Cristau [pkg] remove no-longer-used addresses from debian control file
2015-12-22 Julien Cristau [schema] rebuild computed attributes on schema reload
2015-12-22 Julien Cristau [hooks] fix extra_props handling on python3
2015-12-22 Julien Cristau [py3k/ldapparser] avoid confusion between unicode and bytes
2015-12-22 Rémi Cardona [pkg] use correct lgdb version for tz rework
2015-12-18 Sylvain Thénault pep8 bits
2015-12-22 Sylvain Thénault [server] improve TZDatetime support
2015-12-18 Sylvain Thénault [schema] Use TZDatetime for creation_date and modification_date
2015-12-18 Sylvain Thénault [server] fix SQLite patch to ensure TZDatetime are properly typed
2015-12-18 Sylvain Thénault [server] fix name and add docstring to connection initialization functions
2015-12-18 Sylvain Thénault [server] always monkeypatch QuerierHelper to handle dates and times on SQLite
2015-12-17 Sylvain Thénault [testlib] put postgres test database in test/data/database directory
2015-12-02 Julien Cristau [dataimport] make eids_seq_range as massive store instance attribute again
2015-12-02 Julien Cristau [dataimport] stop supporting None as eids_seq_range
2015-12-02 Julien Cristau [dataimport] remove eids_seq_start attribute from massive store
2015-12-02 Julien Cristau [dataimport] massive store in slave mode shouldn't flush metadata
2015-12-21 Samuel Trégouët [dataimport] check that MassiveObjectStore restores the db schema properly
2015-12-21 Samuel Trégouët [dataimport] split out listing indices/constraints from getting the corresponding query
2015-12-15 Samuel Trégouët [dataimport] massive_store: do not drop constraints multiple times
2015-12-15 Samuel Trégouët [dataimport] massive_store: do not drop constraints with `cascade` since it breaks things
2015-12-21 Samuel Trégouët [dataimport] massive_store: drop all constraints in __init__ and restore all in finish
2015-12-15 Samuel Trégouët [dataimport] massive_store: ignore primary key when requesting indexes on a table
2015-12-15 Samuel Trégouët [dataimport] massive_store: reformat sql query
2015-12-21 Rémi Cardona [devtools] Use super() in TestServerConfiguration.__init__()
2015-12-21 Rémi Cardona [devtools] Fix database creation issues for CubicWebTestTC tests
2015-12-21 Rémi Cardona [devtools] Fix database creation issues for CubicWebServerTC tests
2015-12-21 Rémi Cardona [devtools] Move attribute docstring to correct location
2015-12-20 Rémi Cardona [web] Make tests pass if tal isn't available
2015-12-21 Julien Cristau [py3k] fix cubicweb.mail.parse_message_id
2015-12-21 Julien Cristau [test/py3k] fix test_recipients_finder
2015-12-21 Julien Cristau [dataimport] fix SQLGenObjectStore's add_info for python3
2015-12-21 Julien Cristau [dataimport] py3k doesn't like + on dict_items objects
2014-07-16 Aurelien Campeas [repository] remove unused check_session method and its test
2015-12-15 Sylvain Thénault [migration/test] avoid test interdependency by removing fakecustomtype cube
2015-12-09 Julien Cristau [migration/test] use numeric(precision, scale) instead of geometry
2015-12-09 Sylvain Thénault [server, hooks] allow callable in dbh.TYPE_MAPPING
2015-12-09 Sylvain Thénault [migration] consider extra_props in rdef created during attribute creation hook
2015-12-09 Sylvain Thénault [migration] only define variable if needed
(0) -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 tip