| 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 ubuntu-fr wiki with new doku engine | Guilhem Bonnefille | |
| 2016-04-03 | Add support for dokuwiki engine | Guilhem Bonnefille | |
| 2016-03-30 | [fix] try to decode url - closes #527 | Adam Tauber | |
| 2016-03-30 | Merge pull request #522 from jibe-b/master | Adam Tauber | |
| add BASE engine in category "Science" | |||
| 2016-03-29 | [enh] multilingual autocomplete | a01200356 | |
| implemented for wikipedia, qwant and google | |||
| 2016-03-29 | minor update | jibe-b | |
| 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-03-16 | [fix] csv results filename encoding | Adam Tauber | |
| 2016-03-04 | [fix] docs url mod to prevent http redirect | Adam Tauber | |
| 2016-03-04 | Merge pull request #473 from GreenLunar/patch-2 | Adam Tauber | |
| Update link to documentation page | |||
| 2016-03-02 | Merge pull request #516 from pointhi/translation-fix | Adam Tauber | |
| Translation fix | |||
| 2016-03-02 | [fix] translate plugin name and description in template | Thomas Pointhuber | |
| 2016-03-02 | [enh] reorder locales by alphabet, add english lanuage name in brackets | Thomas Pointhuber | |
| 2016-03-02 | [enh] update translation and add new languages | Thomas Pointhuber | |
| add new languages: * bg * el_GR * eo * pt_BR | |||
| 2016-03-02 | [enh] autocompletion : add qwant | Alexandre Flament | |
| 2016-03-02 | [fix] opensearch image issue - closes #507 | Adam Tauber | |
| 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 | [fix] apply changes in infobox's styles | a01200356 | |
| changes were made for wolframalpha infobox: - wrap text inside infobox. for example, there's a hill in New Zealand called Taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu (don't blame me, blame the Kiwis) and now it doesn't break the infobox. - add an optional image field for infobox's attributes. (doesn't affect ddg infobox at all) - table is now always split in half. needed so that images stay inside infobox. (max-width doesn't work for inline elements, it's the table that has to set the width. if you don't like how the table width looks now in ddg/wiki's infobox, i can change that code so that the style only applies when using wolframalpha. | |||
| 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-27 | [fix] pep8 | Adam Tauber | |
| 2016-02-27 | [fix] robot tests | Adam Tauber | |
| 2016-02-27 | [enh] settings option to change instance name - closes #450 | Adam Tauber | |
| 2016-02-26 | Fix results with no scheme | Luc Didry | |
| Related to #428, which was fixed in e3df22b but broken in a refactoring (b6c3cb0) | |||
| 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-10 | [mod] move plugin static files to static/plugins | Adam Tauber | |
| 2016-02-10 | [enh] new plugin to open results on new browser tabs | Adam Tauber | |
| 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-06 | [enh] add occitan search language - example query: ":oc !wp south" - closes #445 | 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-21 | [fix] typo | Thomas Pointhuber | |
| 2016-01-21 | [mod] enable wolframalpha by default | Adam Tauber | |
| 2016-01-21 | [mod] move wolframalpha to "science" category | Adam Tauber | |
| 2016-01-18 | [fix] pep8 | a01200356 | |