summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-21[fix] install npm packages locally on .travis.ymla01200356
for some reason installing grunt globally caused travis test to fail.
2016-03-21[fix] duckduckgo's xpaths changeda01200356
test_duckduckgo modified to reflect changes in duckduckgo's html
2016-03-17[fix] manage.sh return with actions exit statusAdam Tauber
2016-03-17[fix] posix compatibilityAdam Tauber
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 #517 from pointhi/manage-improvementAdam Tauber
[fix] improve argument parsing of manage.sh
2016-03-02[fix] improve argument parsing of manage.shThomas Pointhuber
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-02Merge pull request #515 from dalf/qwantAdam Tauber
[enh] autocompletion : add qwant
2016-03-02[enh] autocompletion : add qwantAlexandre Flament
2016-03-02[fix] opensearch image issue - closes #507Adam Tauber
2016-03-01Merge pull request #513 from a01200356/wolframalphaAdam Tauber
WolframAlpha infobox
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.
2016-02-27[enh] infobox for wolframalphaa01200356
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] pep8Adam Tauber
2016-02-27[fix] robot testsAdam Tauber
2016-02-27[enh] settings option to change instance name - closes #450Adam Tauber
2016-02-26Merge pull request #512 from ldidry/refix-428Adam Tauber
Fix results with no scheme
2016-02-26Fix results with no schemeLuc Didry
Related to #428, which was fixed in e3df22b but broken in a refactoring (b6c3cb0)
2016-02-25[fix] wolframalpha unicode inputsAdam Tauber
2016-02-20[enh] suspend engines after errorAdam Tauber
The duration is based on the number of continuous errors, but maximized in one minute
2016-02-19[mod] engine load refactorAdam Tauber
2016-02-17[fix] encapsulate wolframalpha token fetching errorsAdam Tauber
2016-02-17[fix] wolframalpha page changesAdam Tauber
related issues: #508 #509
2016-02-10[mod] move plugin static files to static/pluginsAdam Tauber
2016-02-10[enh] new plugin to open results on new browser tabsAdam Tauber
2016-02-09Merge pull request #505 from Wonderfall/masterAdam Tauber
Dockerfile enhancements
2016-02-09[fix] restrict wikipedia queries to the titles to avoid irrelevant resultsAdam Tauber
2016-02-09Dockerfile enhancementsWonderfall
2016-02-08[fix] real support of non wikipedia style mediawikisAdam Tauber
2016-02-06Merge pull request #493 from cy8aer/cy8aerAlexandre Flament
Dockerfile : bug fixes. Perhaps "COPY requirements.txt ./requirements.txt" is unnecessary but it doesn't hurt (instead of "COPY requirements.txt .")
2016-02-06[enh] add occitan search language - example query: ":oc !wp south" - closes #445Adam Tauber
2016-02-04Merge pull request #504 from kvch/frinkiac-engineAdam Tauber
Simpson screenshot search engine
2016-02-04better test dataNoemi Vanyi
2016-02-04fix pep8 errorsNoemi Vanyi
2016-02-04add Frinkiac engine & testsNoemi Vanyi
2016-02-01[fix] pep8Adam Tauber
2016-02-01Merge pull request #501 from kvch/gh-pagesAdam Tauber
add development quickstart
2016-02-01[fix] missing gigablast testsAdam Tauber
2016-02-01[fix] bing images changesAdam Tauber
2016-02-01add development quickstartNoemi Vanyi
2016-01-31[fix] gigablast params ++ json response formatAdam Tauber