Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
2019-07-31 | [fix] dailymotion engine: remove HTML tags from the description | Dalf | |
2019-07-13 | embedded iframe (youtube, dailymotion, vimeo): use https | Dalf | |
2019-01-07 | Revert "remove 'all' option from search languages" | Noémi Ványi | |
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796. | |||
2018-03-27 | refactor engine's search language handling | Marc Abonce Seguin | |
Add match_language function in utils to match any user given language code with a list of engine's supported languages. Also add language_aliases dict on each engine to translate standard language codes into the custom codes used by the engine. | |||
2017-12-06 | remove 'all' option from search languages | marc | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-12-15 | tests for _fetch_supported_languages in engines | marc | |
and refactor method to make it testable without making requests | |||
2016-12-13 | [mod] fetch supported languages for several engines | marc | |
utils/fetch_languages.py gets languages supported by each engine and generates engines_languages.json with each engine's supported language. | |||
2016-12-13 | Add language support for more engines. | marc | |
2016-12-09 | [mod] do not escape html content in engines | Adam Tauber | |
2015-05-02 | Merge pull request #308 from dalf/versions_upgrade | Adam Tauber | |
update versions.cfg to use the current up-to-date packages | |||
2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
2015-05-02 | [enh] reduce the number of http outgoing connections. | Alexandre Flament | |
engines that still use http : gigablast, bing image for thumbnails, 1x and dbpedia autocompleter | |||
2015-01-05 | Integrated media in results + Deezer Engine | Cqoicebordel | |
New "embedded" item for the results, allow to give an iframe to display the media directly in the results. Note that the attributes src of the iframes are not set, but instead data-src is set, allowing to only load the iframe when clicked. Deezer engine based on public API (no key). | |||
2014-12-07 | [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) | dalf | |
2014-09-07 | [enh] dailymotion engine: add language support | Dalf | |
2014-09-01 | fix dailymotion engine and add comments to it | Thomas Pointhuber | |
2014-02-05 | Improves PEP8 compatibility. | Gabor Nagy | |
2014-01-30 | [enh] paging support for dailymotion | asciimoo | |
2014-01-20 | [fix] pep/flake8 compatibility | asciimoo | |
2014-01-20 | fix: robot fw, entry points, some flake8, package searx egg | Matej Cotman | |
2014-01-19 | [enh] results favico handling | asciimoo | |
2014-01-05 | [fix] dailymotion engine : no more html tag in the description | Dalf | |
2013-12-30 | add dailymotion engine | dalf | |