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 | |
2020-05-29 | [fix] gigablast requires a random extra parameter | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-05-28 | [fix] revise of the gigablast engine (WIP) | Markus Heiser | |
The gigablast API has changed and seems to have some quirks, this is the first revise. More work (hacks) are needed. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-05-28 | [fix] gigablast does no longer support *supported_languages_url* | Markus Heiser | |
Since there are zero results, we can remove it: $ make engines.languages fetch languages .. ... fetched 0 languages from engine gigablast Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-05-28 | [fix] remove debug print from commit e5305f8 | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2019-12-21 | [enh] display error message if gigablast extra param expired | Adam Tauber | |
2019-12-21 | [fix] pep8 | Adam Tauber | |
2019-12-21 | [fix] fetch extra search param of gigablast - fixes #1293 | Adam Tauber | |
2019-11-15 | [mod] speed optimization | Dalf | |
compile XPath only once avoid redundant call to urlparse get_locale(webapp.py): avoid useless call to request.accept_languages.best_match | |||
2019-10-16 | [fix] update gigablast engine | Adam Tauber | |
2019-01-07 | Revert "remove 'all' option from search languages" | Noémi Ványi | |
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796. | |||
2018-05-16 | add missing parameter to gigablast search url | Noémi Ványi | |
Closes #1293 | |||
2017-12-09 | [fix] gigablast url parameter change - fixes #1107 | Adam Tauber | |
2017-12-06 | remove 'all' option from search languages | marc | |
2017-08-31 | [fix] gigablast pep8 fix | misnyo | |
2017-08-31 | [fix] gigablast api fix | misnyo | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-12-29 | change language list to only include languages with a minimum of engines | marc | |
that support them. users can still query lesser supported through the :lang_code bang. | |||
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-13 | filter langauges | marc | |
2016-12-13 | [enh] add supported_languages on engines and auto-generate languages.py | marc | |
2016-12-09 | [mod] do not escape html content in engines | Adam Tauber | |
2016-06-12 | [fix] gigablast redirect - closes #575 | Adam Tauber | |
2016-01-31 | [fix] gigablast params ++ json response format | Adam Tauber | |
2015-12-23 | [enh] improve gigablast engine | Thomas Pointhuber | |
add language and safesearch support | |||
2015-12-22 | [fix] gigablast https + url params | Adam Tauber | |
2015-10-16 | [fix] gigablast url params | Adam Tauber | |
2015-09-11 | [fix] add missing scheme to duplicated results too ++ revert gigablasts handling | Adam Tauber | |
2015-09-11 | [fix] handle missing url scheme - fixes #428 | 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-02-08 | [enh] add gigablast engine | Thomas Pointhuber | |