web/facet.py
2015-09-18 Rémi Cardona [py3k] unicode → six.text_type
2015-09-16 Rémi Cardona [py3k] unicode → six.text_type
2015-09-18 Rémi Cardona [py3k] use next builtin instead of next method
2015-09-11 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
2015-10-13 Rémi Cardona [py3k] dict.itervalues → dict.values
2015-09-14 Rémi Cardona [py3k] basestring → six.string_types
2015-09-14 Rémi Cardona [web/facet] Simplify reversed/sorted calls
2015-06-23 Julien Cristau [doc] fix warnings/errors in doc build
2015-02-23 Denis Laxalde [web/facet] Use an Exists node in HasRelationFacet
2014-12-01 Julien Cristau merge 3.19.6 into 3.20 branch
2014-10-20 Rémi Cardona [facets] Honor 'start_unfolded' facet attribute (closes #4502799)
2014-09-25 Julien Cristau merge 3.19.4 in 3.20 branch
2014-09-24 Julien Cristau merge 3.18.6 into 3.19
2014-09-02 David Douard [compat] Remove imports of "any" and "all" from lgc (closes #4306044) stable
2014-05-01 Florent Cayré [facet html] Add surrounding div with "facetBody" class to "has_text" facet. stable
2014-07-17 Rémi Cardona Remove uses of logilab.common.compat.{all,any}
2014-01-29 Katia Saurfelt [facet] create a RangeRQLPathFacet (closes #2852512)
2014-02-04 Dimitri Papadopoulos English typography
2013-12-03 Aurelien Campeas [web/facet] do NOT drop offset/limit of the base rql (closes #3344579)
2013-07-08 Sylvain Thénault [facet] use facet name as input name for text widget (eg has_text) stable
2013-07-03 Katia Saurfelt [facet] don't crash if no title specified on a facet and filtered rset is empty. Closes #2587883 stable
2013-04-08 Pierre-Yves David merge 3.16.x fix in 3.17.x branch
2013-04-08 Pierre-Yves David merge with 3.15.x fix stable
2013-04-03 Sylvain Thénault [facet] ensure a facet DOM id is a valid jQuery identifier. Closes #2789089 oldstable
2013-03-12 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
2013-02-22 Nicolas Chauvat [towards py3k] import reduce() from functools (part of #2711624)
2013-02-14 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
2012-11-22 Sylvain Thénault [facet] make BitFieldFacet allow special 0 value. Closes #2522697 stable
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2012-01-17 Julien Cristau [facets] Make hiding facet body optional (closes #2105862) stable
2011-12-01 Aurelien Campeas [facets] forcing a fixed height to the group is a bad idea: the container will not properly overflow
2011-11-23 Aurelien Campeas [facets] do no stretch to the right when there are many facets; instead use a floating layout (closes #2093160)
2011-11-09 Aurelien Campeas [facets] reenable facet hiding (was lost in the previous refactoring)
2011-10-27 Sylvain Thénault [ui lib] facet and form widget for Integer used to store binary mask. Closes #2054771
2011-10-14 Sylvain Thénault merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
2011-10-13 Pierre-Yves David init_facets: Add documentation stable
2011-10-13 Aurelien Campeas [facets] try to get rid of arbitrary constants, be prettier and eat less space (closes #1988706)
2011-09-28 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
2011-09-27 Aurelien Campeas [facet] add safety belt to rql path facet init (closes #1965481) stable
2011-09-26 Aurelien Campeas [web/facet] fix example selector in docstring stable
2011-09-26 Sylvain Thénault [i18n, facet] missing registration of <no relation> msgid stable
2011-09-23 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
2011-09-07 Sylvain Thénault closes #1914824: fix retrieval of _andor input, test and fix generated rql stable
2011-07-21 Adrien Di Mascio [facets] fix missing 'warnings' import and missing self reference on 'filtered_variable' stable
2011-07-07 Sylvain Thénault [book] fix some rest/sphinx errors
2011-07-07 Sylvain Thénault [range facet] closes #1806937: simply retrieve min/max values when computing vocabulary/possible_values, this is enough
2011-07-07 Sylvain Thénault [facet slider] quote attribute value, else may break with earlier jquery
2011-07-07 Sylvain Thénault [facets] use unique dom id
2011-07-07 Sylvain Thénault [facet] with rql path facet rel may be None, handle it
2011-07-07 Sylvain Thénault [facet] closes #1806932: test and fix facet bug w/ having query (need rql update)
2011-07-05 Sylvain Thénault [facet] closes #1806931: new facet type, based on arbitrary rql path
2011-07-04 Sylvain Thénault [facet] fix argument inversion in date range facet
2011-07-01 Sylvain Thénault [facets] DontUpdateConstraint mecanism introduced a few commit ago isn't needed: we already have the 'needs_update' property controlling this
2011-07-01 Sylvain Thénault [facet] more api cleanup: support_and should be a property, so it's easier to deactivate.
2011-07-01 Sylvain Thénault [range facet] refactor to ease overriding, possible_values raise DontUpdateFacet (not handled by js actually)
2011-07-01 Sylvain Thénault [facets] refactor / cleanup facet api: more consistent variable naming and easier to reuse function. Closes #1796804
2011-07-01 Sylvain Thénault backport stable
2011-07-01 Sylvain Thénault [facets] should remove groupby from base rqlst. Closes #1796196 stable
2011-07-01 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
2011-05-20 Aurelien Campeas [web.facet] self.w -> w
less more (0) -100 -60 tip