entities/adapters.py
2013-04-25 Pierre-Yves David remove unused import
2013-04-23 Pierre-Yves David use cw_etype instead of __regid__
2013-03-27 Rémi Cardona Drop iprogress code (closes #2777628)
2012-08-22 Adrien Di Mascio [fti] add some documentation stable
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2011-10-28 Sylvain Thénault [diet] move iprogress to its own cube. Closes #1916016
2011-09-28 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
2011-09-21 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
2011-02-10 Sylvain Thénault add a note
2011-01-21 Sylvain Thénault [adapters] fix #1424467 caused by precedence of bw compat method while the adapter is concret for a given class stable
2010-12-21 Alexandre Fayolle fix error message for unique together constraint stable
2010-10-22 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
2010-10-12 Sylvain Thénault [architecture] introduce adapter to ease transformation of errors before display to the end user. Use it for UniqueTogetherError first
2010-08-26 Sylvain Thénault [doc] clean ITreeAdapter documentation stable
2010-07-26 Sylvain Thénault [debug] when a loop is detected in a tree, log the entity involved in it to ease repair stable
2010-07-16 Sylvain Thénault [idownloadable] fix download_url prototype: should accept arbitrary kwargs to add as form parameters to the generated url
2010-07-05 Sylvain Thénault [selectors] avoid spurious warning when using implements by design
2010-07-05 Sylvain Thénault [selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
2010-06-17 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
2010-06-10 Sylvain Thénault [iprogress] move adapter to entities.adapters
2010-06-10 Sylvain Thénault [ITree] more fixes, fix fixes
2010-06-10 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
2010-06-10 Sylvain Thénault [web] move itree adapter to entities, it may be used outside the web interface
2010-06-09 Sylvain Thénault [pylint] fix detected name errors
2010-05-21 Sylvain Thénault [fti] fix name conflict introduced by the new IFTIAdapter
2010-05-20 Sylvain Thénault [entity] introduce a new 'adapters' registry
less more (0) tip