web/facet.py
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
less more (0) -100 -60 tip