| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-07 | [pylint] engines: drop no longer needed 'missing-function-docstring' | Markus Heiser | |
| Suggested-by: @dalf https://github.com/searxng/searxng/issues/102#issuecomment-914168470 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-07 | [fix] drop useless pylint: disable=undefined-variable | Markus Heiser | |
| Since 7b235a1 (see line 591) it is no longer needed to disable 'undefined-variable' for names defined in:: PYLINT_ADDITIONAL_BUILTINS_FOR_ENGINES Suggested-by: @dalf https://github.com/searxng/searxng/issues/102#issuecomment-914068609 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-06 | [mod] one logger per engine - drop obsolete logger.getChild | Markus Heiser | |
| Remove the no longer needed `logger = logger.getChild(...)` from engines. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-06-14 | [pylint] searx/engines/duckduckgo_definitions.py | Markus Heiser | |
| BTW: normalize indentations Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 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-12-06 | [fix] duckduckgo_definitions: fix relative image URL | Alexandre Flament | |
| ddg returns relative URL to https://duckduckgo.com/ | |||
| 2020-12-01 | [mod] pylint: numerous minor code fixes | Alexandre Flament | |
| 2020-11-14 | [mod] remove unused import | Alexandre Flament | |
| use from searx.engines.duckduckgo import _fetch_supported_languages, supported_languages_url # NOQA so it is possible to easily remove all unused import using autoflake: autoflake --in-place --recursive --remove-all-unused-imports searx tests | |||
| 2020-10-28 | [mod] duckduckgo_definitions: display only user friendly attributes / URL | Alexandre Flament | |
| various bug fixes | |||
| 2020-10-02 | [mod] move extract_text, extract_url to searx.utils | Alexandre Flament | |
| 2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
| 2019-12-02 | duckduckgo_definitions: remove the debug message | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-29 | [fix] duckduckgo_definition issues reported by 'manage.sh test' | Markus Heiser | |
| Fix this error while travis build:: /home/travis/build/asciimoo/searx/searx/engines/duckduckgo_definitions.py:21:44: E225 missing whitespace around operator Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-29 | [fix] duckduckgo_definitions - where 'AnswerType' is 'calc' | Markus Heiser | |
| Do not try to get text when 'AnswerType' is 'calc'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 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-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 | [enh] add supported_languages on engines and auto-generate languages.py | marc | |
| 2016-04-19 | [fix] compile regex in ddg_definitions | a01200356 | |
| 2016-04-17 | [enh] multilingual duckduckgo_definitions | a01200356 | |
| 2015-02-09 | DDG Definitions' unit tests | Cqoicebordel | |
| 2015-01-01 | [mod] purge local html_to_text | Adam Tauber | |
| 2014-12-07 | [fix] pep8 : duckduckgo_definitions and wikidata engines | dalf | |
| 2014-10-11 | [enh] infoboxes : if the result doesn't contain anything except one link, ↵ | dalf | |
| use the normal result template | |||
| 2014-09-28 | [enh] add infoboxes and answers | Dalf | |
| 2014-01-20 | [fix] pep/flake8 compatibility | asciimoo | |
| 2014-01-11 | [enh] set up special css classes for highlighting results + highlight ↵ | rhapsodhy | |
| definitions with dark grey border | |||
| 2014-01-05 | [mod] minor fixes (duckduck_definitions : if a ddg bang is in the query, ↵ | Dalf | |
| avoid a useless redirect) | |||
| 2013-10-23 | [enh] engine cfg compatibilty | asciimoo | |
| 2013-10-15 | [enh] engine types | asciimoo | |
| 2013-10-15 | [fix] comments removed | asciimoo | |
| 2013-10-14 | [enh] duckduckgo definitions | asciimoo | |