web/facet.py
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   instead of   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
2009-02-25 Stephanie Marcu fix in facets (avoid to have an horizontal space between facets when facets are unfold)
2009-02-18 Adrien Di Mascio rename abstract_* selectors into partial_* + add docstrings tls-sprint
2009-02-18 Adrien Di Mascio introduce abstract selectors to get rid of the my_selector() contagion tls-sprint
2009-02-18 Adrien Di Mascio replaced most of __selectors__ assignments with __select__ tls-sprint
2009-02-17 sylvain thenault update some imports tls-sprint
2009-02-17 Adrien Di Mascio replace deprecated cubicweb.common.selectors by its new module path (cubicweb.selectors) tls-sprint
2009-01-30 sylvain thenault xhtml fixes
2009-01-28 sylvain thenault set default to empty string, not None
2009-01-26 Adrien Di Mascio [facets] AttributeFacet can now declare which kind of comparator they want to use, default is '=' (+ tidy trailing white spaces)
2009-01-19 sylvain thenault use empty string instead of None as possible context value to avoid getting an <optgroup> tag in associated widget
2009-01-14 sylvain thenault reactivate tests and fix bug triggering removal of undesired relation (eg type restriction) in some cases
2009-01-14 sylvain thenault selector update
2009-01-08 Sylvain Thenault facet widgets css cleanup
2009-01-07 Sylvain Thenault add try except to avoid error w/ unsupported stuff, log it and return incomplete filter form
2008-12-10 Adrien Di Mascio FacetItem now takes req as first parameter of __init__, THIS IS BACKWARD INCOMPATIBLE
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip