summaryrefslogtreecommitdiff
path: root/searx/plugins/search_on_category_select.py
AgeCommit message (Collapse)Author
2023-09-18[feat] search on category select without JSBnyro
Co-authored-by: Alexandre Flament <alex@al-f.net>
2022-06-03[fix] prepare for pylint 2.14.0Markus Heiser
Remove issue reported by Pylint 2.14.0: - no-self-use: has been moved to optional extension [1] - The refactoring checker now also raises 'consider-using-generator' messages for max(), min() and sum(). [2] .pylintrc: - <option name>-hint has been removed since long, Pylint 2.14.0 raises an error on invalid options - bad-continuation and bad-whitespace have been removed [3] [1] https://pylint.pycqa.org/en/latest/whatsnew/2/2.14/summary.html#removed-checkers [2] https://pylint.pycqa.org/en/latest/whatsnew/2/2.14/full.html#what-s-new-in-pylint-2-14-0 [2] https://pylint.pycqa.org/en/latest/whatsnew/2/2.6/summary.html#summary-release-highlights Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-05-07theme: remove __common__Alexandre Flament
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
This patch was generated by black [1]:: make format.python [1] https://github.com/psf/black Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2017-08-06[enh] add simple theme (WIP)Alexandre Flament
2016-07-04[enh][fix] update to latest dependencies ++ fix tests & travis test runnerAdam Tauber
WARNING: dependency changes
2016-02-10[mod] move plugin static files to static/pluginsAdam Tauber
2015-05-02[fix] plugin descriptionAdam Tauber
2015-04-26[mod] enable category select plugin by defaultAdam Tauber
2015-04-13[doc] plugin license infosAdam Tauber
2015-04-12[enh] new plugin: search on category select (currently only in oscar theme)Adam Tauber
TODO purge mootools from default/courgette and integrate jquery ++ this theme