summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2015-01-15Flake8Cqoicebordel
2015-01-15Fix startpageCqoicebordel
Fix issue with unicode caracters in startpage : we shouldn't urlencode them if we are using POST. Should fix #169. @dimqua can you confirm ?
2015-01-15[mod] pygments dependency warningAdam Tauber
2015-01-15[enh] add cpp language rewrite ruleAdam Tauber
2015-01-15[enh] log highlighter errorsAdam Tauber
2015-01-15Merge branch 'code_results' of https://github.com/pointhi/searx into ↵Adam Tauber
pointhi-code_results Conflicts: searx/static/themes/default/css/style.css searx/static/themes/oscar/css/oscar.min.css searx/templates/oscar/result_templates/torrent.html
2015-01-15Merge pull request #174 from pointhi/nojs_fixAdam Tauber
add no javascript support to oscar-template
2015-01-15[enh] show text "Start search" instead of icon, if javascript is disabledThomas Pointhuber
2015-01-15[enh] disable js-based links if no js is availableThomas Pointhuber
2015-01-15[enh] add nojs support into oscar-templateThomas Pointhuber
2015-01-15Few fixesCqoicebordel
- Whitespaces - Change a few <p> in <span> - Add RSS to allow browser detection - A few UIUX changes - Add a few more allowed translations
2015-01-15Tweaks of color and themeCqoicebordel
2015-01-15Add lots of iconsCqoicebordel
2015-01-12[enh] static content generalizationAdam Tauber
2015-01-12Merge pull request #172 from Cqoicebordel/torrents-w3c+ux+rssAdam Tauber
Torrents w3c+ux+rss
2015-01-12Merge pull request #166 from Cqoicebordel/non-exclusif-bangAdam Tauber
Add non exclusif bang
2015-01-12Scientific accuracyCqoicebordel
2015-01-12Few more translationsCqoicebordel
2015-01-11W3C fixCqoicebordel
2015-01-11Fix RSS linkCqoicebordel
Fix page number, urlencoded request and encoded &
2015-01-11Fix torrent W3C+UXCqoicebordel
Puts links to torrents and magnets in tool bar Fixes a lot of W3C errors
2015-01-11[fix] dates before 1900Adam Tauber
2015-01-11[enh] date formatting by localeAdam Tauber
2015-01-11[fix] hadle missing titleAdam Tauber
2015-01-11Merge pull request #170 from pointhi/little_fixesAdam Tauber
Little fixes, add searx-autocompletion, more informations about torrents
2015-01-10[enh] using less html code to disable autoescaping for embeded resultsThomas Pointhuber
2015-01-10[fix] pep8Thomas Pointhuber
2015-01-10[fix] little autocompleter fixThomas Pointhuber
2015-01-10[enh] display filesize greater 1TBThomas Pointhuber
2015-01-10[enh] make some torrent strings translatableThomas Pointhuber
2015-01-10[enh] improve torrent resultsThomas Pointhuber
2015-01-10[enh] add autocompletion for searx-specific stringsThomas Pointhuber
2015-01-10[fix] autocompleter error handlingAdam Tauber
2015-01-10[enh] add rss-link which can be detected by browsersThomas Pointhuber
2015-01-10[fix] endless logging recursionAdam Tauber
2015-01-09Merge branch 'master' of https://github.com/asciimoo/searx into code_resultsThomas Pointhuber
Conflicts: searx/engines/searchcode_code.py searx/engines/searchcode_doc.py searx/static/oscar/js/searx.min.js searx/templates/oscar/result_templates/default.html searx/templates/oscar/result_templates/images.html searx/templates/oscar/result_templates/map.html searx/templates/oscar/result_templates/torrent.html searx/templates/oscar/result_templates/videos.html
2015-01-09[mod] ignore startpage unicode errorsAdam Tauber
2015-01-09[enh] engine exception tracebackAdam Tauber
2015-01-09Merge branch 'master' of github.com:asciimoo/searxAdam Tauber
2015-01-09[enh] using the loggerAdam Tauber
2015-01-09[fix] template syntaxAdam Tauber
2015-01-09[enh] logging addedAdam Tauber
2015-01-07Merge branch 'integrated-videos' of https://github.com/Cqoicebordel/searx ↵Adam Tauber
into Cqoicebordel-integrated-videos Conflicts: searx/engines/vimeo.py
2015-01-05Updated translations without fuzzy translationsCqoicebordel
2015-01-05Updated translationsCqoicebordel
2015-01-05Put media above result contentCqoicebordel
Mimick more closely usual video viewer (video above, details below)
2015-01-05Remove printCqoicebordel
2015-01-05Whitespace correctionCqoicebordel
2015-01-05Integrated media in results + Deezer EngineCqoicebordel
New "embedded" item for the results, allow to give an iframe to display the media directly in the results. Note that the attributes src of the iframes are not set, but instead data-src is set, allowing to only load the iframe when clicked. Deezer engine based on public API (no key).
2015-01-03Few fixes on VimeoCqoicebordel
Change URL from https to http Change way of handling text xpath