web/views/facets.py
2012-09-17 Nicolas Chauvat [facets] add link 'focus on selection' (closes #525277)
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2011-12-16 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
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-10-28 Sylvain Thénault [facetable views] allow extra hiddens to be specified when selecting the facets form
2011-10-26 Aurelien Campeas backport stable
2011-10-26 Aurelien Campeas [views/facets] backout 82d76492e21e - this was not actually needed and caused some problems ... stable
2011-10-21 Aurelien Campeas [facets] fix context passing + a note for later
2011-10-21 Sylvain Thénault [facets] view should be propagated up to facet selection, so we can get different facets according to the view. Closes #2036527
2011-10-14 Sylvain Thénault add missing imports
2011-10-14 Sylvain Thénault merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
2011-10-14 Sylvain Thénault [facets] on the way to vidargs removal
2011-10-13 Aurelien Campeas [facets] try to get rid of arbitrary constants, be prettier and eat less space (closes #1988706)
2011-10-11 Pierre-Yves David Add a hidden input:submit field in facets form (closes #1988784) stable
2011-10-11 Pierre-Yves David [facets] FacetFilterMixIn: add documention for class and generate_form
2011-10-11 Pierre-Yves David [facet] Add infered type restriction to Filtered result set (closes #1988776) 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-23 Aurelien Campeas [views/facets] simple horizontal layout when there are a few facets only (closes #1921709) stable
2011-07-18 Sylvain Thénault unsaved change...
2011-07-18 Sylvain Thénault [facets] closes #1827464: facet box always appear
2011-07-04 Aurelien Campeas [facetbox] put the facet box in a box
2011-07-01 Sylvain Thénault [selectors, facet] make is_instance and other EClassSelector subclass gather entity classes from 'select' and 'filtered_variable' context information. Closes #1796732
2011-07-01 Sylvain Thénault [facets] allow to specify on which rqlst's variable facets should be applied. Closes #1795915
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 [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-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-05-03 Adrien Di Mascio [js] remove facet-loading.png, use plain-text / i18n
2010-10-25 Sylvain Thénault [facets] cleanup and use RelationAttributeFacet for InState
2010-10-22 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
2010-10-12 Sylvain Thénault i18n update
2010-10-08 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
2010-08-25 Sylvain Thénault [web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
2010-08-25 Sylvain Thénault [boxes] introduce new boxes system
2010-07-30 Sylvain Thénault [facet] refactor bookmark this search link creation: check perm before calling the method, and use the new create url factory
2010-07-08 Sylvain Thénault [uilib] refactor json_dumps code organization
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-23 Alexandre Fayolle [python2.6] careful: json-py provides a json package. We don't want that. stable
2010-04-22 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
2010-04-15 Sylvain Thénault [facet] fix #873742: erroenously use self.cw_rset instead of context rset stable
2010-03-31 Sylvain Thénault [facet] fix 'bookmark this search': stable
2010-02-17 Sylvain Thénault fix table view facet retreival, necessary since 95ccd84c892b. Also some cleanup in facet box stable
2010-02-17 Charles Hébert fix the bad rqlst syntax tree usage during facets initialization by copying it stable
2010-01-21 Sylvain Thénault closes #345410: two_lines_rset, two_cols_rset, two_etypes_rset are badly named
2010-01-18 Sylvain Thénault backport stable branch
2010-01-15 Sylvain Thénault rename need_navigation into paginable stable
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-08 Sandrine Ribeau cw 3.6 api update
2009-10-19 Sylvain Thénault backport stable
2009-10-19 Sylvain Thénault cleanup stable
2009-09-23 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
2009-09-23 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
2009-09-23 Sylvain Thénault use __regid__ instead of id on appobject classes
2009-08-26 Sylvain Thénault backport 3.5 step 1, remaining wf changes in hooks to merge
2009-08-26 Sylvain Thénault rename cubicweb.formfilter.js into cubicweb.facets.js stable
2009-08-13 Sylvain Thénault propagate some api changes
2009-08-13 Nicolas Chauvat R propagate deprecation of CWRegistry.possible_vobjects
2009-08-03 Sylvain Thénault [appobject] kill VObject class, move base selector classes to appobject
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-16 Aurelien Campeas backport stable branch
2009-07-08 Katia Saurfelt optimize rql for ETypeFacet possible_values stable
2009-07-08 Katia Saurfelt merge stable
2009-07-08 Katia Saurfelt select right possible_values for ETypeFacet stable
2009-07-08 Adrien Di Mascio merge stable
2009-07-08 Adrien Di Mascio [cleaning] minor cleaning over last two checkins stable
2009-07-07 Katia Saurfelt test self.bkLinkBox_template stable
2009-07-07 Sylvain Thénault use xml_escape stable
2009-07-06 Sylvain Thénault backport stable branch
2009-07-06 Sylvain Thénault cleanup stable
2009-07-03 Katia Saurfelt split FilterBox call function stable
2009-07-02 Sylvain Thénault backport stable
2009-07-01 Aurelien Campeas by popular demand, let us setle on needs_xxx stable
2009-07-01 Aurelien Campeas [facets] slightly better attr names stable
2009-07-01 Katia Saurfelt merge stable
2009-06-29 Katia Saurfelt make js, css class variables stable
2009-06-26 Sylvain Thénault backport stable branch, make schema-security consistent with other schema views changes, uniformize skipmeta/withmeta
2009-06-24 Sylvain Thénault prepare time where it won't be mandatory to give rset to select() stable
2009-06-05 Sylvain Thénault nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-14 Adrien Di Mascio delete-trailing-whitespace + some copyright update tls-sprint
2009-03-23 sylvain thenault pylint cleanup tls-sprint
2009-02-18 Adrien Di Mascio instantiate selectors wherever needed tls-sprint
2009-02-18 Adrien Di Mascio replaced most of __selectors__ assignments with __select__ tls-sprint
2009-02-17 Adrien Di Mascio replace deprecated cubicweb.common.selectors by its new module path (cubicweb.selectors) tls-sprint
2009-02-17 Adrien Di Mascio work in progress, draft for manual registration tls-sprint
2009-02-13 sylvain thenault update copyright
2009-01-15 sylvain thenault massive selector update 3.0
2008-12-19 Sylvain Thenault begin selector renaming (work in progress)
2008-12-10 Adrien Di Mascio make round corners optional on facet boxes
2008-12-10 Adrien Di Mascio include cubicbeb.facet.css when displaying filterbox
2008-11-13 Nicolas Chauvat fix tests (some where broken after ECache was added)
2008-11-10 Adrien Di Mascio fix tests in web/test
2008-11-06 Nicolas Chauvat set bookmarked_by relation on facet bookmarking
2008-11-06 Adrien Di Mascio simple and naive implementation of 'bookmark this search' while using facets
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip