entities/__init__.py
2013-11-27 Sylvain Thénault cwetype is a *class* property, rename its argument accordingly stable
2013-04-25 Pierre-Yves David remove unused import
2013-04-23 Pierre-Yves David [entity] add an official ``cw_etype`` property for entity
2013-03-12 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
2012-07-06 Adrien Di Mascio [fti] allow usage of custom RQL to fetch entities to index (closes #2410509)
2011-09-27 Florent Cayré [form, entity] refactor '__linkto', now handled by the entity form, not the entity itself. Closes #1931543
2011-09-22 Sylvain Thénault [entity] upgrade fetch_[unrelated_]order to benefit from changes introduced in 3.14 (closes #1942758)
2011-03-30 Sylvain Thénault [AnyEntity] rename __linkto attribute as cw_linkto to avoid name mangling which make overriding/monkey-patching unnecessarily harder stable
2010-07-30 Sylvain Thénault [view] deprecate create_url in favor of a cw_create_url class method on entity classes
2010-05-20 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
2010-05-20 Sylvain Thénault [entity] introduce a new 'adapters' registry
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-18 Pierre-Yves David 3.6 remove deprecation warning
2009-10-19 Sylvain Thénault backport stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-10-07 Sylvain Thénault backport stable branch
2009-10-06 Sylvain Thénault doesn't necessarily have parent stable
2009-10-06 Sylvain Thénault [entities] default implementation for after_deletion_path goes back to the parent if any stable
2009-09-23 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
2009-09-23 Adrien Di Mascio [api] use _cw, cw_row, cw_col, cw_rset etc.
2009-09-23 Sylvain Thénault use __regid__ instead of id on appobject classes
2009-09-22 Adrien Di Mascio backport stable branch
2009-09-21 Sylvain Thénault this is actually a role, fix argument name stable
2009-08-13 Sylvain Thénault remove more 3.2 deprecated code, reintroduce checkbox used by formrenderers
2009-08-12 Nicolas Chauvat R put version info in deprecation warnings
2009-08-03 Sylvain Thénault [appobject selection process] drop the need for the .selected method
2009-07-31 Nicolas Chauvat R [all] logilab.common 0.44 provides only deprecated
2009-07-23 Sylvain Thénault move RichString and co to yams, keeping only a small monkeypatch for cw-page-template here
2009-06-05 Sylvain Thénault nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
2009-05-29 Sylvain Thénault turn every form class into appobject. They should not be instantiated manually anymore.
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-19 Sylvain Thénault stop automatically setting default method for _format field, too hard to override this with the new form system while keeping bw compat. Simply upgrade to new form system where it's a problem stable
2009-04-28 sylvain thenault fix imports, cleanup, repair some ajax calls tls-sprint
2009-04-28 sylvain thenault delete-trailing-whitespaces tls-sprint
2009-04-21 sylvain thenault remove spaces tls-sprint
2009-04-17 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
2009-04-15 sylvain thenault rename attribute_metadata method to attr_metadata to save a few chars tls-sprint
2009-03-27 sylvain thenault fix form instantiation tls-sprint
2009-03-27 sylvain thenault fix *relations_by_categories + rtags api/key mess tls-sprint
2009-03-26 sylvain thenault support for old __rtags__ tls-sprint
2009-03-26 sylvain thenault remove rtags/methods to handle the action box from Entity, move it to the action box... tls-sprint
2009-03-26 sylvain thenault pylint cleanup tls-sprint
2009-03-23 sylvain thenault remove some bw compat code tls-sprint
2009-03-12 sylvain thenault has_metadata is a schema method tls-sprint
2009-03-12 sylvain thenault unification of meta-attributes handling: tls-sprint
2009-03-11 sylvain thenault move get_widget in the to-deprecate section tls-sprint
2009-03-04 sylvain thenault add a use_fckeditor method on http request tls-sprint
2009-03-04 sylvain thenault should check fckeditor is installed before using the property tls-sprint
2009-02-24 Aurelien Campeas fix imports : common.utils -> utils tls-sprint
2009-02-20 sylvain thenault prepare for deprecation tls-sprint
2009-02-17 Adrien Di Mascio update imports of "cubicweb.common.entity" and use the new module path "cubicweb.entity" tls-sprint
2009-01-27 sylvain thenault update some copyrights
2008-12-22 Sylvain Thenault check we have a description *yams attribute*
2008-11-25 Laure Bourgois add selector to test if result set is an object (for rss feed component)
2008-11-21 Laure Bourgois views with rss feed
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip