Mon, 12 Oct 2015 10:53:35 +0200 |
Rémi Cardona |
merge with 3.21.2
|
file |
diff |
annotate
|
Fri, 09 Oct 2015 17:52:14 +0200 |
Rémi Cardona |
merge with 3.20.10
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 11:47:15 +0200 |
Sylvain Thénault |
[predicates] Simplify specified_etype_implements
|
file |
diff |
annotate
|
Thu, 17 Sep 2015 09:52:06 +0200 |
Rémi Cardona |
[py3k] six.integer_types
|
file |
diff |
annotate
|
Mon, 14 Sep 2015 16:03:07 +0200 |
Rémi Cardona |
[py3k] basestring → six.string_types
|
file |
diff |
annotate
|
Tue, 15 Sep 2015 16:56:57 +0200 |
Rémi Cardona |
[py3k] import range using six.moves
|
file |
diff |
annotate
|
Tue, 15 Sep 2015 16:30:25 +0200 |
Rémi Cardona |
[predicates] Simplify range(len()) iteration
|
file |
diff |
annotate
|
Fri, 03 Jul 2015 14:07:53 +0200 |
David Douard |
[doc] move the documentations from docstring directly to the book.
|
file |
diff |
annotate
|
Fri, 03 Jul 2015 15:23:14 +0200 |
David Douard |
[predicates] remove deprecated sentences in docstrings
|
file |
diff |
annotate
|
Fri, 03 Jul 2015 14:06:57 +0200 |
David Douard |
[predicates] objectify the anonymous_user predicate
|
file |
diff |
annotate
|
Wed, 01 Jul 2015 21:00:13 +0200 |
Adrien Di Mascio |
[predicates] ExpectedValuePredicate now accepts a dict parameter
|
file |
diff |
annotate
|
Tue, 09 Jun 2015 12:05:40 +0200 |
Rémi Cardona |
[predicates] Use proper deprecation mechanisms
|
file |
diff |
annotate
|
Wed, 30 Jul 2014 14:06:38 +0200 |
Rémi Cardona |
Remove unused lgc.interface imports and leftovers
|
file |
diff |
annotate
|
Thu, 25 Sep 2014 15:49:13 +0200 |
Julien Cristau |
merge 3.19.4 in 3.20 branch
|
file |
diff |
annotate
|
Wed, 24 Sep 2014 18:04:30 +0200 |
Julien Cristau |
merge 3.18.6 into 3.19
|
file |
diff |
annotate
|
Tue, 02 Sep 2014 12:22:18 +0200 |
David Douard |
[compat] Remove imports of "any" and "all" from lgc (closes #4306044)
stable
|
file |
diff |
annotate
|
Thu, 17 Jul 2014 11:08:56 +0200 |
Rémi Cardona |
Remove uses of logilab.common.compat.{all,any}
|
file |
diff |
annotate
|
Mon, 17 Feb 2014 15:22:21 +0100 |
Julien Cristau |
[predicates] fix thinko in doc strings
|
file |
diff |
annotate
|
Fri, 24 Jan 2014 13:08:53 +0100 |
Aurelien Campeas |
[schema] add composite handling helpers on EntitySchema (related to #3463112)
|
file |
diff |
annotate
|
Tue, 10 Dec 2013 12:36:50 +0100 |
Julien Cristau |
[predicates] allow multiple transition names in on_fire_transition (closes #3013720)
|
file |
diff |
annotate
|
Mon, 26 Aug 2013 16:14:09 +0200 |
Aurelien Campeas |
remove 3.9 bw compat
|
file |
diff |
annotate
|
Mon, 22 Jul 2013 09:47:56 +0200 |
David Douard |
merge 3.16.6 branch in 3.17
stable
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 10:40:49 +0200 |
Florent Cayre |
Protect against crash in the `relation_possible` predicate with ambiguous relations.
stable
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 13:18:01 +0200 |
Pierre-Yves David |
merge 3.16.x fix
|
file |
diff |
annotate
|
Mon, 08 Apr 2013 17:12:53 +0200 |
Aurelien Campeas |
[predicates] keep making `yes` predicate importable from cubicweb (closes #2790319)
stable
|
file |
diff |
annotate
|
Mon, 08 Apr 2013 14:45:10 +0200 |
Pierre-Yves David |
merge 3.16.x fix in 3.17.x branch
|
file |
diff |
annotate
|
Mon, 08 Apr 2013 14:18:32 +0200 |
Pierre-Yves David |
merge with 3.15.x fix
stable
|
file |
diff |
annotate
|
Wed, 03 Apr 2013 11:09:50 +0200 |
Sylvain Thénault |
[predicates] use select_or_none rather than select+try/except, expected to be more efficient
stable
|
file |
diff |
annotate
|
Mon, 04 Feb 2013 14:39:55 +0100 |
Sylvain Thénault |
[predicates] fix 'adaptable' implementation, used to return 0 on a rset with individualy adaptable entities of different types. Closes #2709663
oldstable
|
file |
diff |
annotate
|
Thu, 17 Jan 2013 14:55:07 +0100 |
David Douard |
add the match_http_method predicate (closes #2559932)
|
file |
diff |
annotate
|
Fri, 07 Sep 2012 14:01:59 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 30 Aug 2012 17:38:43 +0200 |
Sylvain Thénault |
don't use rset.rowcount in predicates, this makes them usable with other types such as lists
stable
|
file |
diff |
annotate
|
Tue, 24 Jul 2012 17:51:00 +0200 |
Adrien Di Mascio |
[documentation] fix some ReST compilation problems
|
file |
diff |
annotate
|
Fri, 20 Jul 2012 11:42:59 +0200 |
Florent Cayré |
[predicates] fix predicates that erroneously evaluate the entity passed as a parameter as a boolean, instead of testing its existence in the keyword arguments -using the kwargs.get('entity') idiom instead of 'entity' in kwargs or similar- ; closes #2424288
stable
|
file |
diff |
annotate
|
Thu, 10 May 2012 10:37:28 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 23 Jan 2012 13:25:02 +0100 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
| base
|