summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-20Add Spotify engineCqoicebordel
2015-02-20Merge pull request #249 from dalf/masterAdam Tauber
[fix] update yahoo engine according to the web site changes
2015-02-20[fix] update yahoo engine according to the web site changesdalf
2015-02-16[fix] russian translation syntaxAdam Tauber
2015-02-16[enh] russian translation updateAdam Tauber
2015-02-16Merge pull request #234 from dimqua/masterAdam Tauber
small update of russian translation
2015-02-16Merge pull request #241 from Cqoicebordel/Remove-whitespaceAdam Tauber
Remove whitespace and allow autocompleter to work in sub folders
2015-02-16Merge pull request #239 from Cqoicebordel/masterAdam Tauber
Translations update
2015-02-16Allow autocompleter to work in a sub folder of the domain name.Cqoicebordel
2015-02-14Remove whitespace caused by Jinja commandsCqoicebordel
Adding this conf change will remove every newline created by a Jinja command (`{% %}`). It can save a bit of bandwidth.
2015-02-13Translations updateCqoicebordel
2015-02-13[enh] log redirectsAdam Tauber
2015-02-13Merge pull request #237 from dalf/masterAdam Tauber
[fix] close #197 for all engines
2015-02-13[fix] close #197 for all enginesdalf
2015-02-13Merge pull request #235 from Cqoicebordel/rtl-fixesAdam Tauber
Some RTL fixes
2015-02-13Some RTL fixesCqoicebordel
- Pull the suggestions to the right in oscar - Add `‎` to a few places to print good url - Always LTR code display - Order pref label and info in pref for mobile view And add `sort` for ui languages and languages to find them more easily.
2015-02-12[enh] update russian translationdimqua
2015-02-12Merge pull request #233 from dalf/masterAdam Tauber
[fix] kickass engine
2015-02-12[fix] kickass testsdalf
2015-02-12Merge branch 'master' of https://github.com/dalf/searxdalf
2015-02-12[fix] kickass engine : change the hostname to kickass.to (since kickass.so ↵dalf
doesn't respond). Close #197 perhaps not in clean way. Explanation : In fact 301 responses are followed, except the hook is called for each HTTP response, the first time for the HTTP 301 response then for HTTP 200 response. Since the kickass engine excepts a real result, the engine crashes, AND the requests lib stops here. Add a simple test at the beginning of the result function allows pass the first response and handle correctly the second response (the real one) May be a proper way is to add this test in search.py ? Code inside requests : https://github.com/kennethreitz/requests/blob/53d02381e22436b6d0757eb305eb1a960f82d361/requests/sessions.py#L579 and line 591
2015-02-12[fix] kickass engine : change the hostname to kickass.to (since kickass.so ↵dalf
doesn't respond). Close #197 perhaps not in clean way. Explaination : In fact 301 responses are followed, except the hook is called for each HTTP response, the first time for the HTTP 301 response then for HTTP 200 response. Since the kickass engine excepts a real result, the engine crashes, AND the requests lib stops here. Add a simple test at the begining of the result function allows pass the first response and handle correctly the second response (the real one) May be a proper way is to add this test in search.py ? Code inside requests : https://github.com/kennethreitz/requests/blob/53d02381e22436b6d0757eb305eb1a960f82d361/requests/sessions.py#L579 and line 591
2015-02-12Merge pull request #210 from Cqoicebordel/unit-testsAdam Tauber
unit tests
2015-02-12Merge pull request #227 from Cqoicebordel/rtl-fixAdam Tauber
RTL-fixes
2015-02-12LTR the about page correctlyCqoicebordel
2015-02-11Engine table in preference page in Courgette text-aligned to the right in RTLCqoicebordel
2015-02-11Real fix for preferences in RTL *and* in LTRCqoicebordel
2015-02-11Translate the 'cached' in resultsCqoicebordel
2015-02-11Maps data must be LTR in RTLCqoicebordel
2015-02-11Preferences in the right order in RTLCqoicebordel
2015-02-11Google's unit testCqoicebordel
2015-02-11Merge pull request #225 from Cqoicebordel/rtl-fixAdam Tauber
Import result_footer_rtl in video so it doesn't crash...
2015-02-11Import result_footer_rtl in video so it doesn't crash...Cqoicebordel
2015-02-11Merge pull request #223 from pointhi/translationsAdam Tauber
[enh] update translations
2015-02-11[enh] add hebrew locale to searxThomas Pointhuber
2015-02-11[enh] add hebrew translationThomas Pointhuber
2015-02-11[enh] update translations, regarding to #221Thomas Pointhuber
2015-02-10[fix] category name i18n - closes #221Adam Tauber
2015-02-10Photon's unit testCqoicebordel
As in Flickr, a continue is not detected by coverage as covered but it is.
2015-02-10Merge branch 'Cqoicebordel-rtl'Adam Tauber
2015-02-10Merge branch 'rtl' of github.com:Cqoicebordel/searxAdam Tauber
2015-02-09DDG Definitions' unit testsCqoicebordel
2015-02-09Yacy's unit testCqoicebordel
2015-02-09[fix] image proxify utf urlsAdam Tauber
2015-02-09Merge pull request #220 from pointhi/safesearchAdam Tauber
Safesearch
2015-02-09Merge pull request #219 from pointhi/new_enginesAdam Tauber
New engines: gigablast and blekko_images
2015-02-08[enh] set google safesearch filter more restictiveThomas Pointhuber
2015-02-08[enh] add safesearch to google_imagesThomas Pointhuber
2015-02-08[fix] pep8, testsThomas Pointhuber
2015-02-08[enh] add safesearch functionalityThomas Pointhuber
2 = strict 1 = moderate 0 = none