entities/adapters.py
Mon, 13 Jan 2014 15:27:35 +0100 Aurelien Campeas [adapters] fix a name stomping error (entity) stable
Wed, 08 Jan 2014 12:09:44 +0100 Aurelien Campeas [schema] fix unique together index handling
Mon, 26 Aug 2013 16:14:09 +0200 Aurelien Campeas remove 3.9 bw compat
Wed, 03 Jul 2013 14:33:27 +0200 Aurelien Campeas [constraint] more robust unicity constraint failures reporting for end-users stable
Thu, 25 Apr 2013 14:10:55 +0200 Pierre-Yves David remove unused import
Tue, 23 Apr 2013 15:33:50 +0200 Pierre-Yves David use cw_etype instead of __regid__
Wed, 27 Mar 2013 16:58:13 +0100 Rémi Cardona Drop iprogress code (closes #2777628)
Wed, 22 Aug 2012 14:19:30 +0200 Adrien Di Mascio [fti] add some documentation stable
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Fri, 28 Oct 2011 11:33:26 +0200 Sylvain Thénault [diet] move iprogress to its own cube. Closes #1916016
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
Wed, 21 Sep 2011 17:38:00 +0200 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
Thu, 10 Feb 2011 16:21:35 +0100 Sylvain Thénault add a note
Fri, 21 Jan 2011 11:48:19 +0100 Sylvain Thénault [adapters] fix #1424467 caused by precedence of bw compat method while the adapter is concret for a given class stable
Tue, 21 Dec 2010 21:17:50 +0100 Alexandre Fayolle fix error message for unique together constraint stable
Fri, 22 Oct 2010 09:15:35 +0200 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
Tue, 12 Oct 2010 23:36:35 +0200 Sylvain Thénault [architecture] introduce adapter to ease transformation of errors before display to the end user. Use it for UniqueTogetherError first
Thu, 26 Aug 2010 10:51:55 +0200 Sylvain Thénault [doc] clean ITreeAdapter documentation stable
Mon, 26 Jul 2010 12:07:00 +0200 Sylvain Thénault [debug] when a loop is detected in a tree, log the entity involved in it to ease repair stable
Fri, 16 Jul 2010 11:41:17 +0200 Sylvain Thénault [idownloadable] fix download_url prototype: should accept arbitrary kwargs to add as form parameters to the generated url
Mon, 05 Jul 2010 19:06:17 +0200 Sylvain Thénault [selectors] avoid spurious warning when using implements by design
Mon, 05 Jul 2010 12:04:32 +0200 Sylvain Thénault [selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
Thu, 17 Jun 2010 14:43:16 +0200 Sylvain Thénault [fti] support for fti ranking: has_text query results sorted by relevance, and provides a way to control weight per entity / entity's attribute
Thu, 10 Jun 2010 18:28:12 +0200 Sylvain Thénault [iprogress] move adapter to entities.adapters
Thu, 10 Jun 2010 16:57:02 +0200 Sylvain Thénault [ITree] more fixes, fix fixes
Thu, 10 Jun 2010 16:28:06 +0200 Sylvain Thénault [ITree] fix adapter/_done_init to handle tree_[attribute|relation], add maxlevel argument to base tree view since one side effect of the new code is that it find tree view for entity types it didn't find before, hence one may want to limit tree view depth when it wasn't necessary before
Thu, 10 Jun 2010 16:25:15 +0200 Sylvain Thénault [web] move itree adapter to entities, it may be used outside the web interface
Wed, 09 Jun 2010 09:58:23 +0200 Sylvain Thénault [pylint] fix detected name errors
Fri, 21 May 2010 18:40:26 +0200 Sylvain Thénault [fti] fix name conflict introduced by the new IFTIAdapter
Thu, 20 May 2010 20:47:55 +0200 Sylvain Thénault [entity] introduce a new 'adapters' registry
less more (0) tip