Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-25 | remove articles number from engines_languages.json | Marc Abonce Seguin | |
2021-02-11 | [upd] wikipedia engine: return an empty result on query with illegal characters | Alexandre Flament | |
on some queries (like an IT error message), wikipedia returns an HTTP error 400. this commit returns an empty result instead of showing an error to the user. | |||
2021-02-08 | add support for Chinese variants in Wikipedia | Marc Abonce Seguin | |
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-11 | [enh] add raise_for_httperror | Alexandre Flament | |
check HTTP response: * detect some comme CAPTCHA challenge (no solving). In this case the engine is suspended for long a time. * otherwise raise HTTPError as before the check is done in poolrequests.py (was before in search.py). update qwant, wikipedia, wikidata to use raise_for_httperror instead of raise_for_status | |||
2020-12-07 | [fix] wikipedia: minor fix: return no result instead of crash in some very ↵ | Alexandre Flament | |
few cases. In few cases, the JSON results doesn't contains the key 'type'. | |||
2020-12-04 | [fix] wikipedia engine: don't raise an error when the query is not found | Alexandre Flament | |
Add a new parameter "raise_for_status", set by default to True. When True, any HTTP status code >= 300 raise an exception ( #2332 ) When False, the engine can manage the HTTP status code by itself. | |||
2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
2020-09-10 | use Wikipedia's REST v1 API | Marc Abonce Seguin | |
2020-07-26 | fix Wikipedia's paragraph extraction | Marc Abonce Seguin | |
2019-12-21 | remove empty parenthesis in wikipedia's summary | Marc Abonce Seguin | |
They're usually IPA pronunciations which are removed by the API. | |||
2019-12-21 | exclude disambiguation pages from wikipedia infobox | Marc Abonce Seguin | |
2019-12-21 | [fix] handle empty response from wikipedia engine - closes #1114 | Adam Tauber | |
2019-01-07 | fix after rebase | Noémi Ványi | |
2019-01-07 | Revert "remove 'all' option from search languages" | Noémi Ványi | |
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796. | |||
2019-01-06 | [fix] check language aliases when setting search language | Marc Abonce Seguin | |
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-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-16 | minor fixes in utils/fetch_languages.py | marc | |
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-08-05 | [fix] urls merge in infobox (#593) | marc | |
TODO: merge attributes | |||
2016-04-17 | [enh] wikipedia infobox | a01200356 | |
creates simple multilingual infobox using wikipedia's api | |||
2014-09-03 | using general mediawiki-engine | Thomas Pointhuber | |
* writing general mediawiki-engine * using this engine for wikipedia * using this engine for uncyclopedia | |||
2014-09-02 | fix wikipedia engine and add comments | Thomas Pointhuber | |
* add paging support * make number_of_results changable * make result calculation more clear * add comments | |||
2014-01-31 | [enh] search language support init | asciimoo | |
2013-10-23 | [mod] wikipedia engine removed | asciimoo | |
2013-10-16 | [mod] wikipedia limited to first result | asciimoo | |
2013-10-15 | [enh] proper urls | asciimoo | |
2013-10-15 | [enh] wikipedia search added | asciimoo | |