Mon, 03 Feb 2014 19:00:52 +0100 Julien Cristau [repo] restore python 2.6 compatibility
Tue, 28 Jan 2014 18:24:29 +0100 Julien Cristau [server] use internal_cnx instead of internal_session in deserialize_schema
Tue, 28 Jan 2014 18:40:19 +0100 Julien Cristau [server/schemaserial] rename cursor argument to cnx
Wed, 29 Jan 2014 15:57:48 +0100 Julien Cristau [repo] Use a connection instead of a session in Repository.properties()
Thu, 30 Jan 2014 16:00:29 +0100 Julien Cristau [server/sources] replace references to dbapi with repoapi
Thu, 30 Jan 2014 16:45:05 +0100 Julien Cristau [doc/3.19] Make repoapi description match code
Mon, 03 Feb 2014 18:19:26 +0100 Julien Cristau [serverctl] remove broken schema-sync command
Thu, 30 Jan 2014 18:04:59 +0100 Julien Cristau [server/session] Fix docstring typo for InternalSession
Fri, 24 Jan 2014 15:32:53 +0100 Dimitri Papadopoulos [book] typo
Wed, 29 Jan 2014 13:45:03 +0100 Julien Cristau [server] fix TypeErrors
Tue, 17 Dec 2013 11:50:46 +0100 Julien Cristau [notification] use an InternalManager object for notifications if we have an (email, lang) tuple
Tue, 17 Dec 2013 11:50:31 +0100 Julien Cristau [req] if a user has a None property, fall back to the default
Tue, 17 Dec 2013 11:50:12 +0100 Julien Cristau [server] Allow setting an InternalManager's preferred language
Mon, 27 Jan 2014 16:19:49 +0100 Julien Cristau merge 3.18.2 into 3.19 branch
Thu, 23 Jan 2014 10:53:24 +0100 Julien Cristau [migration/3.18] protect against attributes in db missing from fsschema
Tue, 21 Jan 2014 18:39:32 +0100 Arthur Lutz [doc] Update copyright date to 2014 (closes #3463136)
Fri, 24 Jan 2014 10:04:56 +0100 Julien Cristau [repoapi] Fix typos in doc strings and comments
Tue, 17 Dec 2013 13:43:56 +0100 Sylvain Thénault [cwxml parser] minor pylint fixes
Tue, 14 Jan 2014 17:30:02 +0100 Julien Cristau [devtools] make CubicWebTC.login as admin undo previous logins
Tue, 14 Jan 2014 17:30:13 +0100 Julien Cristau [devtools] fix self.session._cnx vs self.cnx._cnx confusion after self.login
Thu, 23 Jan 2014 18:26:16 +0100 Aurelien Campeas [devtools] _orig_cnx does not exist any more (missing change)
Mon, 06 Jan 2014 17:25:55 +0100 Aurelien Campeas [c-c schema] option to show single etype (closes #3404831)
Thu, 23 Jan 2014 13:47:28 +0100 Sylvain Thénault [multi-sources-removal] Drop entities.source column
Thu, 23 Jan 2014 12:32:16 +0100 Julien Cristau [repo] pylint cleanup, mainly of imports, with a bit of style
Mon, 01 Jul 2013 16:13:17 +0200 Sylvain Thénault [multi-sources-removal] Drop no more used federated ('true') multi-sources related code
Wed, 22 Jan 2014 15:50:03 +0100 Sylvain Thénault [multi-sources-removal] Turn ConnectionsSet into simpler ConnectionWrapper
Thu, 27 Jun 2013 09:18:39 +0200 Sylvain Thénault [multi-sources-removal] Drop cnxset_freed from source interface
Wed, 22 Jan 2014 15:35:13 +0100 Julien Cristau [cnxset] add backwards compat for cnxset.source_cnxs
Wed, 22 Jan 2014 15:49:32 +0100 Sylvain Thénault [multi-sources-removal] Simplify ConnectionsSet internal structures and public methods
Thu, 27 Jun 2013 08:52:15 +0200 Sylvain Thénault [ldap] simplify connection handling
Thu, 27 Jun 2013 08:46:16 +0200 Sylvain Thénault [ldap] merge cw.server.ldaputils back into ldapfeed source
Tue, 02 Jul 2013 17:07:34 +0200 Sylvain Thénault [config] cleanup/refactor server sources file values handling
Wed, 22 Jan 2014 12:14:56 +0100 Julien Cristau [repoapi] drop get_option_value's foreid argument
Fri, 21 Jun 2013 17:53:44 +0200 Sylvain Thénault [multi-sources-removal] Drop foreid argument of repo.get_option_value
Fri, 21 Jun 2013 16:17:17 +0200 Sylvain Thénault [c-c restore] drop useless restore-all option, and related systemonly argument
Fri, 21 Jun 2013 16:01:59 +0200 Sylvain Thénault [multi-sources-removal] Kill repo.sources
Fri, 21 Jun 2013 16:18:20 +0200 Sylvain Thénault [multi-sources-removal] Drop no more necessary scleanup (source cleanup) argument
Wed, 22 Jan 2014 10:39:57 +0100 Sylvain Thénault [multi-sources-removal] drop source location search on glob_*[entity|relation] methods
Fri, 21 Jun 2013 16:19:47 +0200 Sylvain Thénault [server test] simplify data-schemaserial test instance's schema
Wed, 22 Jan 2014 10:19:30 +0100 Sylvain Thénault [multi-sources-removal] Drop (dont_)cross relation related code
Mon, 17 Jun 2013 00:15:51 +0200 Sylvain Thénault [multi-sources-removal] Simplify repo.delete_info_multi arguments, uri is no more used
Tue, 21 Jan 2014 18:20:28 +0100 Sylvain Thénault [multi-sources-removal] Drop deleted_entities system table and entities.mtime column
Mon, 17 Jun 2013 00:07:35 +0200 Sylvain Thénault [multi-sources-removal] drop repository entities_modified_since public api
Tue, 21 Jan 2014 18:11:30 +0100 Sylvain Thénault [multi-sources-removal] Drop the "true" multi-sources planner
Thu, 27 Jun 2013 08:30:46 +0200 Sylvain Thénault [multi-sources-removal] Drop cw.server.sources.extlite
Sun, 16 Jun 2013 23:36:06 +0200 Sylvain Thénault [multi-sources-removal] Move cw.server.sources.ConnectionWrapper where it belongs
Tue, 21 Jan 2014 17:34:31 +0100 Sylvain Thénault [multi-sources-removal] Drop pyrorql and zmqrql sources
Tue, 21 Jan 2014 17:14:05 +0100 Denis Laxalde [web/formfields] Make CompoundField inherit needs_multipart from its subfields
Wed, 15 Jan 2014 12:34:41 +0100 Aurelien Campeas [wsgi/handler] fix api change from 3.18
Tue, 21 Jan 2014 17:01:33 +0100 Aurelien Campeas [req] deprecate get_cache (closes #3181499)
Tue, 21 Jan 2014 16:42:34 +0100 Julien Cristau Added tag cubicweb-version-3.18.2, cubicweb-debian-version-3.18.2-1, cubicweb-centos-version-3.18.2-1 for changeset 6880674c1a26
Tue, 21 Jan 2014 15:11:16 +0100 Julien Cristau merge 3.17.12 into 3.18 branch cubicweb-centos-version-3.18.2-1 cubicweb-debian-version-3.18.2-1 cubicweb-version-3.18.2
Wed, 11 Sep 2013 18:04:05 +0200 Aurelien Campeas [editcontroller] fix cardinality computation (closes #3120495)
Tue, 21 Jan 2014 14:56:06 +0100 Aurelien Campeas Added tag cubicweb-version-3.17.12, cubicweb-debian-version-3.17.12-1, cubicweb-centos-version-3.17.12-1 for changeset 838d58a30f7e stable
Tue, 21 Jan 2014 14:00:26 +0100 Julien Cristau [debian] move yams max version to Depends stable cubicweb-centos-version-3.17.12-1 cubicweb-debian-version-3.17.12-1 cubicweb-version-3.17.12
Tue, 21 Jan 2014 13:12:36 +0100 Aurelien Campeas [pkg] prepare 3.17.12 stable
Fri, 17 Jan 2014 16:09:39 +0100 Rémi Cardona [web] Fix typo in docstring stable
Mon, 20 Jan 2014 09:13:12 +0100 Adrien Di Mascio [test] remove custom implementation of FakeRequest.header_accept_language() (closes #3375021) stable
Mon, 13 Jan 2014 15:27:35 +0100 Aurelien Campeas [adapters] fix a name stomping error (entity) stable
Mon, 13 Jan 2014 15:17:11 +0100 Aurelien Campeas [entities] unconditionnally sanitize the html output of printable_value stable
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip