selectors.py
Mon, 14 Sep 2015 16:03:07 +0200 Rémi Cardona [py3k] basestring → six.string_types
Fri, 14 Jun 2013 16:26:25 +0200 David Douard 3.17 is the new stable stable
Thu, 28 Mar 2013 12:32:26 +0100 Pierre-Yves David merge 3.15.x into 3.16.x stable
Wed, 27 Mar 2013 14:49:12 +0100 Pierre-Yves David drop dubious comment
Thu, 21 Mar 2013 18:13:31 +0100 Pierre-Yves David 3.15 is the new old stable oldstable
Fri, 16 Nov 2012 11:53:17 +0100 Sylvain Thénault backport stable
Wed, 24 Oct 2012 09:56:52 +0200 Sylvain Thénault [web test] make unittest_viewselectors work if rdflib isn't available stable
Thu, 10 May 2012 10:37:28 +0200 Sylvain Thénault backport stable
Thu, 10 May 2012 10:33:42 +0200 Sylvain Thénault [selectors] make multi_columns_rset work with a simple list of lists stable
Mon, 13 Feb 2012 11:47:07 +0100 Sylvain Thénault [test] fix test broken by selectors/predicates changes coming with the move of registry to lgc
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Fri, 28 Oct 2011 11:31:11 +0200 Florent Cayré replace adapter by simple selector to ease edit controller overloading; fixes #2042349
Fri, 28 Oct 2011 10:32:48 +0200 Adrien Di Mascio [doc] fix most of ReST compilation errors and warnings
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
Fri, 21 Oct 2011 11:36:30 +0200 Sylvain Thénault backport stable
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
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)
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
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)
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
Mon, 27 Jun 2011 13:59:07 +0200 Sylvain Thénault 3.12.8 stable cubicweb-version-3.12.8
Thu, 16 Jun 2011 12:31:27 +0200 Julien Jehannet [book] add autoload section from code and fix sphinx warnings stable
Mon, 06 Jun 2011 15:00:05 +0200 Pierre-Yves David Fix conditionnal logic broken in 195b24fe3a03 stable
Mon, 30 May 2011 17:43:29 +0200 Sylvain Thénault [selectors] take care, Session has no cnx stable
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
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
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
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
Mon, 02 May 2011 17:24:51 +0200 Sylvain Thénault [workflow selectors] introduced new on_fire_transition hook selector, deprecated on_transition stable
Tue, 05 Apr 2011 11:18:03 +0200 Sylvain Thénault [selectors] abstract ExpectedValueSelector now accept a set as single argument stable
Fri, 28 Jan 2011 16:08:40 +0100 Julien Jehannet [selectors] modify workflow selectors: is_in_state, on_transition stable
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
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
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
Thu, 20 Jan 2011 14:38:53 +0100 Julien Jehannet [docstring] minor: add warning about entity cache for rql_condition selector stable
Fri, 21 Jan 2011 12:51:58 +0100 Sylvain Thénault [selectors] minor: use similar __repr__ implementation for selector instances stable
Thu, 20 Jan 2011 13:16:30 +0100 Julien Jehannet [tests] new unit tests about score_entity selector (inscore machinery) stable
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
Wed, 20 Oct 2010 15:58:27 +0200 Sylvain Thénault backport stable
Tue, 19 Oct 2010 10:04:50 +0200 Sylvain Thénault [selectors] close #1333238: appobject_selectable with multiple regids fails stable
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
Tue, 12 Oct 2010 19:10:43 +0200 Sylvain Thénault [selector] more efficient rql_condition by simply retreiving COUNT()
Mon, 11 Oct 2010 18:00:51 +0200 Sylvain Thénault [selectors] make configuration_values selector works for startup/maintainance hook
Wed, 06 Oct 2010 14:56:20 +0200 Sylvain Thénault [selector] fix iterable detection
Tue, 05 Oct 2010 10:17:24 +0200 Stephanie Marcu [book] improve documentation lisibility for cwconfig chapter and fix some references
Tue, 05 Oct 2010 10:14:37 +0200 Sylvain Thénault [selectors] move selectors according to their type, add missing ones to documentation
Mon, 04 Oct 2010 18:56:05 +0200 Aurelien Campeas refactor login box & form to enable easy pluggability
Wed, 29 Sep 2010 16:16:32 +0200 Sylvain Thénault backport stable
Wed, 29 Sep 2010 12:54:35 +0200 Sylvain Thénault cleanup and micro-optimization stable
Wed, 29 Sep 2010 12:17:26 +0200 Sylvain Thénault [selector] cleanup stable
Fri, 24 Sep 2010 13:41:13 +0200 Julien Jehannet [selectors] multi_lines_rset selector supports now optional operator for richer comparaisons stable
Wed, 25 Aug 2010 10:29:07 +0200 Sylvain Thénault [web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
Wed, 25 Aug 2010 10:01:11 +0200 Sylvain Thénault [boxes] introduce new boxes system
Wed, 18 Aug 2010 16:53:05 +0200 Sylvain Thénault [book] some more documentation and cleanups stable
Thu, 12 Aug 2010 16:50:52 +0200 Aurelien Campeas [selectors] fix match_transition & introduce new edited_attribute selector stable
Fri, 30 Jul 2010 13:18:08 +0200 Sylvain Thénault [selectors] fix is_instance bug w/ parent classes. Also slight performance enhancements by changing what's returned by vreg['etypes'].parent_classes method (dedicated for this usage...) and removing no more necessary methods stable
Mon, 26 Jul 2010 12:06:52 +0200 Sylvain Thénault [selector] adjuts score returned by the adaptable selector to get correct priority over is_instance stable
Thu, 08 Jul 2010 15:36:33 +0200 Sylvain Thénault [ftirank] when ordered by fti rank, we don't want page navigation. Anyway, sorted nav component shouldn't consider has_text relation.
Tue, 06 Jul 2010 13:55:10 +0200 Sylvain Thénault backport stable
Tue, 06 Jul 2010 13:54:57 +0200 Sylvain Thénault [selectors] fix dumb name error introduced in parent changeset stable
Tue, 06 Jul 2010 11:31:34 +0200 Sylvain Thénault backport stable
Tue, 06 Jul 2010 11:31:04 +0200 Sylvain Thénault [selectors] relation_possible selector should check user may read target entity type when specified stable
Mon, 05 Jul 2010 19:06:17 +0200 Sylvain Thénault [selectors] avoid spurious warning when using implements by design
Mon, 05 Jul 2010 18:25:25 +0200 Sylvain Thénault [selectors] fix warning stack level
Mon, 05 Jul 2010 18:00:33 +0200 Sylvain Thénault backport stable
Mon, 05 Jul 2010 17:06:11 +0200 Sylvain Thénault cleanups stable
Mon, 05 Jul 2010 13:35:15 +0200 Sylvain Thénault [selectors] use before-registry-reset event to init is_instance cache: cleaner code and avoid reloading bug (making hooks test fail for instance)
Mon, 05 Jul 2010 12:04:32 +0200 Sylvain Thénault [selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
Fri, 02 Jul 2010 10:29:32 +0200 Sylvain Thénault cleanup
Fri, 11 Jun 2010 14:59:08 +0200 Sylvain Thénault backport stable
Fri, 11 Jun 2010 13:00:02 +0200 Sylvain Thénault [selectors] relation_possible selector accept None as action, in which case no perms checking is done stable
Thu, 10 Jun 2010 16:23:07 +0200 Sylvain Thénault [view] add a new entity_call method to entity view protocol, allowing some to work with not yet created entities. Also, start considering 'eid' form parameters where we only consider 'rql', so we can move on bloquing arbitrary rql inputs (more to do on this...)
Wed, 02 Jun 2010 13:02:47 +0200 Sylvain Thénault backport stable
Tue, 01 Jun 2010 12:19:01 +0200 Sylvain Thénault [navigation] when there are to much results, use a <select> based page navigation stable
Sat, 29 May 2010 10:33:57 +0200 Alexandre Fayolle proof read documentation stable
Fri, 21 May 2010 15:02:56 +0200 Sylvain Thénault [selectors] ensure selector return an int
Fri, 21 May 2010 15:02:42 +0200 Sylvain Thénault [selectors] adaptable selector should not accept None in rset
Fri, 21 May 2010 15:02:14 +0200 Sylvain Thénault [selectors] lltrace appobject_selectable selector
Fri, 21 May 2010 15:01:46 +0200 Sylvain Thénault [selectors] allow to override `accept_none` value of EClassSelector / EntitySelector based selector by specifying a value in selection context
Fri, 21 May 2010 15:00:01 +0200 Sylvain Thénault [selectors] move lltrace decorator and traced_selection cm to appobject module so we can apply lltrace to And/Or/Not selectors, fixing #662565
Fri, 21 May 2010 13:34:03 +0200 Sylvain Thénault [selectors] ensure adaptable('IDownloadable') takes precedence over implements('Any')
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
Mon, 10 May 2010 16:59:32 +0200 Sylvain Thénault backport stable
Fri, 07 May 2010 20:07:54 +0200 Sylvain Thénault [selectors] new logged_user_in_rset selector stable
Thu, 06 May 2010 12:57:49 +0200 Sylvain Thénault [selectors] fix no_cnx selector's prototype stable
Thu, 29 Apr 2010 08:39:13 +0200 Nicolas Chauvat [css] introducing scale and rhythm composition
Mon, 03 May 2010 14:09:37 +0200 Sylvain Thénault [doc] typos
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 12:32:52 +0200 Aurelien Campeas [doc/book] some fixes for vregistry, selectors & appobjects stable
Thu, 15 Apr 2010 19:39:55 +0200 Sylvain Thénault backport stable
Thu, 15 Apr 2010 15:14:21 +0200 Sylvain Thénault [vreg] fix traced_selection stable
Wed, 14 Apr 2010 10:29:38 +0200 Sylvain Thénault [web] put a fake object that raise Unauthorized on any attribute access as req.cnx and req._user, so we are properly asked to authenticated on any view that tries to do something with one of those attributes (instead of doing defensive programming everywhere we're doing that)
Tue, 13 Apr 2010 12:19:24 +0200 Sylvain Thénault #773448: refactor session and 'no connection' handling, by introducing proper web session. We should now be able to see page even when no anon is configured, and be redirected to the login form as soon as one tries to do a query.
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Tue, 06 Apr 2010 10:11:40 +0200 Sylvain Thénault more / cleaner / in code documentation of vreg, selectors and appobject stable
Fri, 02 Apr 2010 16:10:35 +0200 Sylvain Thénault improved doc on selectors an vregistry stable
Wed, 31 Mar 2010 09:57:18 +0200 Sylvain Thénault [optimization] traced_selection is used very intensively in debug mode stable
Fri, 26 Mar 2010 15:54:01 +0100 Sylvain Thénault [selectors] new is_in_state select to avoid common error when writing state based selector stable
Mon, 08 Mar 2010 18:31:36 +0100 Sylvain Thénault 3.7 depends on python >= 2.5
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Tue, 23 Feb 2010 12:59:30 +0100 Sylvain Thénault #714109: [selectors] non_final_entity should implement score_class stable
Wed, 10 Feb 2010 13:57:29 +0100 Sylvain Thénault fix match_transition selector: for instance w/ forge version change state form overiding, we want the form with the publication_date selected by the editcontroller, whatever the transition
Mon, 08 Feb 2010 21:22:10 +0100 Sylvain Thénault when no context specified, should return non-zero score as documented
Fri, 05 Feb 2010 08:53:33 +0100 Sylvain Thénault reorganize, cleanup and properly document base selectors. Kill the may_add_relation selector.
Thu, 04 Feb 2010 13:17:26 +0100 Sylvain Thénault copy back __doc__ for proper sphinx doc generation
Mon, 25 Jan 2010 19:18:59 +0100 Sylvain Thénault a selector MUST NO return None
Fri, 22 Jan 2010 10:43:12 +0100 Sylvain Thénault fix name error
Thu, 21 Jan 2010 17:38:31 +0100 Sylvain Thénault closes #345410: two_lines_rset, two_cols_rset, two_etypes_rset are badly named
Tue, 19 Jan 2010 12:34:52 +0100 Stephanie Marcu update selectors.py: change entity.schema with entity._cw.vreg.schema
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Wed, 13 Jan 2010 17:41:42 +0100 Sylvain Thénault if specified, benefit from target_etype information in the [partial_]add_relation selector
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Tue, 22 Dec 2009 10:27:49 +0100 Sylvain Thénault backport stable
Fri, 18 Dec 2009 15:59:19 +0100 Sylvain Thénault cubicweb security #36257: les urls /add/EntityName sont accessibles en anonyme stable
Thu, 10 Dec 2009 10:36:17 +0100 Sylvain Thénault missing underscore leads to infinite recursion error
less more (0) -120 tip