summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2016-04-10[fix] clear image link if javascript enabled - closes #535Adam Tauber
2016-04-09Comment out ubuntu-fr as it is not a general search engineGuilhem Bonnefille
2016-04-09add description to a var that seems to be unusedNoemi Vanyi
2016-04-09follow up blocked_engines renaming in templatesNoemi Vanyi
2016-04-09more follow ups in new preferencesNoemi Vanyi
2016-04-09rename blocked engines to diabled enginesNoemi Vanyi
2016-04-09minor grammar fix in error messageNoemi Vanyi
2016-04-09sort languages properlyNoemi Vanyi
2016-04-09[fix] user data checkAdam Tauber
2016-04-09new preferences handlingNoemi Vanyi
Preferences class was introduced in order to handle user preferences. Right now it parses cookies and the form in preferences. Also it can retrieve settings based on the name of the setting. ATTENTION Please note that engine preferences are handled differently from now on. So it introduces incompatible changes. Every user who has saved preferences should reset and save his/her settings again. This change was needed, because everytime a default disabled engine was added saved user preferences would broke. Now engine setting tracking is fixed.
2016-04-07[fix] broken google images parsingAdam Tauber
2016-04-05Fix query encodingGuilhem Bonnefille
2016-04-04Fix pep8 E302Guilhem Bonnefille
Cf. http://legacy.python.org/dev/peps/pep-0008/#blank-lines
2016-04-03Add ubuntu-fr wiki with new doku engineGuilhem Bonnefille
2016-04-03Add support for dokuwiki engineGuilhem Bonnefille
2016-03-30[fix] try to decode url - closes #527Adam Tauber
2016-03-30Add searx user agent to Reddit engine request to comply with API usage termsKirill Isakov
2016-03-30Merge pull request #522 from jibe-b/masterAdam Tauber
add BASE engine in category "Science"
2016-03-29[enh] multilingual autocompletea01200356
implemented for wikipedia, qwant and google
2016-03-29minor updatejibe-b
2016-03-29[enh] Add BASE engine in category Science. Basic and advanced search.jibe-b
2016-03-28Add Habrahabr & Geektimes search enginesKirill Isakov
2016-03-28Add BitBucket & GitLab search enginesKirill Isakov
2016-03-28Add paging support to XPath & Erowid enginesKirill Isakov
2016-03-27Fix PEP8 warnings for Nyaa.pyKirill Isakov
2016-03-27Shorten content field for very long Reddit search resultsKirill Isakov
2016-03-27Add Erowid search engineKirill Isakov
2016-03-27Add F-Droid search engineKirill Isakov
2016-03-27Add Tokyo Toshokan search engineKirill Isakov
2016-03-26[fix] bing images page changeAdam Tauber
2016-03-26Add Torrentz.eu search engineKirill Isakov
2016-03-25[fix] no more redirect ++ explicitly specify search language to avoid ↵Adam Tauber
googles ip based heuristics
2016-03-25Add Reddit search engineKirill Isakov
2016-03-25Remove content field from ArchWiki results; reformat code in archlinux.pyKirill 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-25Add Nyaa.se search engineKirill Isakov
2016-03-24Add Arch Linux Wiki search engineKirill Isakov
2016-03-21[fix] duckduckgo's xpaths changeda01200356
test_duckduckgo modified to reflect changes in duckduckgo's html
2016-03-16[fix] csv results filename encodingAdam Tauber
2016-03-04[fix] docs url mod to prevent http redirectAdam Tauber
2016-03-04Merge pull request #473 from GreenLunar/patch-2Adam Tauber
Update link to documentation page
2016-03-02Merge pull request #516 from pointhi/translation-fixAdam Tauber
Translation fix
2016-03-02[fix] translate plugin name and description in templateThomas Pointhuber
2016-03-02[enh] reorder locales by alphabet, add english lanuage name in bracketsThomas Pointhuber
2016-03-02[enh] update translation and add new languagesThomas Pointhuber
add new languages: * bg * el_GR * eo * pt_BR
2016-03-02[enh] autocompletion : add qwantAlexandre Flament
2016-03-02[fix] opensearch image issue - closes #507Adam Tauber
2016-02-28[fix] remove unnecesary async calls in wolframalpha_noapia01200356
setting async to false in the request did the job, lol.
2016-02-28[fix] merge with 79705450dfdf321c19839bce23c56d9d4a86ba68a01200356
2016-02-28[enh] unit tests for wolframalphaa01200356
2016-02-27[fix] apply changes in infobox's stylesa01200356
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.