Fri, 28 Oct 2011 11:31:11 +0200 |
Florent Cayré |
replace adapter by simple selector to ease edit controller overloading; fixes #2042349
|
file |
diff |
annotate
|
Fri, 28 Oct 2011 10:32:48 +0200 |
Adrien Di Mascio |
[doc] fix most of ReST compilation errors and warnings
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 14:32:37 +0200 |
Sylvain Thénault |
[diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 11:36:30 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 10:59:57 +0200 |
Sylvain Thénault |
[selectors] EClassSelector (eg is_instance & all) should check for None value (possible w/ outer join) when a row is specified. Closes #2033165
stable
|
file |
diff |
annotate
|
Fri, 14 Oct 2011 10:34:08 +0200 |
Sylvain Thénault |
[selectors] match_kwargs and match_form_params selectors both accept a new `once_is_enough` argument (closes #1990438)
|
file |
diff |
annotate
|
Wed, 28 Sep 2011 09:27:42 +0200 |
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
|
file |
diff |
annotate
|
Thu, 07 Jul 2011 11:33:39 +0200 |
Sylvain Thénault |
[facet] closes #1806932: test and fix facet bug w/ having query (need rql update)
|
file |
diff |
annotate
|
Fri, 01 Jul 2011 18:42:36 +0200 |
Sylvain Thénault |
[selectors, facet] make is_instance and other EClassSelector subclass gather entity classes from 'select' and 'filtered_variable' context information. Closes #1796732
|
file |
diff |
annotate
|
Mon, 27 Jun 2011 13:59:07 +0200 |
Sylvain Thénault |
3.12.8
stable cubicweb-version-3.12.8
|
file |
diff |
annotate
|
Thu, 16 Jun 2011 12:31:27 +0200 |
Julien Jehannet |
[book] add autoload section from code and fix sphinx warnings
stable
|
file |
diff |
annotate
|
Mon, 06 Jun 2011 15:00:05 +0200 |
Pierre-Yves David |
Fix conditionnal logic broken in 195b24fe3a03
stable
|
file |
diff |
annotate
|
Mon, 30 May 2011 17:43:29 +0200 |
Sylvain Thénault |
[selectors] take care, Session has no cnx
stable
|
file |
diff |
annotate
|
Wed, 25 May 2011 10:58:43 +0200 |
Sylvain Thénault |
[web session] fix session handling so we get a chance to have for instance the 'forgotpwd' feature working on a site where anonymous are not allowed
stable
|
file |
diff |
annotate
|
Wed, 11 May 2011 09:42:02 +0200 |
Sylvain Thénault |
[selectors] enhance rql_condition to make it usable as a condition on request's user
stable
|
file |
diff |
annotate
|
Mon, 09 May 2011 16:12:17 +0200 |
Sylvain Thénault |
[selectors] test/fix rql_condition to make it works when entity is specified via 'entity' keyword argument instead of rset, row and col
stable
|
file |
diff |
annotate
|
Tue, 03 May 2011 11:02:32 +0200 |
Sylvain Thénault |
[selectors] fix on_fire_transition for cases where change_state is called (eg no transition specified)
stable
|
file |
diff |
annotate
|
Mon, 02 May 2011 17:24:51 +0200 |
Sylvain Thénault |
[workflow selectors] introduced new on_fire_transition hook selector, deprecated on_transition
stable
|
file |
diff |
annotate
|
Tue, 05 Apr 2011 11:18:03 +0200 |
Sylvain Thénault |
[selectors] abstract ExpectedValueSelector now accept a set as single argument
stable
|
file |
diff |
annotate
|
Fri, 28 Jan 2011 16:08:40 +0100 |
Julien Jehannet |
[selectors] modify workflow selectors: is_in_state, on_transition
stable
|
file |
diff |
annotate
|
Thu, 27 Jan 2011 14:10:44 +0100 |
Alexandre Fayolle |
fix #1452413 : is_in_state selector does not match initial state of an entity
stable
|
file |
diff |
annotate
|
Thu, 27 Jan 2011 13:41:00 +0100 |
Sylvain Thénault |
[selectors] one_line_rset selector should also work when rset is None but an entity is specified
stable
|
file |
diff |
annotate
|
Mon, 24 Jan 2011 16:59:26 +0100 |
Charles Hébert |
[selector] update `match_transition` selector to match form & as well as form view.
stable
|
file |
diff |
annotate
|
Thu, 20 Jan 2011 14:38:53 +0100 |
Julien Jehannet |
[docstring] minor: add warning about entity cache for rql_condition selector
stable
|
file |
diff |
annotate
|
Fri, 21 Jan 2011 12:51:58 +0100 |
Sylvain Thénault |
[selectors] minor: use similar __repr__ implementation for selector instances
stable
|
file |
diff |
annotate
|
Thu, 20 Jan 2011 13:16:30 +0100 |
Julien Jehannet |
[tests] new unit tests about score_entity selector (inscore machinery)
stable
|
file |
diff |
annotate
|
Mon, 25 Oct 2010 10:19:03 +0200 |
Sylvain Thénault |
[dbapi] 'before-registry-reset' not called for db-api connections, cache may not be initialized
|
file |
diff |
annotate
|
Wed, 20 Oct 2010 15:58:27 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 19 Oct 2010 10:04:50 +0200 |
Sylvain Thénault |
[selectors] close #1333238: appobject_selectable with multiple regids fails
stable
|
file |
diff |
annotate
|
Tue, 12 Oct 2010 23:36:35 +0200 |
Sylvain Thénault |
[architecture] introduce adapter to ease transformation of errors before display to the end user. Use it for UniqueTogetherError first
|
file |
diff |
annotate
|