entity.py
Fri, 20 Aug 2010 08:16:03 +0200 Sylvain Thénault [ms] when entity is coming from an external source, don't add non final relations on complete stable
Wed, 11 Aug 2010 18:11:32 +0200 Sylvain Thénault fix bug introduced by 6098:a0fde9334dd0 stable
Wed, 11 Aug 2010 15:54:44 +0200 Alexandre Fayolle work around Apache's mod_proxy limitation with special chars in URLs by not using Rest urls when such a case is detected stable
Wed, 11 Aug 2010 16:17:05 +0200 Sylvain Thénault [entity] base_url argument may be explicitly specified for other purpose (eg http/https site version control) stable
Tue, 10 Aug 2010 14:20:21 +0200 Sylvain Thénault [entity] entity.view now support initargs as req.view stable
Fri, 16 Jul 2010 11:39:28 +0200 Sylvain Thénault [entity] fix setdefault implementation: should return actual value
Fri, 02 Jul 2010 17:49:23 +0200 Sylvain Thénault restore bw compat on Entity.related_rql
Fri, 18 Jun 2010 18:31:22 +0200 Sylvain Thénault [entity] fix .complete so we don't crash on missing mandatory relation. Also simplify code. Closes #1058267
Wed, 16 Jun 2010 14:51:17 +0200 Sylvain Thénault backport stable
Wed, 16 Jun 2010 09:53:17 +0200 Sylvain Thénault [entity] when .related() is called on a not-yet-saved entity, return an empty rset/list instead of raising an assertion error stable
Fri, 11 Jun 2010 14:59:08 +0200 Sylvain Thénault backport stable
Fri, 11 Jun 2010 13:00:19 +0200 Sylvain Thénault cleanup stable cubicweb-version-3.8.4
Fri, 11 Jun 2010 08:39:21 +0200 Sylvain Thénault [entity] add .clear() for bw compat
Fri, 11 Jun 2010 07:58:52 +0200 Sylvain Thénault [json] fix json serialization for recent simplejson implementation, and test encoding of entities
Fri, 21 May 2010 18:39:40 +0200 Sylvain Thénault [entity] clearing adapters cache in clear_relations_cache avoid weird caching issue, notably on repository session's user
Fri, 21 May 2010 07:56:39 +0200 Sylvain Thénault [entity] fix access to attribute which has been renamed two revisions ago
Thu, 20 May 2010 20:50:00 +0200 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
Thu, 20 May 2010 20:47:55 +0200 Sylvain Thénault [entity] introduce a new 'adapters' registry
Wed, 12 May 2010 13:12:03 +0200 Sylvain Thénault [entity] avoid getting w in cw_extra_kwargs when calling .view stable
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Mon, 19 Apr 2010 13:52:55 +0200 Sylvain Thénault backport stable
Fri, 16 Apr 2010 19:45:11 +0200 Adrien Di Mascio [json] provide a custom json encoder for entities that includes eid in the json object stable
Fri, 09 Apr 2010 15:10:26 +0200 Sylvain Thénault backport stable
Fri, 09 Apr 2010 15:07:01 +0200 Sylvain Thénault [entity] move req.create_entity content to a cw_instantiate factory method on entity classes, so cube developpers will be able to easily customize instance creation stable
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Fri, 02 Apr 2010 17:27:53 +0200 Aurelien Campeas [doc/book] a new chapter on how to use the ORM stable
Thu, 01 Apr 2010 08:24:11 +0200 Sylvain Thénault [entity] explain why the assert failed stable
Wed, 31 Mar 2010 14:46:04 +0200 Sylvain Thénault [repository] forbid usage of set_attributes() in before_add_entity stable
Thu, 25 Mar 2010 13:42:17 +0100 Sylvain Thénault [entity] we also have to override dict.pop to properly maintain edited_attributes consistency stable
Wed, 24 Mar 2010 13:51:52 +0100 Sylvain Thénault [entity] fix dumb name error on .set_relations(rel=None) stable
Wed, 24 Mar 2010 13:40:53 +0100 Sylvain Thénault [security] don't add attribute into skip_security if already in edited_attributes, else we may accidentaly skip a desired security check stable
Wed, 24 Mar 2010 11:15:57 +0100 Sylvain Thénault [repo entity] we have to provide a __delitem__ implementation as well, see example in the docstring stable
Wed, 24 Mar 2010 11:00:51 +0100 Sylvain Thénault [yams] on creation, specify relations anyway so we don't get spurious warning for accessing eid through the dict api on yams validation stable
Mon, 22 Mar 2010 17:58:03 +0100 Sylvain Thénault fix security issue introduced by 4967:04543ed0bbdc: attributes explicitly set by hooks should not be checked by security hooks
Fri, 19 Mar 2010 19:24:34 +0100 Adrien Di Mascio [source] only consider edited_attributes in source.preprocess_entity()
Mon, 01 Mar 2010 11:26:14 +0100 Katia Saurfelt server/web api for accessing to deleted_entites
Tue, 09 Mar 2010 12:07:16 +0100 Sylvain Thénault [refactor] drop rset.vreg attribute, vreg should be accessed through rset.req. Also kill decorate_rset, simply set rset.req where we were calling this method.
Tue, 09 Mar 2010 11:54:27 +0100 Sylvain Thénault rename logilab.db into logilab.database
Tue, 09 Mar 2010 08:59:43 +0100 Sylvain Thénault [repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
Mon, 08 Mar 2010 17:57:29 +0100 Sylvain Thénault [repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
Thu, 04 Mar 2010 18:02:33 +0100 Sylvain Thénault [fti] refactor and fix full text indexation handling stable
Wed, 03 Mar 2010 17:42:19 +0100 Sylvain Thénault cleanups stable
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Thu, 18 Feb 2010 12:52:34 +0100 Sylvain Thénault fix #694445: related entity generates weird RQL which in turn generates weird SQL which fails on SQL Server stable
Fri, 05 Feb 2010 08:11:32 +0100 Sylvain Thénault clear rest_path __unique cache in clear_all_caches, fix related test
Thu, 04 Feb 2010 10:17:15 +0100 Adrien Di Mascio misc typos found on my way: NameError / SyntaxError / double __select__, <sigh ...>
Wed, 03 Feb 2010 14:46:32 +0100 Sylvain Thénault backport stable
Fri, 29 Jan 2010 16:54:49 +0100 Sylvain Thénault [entity] small optimization: once an entity has been completed, don't redo it (for nothing) stable
Fri, 29 Jan 2010 16:45:18 +0100 Sylvain Thénault [entity] rename vid argument of .view(...) into __vid to avoid potential conflicts with kwargs stable
Tue, 26 Jan 2010 13:27:40 +0100 Sylvain Thénault cache result of the COUNT query used to see if a non unique attribute may be used as rest path on the entity instance to avoid recomputing it later
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Tue, 08 Dec 2009 17:48:26 +0100 Sylvain Thénault 3.5 api update
Tue, 08 Dec 2009 10:58:56 +0100 Sylvain Thénault drop common subpackage
Thu, 03 Dec 2009 17:17:43 +0100 Sylvain Thénault backport stable into default
Wed, 02 Dec 2009 11:53:25 +0100 Sylvain Thénault fix RQLUniqueConstraint behaviour by using a DISTINCT query and allowing stable
Tue, 01 Dec 2009 12:03:42 +0100 Sylvain Thénault support x.set_relations(a_relation=None) to delete a_relation relations from this entity stable
less more (0) -100 -60 tip