Tue, 22 Sep 2015 14:20:02 +0200 Sylvain Thénault fix bad-caching of datetime with tz info at sql generation time
Fri, 09 Oct 2015 09:40:08 +0200 Rémi Cardona Added tag 3.20.10, debian/3.20.10-1, centos/3.20.10-1 for changeset 8f82e9523962
Thu, 08 Oct 2015 18:47:57 +0200 Rémi Cardona [pkg] 3.20.10 3.20.10 centos/3.20.10-1 debian/3.20.10-1
Thu, 08 Oct 2015 18:38:16 +0200 Rémi Cardona merge with 3.19.13
Thu, 08 Oct 2015 18:24:09 +0200 Rémi Cardona [devtools] Fix CubicWebTC.temporary_permissions
Thu, 08 Oct 2015 18:09:10 +0200 Rémi Cardona [devtools] Use TestCase.assertGreater
Wed, 09 Sep 2015 08:32:49 +0200 Sylvain Thénault [autoform] fix appearance of link to add inlined creation form
Thu, 08 Oct 2015 11:47:15 +0200 Sylvain Thénault [predicates] Simplify specified_etype_implements
Thu, 08 Oct 2015 12:13:35 +0200 Sylvain Thénault [web/views] Fix `has_editable_relation` predicate wrt inlined relations
Wed, 02 Sep 2015 15:31:18 +0200 Sylvain Thénault [web/views] avoid propagation of NoSelectableObject in some case of inlined relations / permissions
Wed, 07 Oct 2015 17:27:35 +0200 Sylvain Thénault [server/test] bit of PEP8
Tue, 25 Aug 2015 11:11:34 +0200 Sylvain Thénault [migration] don't attempt to carry over values when renaming a computed relation
Fri, 21 Aug 2015 11:01:08 +0200 Sylvain Thénault consider .do_fti flag in index_entity method
Tue, 06 Oct 2015 18:59:01 +0200 Rémi Cardona Added tag 3.19.13, debian/3.19.13-1, centos/3.19.13-1 for changeset f933a38d7ab5
Tue, 06 Oct 2015 18:35:14 +0200 Rémi Cardona [pkg] 3.19.13 3.19.13 centos/3.19.13-1 debian/3.19.13-1
Tue, 29 Sep 2015 14:41:28 +0200 Julien Cristau [migration/3.21] add support for sqlserver
Tue, 29 Sep 2015 15:49:10 +0200 Julien Cristau moved_entities.extid may not be NULL
Tue, 29 Sep 2015 15:15:03 +0200 Julien Cristau [server] use sqls_create_multicol_unique_index to index entities.extid
Tue, 29 Sep 2015 15:11:29 +0200 Julien Cristau [server] fix checkintegrity with pyodbc
Tue, 29 Sep 2015 14:23:57 +0200 Julien Cristau [schema] remove unique constraint on unlimited String attribute
Mon, 05 Oct 2015 16:36:49 +0200 Aurelien Campeas [sources/native] fix potential NameError (closes #7364249)
Mon, 14 Sep 2015 11:15:47 +0200 Rémi Cardona [py3k] unicode → six.text_type
Mon, 14 Sep 2015 18:10:20 +0200 Rémi Cardona [devtools/testlib] Port CubicWebTC.view() to py3k
Mon, 14 Sep 2015 18:12:44 +0200 Rémi Cardona [devtools/testlib] port 'fake_form' test to io.BytesIO
Mon, 14 Sep 2015 16:45:03 +0200 Rémi Cardona [dataimport] port ucsvreader tests to io.BytesIO
Mon, 14 Sep 2015 18:56:29 +0200 Rémi Cardona [py3k] io.BytesIO
Fri, 11 Sep 2015 17:40:23 +0200 Rémi Cardona [py3k] io.StringIO
Tue, 15 Sep 2015 12:51:27 +0200 Rémi Cardona Port cw.Binary to io.BytesIO
Fri, 18 Sep 2015 18:26:07 +0200 Rémi Cardona [py3k] execfile → exec
Tue, 15 Sep 2015 15:33:47 +0200 Rémi Cardona [py3k] file → open
Thu, 17 Sep 2015 09:52:06 +0200 Rémi Cardona [py3k] six.integer_types
Mon, 14 Sep 2015 16:03:07 +0200 Rémi Cardona [py3k] basestring → six.string_types
Wed, 16 Sep 2015 11:23:51 +0200 Rémi Cardona [py3k] import CookieJar using six.moves
Tue, 15 Sep 2015 18:50:25 +0200 Rémi Cardona [py3k] import urllib2 from six.moves
Tue, 15 Sep 2015 16:56:57 +0200 Rémi Cardona [py3k] import range using six.moves
Tue, 15 Sep 2015 15:07:13 +0200 Rémi Cardona [py3k] import queue using six.moves
Tue, 15 Sep 2015 14:59:06 +0200 Rémi Cardona [py3k] import filter using six.moves
Tue, 15 Sep 2015 14:58:52 +0200 Rémi Cardona [py3k] import zip using six.moves
Tue, 22 Sep 2015 15:36:32 +0200 Rémi Cardona [py3k] import SimpleCookie using six.moves
Mon, 14 Sep 2015 12:40:57 +0200 Rémi Cardona [py3k] import HTTP client constants and exceptions using six.moves
Tue, 22 Sep 2015 09:39:30 +0200 Rémi Cardona [py3k] import URL mangling functions using six.moves
Mon, 14 Sep 2015 12:19:48 +0200 Rémi Cardona [py3k] import 'pickle' using six.moves
Wed, 16 Sep 2015 14:45:15 +0200 Rémi Cardona [pkg] Add dependency on six 1.4.0
Wed, 16 Sep 2015 11:32:09 +0200 Rémi Cardona [tests] Replace use of deprecated TestCase.assert_
Tue, 15 Sep 2015 16:30:25 +0200 Rémi Cardona [predicates] Simplify range(len()) iteration
Mon, 14 Sep 2015 15:34:09 +0200 Rémi Cardona [dataimport] Use pickle.dump instead of dumps
Mon, 14 Sep 2015 15:42:38 +0200 Rémi Cardona [web/facet] Simplify reversed/sorted calls
Mon, 28 Sep 2015 13:47:30 +0200 Julien Cristau [web/test] Use TestCase.setUpClass instead of setUpModule
Mon, 14 Sep 2015 11:16:10 +0200 Rémi Cardona Use isinstance() instead of type comparison
Tue, 15 Sep 2015 15:10:59 +0200 Rémi Cardona Unused imports
Fri, 11 Sep 2015 16:01:10 +0200 Samuel Trégouët [py3k] tuple unpacking in function args
Fri, 11 Sep 2015 15:52:18 +0200 Samuel Trégouët [py3k] ur'' is gone
Fri, 11 Sep 2015 15:50:29 +0200 Samuel Trégouët [py3k] octals and long
Fri, 11 Sep 2015 15:29:25 +0200 Samuel Trégouët [py3k] Fix raise with embedded traceback
Fri, 11 Sep 2015 14:52:09 +0200 Samuel Trégouët [py3k] print function
Fri, 11 Sep 2015 14:28:06 +0200 Samuel Trégouët [py3k] except as
Fri, 11 Sep 2015 14:27:34 +0200 Samuel Trégouët [py3k] backtick to repr
Wed, 23 Sep 2015 15:01:55 +0200 Julien Cristau [hooks/syncschema] make sure CWUniqueTogetherConstraintDelOp happens before CWConstraintDelOp
Wed, 23 Sep 2015 15:00:33 +0200 Aurelien Campeas [hooks/syncschema] only call "ALTER TABLE" once when changing a size constraint
Wed, 02 Sep 2015 15:24:46 +0200 Aurelien Campeas [syncschema] only add to the `synchronized` set if all possible updates have been done
Thu, 23 Jul 2015 12:32:51 +0200 Julien Cristau [qunit] remove unused 'data_files' parameter
Mon, 20 Jul 2015 13:55:54 +0200 Sylvain Thénault [urlpublish] RESTPathEvaluator now use vid_from_rset
Fri, 24 Jul 2015 16:19:39 +0200 Julien Cristau [server/sources] use decode_extid in datafeed
Fri, 24 Jul 2015 16:15:17 +0200 Julien Cristau [server/sources] add decode_extid method
Wed, 29 Jul 2015 10:18:56 +0200 Julien Cristau [server/repo] kill repo.pinfo()
Wed, 29 Jul 2015 10:18:23 +0200 Julien Cristau [web/sessions] simplify session cleanup
Wed, 29 Jul 2015 10:17:42 +0200 Julien Cristau [server/repo] fix typo
Fri, 24 Jul 2015 16:09:29 +0200 Julien Cristau [server/sources] AbstractSource.__ne__
Fri, 24 Jul 2015 16:09:37 +0200 Julien Cristau [server/sources] fix docstring for eid_type_source
Mon, 27 Jul 2015 10:00:32 +0200 David Douard [views] fix ProcessInformationView: SESSION_MANAGER can be None (closes #5753280)
Thu, 06 Aug 2015 15:21:58 +0200 Julien Cristau [server/migractions] drop mock_object
Thu, 06 Aug 2015 15:24:16 +0200 Julien Cristau [test] kill unused lgc.testlib imports
Tue, 25 Aug 2015 11:09:22 +0200 Sylvain Thénault [server/migractions] raising SystemExit sounds like a bad idea
Mon, 27 Jul 2015 09:27:18 +0200 Julien Cristau [server/storage] rename 'session' variables to 'cnx'
Wed, 09 Jul 2014 17:52:45 +0200 Aurelien Campeas [migration] remove repo_connect and use config.repository() instead
Wed, 09 Jul 2014 16:32:14 +0200 Aurelien Campeas [repoapi, cwconfig] give a convenience method to get a repository from a config
Wed, 09 Jul 2014 15:50:23 +0200 Aurelien Campeas [cwconfig] remove unused method
Tue, 19 Aug 2014 00:16:02 +0200 Rémi Cardona [captcha] Port to io.BytesIO
Thu, 13 Feb 2014 17:00:40 +0100 Aurelien Campeas [web/sessions] the session managers are definitely not components
Thu, 13 Feb 2014 16:43:33 +0100 Aurelien Campeas [web] the AuthenticationManager is no more an appobject
Fri, 05 Dec 2014 16:22:02 +0100 Aurelien Campeas [hooksmanager] remove very old unused module
Fri, 31 Jul 2015 15:17:43 +0200 Julien Cristau [devtools] fix CubicWebTC.assertDocTestFile (closes #5930028)
Wed, 29 Jul 2015 10:51:52 +0200 Julien Cristau Added tag 3.21.1, debian/3.21.1-1, centos/3.21.1-1 for changeset a8a0de0298a5
Tue, 28 Jul 2015 18:59:14 +0200 Julien Cristau [pkg] Let dh_installdocs deal with doc-base 3.21.1 centos/3.21.1-1 debian/3.21.1-1
Tue, 28 Jul 2015 18:57:21 +0200 Julien Cristau [pkg] various debian packaging fixes
Tue, 28 Jul 2015 18:06:46 +0200 Julien Cristau [pkg] 3.21.1
Tue, 28 Jul 2015 11:21:36 +0200 David Douard [web] fix AbstractSessionManager.clean_sessions (closes #5757240)
Tue, 21 Jul 2015 14:29:42 +0200 Julien Cristau [migration/3.21] ask fewer questions
Tue, 28 Jul 2015 11:26:47 +0200 Julien Cristau [server] typo fix
Tue, 28 Jul 2015 11:15:36 +0200 Julien Cristau [test] check that we reject an rqlexpression in computed relation perms
Tue, 28 Jul 2015 09:25:26 +0200 Julien Cristau Fix (de)serialization of ComputedRelation read permissions
Fri, 17 Jul 2015 16:48:43 +0200 Christophe de Vienne Copy read permissions on ComputedRelation rdefs
Wed, 22 Jul 2015 19:50:50 +0200 David Douard [datafeed] fix typo in DataFeedXMLParser.is_deleted (closes #5729755)
Mon, 27 Jul 2015 10:51:29 +0200 Julien Cristau [server/sources] make sure entity._cw is a Connection before calling Storages
Mon, 06 Jul 2015 14:34:41 +0200 Julien Cristau [hooks] base64-encode extid before inserting it into moved_entities
Tue, 21 Jul 2015 18:17:31 +0200 Julien Cristau [hook] remove assumption about entity cache vs cw_edited
Tue, 21 Jul 2015 18:09:12 +0200 Julien Cristau [hook] don't open-code Connection.entity_cache
Thu, 23 Jul 2015 09:43:36 +0200 Denis Laxalde [tox] Add missing dependency on webtest for devtools tests
Wed, 22 Jul 2015 11:32:24 +0200 Denis Laxalde [tox] Add missing dependency on webtest for wsgi tests
Wed, 22 Jul 2015 10:55:39 +0200 Denis Laxalde [tox] Remove set of PATH environment variable
Fri, 17 Jul 2015 14:06:22 +0200 Julien Cristau [doc] generalize info about debian/ubuntu repositories
Fri, 17 Jul 2015 13:49:58 +0200 Julien Cristau [doc] fix link to setup info in README
Mon, 20 Jul 2015 12:15:20 +0200 Julien Cristau [server/session] remove unused cnx_meth function
Mon, 20 Jul 2015 11:03:09 +0200 Julien Cristau [server] don't issue a warning for something expected
Mon, 20 Jul 2015 12:37:47 +0200 Julien Cristau [server] stick a _cw on internal connnection's user
Mon, 20 Jul 2015 16:43:47 +0200 Julien Cristau [migration/3.21] fix stupid error in migration script
Wed, 15 Jul 2015 15:01:21 +0200 Julien Cristau Added tag 3.21.0, debian/3.21.0-1, centos/3.21.0-1 for changeset 887c6eef8077
Fri, 10 Jul 2015 18:18:58 +0200 Julien Cristau [pkg] various fixes 3.21.0 centos/3.21.0-1 debian/3.21.0-1
Fri, 10 Jul 2015 17:40:08 +0200 Julien Cristau [doc] fix broken symlinks
Fri, 10 Jul 2015 17:04:32 +0200 Julien Cristau [pkg] update 3.21.0 release date
Fri, 10 Jul 2015 17:04:03 +0200 Julien Cristau [doc/3.21] mention the postgresql-only state of the upgrade script
Fri, 10 Jul 2015 09:30:04 +0200 David Douard [datafeed] also catch EnvironmentError when trying to load the cwclientlib config file
Fri, 10 Jul 2015 09:35:52 +0200 Julien Cristau [schema] Make syntax compatible with print_function
Thu, 09 Jul 2015 17:03:50 +0200 Rémi Cardona [pkg] 3.21.0
Thu, 09 Jul 2015 11:26:09 +0200 Julien Cristau [test] use FakeFile instead of File in test_fulltextindex
Thu, 09 Jul 2015 16:55:28 +0200 Rémi Cardona i18n update
Tue, 07 Jul 2015 14:13:39 +0200 Julien Cristau [serverctl] fix schema-diff command
Tue, 07 Jul 2015 14:13:10 +0200 Julien Cristau [serverct] call server_{maintenance,shutdown} hooks around source-sync command
Tue, 07 Jul 2015 14:12:46 +0200 Julien Cristau [serverctl] call server_{maintenance,shutdown} hooks around add-source
Tue, 07 Jul 2015 14:57:24 +0200 Rémi Cardona Update hgignore
Tue, 07 Jul 2015 21:13:23 +0200 Julien Cristau delete unmaintained clone_deps script
Thu, 09 Jul 2015 16:43:56 +0200 Rémi Cardona merge 3.20.9 into 3.21
Thu, 09 Jul 2015 15:13:10 +0200 Rémi Cardona Added tag 3.20.9, debian/3.20.9-1, centos/3.20.9-1 for changeset d477e6447582
Thu, 09 Jul 2015 12:40:43 +0200 Rémi Cardona [pkg] 3.20.9 3.20.9 centos/3.20.9-1 debian/3.20.9-1
Wed, 08 Apr 2015 09:27:26 +0200 Sylvain Thénault [forms] don't display 'remove' link of inlined form for the first entity related using a '+' cardinality to its parent entity
Wed, 08 Jul 2015 09:37:06 +0200 Denis Laxalde [tox] Update doc testenv to account for documentation restructuring
Thu, 02 Jul 2015 11:46:57 +0200 Sylvain Thénault [schema] drop old backward compat code
Thu, 11 Jun 2015 11:45:45 +0200 David Douard [datafeed] allow to use cwclientlib for datafeed's queries (closes #5456849)
Thu, 11 Jun 2015 10:17:41 +0200 David Douard [cwxml parser] refactor url handling code to use urlparse and urlencode (related to #5456849)
Fri, 26 Jun 2015 15:00:07 +0200 Sylvain Thénault add use_extid_as_cwuri ext entity transform, that will be often necessary and not so easy to write at once
Fri, 26 Jun 2015 11:15:25 +0200 Sylvain Thénault [dataimport] dispatch and deprecate old code
Tue, 30 Jun 2015 23:17:45 +0200 Denis Laxalde Add tox.ini file
Mon, 29 Jun 2015 22:34:58 +0200 Denis Laxalde Add requirements.txt files in test directories
Mon, 09 Mar 2015 10:49:03 +0100 Rémi Cardona Spelling fixes in comments and docstrings
Wed, 08 Apr 2015 11:29:24 +0200 Rémi Cardona [web/views] Clean up confusing backwards compatibility code
Thu, 02 Jul 2015 09:25:45 +0200 Julien Cristau [server/test] avoid lgdb warnings from str to unicode conversion
Fri, 03 Jul 2015 15:18:24 +0200 Rémi Cardona [web/test] Modernize unittest_propertysheet.py
Fri, 03 Jul 2015 12:20:48 +0200 Rémi Cardona [web/webconfig] Drop pre-3.9 backward compatibility method "has_resource"
Fri, 03 Jul 2015 12:07:44 +0200 Rémi Cardona [web] Stop using negative indices with os.stat results
Fri, 03 Jul 2015 13:43:40 +0200 David Douard [doc] small rst fixes and cleanups in changelog files
Fri, 03 Jul 2015 13:44:01 +0200 David Douard [doc] make the changelog chapter a one html page
Fri, 03 Jul 2015 12:18:56 +0200 David Douard [doc] reformat changes files headers
Fri, 03 Jul 2015 12:07:29 +0200 David Douard [doc] remove mentions of pyro and reposity instance type
Fri, 03 Jul 2015 11:37:58 +0200 David Douard [doc] put the tutorials between the intro and the `Repository development` toc of the book
Fri, 03 Jul 2015 14:07:53 +0200 David Douard [doc] move the documentations from docstring directly to the book.
Fri, 03 Jul 2015 15:23:14 +0200 David Douard [predicates] remove deprecated sentences in docstrings
Fri, 03 Jul 2015 14:06:57 +0200 David Douard [predicates] objectify the anonymous_user predicate
Thu, 02 Jul 2015 19:54:25 +0200 David Douard [doc] more fixes of warnings/errors in doc build
Tue, 23 Jun 2015 17:04:40 +0200 Julien Cristau [doc] fix warnings/errors in doc build
Thu, 08 Jan 2015 23:00:56 +0100 Christophe de Vienne [doc] Start documenting the API
Thu, 08 Jan 2015 23:00:33 +0100 Christophe de Vienne [doc] Remove useless indexes
Thu, 08 Jan 2015 23:06:12 +0100 Christophe de Vienne [doc] Insert the dev docs in the toc
Thu, 08 Jan 2015 22:11:06 +0100 Christophe de Vienne [doc] Restructure the documentation
Mon, 06 Jul 2015 17:39:35 +0200 Julien Cristau [migration/3.21.0] performance and reliability fixes
Mon, 06 Jul 2015 17:15:24 +0200 Julien Cristau [serverctl] fix source-sync command
Tue, 07 Jul 2015 10:41:34 +0200 Julien Cristau [server] missing import
Thu, 02 Jul 2015 10:15:47 +0200 Julien Cristau [server/test] stop using email cube
Thu, 02 Jul 2015 16:13:05 +0200 Rémi Cardona [web/views] Remove unused variable
Thu, 02 Jul 2015 15:33:03 +0200 Rémi Cardona [server/session] bring anonymous_connection back
Thu, 02 Jul 2015 15:31:48 +0200 Rémi Cardona [migration/3.21] idempotency fixes
Thu, 02 Jul 2015 12:19:49 +0200 Rémi Cardona [migration/3.21] Make index and table creation idempotent
Thu, 02 Jul 2015 15:44:49 +0200 Julien Cristau [migration/3.21] Add missing foreign keys when upgrading
Wed, 01 Jul 2015 12:03:00 +0200 Sylvain Thénault [schema2sql] properly consider skip_relations parameters.
Thu, 02 Jul 2015 09:20:02 +0200 Julien Cristau [hooks/test] don't rely on RelationDefinition implicitly
Thu, 11 Jun 2015 16:51:51 +0200 Laura Médioni [web] write css_class to attrs on rendering and not on button creation
Fri, 26 Jun 2015 14:30:24 +0200 Julien Cristau [statsd_logger] handle ipv6 addresses
Mon, 04 May 2015 17:37:43 +0200 David Douard implement a simple statsd logger (closes #5488711)
Wed, 01 Jul 2015 21:00:13 +0200 Adrien Di Mascio [predicates] ExpectedValuePredicate now accepts a dict parameter
Thu, 18 Jun 2015 18:26:02 +0200 Christophe de Vienne [rql2sql] Fix iter_exists_sols() excessive cleaning of _state.tables
Thu, 25 Jun 2015 22:12:49 +0200 David Douard [cwctl] allow overriding config settings from the command line (closes #5557656)
Fri, 26 Jun 2015 13:04:25 +0200 Sylvain Thénault avoid sanitizing warnings
Fri, 26 Jun 2015 14:04:16 +0200 Julien Cristau [devtools] avoid warning about source['global-db-name']
Fri, 26 Jun 2015 10:52:03 +0200 Julien Cristau [skeleton] remove no-break space from skeleton setup.py
Fri, 26 Jun 2015 10:51:16 +0200 Julien Cristau [server/test] drop unused import
Fri, 26 Jun 2015 10:50:59 +0200 Julien Cristau [doc] update 3.21 release notes
Fri, 26 Jun 2015 16:28:56 +0200 Rémi Cardona [devtools] Sort _cw_fields in fake_form
Fri, 26 Jun 2015 16:29:28 +0200 Rémi Cardona [entity] sort fetchattrs when generating rql
Fri, 26 Jun 2015 16:27:37 +0200 Rémi Cardona Update hgignore for temporary test databases
Fri, 03 Apr 2015 17:59:10 +0200 Samuel Trégouët [js] removed unused and broken SuggestForm Widget (closes #5213487)
Tue, 30 Jun 2015 15:06:36 +0200 Rémi Cardona [test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Mon, 29 Jun 2015 16:58:43 +0200 Julien Cristau [server/test] fix random error in unittest_security
Mon, 29 Jun 2015 16:41:36 +0200 Julien Cristau [entity] fix typo in comment
Fri, 26 Jun 2015 16:10:33 +0200 Denis Laxalde [doc] Add a tutorial and extend documentation for ExtEntityImporter
Fri, 26 Jun 2015 16:09:27 +0200 Yann Voté [dataimport] introduce the importer and extentity classes
Fri, 26 Jun 2015 17:01:03 +0200 Denis Laxalde [test] Use store.prepare_insert_relation instead of deprecated relate method
Wed, 24 Jun 2015 23:30:47 +0200 Sylvain Thénault [dataimport] since we have foreign key constraints in the database, 'entities' table should be updated first
Wed, 24 Jun 2015 23:23:57 +0200 Yann Voté [dataimport] Move stores to new API.
Tue, 23 Jun 2015 13:08:48 +0200 Rabah Meradi [js] Using appropriate http method when calling a remote function to respect REST principles.
Tue, 06 May 2014 10:28:23 +0200 Julien Cristau [server/test] Add a test for db-statement-timeout option
Wed, 05 Mar 2014 13:51:28 +0100 Julien Cristau [datafeed] give an error message if a source is missing a parser id
Mon, 23 Jun 2014 16:54:35 +0200 Julien Cristau [storage] use mkstemp to create files in bfss
Thu, 11 Jun 2015 09:51:30 +0200 Denis Laxalde [test] Skip spa2rql tests when fyzz is not available
Tue, 23 Jun 2015 18:10:45 +0200 Julien Cristau [web/staticcontrollers] fix docstring spelling
Tue, 23 Jun 2015 15:50:18 +0200 Julien Cristau [server/rql2sql] fix spelling in comment
Tue, 23 Jun 2015 15:17:31 +0200 Julien Cristau [doc/book] fix rql syntax examples
Fri, 15 May 2015 23:05:54 +0200 Julien Cristau [migration] add sql constraints on upgrade
Sun, 22 Mar 2015 19:10:13 +0100 Julien Cristau [schema] neuter check method for constraints we implement in sql
Sun, 22 Mar 2015 23:27:13 +0100 Julien Cristau add IUserFriendlyError adapter for violation of check constraints
Mon, 18 May 2015 19:47:34 +0200 Julien Cristau [hooks/syncschema] drop/add check constraints as appropriate
Sun, 22 Mar 2015 19:39:29 +0100 Julien Cristau [schema2sql] support NOW and TODAY in check constraints
Mon, 18 May 2015 11:36:07 +0200 Julien Cristau [schema2sql] insert some constraints into the backend
Tue, 23 Jun 2015 10:05:34 +0200 Julien Cristau [test] run unittest_syncschema with postgresql
Fri, 15 May 2015 18:11:08 +0200 Julien Cristau [test] run unittest_migractions on postgresql
Tue, 23 Jun 2015 10:26:03 +0200 Rémi Cardona [devtools] Put pg sockets in /tmp
Mon, 18 May 2015 16:44:49 +0200 Julien Cristau [devtools] change the way we start/stop postgresql
Mon, 18 May 2015 16:36:26 +0200 Julien Cristau [devtools] make test db name for postgresql process-specific
Mon, 18 May 2015 16:30:32 +0200 Julien Cristau [devtools] extract functions to start/stop a postgresql cluster
Mon, 18 May 2015 20:00:06 +0200 Julien Cristau [test] don't leave NULL columns around when making an attribute required
Tue, 23 Jun 2015 10:02:41 +0200 Rémi Cardona [server/session] Roll back in connection exit
Wed, 20 May 2015 16:13:07 +0200 Alain Leufroy [web/views/formrenderer] do not use `cubicweb:target` attribute on form (closes #5534074)
Fri, 25 Jul 2014 17:10:05 +0200 Adrien Di Mascio [js] lint : make it explicit that typeof is an operator, not a function.
Thu, 21 May 2015 16:20:04 +0200 Rémi Cardona [devtools] qunit: show helpful data when an assertion fails
Wed, 20 May 2015 17:25:40 +0200 Rémi Cardona [web/test] Use shorter $() instead of jQuery()
Wed, 20 May 2015 16:17:28 +0200 Rémi Cardona [devtools] qunit: use new async testing APIs
Wed, 20 May 2015 15:45:43 +0200 Rémi Cardona [devtools] qunit: use new assert APIs
Wed, 20 May 2015 17:04:43 +0200 Rémi Cardona [devtools] qunit: stop using global variables
Wed, 20 May 2015 15:12:58 +0200 Rémi Cardona [devtools] qunit: update to 1.18.0 (closes #5533333)
Wed, 20 May 2015 16:33:01 +0200 Rémi Cardona [devtools] qunit: stop using deprecated assert functions
Wed, 13 May 2015 18:39:29 +0200 Rémi Cardona [devtools] qunit: remove useless window.close()
Wed, 13 May 2015 18:38:04 +0200 Rémi Cardona [devtools] qunit: refactor functions into QUnitView
Wed, 13 May 2015 17:13:51 +0200 Rémi Cardona [devtools] qunit: only start firefox once per test
Wed, 13 May 2015 17:13:00 +0200 Rémi Cardona [devtools] qunit: decrease test timeout
Wed, 13 May 2015 17:12:40 +0200 Rémi Cardona [devtools] qunit: increase resolution and depth of Xvfb screen
Wed, 13 May 2015 18:34:52 +0200 Rémi Cardona [web/test] Always call QUnit.ok with a message
Wed, 13 May 2015 16:43:03 +0200 Rémi Cardona [web/test] Fix remaining JS tests (closes #5533303)
Wed, 13 May 2015 16:42:01 +0200 Rémi Cardona [web/test] Stop testing that exceptions raised in Deferred callbacks call errback
Wed, 13 May 2015 16:38:28 +0200 Rémi Cardona [web/test] stop calling loadxhtml with a form.callback
Wed, 13 May 2015 16:30:57 +0200 Rémi Cardona [web/test] Fix reset of loaded JS/CSS files
Wed, 13 May 2015 16:27:46 +0200 Rémi Cardona [web/test] Use proper JSON syntax
Wed, 13 May 2015 16:27:12 +0200 Rémi Cardona [web/test] Update mock ajax reply from "render" ajaxfunc
Wed, 13 May 2015 17:49:40 +0200 Rémi Cardona [devtools] Serve JS tests over HTTP (closes #5533285)
Wed, 13 May 2015 15:58:21 +0200 Rémi Cardona [web/data] Support Deferred objects outside XHR
Mon, 22 Jun 2015 14:27:37 +0200 Rémi Cardona merge 3.20.8 in 3.21
Mon, 22 Jun 2015 14:15:16 +0200 Rémi Cardona [views] Revert previous changeset 8f05aaabf355
Mon, 22 Jun 2015 12:51:28 +0200 Rémi Cardona Added tag 3.20.8, debian/3.20.8-1, centos/3.20.8-1 for changeset ec284980ed9e
Mon, 22 Jun 2015 12:50:30 +0200 Rémi Cardona [pkg] Prepare 3.20.8 3.20.8 centos/3.20.8-1 debian/3.20.8-1
Fri, 25 Jul 2014 16:11:46 +0200 Adrien Di Mascio [js] simplify cw.log implementation
Mon, 22 Jun 2015 11:28:16 +0200 Julien Cristau [web/views] don't force http redirect on logout
Tue, 16 Jun 2015 00:26:55 +0200 Aurelien Campeas [views/schema] extract a hardcoded css class attribute
Wed, 03 Jun 2015 12:36:31 +0200 Aurelien Campeas [formwidgets] move TextArea constants to the class level
Mon, 22 Jun 2015 12:23:50 +0200 Rémi Cardona [server/test] fix broken test
Thu, 18 Jun 2015 14:43:06 +0200 Rémi Cardona [test] typo in entities test comment
Thu, 18 Jun 2015 14:57:55 +0200 Rémi Cardona [cwconfig] typo in comment
Fri, 19 Jun 2015 16:38:53 +0200 Julien Cristau [serverctl] allow changing the log level for source-sync command
Thu, 30 Apr 2015 13:06:45 +0200 Katia Saurfelt [web, urlrewrite] remove unused `cachekey` argument from `rgx_action` (closes #5355967)
Fri, 19 Jun 2015 17:54:04 +0200 Katia Saurfelt [web] Fix the path to the `static directory` (closes #5355965)
Thu, 18 Jun 2015 18:22:55 +0200 Julien Cristau [web/json] Controller.publish must return encoded data
Wed, 15 Apr 2015 22:48:20 +0200 Aurelien Campeas [entities] fix dc_title output for bool(value) == False
Fri, 15 May 2015 18:06:03 +0200 Julien Cristau [hooks] manhandle the parsed rql query, not its string representation
Fri, 19 Jun 2015 17:21:28 +0200 Rémi Cardona merge 3.19.12 in 3.20
Fri, 19 Jun 2015 16:05:27 +0200 Rémi Cardona Added tag 3.19.12, debian/3.19.12-1, centos/3.19.12-1 for changeset 5932de3d50bf
Fri, 19 Jun 2015 10:53:23 +0200 Alain Leufroy [pkg] prepare 3.19.12 3.19.12 centos/3.19.12-1 debian/3.19.12-1
Thu, 18 Jun 2015 15:35:08 +0200 Alain Leufroy [web/views/formrenderer] remove `cubicweb:target` attribute on form once the target <iframe> is inserted
Tue, 16 Jun 2015 18:01:58 +0200 Adrien Di Mascio [views] implement a custom json error view
Wed, 13 May 2015 17:49:45 +0200 Adrien Di Mascio don't override req.form['vid'] in the publisher's error_handler
Mon, 15 Jun 2015 10:49:33 +0200 Sylvain Thénault when some inlined relation is set using cw_edited, its security shouldn't be checked.
Mon, 15 Jun 2015 10:46:49 +0200 Sylvain Thénault [test] stop depending on the email cube for hooks test
Thu, 11 Jun 2015 17:35:11 +0200 Sylvain Thénault [schemas] cwuri should be read-only
Mon, 06 Apr 2015 21:49:06 +0200 Sylvain Thénault fix EditController._ordered_formparams method in case some mandatory relation isn't specified
Thu, 19 Mar 2015 11:30:37 +0100 Laura Médioni [views] take into account subvid form param in SameETypeListView
Wed, 03 Jun 2015 17:22:06 +0200 Rabah Meradi [doc] fix errors in test_visibility_propagation example
Sat, 13 Jun 2015 10:03:08 +0200 Sylvain Thénault i18n typo
Tue, 09 Jun 2015 12:05:40 +0200 Rémi Cardona [predicates] Use proper deprecation mechanisms
Fri, 22 May 2015 11:28:56 +0200 Rabah Meradi [doc] loadRemote does a POST by default
Wed, 03 Jun 2015 17:15:08 +0200 Rabah Meradi [doc] how to change logo using css
Wed, 03 Jun 2015 17:17:29 +0200 Rabah Meradi [doc] escape | operator so it will be visible in the docs
Wed, 03 Jun 2015 17:19:24 +0200 Rabah Meradi [doc] add missing import for FourOhFour class
Wed, 03 Jun 2015 17:21:05 +0200 Rabah Meradi [doc] the instance is sytweb_instance and sytweb is the cube
Fri, 12 Jun 2015 09:18:02 +0200 Denis Laxalde [server] Do not use progress bar when stdout is not a TTY
Wed, 13 May 2015 17:12:41 +0200 Christophe de Vienne [wf] Fix Workflow.replace_state()
Tue, 05 May 2015 15:49:41 +0200 David Douard [tags] add properly formated tags for 3.19 and 3.20 releases
Tue, 05 May 2015 15:36:56 +0200 Sylvain Thénault [reledit] also check for cardinality before displaying the delete relation action. Closes #5334750
Wed, 25 Feb 2015 10:33:41 +0100 Sylvain Thénault [schema] add a unique index on cwuri
Thu, 13 Feb 2014 16:37:40 +0100 Aurelien Campeas [web] move AbstractAuthManager near its immediate concrete subclass
Thu, 13 Feb 2014 16:32:41 +0100 Aurelien Campeas [web] move abstract session manager to web/sessions
Wed, 11 Jun 2014 18:24:40 +0200 Aurelien Campeas [repository] rename session -> cnx
Wed, 11 Jun 2014 18:18:37 +0200 Aurelien Campeas [server/test] delete commented-out test
Wed, 11 Jun 2014 17:58:19 +0200 Aurelien Campeas [connection] remove the `mode` attribute
Wed, 11 Jun 2014 17:14:32 +0200 Aurelien Campeas [connection] remove ensure_cnx_set context manager uses
Wed, 11 Jun 2014 15:32:07 +0200 Aurelien Campeas [server] remove cnxset tracking, it is now unneeded
Wed, 11 Jun 2014 15:58:01 +0200 Aurelien Campeas [devtools] remove the remaining bw compat for old-style tests
Wed, 11 Jun 2014 14:52:27 +0200 Aurelien Campeas [session] remove session-related bw compat code
Wed, 11 Jun 2014 14:47:50 +0200 Aurelien Campeas [session/transaction] removed unused transaction class
Wed, 11 Jun 2014 13:39:56 +0200 Aurelien Campeas [transactions] cleanup after the dbapi removal
Tue, 10 Jun 2014 15:06:44 +0200 Aurelien Campeas [session/cnx] remove `session_handled` logic
Tue, 10 Jun 2014 14:44:36 +0200 Aurelien Campeas [web/sessions] reduce repoapi usage where possible
Tue, 10 Jun 2014 18:17:07 +0200 Aurelien Campeas [entity,storage] remove hackish code from the bfss path
Fri, 13 Jun 2014 15:56:08 +0200 Aurelien Campeas [connection] eliminate ClientConnection leftovers
Fri, 13 Jun 2014 15:42:04 +0200 Aurelien Campeas [session] all cnx._session become cnx.session
Tue, 10 Jun 2014 16:01:49 +0200 Aurelien Campeas [repoapi] fold ClientConnection into Connection
Fri, 13 Jun 2014 13:54:28 +0200 Aurelien Campeas [migractions] remove any session related leftovers
Fri, 13 Jun 2014 12:07:51 +0200 Aurelien Campeas [session] provide missing apis to Connection
Tue, 01 Jul 2014 16:55:49 +0200 Aurelien Campeas [connection] replace .running_dbapi_query with .hooks_in_progress
Tue, 05 May 2015 08:41:19 +0200 Denis Laxalde [dataimport] Turn the module into a package
Fri, 07 Nov 2014 15:33:30 +0100 Rémi Cardona [dataimport] Properly escape strings sent to COPY FROM (closes #5278743)
Tue, 28 Apr 2015 17:00:35 +0200 Adrien Di Mascio [http] fix cache-control syntax in EtagHTTPCacheManager
Tue, 01 Jul 2014 13:19:35 +0200 Aurelien Campeas [connection] provide some missing documentation bits
Fri, 06 Jun 2014 17:08:08 +0200 Aurelien Campeas [repoapi,session] remove all session-as-cnx backward compat
Wed, 22 Apr 2015 18:28:58 +0200 Julien Cristau [server] drop repo.internal_session and InternalSession
Wed, 22 Apr 2015 17:48:32 +0200 Rémi Cardona Added tag cubicweb-version-3.20.7, cubicweb-debian-version-3.20.7-1, cubicweb-centos-version-3.20.7-1 for changeset 359d68bc1260
Wed, 22 Apr 2015 17:48:00 +0200 Rémi Cardona [pkg] 3.20.7 3.20.7 centos/3.20.7-1 cubicweb-centos-version-3.20.7-1 cubicweb-debian-version-3.20.7-1 cubicweb-version-3.20.7 debian/3.20.7-1
Wed, 22 Apr 2015 17:45:27 +0200 Julien Cristau [dbapi] retire repo.[gs]et_shared_data which were used by the dbapi
Tue, 17 Mar 2015 16:00:30 +0100 Aurelien Campeas [dbapi] retire repository transaction methods which were used by the dbapi
Tue, 17 Mar 2015 15:57:22 +0100 Aurelien Campeas [dbapi] retire repo.call_service which was used by the dbapi
Tue, 17 Mar 2015 15:55:52 +0100 Aurelien Campeas [dbapi] retire repo.commit/rollback which was used by the dbapi
Tue, 17 Mar 2015 15:46:40 +0100 Aurelien Campeas [dbapi] retire repo.user_info which was used by the dbapi
Tue, 17 Mar 2015 15:41:54 +0100 Aurelien Campeas [dbapi] retire repo.entity_metas which was used by the dbapi
Wed, 04 Jun 2014 18:21:24 +0200 Aurelien Campeas [dbapi] retire repo.execute, which was used by the dbapi
Thu, 05 Jun 2014 09:51:57 +0200 Aurelien Campeas [devtools/testlib] remove dbapi backward-compat
Fri, 13 Mar 2015 16:11:35 +0100 Julien Cristau [test] fix copy-pasta in doc string
Fri, 13 Mar 2015 16:10:29 +0100 Julien Cristau [book] remove dbapi documentation
Fri, 27 Mar 2015 15:29:34 +0100 Alain Leufroy [uilib] `uilib.js` helper now honors explicit JSString (closes #4959538)
Tue, 03 Jun 2014 16:57:14 +0200 Aurelien Campeas [dbapi] remove the dbapi module and its immediate remaining users
Fri, 13 Mar 2015 16:57:32 +0100 Julien Cristau [web/views] remove dbapi usage from 'gc' view
Tue, 07 Apr 2015 17:08:53 +0200 Christophe de Vienne [sqlite] Fix integrity error parsing
Mon, 06 Apr 2015 21:46:52 +0200 Sylvain Thénault [postgres] fix limit_size regexp to properly remove one char tags like <p>.
Wed, 15 Apr 2015 22:08:08 +0200 Sylvain Thénault [postgres] _regproc.postgres.sql should be reloadable
Tue, 21 Apr 2015 17:12:36 +0200 Julien Cristau [mail] include Date header in generated mails (closes #5271058)
Thu, 02 Apr 2015 10:41:53 +0200 Julien Cristau [doc] mention datadir-url configuration option in release notes
Wed, 22 Apr 2015 12:26:44 +0200 Julien Cristau [web] add test for datadir-url option (related to #5204550)
Wed, 01 Apr 2015 15:50:59 +0200 Julien Cristau [web] Add datadir-url configuration option (closes #5204550)
Tue, 31 Mar 2015 10:22:05 +0200 Julien Cristau [web] kill https-deny-anonymous option (closes #5193687)
Thu, 29 Jan 2015 10:54:41 +0100 Julien Cristau [cwctl] don't filter DeprecationWarnings
Wed, 28 Jan 2015 15:53:41 +0100 Julien Cristau [exceptions] avoid calling UniqueExceptionError.rtypes after closing the session
Wed, 22 Apr 2015 12:05:09 +0200 Rémi Cardona [web/test] Fix broken tests after commit b81adb5e32f9
Wed, 11 Jun 2014 15:33:09 +0200 Julien Cristau [web/test] don't delete uicache directory
Fri, 20 Feb 2015 16:17:51 +0100 Julien Cristau [web/views] add text/n3 rdf view
Fri, 31 Oct 2014 17:17:26 +0100 Nicolas Chauvat [schemas] make CWEType.final default to False (closes #5049201)
Fri, 04 Apr 2014 14:49:18 +0200 Julien Cristau [repository] replace session with cnx in a few places
Mon, 01 Dec 2014 16:50:41 +0100 Julien Cristau Don't pass an encoding to rqlst.as_string()
Sun, 27 Jul 2014 14:57:51 +0200 Rémi Cardona [rset] Deprecate the 'encoded' argument to ResultSet.printable_rql()
Wed, 22 Apr 2015 09:52:28 +0200 Julien Cristau [gcdebug] ignore _NeedAuthAccessMock instances
Tue, 10 Feb 2015 14:38:25 +0100 Rémi Cardona [views] Fix 'gc' view to use 'repo_gc_stats' service
Tue, 10 Feb 2015 14:37:51 +0100 Rémi Cardona [services] Fix 'repo_gc_stats' to return a list of unreachable objects' repr
Tue, 10 Feb 2015 12:18:38 +0100 David Douard [services] Prevent 'repo_stats' service from aggregating information
Wed, 22 Apr 2015 11:00:50 +0200 David Douard [hooks] add a looping task that dumps the stats regularly in a file
Mon, 23 Feb 2015 09:02:41 +0100 Denis Laxalde [web/facet] Use an Exists node in HasRelationFacet
Wed, 01 Apr 2015 13:39:30 +0200 Denis Laxalde [debian] Add a Breaks for cubicweb-folder which stills use GMTOFFSET
Mon, 16 Mar 2015 16:46:34 +0100 Julien Cristau [web] kill GMTOFFSET (closes #2154655)
Thu, 26 Mar 2015 08:34:47 +0100 Julien Cristau [web/request] don't play tricks with utc offset
Wed, 25 Mar 2015 08:43:00 +0100 Denis Laxalde [server/test] Drop dependency on folder cube
Wed, 25 Mar 2015 08:21:00 +0100 Denis Laxalde [web/test] Drop folder cube dependency
Wed, 22 Apr 2015 10:08:14 +0200 Rémi Cardona merge 3.20.6 into 3.21
Wed, 01 Apr 2015 15:06:45 +0200 Rémi Cardona [web/views] Allow changing CSVView's separator (closes #5227442)
Thu, 16 Apr 2015 18:59:12 +0200 Sylvain Thénault [web/view/treeview] add a 'selected' class on <li> if the entity's url is the currently displayed url
Thu, 02 Apr 2015 13:54:00 +0200 Julien Cristau Added tag cubicweb-version-3.20.6, cubicweb-debian-version-3.20.6-1, cubicweb-centos-version-3.20.6-1 for changeset 7f64859dcbcd
Thu, 02 Apr 2015 10:58:38 +0200 Julien Cristau [pkg] 3.20.6 3.20.6 centos/3.20.6-1 cubicweb-centos-version-3.20.6-1 cubicweb-debian-version-3.20.6-1 cubicweb-version-3.20.6 debian/3.20.6-1
Mon, 30 Mar 2015 11:47:43 +0200 Julien Cristau [notification] don't block while sending mails
Sun, 01 Feb 2015 22:17:25 +0100 Sylvain Thénault [dataimport] make MetaDataGenerator / NoHookObjectStore usable from a datafeed parser
Sun, 01 Feb 2015 22:14:44 +0100 Sylvain Thénault [dataimport] don't generate metadata which are explicitly specified
Fri, 27 Mar 2015 17:23:06 +0100 Julien Cristau [debian] prepare 3.20.5-2
Fri, 27 Mar 2015 17:22:39 +0100 Julien Cristau merge 3.19.11-2 into 3.20
Fri, 27 Mar 2015 17:21:08 +0100 Julien Cristau Added tag cubicweb-debian-version-3.19.11-2 for changeset 6d265ea7d56f
Fri, 27 Mar 2015 16:59:47 +0100 Julien Cristau [debian] Update watch file cubicweb-debian-version-3.19.11-2 debian/3.19.11-2
Fri, 27 Mar 2015 16:52:44 +0100 Julien Cristau [debian] Fix cubicweb-dev dependency
Fri, 27 Mar 2015 16:37:26 +0100 Julien Cristau Added tag cubicweb-version-3.20.5, cubicweb-debian-version-3.20.5-1, cubicweb-centos-version-3.20.5-1 for changeset 51aa56e7d507
Fri, 27 Mar 2015 14:56:33 +0100 Julien Cristau [pkg] 3.20.5 3.20.5 centos/3.20.5-1 cubicweb-centos-version-3.20.5-1 cubicweb-debian-version-3.20.5-1 cubicweb-version-3.20.5 debian/3.20.5-1
Wed, 25 Mar 2015 08:09:56 +0100 Sylvain Thénault [dataimport] don't insert created_by / owned_by relations when user is the internal manager (eid = -1).
Wed, 25 Mar 2015 07:57:38 +0100 Sylvain Thénault [repository] don't attempt to delete computed relation, they have no table in the database. Closes #5162935
Mon, 23 Mar 2015 14:28:48 +0100 Sylvain Thénault [migration] sync_schema_props_perms should skip computed relations. Closes #5147796
Sun, 22 Mar 2015 19:05:19 +0100 Julien Cristau [schema] typo
Fri, 20 Feb 2015 16:18:25 +0100 Julien Cristau [web/test] fix test_views
Mon, 23 Mar 2015 11:08:04 +0100 Erica Marco [documentation] add note concerning Attribute, TODAY and NOW in yams documentation
Wed, 18 Mar 2015 22:43:51 +0100 Sylvain Thénault [i18n] properly translate error messages related to violated unicity constraint.
Wed, 04 Feb 2015 15:13:36 +0100 Rémi Cardona [web/data] Add missing mode='swap' in loadxhtml calls (closes #5087432)
Tue, 17 Mar 2015 12:34:07 +0100 Rémi Cardona [web/views] Fix PropertyKeyField widget (closes #5087413)
Tue, 17 Mar 2015 12:35:45 +0100 Rémi Cardona [web/views] Fix exception in CWProperty edit form (closes #5087412)
Wed, 25 Mar 2015 10:10:24 +0100 Denis Laxalde [web/request] Restore attribute setting for search_state
Mon, 09 Feb 2015 12:52:15 +0100 Julien Cristau [web/request] simplify search_state loading, fix comment
Wed, 28 Jan 2015 09:46:55 +0100 Christophe de Vienne [webrequest] Lazy-load search_state
Thu, 12 Mar 2015 12:29:25 +0100 Julien Cristau [config] disable fckeditor by default (closes #1368900)
Wed, 18 Mar 2015 14:41:47 +0100 Julien Cristau merge 3.19.11 into 3.20
Wed, 18 Mar 2015 13:45:45 +0100 Julien Cristau Added tag cubicweb-version-3.19.11, cubicweb-debian-version-3.19.11-1, cubicweb-centos-version-3.19.11-1 for changeset 1ae64186af94
Tue, 17 Mar 2015 15:50:40 +0100 Erica Marco [migration] reorder system tables / meta-schema migration into bootstrap_migration 3.19.11 centos/3.19.11-1 cubicweb-centos-version-3.19.11-1 cubicweb-debian-version-3.19.11-1 cubicweb-version-3.19.11 debian/3.19.11-1
Wed, 18 Mar 2015 12:02:09 +0100 Julien Cristau [dataimport] add missing import (closes #4985916)
Wed, 18 Mar 2015 12:01:03 +0100 Julien Cristau [debian] cubicweb-dev needs cubicweb-etwist
Wed, 18 Mar 2015 11:56:11 +0100 Julien Cristau [pkg] 3.19.11
Tue, 17 Mar 2015 09:19:06 +0100 Julien Cristau Binary initializer should accept bytearrays (closes #5084075)
Thu, 05 Mar 2015 11:44:29 +0100 Sylvain Thénault [native source] log the used connection in doexecmany as in doexec
Tue, 17 Feb 2015 12:43:42 +0100 Julien Cristau [server] use unicode wherever appropriate in transaction/undo related methods
Mon, 09 Mar 2015 18:02:49 +0100 Julien Cristau [web] typo
Tue, 17 Feb 2015 12:42:42 +0100 Julien Cristau [entities] return the entity itself from notification_references if the view uses a random message-id
Tue, 17 Feb 2015 12:35:58 +0100 Julien Cristau [notifications] use non-fixed message-id for EntityUpdatedNotificationView
Tue, 17 Feb 2015 12:32:39 +0100 Julien Cristau [server/test] kill remaining 3.19 deprecation warnings in undo tests
Mon, 16 Feb 2015 14:30:19 +0100 Julien Cristau [devtools] accept str objects in CubicWebTC.new_access and .create_user
Mon, 16 Feb 2015 10:38:50 +0100 Julien Cristau [utils] use the "predictable" argument to js_dumps
Mon, 16 Feb 2015 10:54:48 +0100 Julien Cristau [server/test] don't rely on a sorted output from .object_relations()
Mon, 16 Feb 2015 10:21:29 +0100 Julien Cristau [req] make rebuild_url predictable
Fri, 13 Feb 2015 15:12:31 +0100 Julien Cristau [web/test] don't depend on iteration order on a set
Fri, 13 Feb 2015 15:10:43 +0100 Julien Cristau [web/test] fix cubicweb 3.19 deprecation warning
Fri, 13 Feb 2015 15:09:36 +0100 Julien Cristau [web/test] use unicode instead of str for user logins
Fri, 13 Feb 2015 14:34:35 +0100 Julien Cristau [test] Don't depend on dict iteration ordering
Fri, 13 Feb 2015 14:32:15 +0100 Julien Cristau [entities] make cw_fti_index_rql_queries predictable
Fri, 13 Feb 2015 13:39:33 +0100 Julien Cristau [hooks/syncschema] use a list instead of a set for UpdateFTIndexOp
Fri, 13 Feb 2015 11:48:13 +0100 Julien Cristau [rqlrewrite] sort possible types when turning is_instance_of into is
Fri, 13 Feb 2015 11:47:34 +0100 Julien Cristau [server/test] use unicode strings for user logins
Fri, 13 Feb 2015 10:00:32 +0100 Julien Cristau [web/test] use unicode object as user login
Fri, 13 Feb 2015 09:59:34 +0100 Julien Cristau [server/querier] stop passing a rqlst to empty_rset
Thu, 12 Feb 2015 18:52:04 +0100 Julien Cristau [web/views] Use predictable ordering for attributes in entity XML view
Fri, 13 Feb 2015 09:46:19 +0100 Julien Cristau [web/views] set explicit order for ManageSourcesAction
Thu, 12 Feb 2015 18:40:49 +0100 Julien Cristau [web/test] don't depend on dict iteration ordering
Thu, 12 Feb 2015 18:40:24 +0100 Julien Cristau [web/test] pass login as unicode string
Thu, 12 Feb 2015 18:39:04 +0100 Julien Cristau [web/test] fix 3.19 deprecation warning
Thu, 12 Feb 2015 18:25:07 +0100 Julien Cristau [sobjects/test] Fix dependency on predictable hashing
Thu, 12 Feb 2015 18:13:00 +0100 Julien Cristau [test] don't rely on a stable ordering for appobject_path
Fri, 13 Mar 2015 15:30:01 +0100 Julien Cristau [server] remove "standalone RQL server" from possible configuration choices
Fri, 13 Mar 2015 14:12:03 +0100 Julien Cristau Remove leftover bits from start-repository command, and document its demise
Fri, 13 Mar 2015 14:10:40 +0100 Aurelien Campeas Remove the remote repository-access-through-zmq support
Tue, 03 Mar 2015 14:57:34 +0100 Aurelien Campeas Remove remote repository-access-through-pyro support
Fri, 13 Mar 2015 14:47:35 +0100 Denis Laxalde [web/views/rdf] Take the second element of XY equivalent for non final relation
Wed, 11 Feb 2015 12:42:19 +0100 Rémi Cardona [server] Make sure 'zmq-address-sub' config is always iterable
Mon, 01 Dec 2014 11:52:58 +0100 Julien Cristau [web] split timeline in an individual cube
Thu, 12 Feb 2015 13:52:58 +0100 Julien Cristau [devtools] don't hide warnings and errors during tests
Fri, 05 Dec 2014 11:25:35 +0100 Aurelien Campeas [test/i18n] remove unneeded hack
Thu, 12 Mar 2015 14:21:36 +0100 Julien Cristau merge 3.19.10 into 3.20
Mon, 09 Mar 2015 09:32:11 +0100 Denis Laxalde [server/session] Fix typo "meta vs. metas" in describe()
Thu, 12 Mar 2015 12:26:46 +0100 Rémi Cardona Added tag cubicweb-version-3.19.10, cubicweb-debian-version-3.19.10-1, cubicweb-centos-version-3.19.10-1 for changeset 3bab0b9b0ee7
Thu, 12 Mar 2015 11:52:18 +0100 Rémi Cardona [pkg] 3.19.10 3.19.10 centos/3.19.10-1 cubicweb-centos-version-3.19.10-1 cubicweb-debian-version-3.19.10-1 cubicweb-version-3.19.10 debian/3.19.10-1
Thu, 12 Mar 2015 11:00:57 +0100 Rémi Cardona [i18n] Update translations
Wed, 11 Mar 2015 15:17:25 +0100 Rémi Cardona [config] Lowercase the FQDN we get from the OS (closes #5040345)
Tue, 10 Mar 2015 11:52:04 +0100 Rémi Cardona [web/views] Honor 'action' attribute on AutomaticEntityForm, closes #4943392
Tue, 22 Apr 2014 16:39:19 +0200 Dimitri Papadopoulos [docstrings] fix project-wide English language mistake
Wed, 26 Mar 2014 12:30:52 +0100 Julien Cristau [doc] Don't pretend we know cubicweb runs on mysql
Fri, 06 Mar 2015 16:17:11 +0100 Denis Laxalde [test/i18n] Update reference po file following 75cd7df5c32e
Wed, 25 Feb 2015 17:13:46 +0100 Sylvain Thénault [devtools] add a method on CubicWebTC to fake data posted by standard cw forms. Closes #4985805
Thu, 18 Dec 2014 10:55:17 +0100 Julien Cristau [web/wdoc] fix links
Thu, 05 Mar 2015 11:40:56 +0100 Sylvain Thénault [i18n generation] add missing 'add a EntityType' message to generated catalogs. Closes #5012581
Tue, 03 Mar 2015 14:58:16 +0100 Julien Cristau [server/test] fix test_zmq
Thu, 12 Jun 2014 15:22:01 +0200 Aurelien Campeas [views,js] remove user_callback feature
Fri, 06 Feb 2015 14:43:40 +0100 Christophe de Vienne [newcube] Make the generated code PEP-8 compliant
Sun, 31 Aug 2014 18:04:46 +0200 Rémi Cardona Remove unused imports
Wed, 20 Aug 2014 20:46:17 +0200 Rémi Cardona [ext] Remove use of cStringIO
Wed, 30 Jul 2014 22:34:55 +0200 Rémi Cardona [view] Use io.BytesIO as stream for binary views
Fri, 16 Jan 2015 14:12:49 +0100 Julien Cristau [undo/test] check that the entity was restored even though the fiche relation wasn't
Fri, 16 Jan 2015 12:35:46 +0100 Julien Cristau Use a moved_entities table to record external entities moved to the system source
Fri, 16 Jan 2015 12:43:32 +0100 Julien Cristau Add unique index on entities.extid
Fri, 16 Jan 2015 11:17:53 +0100 Julien Cristau [undo/test] if we try to delete an entity referenced by an inline relation, we fail
Fri, 16 Jan 2015 10:56:30 +0100 Julien Cristau [undo] when we can't undo an inlined relation change, point at None, not a broken eid
Thu, 15 Jan 2015 19:17:32 +0100 Julien Cristau Ask sqlite to check foreign keys
Thu, 15 Jan 2015 18:53:45 +0100 Julien Cristau Add reference from etype table's eid column to the entities table
Fri, 16 Jan 2015 14:30:55 +0100 Julien Cristau [server] change order of entities table modification vs entity creation/deletion
Thu, 15 Jan 2015 17:06:16 +0100 Julien Cristau Use foreign keys for relations tables
Thu, 15 Jan 2015 16:49:32 +0100 Julien Cristau Add foreign key for inline relations
Thu, 15 Jan 2015 16:44:36 +0100 Julien Cristau Use our version of schema2sql
Thu, 15 Jan 2015 16:39:35 +0100 Julien Cristau Steal schema2sql module from yams
Thu, 05 Feb 2015 19:36:49 +0100 Sylvain Thénault [dataimport] fix pylint detected error in SQLGenObjectStore
Tue, 27 Jan 2015 10:20:15 +0100 Aurelien Campeas [restore/portable] properly restore the numrange generator
Mon, 26 Jan 2015 18:05:24 +0100 Aurelien Campeas [backup/portable] properly write the eid numrange generator (the eid is no more a sequence)
Fri, 06 Feb 2015 14:46:38 +0100 Julien Cristau Added tag cubicweb-version-3.20.4, cubicweb-debian-version-3.20.4-1, cubicweb-centos-version-3.20.4-1 for changeset 49831fdc84dc
Fri, 06 Feb 2015 09:41:40 +0100 Julien Cristau [pkg] 3.20.4 3.20.4 centos/3.20.4-1 cubicweb-centos-version-3.20.4-1 cubicweb-debian-version-3.20.4-1 cubicweb-version-3.20.4 debian/3.20.4-1
Wed, 04 Feb 2015 21:55:37 +0100 Sylvain Thénault [schema] set permissions that do not allow edition on computed relation. Closes #4903918
Mon, 02 Feb 2015 23:17:15 +0100 Sylvain Thénault [computed attribute] ensure attribute's formula apply only to the correct type. Closes #4901163
Mon, 02 Feb 2015 22:05:00 +0100 Sylvain Thénault [schemaserial] fix detection of CWComputedRType table, closes #4901150
Fri, 30 Jan 2015 15:43:28 +0100 Sylvain Thénault [dataimport] source.add_info doesn't take anymore a 'complete' argument
Fri, 30 Jan 2015 15:28:24 +0100 Sylvain Thénault [dataimport] massive renaming of session to cnx
Tue, 03 Feb 2015 14:59:54 +0100 Julien Cristau [web/data] use the right selector for hiding jquery treeview placeholders
Thu, 05 Feb 2015 15:49:02 +0100 Julien Cristau merge 3.19.9 into 3.20 branch
Thu, 05 Feb 2015 15:40:07 +0100 Julien Cristau Added tag cubicweb-version-3.19.9, cubicweb-debian-version-3.19.9-1, cubicweb-centos-version-3.19.9-1 for changeset b7c373d74754
Thu, 05 Feb 2015 15:35:34 +0100 Julien Cristau [pkg] 3.19.9 3.19.9 centos/3.19.9-1 cubicweb-centos-version-3.19.9-1 cubicweb-debian-version-3.19.9-1 cubicweb-version-3.19.9 debian/3.19.9-1
Fri, 16 Jan 2015 17:48:16 +0100 Julien Cristau [hooks] don't insert use_email relation if the entity on either side is going away
Fri, 16 Jan 2015 10:57:02 +0100 Julien Cristau [undo] fix deletion of cw_source relation
Thu, 15 Jan 2015 15:45:09 +0100 Julien Cristau [hooks] don't insert an owned_by relation for deleted entities
Thu, 29 Jan 2015 16:18:23 +0100 Aurelien Campeas [etwist/service] adjust for a signature change
Wed, 10 Dec 2014 10:49:07 +0100 Sylvain Thénault [rset] fix crash on displaying rset where some symmetric relation is used. Closes #4739253
Thu, 04 Dec 2014 11:37:10 +0100 Sylvain Thénault Fix handling of limit within the primary view for related elements. Closes #4723579
Mon, 29 Dec 2014 12:35:34 +0100 Christophe de Vienne [native] Change SQL errors log level.
Mon, 02 Feb 2015 12:32:07 +0100 Julien Cristau Added tag cubicweb-version-3.20.3, cubicweb-debian-version-3.20.3-1, cubicweb-centos-version-3.20.3-1 for changeset 7d3a583ed539
Mon, 02 Feb 2015 12:17:29 +0100 Julien Cristau [debian] build-depend on markdown for documentation build 3.20.3 centos/3.20.3-1 cubicweb-centos-version-3.20.3-1 cubicweb-debian-version-3.20.3-1 cubicweb-version-3.20.3 debian/3.20.3-1
Wed, 28 Jan 2015 14:03:00 +0100 Christophe de Vienne [devtools] Make PostgresTestDataBaseHandler multi-use friendly
Mon, 02 Feb 2015 12:07:10 +0100 Julien Cristau [devtools] restore i18n of string removed in 4001cfe2f44d
Sat, 31 Jan 2015 19:32:32 +0100 Julien Cristau [pkg] fix setup.py install
Fri, 30 Jan 2015 16:14:44 +0100 Julien Cristau [pkg] 3.20.3
Fri, 23 Jan 2015 13:26:44 +0100 Rémi Cardona [server] Increase the stacklevel (due to @_open_only decorator)
Wed, 28 Jan 2015 15:51:11 +0100 Julien Cristau [pkg] install jquery-treeview
Wed, 28 Jan 2015 15:06:34 +0100 Julien Cristau [migration/3.20] sync rtypes before etypes
Wed, 28 Jan 2015 17:36:13 +0100 Denis Laxalde [doc] Fix class name for ComputedRelation; fix code block about computed attributes
Thu, 29 Jan 2015 16:40:08 +0100 Rémi Cardona [web] Allow propagating 'klass' parameter on tree views recursively
Wed, 28 Jan 2015 11:59:06 +0100 Rémi Cardona [utils] Fix define_var in ajax context (closes #4881301)
Wed, 28 Jan 2015 11:53:20 +0100 Rémi Cardona [web/data] Never hide JS errors in our Deferred implementation
Wed, 28 Jan 2015 11:51:16 +0100 Rémi Cardona [web/data] Fix userCallbackThenUpdateUI to completely replace old DOM elements
(0) -10000 -3000 -1000 -480 +480 +1000 tip