Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-11 | [mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2022-09-27 | [fix] typos / reported by @kianmeng in searx PR-3366 | Markus Heiser | |
[PR-3366] https://github.com/searx/searx/pull/3366 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-12-27 | [format.python] initial formatting of the python code | Markus 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> | |||
2021-09-24 | [fix] fix the about section of some engines | Alexandre Flament | |
2021-02-01 | [mod] dynamically set language_support variable | Alexandre Flament | |
The language_support variable is set to True by default, and set to False in only 5 engines. Except the documentation and the /config URL, this variable is not used. This commit remove the variable definition in the engines, and set value according to supported_languages length: False when the length is 0, True otherwise. Close #2485 | |||
2021-01-14 | [enh] engines: add about variable | Alexandre Flament | |
move meta information from comment to the about variable so the preferences, the documentation can show these information | |||
2020-11-27 | Photon API Link Update | M. Efe Çetin | |
Via https://photon.komoot.io/ | |||
2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
2019-01-07 | Revert "remove 'all' option from search languages" | Noémi Ványi | |
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796. | |||
2017-12-06 | remove 'all' option from search languages | marc | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-12-13 | [enh] add supported_languages on engines and auto-generate languages.py | marc | |
2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
2015-04-26 | [fix] SSL : SNI support | Alexandre Flament | |
2015-02-10 | Photon's unit test | Cqoicebordel | |
As in Flickr, a continue is not detected by coverage as covered but it is. | |||
2014-12-20 | [fix] fix language support in photon engine | Thomas Pointhuber | |
2014-12-16 | [fix] pep8 | Thomas Pointhuber | |
2014-12-16 | [fix] remove useless print statement | Thomas Pointhuber | |
2014-12-16 | [enh] add photon engine | Thomas Pointhuber | |