Laurent Lasudry
Laurent Lasudry
When trying to render an error message, mr.developer fails: ``` mr.developer: Updated 'my.package' with git. Traceback (most recent call last): File "mr.develope/mr/developer/common.py", line 181, in worker for lvl, msg in...
Is it related to the template ? `test.name.theme`fails `test.theme` works ``` [10:33:19] ~/testname $ virtualenv-2.7 . New python executable in /Users/aurore/testname/bin/python2.7 Also creating executable in /Users/aurore/testname/bin/python Installing setuptools, pip, wheel...done....
This refs #1379
This is a grouped issue because 2 bugs come from the exact same date formatting problem. There are (at least) 3 dates format used in recurrence edition : the first...
With the new ability to change terms identifiers (see #72 & #113), we can now change the identifier of a term, **even if it is already used on a content**...
For example in `select` widget (but it is the same for **all widgets**). The class handling "hiding zero results" option is put on the widget (line 14) : https://github.com/eea/eea.facetednavigation/blob/2199207b77f27aa38e17a9fd0357cde7418659aa/eea/facetednavigation/widgets/select/widget.pt#L1-L14 But...
There is an issue in the way `eea.facetednavigation` inserts its layouts into the Plone Display menu. If your type has only one available view (example : `summary_view` on Collection), the...
We had a problem with this expression in CSS / JS conditions : `python:'configure_faceted.html' in request.URL0` We don't know exactly why, but we have edge cases where request is :...
It could be great to allow results sorting with different sort indexes & orders (combining sort widgets queries). For now, the sort is decided by the last sort widget.
It would be great (ex : if a faceted config is re-used multiple times in a site) to be able to define a relative path. For example : `.` for...