Wed, 03 Mar 2010 17:42:19 +0100 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:19:14 +0100 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 08:11:32 +0100 |
Sylvain Thénault |
clear rest_path __unique cache in clear_all_caches, fix related test
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 10:17:15 +0100 |
Adrien Di Mascio |
misc typos found on my way: NameError / SyntaxError / double __select__, <sigh ...>
|
file |
diff |
annotate
|
Wed, 03 Feb 2010 14:46:32 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 17:48:26 +0100 |
Sylvain Thénault |
3.5 api update
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 10:58:56 +0100 |
Sylvain Thénault |
drop common subpackage
|
file |
diff |
annotate
|
Thu, 03 Dec 2009 17:17:43 +0100 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
Wed, 02 Dec 2009 11:53:25 +0100 |
Sylvain Thénault |
fix RQLUniqueConstraint behaviour by using a DISTINCT query and allowing
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 27 Nov 2009 09:08:54 +0100 |
Sylvain Thénault |
fix nasty pluggable mixins bug, where mixins take precedence other user class
stable
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 19:35:54 +0100 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
Thu, 19 Nov 2009 12:55:47 +0100 |
Sylvain Thénault |
reldefsecurity branch :
reldefsecurity
|
file |
diff |
annotate
|
Thu, 12 Nov 2009 12:15:19 +0100 |
Sylvain Thénault |
close #511810: bad rql generated when looking for vocabulary for a relation on an entity which doesn't exist (yet)
stable
|
file |
diff |
annotate
|
Wed, 21 Oct 2009 17:32:20 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Tue, 20 Oct 2009 13:00:31 +0200 |
Sylvain Thénault |
accepts single values as create_entity
stable
|
file |
diff |
annotate
|
Mon, 19 Oct 2009 15:16:41 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 20:29:21 +0200 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 12:10:48 +0200 |
Alexandre Fayolle |
fix related_rql when target_type specified
stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 11:54:05 +0200 |
Sylvain Thénault |
oops
stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 11:39:41 +0200 |
Sylvain Thénault |
only copy when necessary
stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 10:31:54 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 10:13:52 +0200 |
Sylvain Thénault |
[entity] make related_rql honors its targettypes argument
stable
|
file |
diff |
annotate
|
Wed, 14 Oct 2009 17:45:49 +0200 |
Sylvain Thénault |
new set_relations method on entity
stable
|
file |
diff |
annotate
|
Wed, 14 Oct 2009 12:49:20 +0200 |
Sylvain Thénault |
fix clear_all_cache: ensure we don't remove eid from entity's dict
stable
|
file |
diff |
annotate
|
Wed, 14 Oct 2009 12:48:51 +0200 |
Sylvain Thénault |
use typed_eid
stable
|
file |
diff |
annotate
|
Tue, 13 Oct 2009 08:51:02 +0200 |
Sylvain Thénault |
3.6 updates
|
file |
diff |
annotate
|
Fri, 09 Oct 2009 16:39:26 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Fri, 09 Oct 2009 15:53:02 +0200 |
Alexandre Fayolle |
[doc] updated docstrings
stable
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 12:31:08 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Fri, 02 Oct 2009 14:17:22 +0200 |
Sylvain Thénault |
[entity] put cached related entities as tuple to be sure no one is modifying
stable
|
file |
diff |
annotate
|
Fri, 02 Oct 2009 08:57:07 +0200 |
Sylvain Thénault |
fix bug when renaming a full text indexed attribute
stable
|
file |
diff |
annotate
|
Thu, 24 Sep 2009 00:23:32 +0200 |
Adrien Di Mascio |
[entity] pass cw_row and cw_col to select(vid, ...) in self.view
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 19:40:47 +0200 |
Adrien Di Mascio |
[entity] fix view selection in entity.view
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 12:28:28 +0200 |
Adrien Di Mascio |
[api] use _cw, cw_row, cw_col, cw_rset etc.
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 11:04:59 +0200 |
Sylvain Thénault |
nicer deprecation warnings
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 09:35:28 +0200 |
Sylvain Thénault |
remove method deprecated since 3.2
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 09:33:02 +0200 |
Sylvain Thénault |
use ._cw instead of req on appobject classes
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 08:42:52 +0200 |
Sylvain Thénault |
[appobjects] use __regid__ instead of __id__, more explicit
|
file |
diff |
annotate
|
Tue, 22 Sep 2009 12:11:12 +0200 |
Adrien Di Mascio |
backport stable branch
|
file |
diff |
annotate
|
Fri, 18 Sep 2009 12:20:39 +0200 |
Sylvain Thénault |
backport old head
3.5
|
file |
diff |
annotate
|
Thu, 17 Sep 2009 15:52:46 +0200 |
Sylvain Thénault |
missing import
|
file |
diff |
annotate
|
Thu, 17 Sep 2009 15:16:53 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 14:32:56 +0200 |
Sylvain Thénault |
cleanup
3.5
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 14:28:58 +0200 |
Sylvain Thénault |
unrelated_rql now considers relation's add perm
3.5
|
file |
diff |
annotate
|
Tue, 15 Sep 2009 15:01:41 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Mon, 14 Sep 2009 18:24:42 +0200 |
Sylvain Thénault |
displaytime attribute should not have been removed from there
3.5
|
file |
diff |
annotate
|
Fri, 11 Sep 2009 15:57:34 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Fri, 11 Sep 2009 15:55:15 +0200 |
Sylvain Thénault |
backport stable branch
3.5
|
file |
diff |
annotate
|
Tue, 08 Sep 2009 17:27:33 -0700 |
Sandrine Ribeau |
[views] remove parameter displaytime from final view
3.5
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 08:13:22 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Wed, 09 Sep 2009 15:07:58 +0200 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
Wed, 09 Sep 2009 12:29:06 +0200 |
Sylvain Thénault |
allow to specify targettypes in related_rql
stable
|
file |
diff |
annotate
|
Mon, 31 Aug 2009 19:09:54 +0200 |
Sylvain Thénault |
backport 3.5 branch
|
file |
diff |
annotate
|