Tue, 17 Mar 2015 15:21:29 +0100 Aurelien Campeas [connection] remove a dead counter
Wed, 16 Jul 2014 17:34:21 +0200 Aurelien Campeas [session] drop .is_repo_in_memory
Wed, 16 Mar 2016 11:39:24 +0100 Aurelien Campeas [session] drop session-as-a-context-manager
Thu, 12 Jun 2014 18:37:29 +0200 Aurelien Campeas [devtools/repotest] use the RepoAccess object
Tue, 01 Jul 2014 18:25:20 +0200 Aurelien Campeas [devtools] adapt stresstester to current APIs
Wed, 16 Mar 2016 12:11:18 +0100 Aurelien Campeas [session] retire session.vreg
Wed, 16 Jul 2014 16:26:16 +0200 Aurelien Campeas [session] fix super call in Connection.__init__
Wed, 16 Jul 2014 15:30:16 +0200 Aurelien Campeas [session,repo] remove last trace of "cnxprops"
Wed, 16 Mar 2016 10:06:18 +0100 Denis Laxalde [pkg] Use Twisted < 16.0.0
Tue, 15 Mar 2016 16:58:50 +0100 Julien Cristau [web/views] stop using cwaction='cancel'
Wed, 16 Mar 2016 00:42:40 +0100 Julien Cristau [test] fix test_printable_value_bytes with current pygments
Thu, 12 Jun 2014 15:54:44 +0200 Aurelien Campeas [session, repository] deprecate repo.connect and move .close reponsibility to session object
Wed, 09 Mar 2016 14:11:47 +0100 Julien Cristau [web/test] fix typo in doc string
Wed, 09 Mar 2016 19:00:09 +0100 Julien Cristau [web/httpcache] send weak ETags
Fri, 04 Mar 2016 12:17:58 +0100 Julien Cristau [server] print backend exception if we fail to execute an sql script
Tue, 15 Mar 2016 14:59:24 +0100 Julien Cristau [cwctl] drop unnecessary admincnx call from 'shell'
Mon, 07 Mar 2016 17:51:30 +0100 Julien Cristau [serverctl] allow schema-diff when db and fs are not in sync
Wed, 09 Jul 2014 16:33:08 +0200 Aurelien Campeas [cwctl] remove networked remote shell
Tue, 15 Mar 2016 14:30:21 +0100 Julien Cristau [web/calendar] fix regression in previous changeset
Mon, 17 Mar 2014 15:21:47 +0100 Laura Médioni Enables css customization in CalendarView
Thu, 17 Sep 2015 12:47:39 +0200 Alexandre Richardson refactor a bit breadcrumbs to ease overriding of the root's display
Wed, 14 Jan 2015 13:35:22 +0100 Julien Cristau Add migration helper function to delete entity types faster
Mon, 14 Mar 2016 15:38:03 +0100 Denis Laxalde [testlib] Import nocoverage from logilab.common.testlib
Mon, 14 Mar 2016 21:28:44 +0100 Julien Cristau [web/test] replace unicode with six.text_type
Thu, 18 Feb 2016 10:23:05 +0100 Denis Laxalde [devtools/testlib] Issue a RuntimeError when a generative tests is detected
Thu, 18 Feb 2016 09:30:58 +0100 Julien Cristau [devtools] stop using lgc.testlib.TestCase
Thu, 03 Mar 2016 10:25:32 +0100 Denis Laxalde [test] Replace remaining generative tests by subtests
Mon, 14 Mar 2016 18:15:09 +0100 Denis Laxalde [tox] Enable all applicable py34 environments
Wed, 09 Mar 2016 17:01:42 +0100 Julien Cristau [migration/3.10] fix AttributeError
Mon, 07 Mar 2016 17:53:20 +0100 Julien Cristau [server/sources] Fix authenticate on pre-3.10 database
Fri, 29 Jan 2016 17:11:17 +0100 Denis Laxalde [test] Add a test ensuring new cube built from skeleton is flake8-compliant
Mon, 25 Jan 2016 08:28:16 +0100 Denis Laxalde [skeleton] Ship a tox.ini file upon new cube
Thu, 10 Mar 2016 13:47:20 +0100 Julien Cristau [web] fix headers on 304 responses (closes #11466875)
Wed, 09 Mar 2016 18:01:44 +0100 Julien Cristau [web/httpcache] GMTOFFSET no longer exists
Thu, 10 Mar 2016 13:47:20 +0100 Julien Cristau [web] fix headers on 304 responses (closes #11466875)
Mon, 29 Feb 2016 12:32:52 +0100 Julien Cristau [rset] fix infinite recursion introduced in c1eb5a676c80
Wed, 17 Feb 2016 10:02:03 +0100 Sylvain Thénault pep8 unittest_application and unittest_formfields
Tue, 12 Jan 2016 14:31:14 +0100 Alexandre Richardson [rset] Always complete attribute/relation caches in ResultSet.get_entity
Tue, 12 Jan 2016 17:36:28 +0100 Alexandre Richardson [rset] refactoring of _build_entity method
Thu, 25 Feb 2016 09:28:21 +0100 Julien Cristau [entity] comparing two entities returns NotImplemented
Thu, 18 Feb 2016 09:24:43 +0100 Julien Cristau [test] replace one use of lgc.testlib.unittest_main with unittest.main
Thu, 18 Feb 2016 09:23:18 +0100 Julien Cristau [test] stop using TestCase.set_description
Thu, 18 Feb 2016 09:20:57 +0100 Julien Cristau [test] convert a lgc-style generative test into unittest2-style
Mon, 08 Feb 2016 16:10:22 +0100 Julien Cristau [web/application] fix query log handling on python3
Mon, 08 Feb 2016 16:32:36 +0100 Julien Cristau [devtools/test] duplicate CubicWebServerTC tests for CubicWebWsgiTC
Mon, 08 Feb 2016 16:32:07 +0100 Julien Cristau [devtools/test] fix bytes vs text in test_base_url
Wed, 24 Feb 2016 17:34:56 +0100 Julien Cristau [devtools] skip CubicWebServerTC on python3
Mon, 08 Feb 2016 16:10:51 +0100 Julien Cristau [web/test] switch unittest_web from twisted to wsgi
Wed, 24 Feb 2016 17:31:56 +0100 Julien Cristau [devtools] add CubicWebWsgiTC
Mon, 08 Feb 2016 15:37:52 +0100 Julien Cristau [web/test] return the hash of uploaded files in FileUploadTC instead of their contents
Mon, 08 Feb 2016 15:29:06 +0100 Julien Cristau [web/test] open() as a context manager
Mon, 08 Feb 2016 15:28:14 +0100 Julien Cristau [web/test] json.loads expects text, not bytes
Mon, 08 Feb 2016 16:39:51 +0100 Julien Cristau [wsgi] fix handling of multiple posted files
Fri, 05 Feb 2016 18:23:00 +0100 Julien Cristau [web/test] Reword doc string for fileupload ajaxfunc
Tue, 03 Mar 2015 12:26:47 +0100 David Douard [skeleton] do not import the __pkginfo__.py module to make cubes installable via setuptools
Tue, 23 Feb 2016 12:18:47 +0100 Julien Cristau merge changes from 3.22.2
Tue, 23 Feb 2016 12:09:01 +0100 Julien Cristau Added tag 3.22.2, debian/3.22.2-1, centos/3.22.2-1 for changeset 1b93ff37755b
Tue, 23 Feb 2016 11:45:54 +0100 Julien Cristau [pkg] 3.22.2 3.22.2 centos/3.22.2-1 debian/3.22.2-1
Fri, 19 Feb 2016 11:23:11 +0100 Samuel Trégouët [pkg] fix centos install
Fri, 19 Feb 2016 11:03:32 +0100 David Douard [datafeed] do NOT call commit in DataFeedXMLParser.process() (closes #10928592)
Wed, 17 Feb 2016 14:00:39 +0100 Julien Cristau [schema] restore constraint checking when running on old sqlite
Wed, 17 Feb 2016 17:20:29 +0100 Sylvain Thénault [web/autoform] fix regression introduced by #5758ba784ebd
Tue, 22 Dec 2015 09:23:00 +0100 Denis Laxalde [tox] Generate test environments for Python 2.7 and 3.4
Tue, 26 Jan 2016 18:04:00 +0100 Sylvain Thénault [notification] avoid using InternalManager when we've got a CWUser
Wed, 27 Jan 2016 08:35:51 +0100 Sylvain Thénault [dataimport] rename .time to .now attribute of meta generator
Thu, 18 Feb 2016 14:36:39 +0100 Denis Laxalde [pkg] Set version to 3.22.2.dev0
Fri, 29 Jan 2016 15:08:34 +0100 Sylvain Thénault [dataimport] cleanup a bit nohook store, mostly protecting some attributes
Wed, 03 Feb 2016 11:13:51 +0100 Sylvain Thénault [dataimport] add a filter function to not fail if some extentity has several values for an attribute of final relation
Wed, 03 Feb 2016 11:12:09 +0100 Sylvain Thénault [sources] synchronize source asynchronously when started from the UI
Fri, 19 Feb 2016 12:35:22 +0100 Julien Cristau [test] fix unittest_devctl on python3.4
Thu, 21 Jan 2016 09:24:04 +0100 Denis Laxalde [test] Make sure that newcube command test produces expected files
Fri, 29 Jan 2016 10:04:35 +0100 Sylvain Thénault [server] remove some pre 3.10 compat
Wed, 17 Feb 2016 10:25:51 +0100 Julien Cristau [pkg] use https URLs to pypi.{python.org,debian.net}
Wed, 17 Feb 2016 10:19:14 +0100 Julien Cristau [pkg] use https URL for www.cubicweb.org
Wed, 17 Feb 2016 10:18:34 +0100 Julien Cristau README: use https URLs for docs.cubicweb.org
Thu, 11 Feb 2016 10:03:51 +0100 Sylvain Thénault pep8 bits
Thu, 11 Feb 2016 10:03:31 +0100 Sylvain Thénault [i18n] enhance text formats french translation
Wed, 17 Feb 2016 13:45:34 +0100 Denis Laxalde Merge with 3.22 branch
Thu, 11 Feb 2016 21:59:49 +0100 Sylvain Thénault [dataimport] update example to use standard importer
Tue, 16 Feb 2016 19:18:37 +0100 Julien Cristau merge changes from 3.21.6
Tue, 02 Feb 2016 17:19:13 +0100 Sylvain Thénault flake8 serverctl
Tue, 16 Feb 2016 10:52:00 +0100 Sylvain Thénault c-c source-sync now actually force synchronization
Tue, 16 Feb 2016 19:15:48 +0100 Julien Cristau Added tag 3.21.6, debian/3.21.6-1, centos/3.21.6-1 for changeset b3cbbb7690b6
Tue, 16 Feb 2016 18:53:27 +0100 Julien Cristau [pkg] 3.21.6 3.21.6 centos/3.21.6-1 debian/3.21.6-1
Tue, 16 Feb 2016 18:41:40 +0100 Julien Cristau merge changes from 3.20.13
Tue, 16 Feb 2016 18:17:35 +0100 Julien Cristau Added tag 3.20.13, debian/3.20.13-1, centos/3.20.13-1 for changeset 8c5dabbcd4d9
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
Tue, 20 Oct 2015 16:05:36 +0200 Aurelien Campeas [sources/native] ask permission to continue restoring even if metadata do not match (closes #7771864)
Mon, 27 Jul 2015 10:00:32 +0200 David Douard [views] fix ProcessInformationView: SESSION_MANAGER can be None (closes #5753280)
Wed, 16 Dec 2015 18:08:37 +0100 Florent Cayré [web] Move "display all"/ "back to pagination" link generation into the navigation component
Sat, 16 Jan 2016 13:48:51 +0100 Denis Laxalde Reorganize source tree to have a "cubicweb" top-level package
Mon, 04 Jan 2016 11:12:30 +0100 Sylvain Thénault clean some remaining dust from goa time
Wed, 06 Jan 2016 08:58:43 +0100 David Douard [datafeed] io.BytesIO requires a buffer, not a unicode (closes #9783743)
Thu, 07 Jan 2016 12:20:50 +0100 David Douard [pkg] rql 0.34 and logilab-database 1.15 break cubicweb 3.21
Thu, 07 Jan 2016 12:20:50 +0100 David Douard [pkg] rql 0.34 and logilab-database 1.15 break cubicweb 3.21
Mon, 04 Jan 2016 18:40:30 +0100 Julien Cristau Added tag 3.22.0, debian/3.22.0-1, centos/3.22.0-1 for changeset de472896fc0a
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
Wed, 16 Dec 2015 11:23:48 +0100 Rémi Cardona merge with 3.21.5
Tue, 15 Dec 2015 19:05:41 +0100 Rémi Cardona Added tag 3.21.5, debian/3.21.5-1, centos/3.21.5-1 for changeset e0572a786e6b
Tue, 15 Dec 2015 18:15:08 +0100 Rémi Cardona [pkg] 3.21.5 3.21.5 centos/3.21.5-1 debian/3.21.5-1
Thu, 03 Dec 2015 10:12:37 +0100 Denis Laxalde [js] Fix a ReferenceError in cubicweb.preferences.js
Mon, 14 Dec 2015 14:55:10 +0100 Julien Cristau [dataimport] add tests for SQLGenObjectStore (closes #9177565)
Mon, 14 Dec 2015 14:54:23 +0100 Julien Cristau [dataimport] separate entities table from other metadata in SQLGenObjectStore
Mon, 14 Dec 2015 14:53:02 +0100 Julien Cristau [dataimport] remove threading support from SQLGenObjectStore
Thu, 03 Dec 2015 14:55:10 +0100 Samuel Trégouët [dataimport] prepare_insert_entity should not crash with SQLGenObjectStore
Tue, 01 Dec 2015 13:39:17 +0100 Samuel Trégouët [dataimport] Fix method signature
Tue, 01 Dec 2015 13:38:21 +0100 Samuel Trégouët [dataimport] add missing import 'eschema_eid'
Tue, 15 Dec 2015 14:12:59 +0100 Rémi Cardona merge with 3.21.4
Tue, 15 Dec 2015 12:37:04 +0100 Rémi Cardona Added tag 3.21.4, debian/3.21.4-1, centos/3.21.4-1 for changeset d3b92d3a7db0
Tue, 15 Dec 2015 12:00:31 +0100 Rémi Cardona [pkg] 3.21.4 3.21.4 centos/3.21.4-1 debian/3.21.4-1
Tue, 15 Dec 2015 11:41:25 +0100 Rémi Cardona merge with 3.20.12
Tue, 15 Dec 2015 11:24:52 +0100 Rémi Cardona Added tag 3.20.12, debian/3.20.12-1, centos/3.20.12-1 for changeset 03e8fc9f79a6
Fri, 11 Dec 2015 14:07:51 +0100 Denis Laxalde [tox] Ensure pytest gets run with virtualenv's python
Mon, 09 Nov 2015 11:34:28 +0100 Denis Laxalde [tox] Use generating environments
Wed, 09 Dec 2015 16:32:57 +0100 Sylvain Thénault a bit of pep8
Tue, 15 Dec 2015 08:55:58 +0100 Rabah Meradi [adapters] Use an adapter for serializing entities to a bare python structure
Mon, 14 Dec 2015 16:29:19 +0100 Julien Cristau [pkg] 3.20.12 3.20.12 centos/3.20.12-1 debian/3.20.12-1
Mon, 14 Dec 2015 16:19:52 +0100 Julien Cristau [dataimport] Fallback from COPY to executemany (closes #9135780)
Mon, 14 Dec 2015 12:11:44 +0100 Julien Cristau [web/views] unlink svg temp file after we're done
Tue, 08 Dec 2015 16:28:20 +0100 Rémi Cardona Use cubicweb._
Tue, 08 Dec 2015 16:27:05 +0100 Rémi Cardona [web/views] Controllers should always return bytes
Wed, 09 Dec 2015 15:51:20 +0100 Rémi Cardona [devtools] Fix 'newcube' on py3k
(0) -10000 -3000 -1000 -240 +240 +1000 tip