web/facet.py
Fri, 18 Sep 2015 18:03:19 +0200 Rémi Cardona [py3k] unicode → six.text_type
Wed, 16 Sep 2015 17:28:06 +0200 Rémi Cardona [py3k] unicode → six.text_type
Fri, 18 Sep 2015 14:29:53 +0200 Rémi Cardona [py3k] use next builtin instead of next method
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Tue, 13 Oct 2015 15:09:22 +0200 Rémi Cardona [py3k] dict.itervalues → dict.values
Mon, 14 Sep 2015 16:03:07 +0200 Rémi Cardona [py3k] basestring → six.string_types
Mon, 14 Sep 2015 15:42:38 +0200 Rémi Cardona [web/facet] Simplify reversed/sorted calls
Tue, 23 Jun 2015 17:04:40 +0200 Julien Cristau [doc] fix warnings/errors in doc build
Mon, 23 Feb 2015 09:02:41 +0100 Denis Laxalde [web/facet] Use an Exists node in HasRelationFacet
Mon, 01 Dec 2014 11:13:10 +0100 Julien Cristau merge 3.19.6 into 3.20 branch
Mon, 20 Oct 2014 12:50:04 +0200 Rémi Cardona [facets] Honor 'start_unfolded' facet attribute (closes #4502799)
Thu, 25 Sep 2014 15:49:13 +0200 Julien Cristau merge 3.19.4 in 3.20 branch
Wed, 24 Sep 2014 18:04:30 +0200 Julien Cristau merge 3.18.6 into 3.19
Tue, 02 Sep 2014 12:22:18 +0200 David Douard [compat] Remove imports of "any" and "all" from lgc (closes #4306044) stable
Thu, 01 May 2014 23:35:56 +0200 Florent Cayré [facet html] Add surrounding div with "facetBody" class to "has_text" facet. stable
Thu, 17 Jul 2014 11:08:56 +0200 Rémi Cardona Remove uses of logilab.common.compat.{all,any}
Wed, 29 Jan 2014 10:57:10 +0100 Katia Saurfelt [facet] create a RangeRQLPathFacet (closes #2852512)
Tue, 04 Feb 2014 15:29:29 +0100 Dimitri Papadopoulos English typography
Tue, 03 Dec 2013 15:46:19 +0100 Aurelien Campeas [web/facet] do NOT drop offset/limit of the base rql (closes #3344579)
Mon, 08 Jul 2013 17:38:10 +0200 Sylvain Thénault [facet] use facet name as input name for text widget (eg has_text) stable
Wed, 03 Jul 2013 14:48:34 +0200 Katia Saurfelt [facet] don't crash if no title specified on a facet and filtered rset is empty. Closes #2587883 stable
Mon, 08 Apr 2013 14:45:10 +0200 Pierre-Yves David merge 3.16.x fix in 3.17.x branch
Mon, 08 Apr 2013 14:18:32 +0200 Pierre-Yves David merge with 3.15.x fix stable
Wed, 03 Apr 2013 10:51:15 +0200 Sylvain Thénault [facet] ensure a facet DOM id is a valid jQuery identifier. Closes #2789089 oldstable
Tue, 12 Mar 2013 12:50:05 +0100 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
Fri, 22 Feb 2013 19:36:40 +0100 Nicolas Chauvat [towards py3k] import reduce() from functools (part of #2711624)
Thu, 14 Feb 2013 16:01:24 +0100 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
Thu, 22 Nov 2012 16:13:43 +0100 Sylvain Thénault [facet] make BitFieldFacet allow special 0 value. Closes #2522697 stable
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Tue, 17 Jan 2012 11:48:25 +0100 Julien Cristau [facets] Make hiding facet body optional (closes #2105862) stable
Thu, 01 Dec 2011 12:48:46 +0100 Aurelien Campeas [facets] forcing a fixed height to the group is a bad idea: the container will not properly overflow
Wed, 23 Nov 2011 12:30:05 +0100 Aurelien Campeas [facets] do no stretch to the right when there are many facets; instead use a floating layout (closes #2093160)
Wed, 09 Nov 2011 15:06:03 +0100 Aurelien Campeas [facets] reenable facet hiding (was lost in the previous refactoring)
Thu, 27 Oct 2011 10:38:16 +0200 Sylvain Thénault [ui lib] facet and form widget for Integer used to store binary mask. Closes #2054771
Fri, 14 Oct 2011 09:21:45 +0200 Sylvain Thénault merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
Thu, 13 Oct 2011 09:44:14 +0200 Pierre-Yves David init_facets: Add documentation stable
Thu, 13 Oct 2011 09:25:26 +0200 Aurelien Campeas [facets] try to get rid of arbitrary constants, be prettier and eat less space (closes #1988706)
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
Tue, 27 Sep 2011 16:04:30 +0200 Aurelien Campeas [facet] add safety belt to rql path facet init (closes #1965481) stable
Mon, 26 Sep 2011 18:25:22 +0200 Aurelien Campeas [web/facet] fix example selector in docstring stable
Mon, 26 Sep 2011 09:31:09 +0200 Sylvain Thénault [i18n, facet] missing registration of <no relation> msgid stable
Fri, 23 Sep 2011 15:05:09 +0200 Aurelien Campeas [facets] fix height computation (incorporates and/or element if present, use css value to compute likely maximum height, kill wdg_stack_size) (closes #1954077) stable
Wed, 07 Sep 2011 17:01:32 +0200 Sylvain Thénault closes #1914824: fix retrieval of _andor input, test and fix generated rql stable
Thu, 21 Jul 2011 07:54:04 +0200 Adrien Di Mascio [facets] fix missing 'warnings' import and missing self reference on 'filtered_variable' stable
Thu, 07 Jul 2011 18:20:23 +0200 Sylvain Thénault [book] fix some rest/sphinx errors
Thu, 07 Jul 2011 16:22:08 +0200 Sylvain Thénault [range facet] closes #1806937: simply retrieve min/max values when computing vocabulary/possible_values, this is enough
Thu, 07 Jul 2011 11:34:15 +0200 Sylvain Thénault [facet slider] quote attribute value, else may break with earlier jquery
Thu, 07 Jul 2011 11:34:05 +0200 Sylvain Thénault [facets] use unique dom id
Thu, 07 Jul 2011 11:33:55 +0200 Sylvain Thénault [facet] with rql path facet rel may be None, handle it
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)
Tue, 05 Jul 2011 10:54:52 +0200 Sylvain Thénault [facet] closes #1806931: new facet type, based on arbitrary rql path
Mon, 04 Jul 2011 16:46:29 +0200 Sylvain Thénault [facet] fix argument inversion in date range facet
Fri, 01 Jul 2011 16:20:57 +0200 Sylvain Thénault [facets] DontUpdateConstraint mecanism introduced a few commit ago isn't needed: we already have the 'needs_update' property controlling this
Fri, 01 Jul 2011 16:20:45 +0200 Sylvain Thénault [facet] more api cleanup: support_and should be a property, so it's easier to deactivate.
Fri, 01 Jul 2011 15:26:45 +0200 Sylvain Thénault [range facet] refactor to ease overriding, possible_values raise DontUpdateFacet (not handled by js actually)
Fri, 01 Jul 2011 15:26:43 +0200 Sylvain Thénault [facets] refactor / cleanup facet api: more consistent variable naming and easier to reuse function. Closes #1796804
Fri, 01 Jul 2011 15:26:33 +0200 Sylvain Thénault backport stable
Fri, 01 Jul 2011 15:22:43 +0200 Sylvain Thénault [facets] should remove groupby from base rqlst. Closes #1796196 stable
Fri, 01 Jul 2011 13:39:45 +0200 Sylvain Thénault [facets] factorize table filter form / facets box generation, moving out filter form from the table view so it's usable from other views. Closes #1794009
Fri, 20 May 2011 19:22:30 +0200 Aurelien Campeas [web.facet] self.w -> w
Fri, 20 May 2011 19:09:01 +0200 Aurelien Campeas [web/facet|views/table] bump a bit some heights, split table view methods for easier subclassing
Thu, 19 May 2011 16:39:24 +0200 Aurelien Campeas [facets/table] vertically group facets by two when possible in order to have a more compact horizontal layout in table filter form
Fri, 29 Apr 2011 10:29:25 +0200 Sylvain Thénault [facet] add missing selector to HasRelationFacet stable
Fri, 29 Apr 2011 09:33:30 +0200 Sylvain Thénault [facets] proper fix for #1625112: we should rather call unicode() as we always manipulate string as unicode internally stable
Fri, 22 Apr 2011 16:24:56 +0200 Aurelien Campeas [facets] fix unicode encode error; closes #1625112
Fri, 22 Apr 2011 16:15:10 +0200 Aurelien Campeas [facets] fix RangeFacet get_widget: do no return a widget unless there are at least 2 values; closes #1625203
Wed, 20 Apr 2011 08:28:52 +0200 Alexandre Fayolle backport stable changes to default
Mon, 18 Apr 2011 19:34:20 +0200 Adrien Di Mascio [js/css] remove old versions of ui.tabs/slider etc.; closes #1625085
Thu, 14 Apr 2011 11:36:47 +0200 Nicolas Chauvat [facets] make rangefacet comply with start_unfolded (closes #1615869) stable
Mon, 11 Apr 2011 18:33:18 +0200 Sylvain Thénault [facet] ignore range extremas to avoid filtering out rows where value is NULL (closes #1251192) stable
Mon, 11 Apr 2011 16:51:49 +0200 Sylvain Thénault Backed out changeset e0e802afa8e1, widgets are actually defined below stable
Mon, 11 Apr 2011 16:12:02 +0200 Sylvain Thénault [facet] refactor: a simple class attribute is enough stable
Mon, 28 Mar 2011 15:23:57 +0200 Adrien Di Mascio [facets] closes #1569459 (date-range facet with year < 1900) stable
Thu, 10 Mar 2011 12:04:46 +0100 Adrien Di Mascio [web] provide a data_url() method on req and get_rid of explicit datadir_url usage (#1438736)
Fri, 05 Nov 2010 12:22:42 +0100 Sylvain Thénault fix #1376317: facet: no_relation feature crash when rql has no restriction stable
Tue, 02 Nov 2010 08:14:29 +0100 Sylvain Thénault [facet] only String attributes have internationalizable property
Mon, 25 Oct 2010 15:32:00 +0200 Sylvain Thénault [facet] return else we get name error later
Fri, 22 Oct 2010 17:40:23 +0200 Sylvain Thénault [ms] catch exception on executing rql, work-around #1356884 until a proper fix
Fri, 22 Oct 2010 09:15:35 +0200 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
Fri, 01 Oct 2010 16:53:35 +0200 Sylvain Thénault [facets] support for `no_relation` on RelationFacet
Fri, 24 Sep 2010 12:54:20 +0200 Sylvain Thénault [facet] use contextified label when possible stable
Wed, 15 Sep 2010 18:43:14 +0200 Sylvain Thénault [facet] add missing @property making subsequent access always true stable
Thu, 26 Aug 2010 10:13:48 +0200 Alexandre Fayolle use is_instance in a number of places (esp. documentation) rather than the deprecated implements stable
Wed, 18 Aug 2010 16:53:05 +0200 Sylvain Thénault [book] some more documentation and cleanups stable
Wed, 18 Aug 2010 13:58:12 +0200 Sylvain Thénault new RelationAttributeFacet + other fixes and cleanup + facets test stable
Fri, 30 Jul 2010 09:52:46 +0200 Sylvain Thénault small cleanups stable
Thu, 17 Jun 2010 15:15:52 +0200 Sylvain Thénault backport stable
Thu, 17 Jun 2010 15:09:12 +0200 Katia Saurfelt [facet] use vreg.parse so the rql syntax tree is properly annotated as well stable
Thu, 17 Jun 2010 14:43:16 +0200 Sylvain Thénault [fti] support for fti ranking: has_text query results sorted by relevance, and provides a way to control weight per entity / entity's attribute
Tue, 01 Jun 2010 12:21:44 +0200 Sylvain Thénault [facet] we must add type restriction for attribute facets as well stable
Mon, 17 May 2010 11:04:52 +0200 Sylvain Thénault [facet] control i18nization of values on AttributeFacet 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
Tue, 13 Apr 2010 19:43:51 +0200 Sylvain Thénault backport stable
Tue, 13 Apr 2010 15:46:44 +0200 Sylvain Thénault [facet] don't crash in rset_vocabulary if an unauthorized error was raised in rqlexec stable
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Thu, 25 Mar 2010 14:26:13 +0100 Sylvain Thénault backport stable
Wed, 24 Mar 2010 18:38:23 +0100 Sylvain Thénault [facet] allow to specify a target type on relation facets for case such as Keyword/CodeKeyword where we only targets Keyword stable
Wed, 24 Mar 2010 18:04:59 +0100 Sylvain Thénault le patch rql26 a été importé
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Fri, 26 Feb 2010 06:55:43 +0100 Sylvain Thénault [facet] before 3.6 we were sure to have a cw_rset attribute. Restore this for facets stable
Wed, 17 Feb 2010 15:58:09 +0100 Charles Hébert Fix: RangeFacet is selected (valid rset) but without any values stable
Wed, 17 Feb 2010 15:57:03 +0100 Charles Hébert fix the bad rqlst syntax tree usage during facets initialization by copying it stable
Wed, 10 Feb 2010 13:58:11 +0100 Sylvain Thénault provides a fallback_on_none_attribute field attribute, allowing to specify default value for attributes of *existing* entities
Fri, 05 Feb 2010 11:54:23 +0100 Sylvain Thénault moved generic datetime manipulation function to lgc
Fri, 22 Jan 2010 14:40:14 +0100 Sylvain Thénault [vreg] object_by_id should not have been deprecated. Fix facets.
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
Wed, 09 Dec 2009 17:48:04 +0100 Sylvain Thénault typos, api update
Wed, 09 Dec 2009 16:33:32 +0100 Sylvain Thénault api update
Wed, 09 Dec 2009 12:24:38 +0100 Sylvain Thénault merge
Wed, 09 Dec 2009 12:23:31 +0100 Sandrine Ribeau cw 3.6 api update
Wed, 09 Dec 2009 12:22:21 +0100 Sylvain Thénault some api update
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Thu, 15 Oct 2009 20:29:21 +0200 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
Wed, 23 Sep 2009 20:12:48 +0200 Adrien Di Mascio [facets] typo fix
Wed, 23 Sep 2009 19:40:19 +0200 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
Tue, 22 Sep 2009 12:11:12 +0200 Adrien Di Mascio backport stable branch
less more (0) -120 tip