server/sources/native.py
Tue, 04 Feb 2014 15:29:29 +0100 Dimitri Papadopoulos English typography
Thu, 30 Jan 2014 16:00:29 +0100 Julien Cristau [server/sources] replace references to dbapi with repoapi
Wed, 29 Jan 2014 13:45:03 +0100 Julien Cristau [server] fix TypeErrors
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:49:32 +0100 Sylvain Thénault [multi-sources-removal] Simplify ConnectionsSet internal structures and public methods
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
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
Mon, 13 Jan 2014 13:47:47 +0100 Julien Cristau merge 3.18.0 in 3.19 branch
Wed, 08 Jan 2014 12:09:44 +0100 Aurelien Campeas [schema] fix unique together index handling
Wed, 13 Nov 2013 12:39:30 +0100 Julien Cristau [server] Add missing indices for undo support (closes #3259691) stable
Thu, 17 Oct 2013 16:30:53 +0200 Aurelien Campeas [source/native] fix sqlserver pattern matcher for unique constraints (closes #3227593) stable
Fri, 30 Aug 2013 15:34:58 +0200 Rémi Cardona spelling: rollbacked -> rolled back stable
Fri, 31 May 2013 11:13:06 +0200 Julien Cristau fix migration from pre-3.13.1 versions (closes #2846978) stable
Wed, 03 Jul 2013 14:33:27 +0200 Aurelien Campeas [constraint] more robust unicity constraint failures reporting for end-users stable
Wed, 26 Jun 2013 11:21:39 +0200 Pierre-Yves David [connection] transparent cnx_set handling
Fri, 26 Apr 2013 18:06:44 +0200 Sylvain Thénault [repo] straightforward bootstrap sequence. Closes #2841188
Wed, 24 Apr 2013 15:37:43 +0200 Pierre-Yves David merge 3.16.x fix in 3.17.x branch
Wed, 24 Apr 2013 14:45:13 +0200 Sylvain Thénault [portable dump] skip virtual relations, they have no table associated. Closes #2841199 stable
Tue, 23 Apr 2013 15:33:50 +0200 Pierre-Yves David use cw_etype instead of __regid__
Thu, 28 Mar 2013 12:32:26 +0100 Pierre-Yves David merge 3.15.x into 3.16.x stable
Thu, 28 Mar 2013 12:31:39 +0100 Aurelien Campeas server/source/native: fix wrong usage of .lstrip that produce garbled error messages (closes #2777641) oldstable
Wed, 20 Feb 2013 16:13:21 +0100 Nicolas Chauvat [sources] fix classes that inherit from AbstractSource (closes #2718669)
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Fri, 14 Dec 2012 14:08:14 +0100 Vincent Michel [dataimport] Add SQL Store for faster import - works ONLY with Postgres for now, as it requires "copy from" command - closes #2410822
Fri, 12 Oct 2012 16:05:16 +0200 Sylvain Thénault backport stable
Mon, 10 Sep 2012 15:17:10 +0200 Julien Cristau [sources/native] automatically update passwords using deprecated hashes on login stable
Tue, 11 Sep 2012 21:51:54 +0200 Sylvain Thénault massive copyright update to avoid clutering later patches
Fri, 31 Aug 2012 16:58:08 +0200 Aurelien Campeas [source/native] only system source users should be authenticated by the native source (closes #2465883) stable
Thu, 02 Aug 2012 12:48:31 +0200 David Douard merge oldstable in stable stable
Tue, 31 Jul 2012 17:25:28 +0200 Pierre-Yves David [storage] relies on event=='deleted' to detect "delete" event (closes #2450680) oldstable
Tue, 31 Jul 2012 10:57:03 +0200 Pierre-Yves David [storage] relies on event=='deleted' to detect "delete" event stable
Wed, 02 May 2012 10:13:39 +0200 Aurelien Campeas [merge] backport stable fixes
Fri, 27 Apr 2012 15:09:27 +0200 Aurelien Campeas [sources/native] do not let a log message crash on us stable
Tue, 10 Apr 2012 17:03:19 +0200 Sylvain Thénault backport stable
Fri, 16 Mar 2012 17:59:48 +0100 Sylvain Thénault [security] use a stronger encryption algorythm for password, keeping bw compat stable
Mon, 27 Feb 2012 09:43:15 +0100 Anthony Truchet [repo, undo] Finish repository-side implementation of the undo feature (closes #893940)
Mon, 13 Feb 2012 17:57:07 +0100 Sylvain Thénault [system source] fix authentication: don't allow login whatever the given password if user password is NULL in database. Closes #2186099 stable
Fri, 10 Feb 2012 10:06:19 +0100 Alexandre Richardson [entities system table] change asource and source column size (closes #1951819) stable
Tue, 18 Oct 2011 15:52:50 +0200 Alexandre Fayolle merge back stable change
Tue, 18 Oct 2011 15:52:12 +0200 Alexandre Fayolle remove stale debugging statement stable
Fri, 14 Oct 2011 10:33:31 +0200 Aurelien Campeas [cache] replace lgc.cache with something more appropriate (closes #1921713)
Fri, 07 Oct 2011 15:55:15 +0200 Sylvain Thénault [repository] use utcnow instead of now for some internal timetamps (closes #1988458) stable
Wed, 28 Sep 2011 09:27:42 +0200 Sylvain Thénault [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
Thu, 22 Sep 2011 17:29:40 +0200 Alexandre Fayolle ensure the test for asource column won't crash on SQLServer (closes #1949621) stable
Tue, 13 Sep 2011 17:42:22 +0200 Sylvain Thénault [server] portable dump format supports now ZIP64 extensions by default (closes #1912535) stable
Tue, 13 Sep 2011 17:35:14 +0200 Adrien Di Mascio [repo] use smarter query to check asource presence on startup (closes #1922099) stable
Fri, 26 Aug 2011 17:27:09 +0200 Alexandre Fayolle merged back oldstable fix to stable stable
Fri, 26 Aug 2011 17:14:37 +0200 Alexandre Fayolle work around cursor.rowcount not returning anything useful before 1st fetch with mssql (closes #1910869) oldstable
Mon, 11 Jul 2011 13:45:04 +0200 Sylvain Thénault [native source] fix bug introduced in 7645:cb2459aaa7d7: fetchone() may return None
Mon, 11 Jul 2011 13:23:37 +0200 Adrien Di Mascio [source] closes #1816412: try to reconnect to dbms if connection is reset in eid_type_source()
Mon, 27 Jun 2011 15:30:52 +0200 Sylvain Thénault backport stable
Wed, 22 Jun 2011 18:24:56 +0200 Sylvain Thénault cleanup stable
less more (0) -100 -60 tip