web/facet.py
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
2011-05-20 Aurelien Campeas [web/facet|views/table] bump a bit some heights, split table view methods for easier subclassing
2011-05-19 Aurelien Campeas [facets/table] vertically group facets by two when possible in order to have a more compact horizontal layout in table filter form
2011-04-29 Sylvain Thénault [facet] add missing selector to HasRelationFacet stable
2011-04-29 Sylvain Thénault [facets] proper fix for #1625112: we should rather call unicode() as we always manipulate string as unicode internally stable
2011-04-22 Aurelien Campeas [facets] fix unicode encode error; closes #1625112
2011-04-22 Aurelien Campeas [facets] fix RangeFacet get_widget: do no return a widget unless there are at least 2 values; closes #1625203
2011-04-20 Alexandre Fayolle backport stable changes to default
2011-04-18 Adrien Di Mascio [js/css] remove old versions of ui.tabs/slider etc.; closes #1625085
2011-04-14 Nicolas Chauvat [facets] make rangefacet comply with start_unfolded (closes #1615869) stable
2011-04-11 Sylvain Thénault [facet] ignore range extremas to avoid filtering out rows where value is NULL (closes #1251192) stable
2011-04-11 Sylvain Thénault Backed out changeset e0e802afa8e1, widgets are actually defined below stable
2011-04-11 Sylvain Thénault [facet] refactor: a simple class attribute is enough stable
2011-03-28 Adrien Di Mascio [facets] closes #1569459 (date-range facet with year < 1900) stable
2011-03-10 Adrien Di Mascio [web] provide a data_url() method on req and get_rid of explicit datadir_url usage (#1438736)
2010-11-05 Sylvain Thénault fix #1376317: facet: no_relation feature crash when rql has no restriction stable
2010-11-02 Sylvain Thénault [facet] only String attributes have internationalizable property
2010-10-25 Sylvain Thénault [facet] return else we get name error later
2010-10-22 Sylvain Thénault [ms] catch exception on executing rql, work-around #1356884 until a proper fix
2010-10-22 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
2010-10-01 Sylvain Thénault [facets] support for `no_relation` on RelationFacet
2010-09-24 Sylvain Thénault [facet] use contextified label when possible stable
2010-09-15 Sylvain Thénault [facet] add missing @property making subsequent access always true stable
2010-08-26 Alexandre Fayolle use is_instance in a number of places (esp. documentation) rather than the deprecated implements stable
2010-08-18 Sylvain Thénault [book] some more documentation and cleanups stable
2010-08-18 Sylvain Thénault new RelationAttributeFacet + other fixes and cleanup + facets test stable
2010-07-30 Sylvain Thénault small cleanups stable
2010-06-17 Sylvain Thénault backport stable
2010-06-17 Katia Saurfelt [facet] use vreg.parse so the rql syntax tree is properly annotated as well stable
2010-06-17 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
2010-06-01 Sylvain Thénault [facet] we must add type restriction for attribute facets as well stable
2010-05-17 Sylvain Thénault [facet] control i18nization of values on AttributeFacet stable
2010-04-28 Sylvain Thénault backport oldstable changes stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault backport default into stable: stable is now cw 3.8
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-13 Sylvain Thénault backport stable
2010-04-13 Sylvain Thénault [facet] don't crash in rset_vocabulary if an unauthorized error was raised in rqlexec stable
2010-04-07 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
2010-03-25 Sylvain Thénault backport stable
2010-03-24 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
2010-03-24 Sylvain Thénault le patch rql26 a été importé
2010-02-26 Sylvain Thénault kill dead/useless code as suggested by pylint stable
2010-02-26 Sylvain Thénault [facet] before 3.6 we were sure to have a cw_rset attribute. Restore this for facets stable
2010-02-17 Charles Hébert Fix: RangeFacet is selected (valid rset) but without any values stable
2010-02-17 Charles Hébert fix the bad rqlst syntax tree usage during facets initialization by copying it stable
2010-02-10 Sylvain Thénault provides a fallback_on_none_attribute field attribute, allowing to specify default value for attributes of *existing* entities
2010-02-05 Sylvain Thénault moved generic datetime manipulation function to lgc
2010-01-22 Sylvain Thénault [vreg] object_by_id should not have been deprecated. Fix facets.
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-09 Sylvain Thénault typos, api update
2009-12-09 Sylvain Thénault api update
2009-12-09 Sylvain Thénault merge
2009-12-09 Sandrine Ribeau cw 3.6 api update
2009-12-09 Sylvain Thénault some api update
2009-10-19 Sylvain Thénault backport stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-09-23 Adrien Di Mascio [facets] typo fix
2009-09-23 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
2009-09-22 Adrien Di Mascio backport stable branch
2009-09-21 Adrien Di Mascio [widgets] change make_uid() seed to make slider ids xhtml-valid stable
2009-09-18 Sylvain Thénault cleanup, smarter sort control to avoid it when not necessary stable
2009-09-18 Sylvain Thénault facets enhancement: can now set label_vid to use a view instead of a simple attribute as label stable
2009-08-26 Sylvain Thénault backport 3.5 step 1, remaining wf changes in hooks to merge
2009-08-25 Nicolas Chauvat B #345282 xhtml requires to use &#160; instead of &nbsp; stable
2009-08-17 Sylvain Thénault fix __init__ parameters
2009-08-13 Sylvain Thénault refactor property handling to avoid name conflicts
2009-08-11 Nicolas Chauvat R propagate registry API changes
2009-08-03 Sylvain Thénault [appobject selection process] drop the need for the .selected method
2009-08-03 Sylvain Thénault R [base classes] only AppObject remaning, no more AppRsetObject
2009-08-03 Sylvain Thénault R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
2009-07-07 Sylvain Thénault use xml_escape stable
2009-07-07 Sylvain Thénault import display_name stable
2009-06-23 Florent oops stable
2009-06-23 Florent fix date rounding issue in DateFacetRangeWidget stable
2009-06-22 Adrien Di Mascio [javascript] provide a simple function to limit textarea size (+minor cosmetic changes) stable
2009-06-02 Adrien Di Mascio [facet] refactor values formatting in RangeFacets
2009-05-29 Nicolas Chauvat [views] reindent web/facet.py
2009-05-29 Adrien Di Mascio [facet] provide hasRelationFacet (backport from CMHN)
2009-05-29 Adrien Di Mascio [facet] provide a DateRangeFacet (still need to refactor, maybe create a CWWidget)
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-26 Adrien Di Mascio [facet][RangeFacet] submit facet form when the user stops sliding
2009-05-21 Adrien Di Mascio work in progress: new 'range facet' usable for numerical values, still lacks the form.submit on mouseUp
2009-04-22 sylvain thenault remove trailing white spaces tls-sprint
2009-04-22 sylvain thenault drop hopeless registerer bw compat tls-sprint
2009-03-26 sylvain thenault pylint cleanup tls-sprint
2009-03-23 sylvain thenault pylint cleanup tls-sprint
2009-03-02 sylvain thenault backport stable branch, take care a lot of conflicts occured, this may be the revision you're looking for... tls-sprint
less more (0) -120 tip