| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-04 | Fix pep8 E302 | Guilhem Bonnefille | |
| Cf. http://legacy.python.org/dev/peps/pep-0008/#blank-lines | |||
| 2016-04-03 | Add support for dokuwiki engine | Guilhem Bonnefille | |
| 2016-03-29 | [enh] Add BASE engine in category Science. Basic and advanced search. | jibe-b | |
| 2016-03-26 | [fix] bing images page change | Adam Tauber | |
| 2016-03-25 | [fix] no more redirect ++ explicitly specify search language to avoid ↵ | Adam Tauber | |
| googles ip based heuristics | |||
| 2016-03-25 | Remove content field from ArchWiki results; reformat code in archlinux.py | Kirill Isakov | |
| Content field in Arch Wiki search results is of no real use, more often than not it contains no usable information and includes too many markup tags which make the text unreadable. It is safe to remove it. | |||
| 2016-03-24 | Add Arch Linux Wiki search engine | Kirill Isakov | |
| 2016-03-21 | [fix] duckduckgo's xpaths changed | a01200356 | |
| test_duckduckgo modified to reflect changes in duckduckgo's html | |||
| 2016-02-28 | [fix] remove unnecesary async calls in wolframalpha_noapi | a01200356 | |
| setting async to false in the request did the job, lol. | |||
| 2016-02-28 | [fix] merge with 79705450dfdf321c19839bce23c56d9d4a86ba68 | a01200356 | |
| 2016-02-28 | [enh] unit tests for wolframalpha | a01200356 | |
| 2016-02-27 | [enh] infobox for wolframalpha | a01200356 | |
| TODO: - infobox styles - unit tests ISSUES: - no_api version needs to re-call server for additional pods, such as plots. therefore, it's even slower than before. comment out the part that calls get_async_pod if requests reach timeout or increase timeout in settings.yml. | |||
| 2016-02-25 | [fix] wolframalpha unicode inputs | Adam Tauber | |
| 2016-02-20 | [enh] suspend engines after error | Adam Tauber | |
| The duration is based on the number of continuous errors, but maximized in one minute | |||
| 2016-02-19 | [mod] engine load refactor | Adam Tauber | |
| 2016-02-17 | [fix] encapsulate wolframalpha token fetching errors | Adam Tauber | |
| 2016-02-17 | [fix] wolframalpha page changes | Adam Tauber | |
| related issues: #508 #509 | |||
| 2016-02-09 | [fix] restrict wikipedia queries to the titles to avoid irrelevant results | Adam Tauber | |
| 2016-02-08 | [fix] real support of non wikipedia style mediawikis | Adam Tauber | |
| 2016-02-04 | fix pep8 errors | Noemi Vanyi | |
| 2016-02-04 | add Frinkiac engine & tests | Noemi Vanyi | |
| 2016-02-01 | [fix] bing images changes | Adam Tauber | |
| 2016-01-31 | [fix] gigablast params ++ json response format | Adam Tauber | |
| 2016-01-23 | [fix] swisscow and yandex escaping - fixes #499 | Adam Tauber | |
| 2016-01-18 | [fix] pep8 | a01200356 | |
| 2016-01-18 | Merge branch 'master' of https://github.com/asciimoo/searx | a01200356 | |
| 2016-01-18 | [fix] temporary disable googles inner links - #491 | Adam Tauber | |
| 2016-01-18 | [fix] pep8 compatibilty | Adam Tauber | |
| 2016-01-10 | Merge branch 'master' of https://github.com/asciimoo/searx | a01200356 | |
| Conflicts: searx/tests/test_engines.py | |||
| 2016-01-10 | [fix] google markup change - closes #489 | Adam Tauber | |
| 2016-01-05 | append link to result in wolframalpha_api (and the tests to validate that) | a01200356 | |
| 2016-01-03 | [fix] test in wolframalpha_noapi | a01200356 | |
| 2016-01-03 | add tests for unicode strings in wolframalpha | a01200356 | |
| 2016-01-03 | Merge branch 'master' into wolframalpha | a01200356 | |
| 2016-01-03 | [fix] unescape htmlentities in wolframalpha_noapi's answer | a01200356 | |
| 2016-01-02 | Add test case in wolframalpha_noapi | a01200356 | |
| [fix] Display multiple answers in wolframalpha_api | |||
| 2016-01-02 | [fix]soundcloud.com guest client_id fetches dynamically | misnyo | |
| 2016-01-02 | [fix] pass wolframalpha_noapi tests | a01200356 | |
| 2016-01-02 | update tests for wolframalpha | a01200356 | |
| 2016-01-01 | [enh] wolframalpha appends result | a01200356 | |
| 2015-12-30 | Add tests for the Wolfram Alpha engines (both API and NO API versions) | a01200356 | |
| 2015-12-29 | Make wolframalpha_noapi.py flake8 compliant | a01200356 | |
| 2015-12-29 | Remove unnecessary code in wolframalpha_noapi engine | a01200356 | |
| The answer is scraped from a js function, so parsing the html tree doesn't achieve anything here. | |||
| 2015-12-29 | Wolfram Alpha (no API needed now) | a01200356 | |
| 2015-12-28 | Pinche Travis. | a01200356 | |
| 2015-12-28 | More fixes (Travis again). | a01200356 | |
| forfuckssaketravisnotagain | |||
| 2015-12-28 | Fix Travis errors. | a01200356 | |
| 2015-12-27 | Merge branch 'master' into wolframalpha | a01200356 | |
| 2015-12-27 | Remove non API version (doesn't work) | a01200356 | |
| 2015-12-26 | Returns answer rather than results. | a01200356 | |
| More appropriate in this case because it will always give just one answer. | |||