Fri, 18 Sep 2015 18:01:31 +0200 Rémi Cardona [py3k] Don't sort Action objects
Tue, 22 Sep 2015 15:25:25 +0200 Rémi Cardona [py3k] use inspect module to get a function's arguments
Fri, 18 Sep 2015 17:58:30 +0200 Rémi Cardona [py3k] __unicode__ and __str__
Mon, 21 Sep 2015 19:00:26 +0200 Rémi Cardona [test] call rql.parse with unicode objects
Fri, 18 Sep 2015 14:23:22 +0200 Rémi Cardona [py3k] replace cmp with key in sorted()
Fri, 18 Sep 2015 12:35:10 +0200 Rémi Cardona [tests] remove useless sort
Fri, 18 Sep 2015 12:34:51 +0200 Rémi Cardona [py3k] dict methods no longer return indexable objects
Fri, 18 Sep 2015 12:03:12 +0200 Rémi Cardona [py3k] unicode → six.text_type
Fri, 18 Sep 2015 11:58:29 +0200 Rémi Cardona [py3k] unicode → six.text_type
Fri, 18 Sep 2015 11:54:12 +0200 Rémi Cardona [server] Port BFSS to py3k
Thu, 17 Sep 2015 15:35:26 +0200 Rémi Cardona [py3k] Binary.getvalue() returns bytes
Tue, 22 Sep 2015 14:47:04 +0200 Rémi Cardona [py3k] ensure Binary objects are initialized with bytes
Thu, 17 Sep 2015 12:02:40 +0200 Rémi Cardona [py3k] __unicode__ and __str__
Thu, 17 Sep 2015 11:07:36 +0200 Rémi Cardona [py3k] unicode → six.text_type
Fri, 18 Sep 2015 14:50:44 +0200 Rémi Cardona [mail] port to py3k
Wed, 16 Sep 2015 18:43:19 +0200 Rémi Cardona [web/views] port JSON views to py3k
Wed, 16 Sep 2015 18:43:02 +0200 Rémi Cardona [py3k] unicode → six.text_type
Wed, 16 Sep 2015 18:41:12 +0200 Rémi Cardona [web/controller] req.form is supposed to contain unicode-data
Wed, 16 Sep 2015 18:40:03 +0200 Rémi Cardona [py3k] unicode → six.text_type
Wed, 16 Sep 2015 17:22:41 +0200 Rémi Cardona [py3k] unicode vs str vs bytes vs the world
Wed, 16 Sep 2015 17:07:26 +0200 Rémi Cardona [web/views] Port csvexport views to py3k
Tue, 22 Sep 2015 14:18:14 +0200 Rémi Cardona [py3k] unicode vs str vs bytes vs the world
Wed, 16 Sep 2015 16:07:29 +0200 Rémi Cardona [web/request] don't convert request parameters if py3k
Wed, 16 Sep 2015 16:02:04 +0200 Rémi Cardona [py3k] unicode → six.text_type
Wed, 16 Sep 2015 15:26:56 +0200 Rémi Cardona [py3k] __getslice__ → __getitem__ with slice support
Wed, 16 Sep 2015 15:50:42 +0200 Rémi Cardona [py3k] __nonzero__ → __bool__
Wed, 16 Sep 2015 15:17:42 +0200 Rémi Cardona [py3k] unicode vs str vs bytes vs the world
Wed, 16 Sep 2015 13:57:21 +0200 Rémi Cardona [py3k] use six.add_metaclass
Wed, 16 Sep 2015 11:28:07 +0200 Rémi Cardona [py3k] unicode → six.text_type
Mon, 05 Oct 2015 17:10:36 +0200 Rémi Cardona [py3k] add list() around dict methods
Tue, 15 Sep 2015 18:43:19 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 15 Sep 2015 18:39:09 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 15 Sep 2015 18:30:05 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 15 Sep 2015 18:23:35 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 15 Sep 2015 18:22:41 +0200 Rémi Cardona [server/utils] crypt_password should always return bytes
Tue, 15 Sep 2015 18:21:33 +0200 Rémi Cardona [py3k] str → six.binary_type
Tue, 15 Sep 2015 17:32:30 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 15 Sep 2015 17:31:07 +0200 Rémi Cardona [server/utils] convert to py3k using six
Tue, 15 Sep 2015 17:28:05 +0200 Rémi Cardona [py3k] six.PY2
Tue, 15 Sep 2015 17:25:50 +0200 Rémi Cardona [py3k] use text/binary types from six
Tue, 15 Sep 2015 17:04:04 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 15 Sep 2015 15:28:20 +0200 Rémi Cardona [py3k] bytes vs str
Tue, 15 Sep 2015 15:08:04 +0200 Rémi Cardona [py3k] io.BytesIO
Wed, 16 Sep 2015 17:28:06 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 13 Oct 2015 16:57:09 +0200 Rémi Cardona [py3k] bytes required for hashlib.{md5,sha1}()
Thu, 01 Oct 2015 11:40:23 +0200 Julien Cristau [wsgi/test] add __main__ section
Fri, 18 Sep 2015 14:29:53 +0200 Rémi Cardona [py3k] use next builtin instead of next method
Tue, 15 Sep 2015 17:10:58 +0200 Rémi Cardona [web/views] use next builtin instead of next method
Tue, 15 Sep 2015 16:09:55 +0200 Rémi Cardona [py3k] declare meta classes using six.add_metaclass
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Fri, 11 Sep 2015 18:01:36 +0200 Rémi Cardona [py3k] introduce cubicweb._ (related to #7589459)
Fri, 18 Sep 2015 18:04:05 +0200 Rémi Cardona [py3k] dict.iterkeys → dict
Tue, 13 Oct 2015 15:09:22 +0200 Rémi Cardona [py3k] dict.itervalues → dict.values
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Tue, 08 Sep 2015 18:04:57 +0200 Julien Cristau implement __ne__ whenever we implement __eq__
Tue, 08 Sep 2015 17:15:03 +0200 Julien Cristau [test] use unicode for rql queries (7/7)
Tue, 08 Sep 2015 16:28:55 +0200 Julien Cristau [test] use unicode for rql queries (6/7)
Tue, 08 Sep 2015 16:25:26 +0200 Julien Cristau [test] use unicode for rql queries (5/7)
Tue, 08 Sep 2015 16:25:16 +0200 Julien Cristau [test] use unicode for rql queries (4/7)
Tue, 08 Sep 2015 16:24:57 +0200 Julien Cristau [test] use unicode for rql queries (3/7)
Tue, 08 Sep 2015 16:24:42 +0200 Julien Cristau [test] use unicode for rql queries (2/7)
Wed, 09 Sep 2015 09:37:14 +0200 Julien Cristau [test] use unicode for rql queries (1/7)
Tue, 08 Sep 2015 16:26:56 +0200 Julien Cristau [schema] improve normalization of RQLExpressions
Tue, 08 Sep 2015 13:43:57 +0200 Julien Cristau [server/rql2sql] use VariableRef.is_equivalent explicitly instead of relying on __eq__
Mon, 12 Oct 2015 10:53:35 +0200 Rémi Cardona merge with 3.21.2
Fri, 02 Oct 2015 17:28:33 +0200 David Douard [statsd] fix the statsd logger (closes #7558147)
Mon, 12 Oct 2015 09:19:07 +0200 Rémi Cardona Added tag 3.21.2, debian/3.21.2-1, centos/3.21.2-1 for changeset a5428e1ab364
Fri, 09 Oct 2015 18:01:46 +0200 Rémi Cardona [pkg] 3.21.2 3.21.2 centos/3.21.2-1 debian/3.21.2-1
Fri, 09 Oct 2015 18:03:40 +0200 Rémi Cardona [pkg] Remove leftover dep on pyro (closes #7479155)
Fri, 09 Oct 2015 17:52:14 +0200 Rémi Cardona merge with 3.20.10
Tue, 29 Sep 2015 12:09:04 +0200 Sylvain Thénault [migration] fix change_attribute_type to update the live schema
Fri, 24 Jul 2015 09:57:08 +0200 Julien Cristau [devtools] add has_cache for postgres (closes #5739624)
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
(0) -10000 -3000 -1000 -240 +240 +1000 tip