| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-01 | 500px unit test | Cqoicebordel | |
| 2015-02-01 | [mod] python importable engine names | Adam Tauber | |
| 2015-01-31 | Vimeo's unit test | Cqoicebordel | |
| 2015-01-31 | Stackoverflow's unit test | Cqoicebordel | |
| 2015-01-31 | Google news' unit test | Cqoicebordel | |
| 2015-01-31 | Google images' unit test | Cqoicebordel | |
| 2015-01-30 | Kickass' unit test | Cqoicebordel | |
| 2015-01-30 | BTDigg's unit test | Cqoicebordel | |
| 2015-01-29 | Bing news engine corrections | Cqoicebordel | |
| XPath *never* return None. (I found the HTML report of coverage) | |||
| 2015-01-29 | Bing news' unit test | Cqoicebordel | |
| I have no idea why coverage tell 97% and 2 misses in branches. If anyone has an idea... | |||
| 2015-01-29 | Bing images' unit test | Cqoicebordel | |
| 2015-01-29 | Deviant Art's unit test | Cqoicebordel | |
| 2015-01-29 | Digg's unit test | Cqoicebordel | |
| 2015-01-27 | Searchcode engines corrections | Cqoicebordel | |
| 2015-01-26 | Youtube's unit test | Cqoicebordel | |
| 2015-01-25 | Add bing in the test units | Cqoicebordel | |
| 2015-01-25 | Sanitize extract_text | Cqoicebordel | |
| 2015-01-25 | [fix] btdigg | Thomas Pointhuber | |
| 2015-01-22 | Change the cookie in bing_news to use the english interface | Cqoicebordel | |
| But still uses the language to set the market, and so provide relevant results to the language. Fix #198 | |||
| 2015-01-22 | [fix] google engine: depending on the IP of the searx instance, each searx ↵ | dalf | |
| request where making two HTTP requests (see https://support.google.com/websearch/answer/873?hl=en ) | |||
| 2015-01-22 | Merge pull request #194 from Cqoicebordel/moar-engines | Adam Tauber | |
| Moar engines | |||
| 2015-01-21 | BTDigg and Mixcloud engines | Cqoicebordel | |
| 2015-01-21 | [enh] use one single http connection pool : improve response time. close #100 | dalf | |
| 2015-01-17 | Tiny forgots | Cqoicebordel | |
| 2015-01-17 | Flake8 | Cqoicebordel | |
| 2015-01-17 | Add thumbnails in images results | Cqoicebordel | |
| - Modify engines to create/fetch an URL for the thumbnails - Modify themes to show thumbnails instead of full images. In Courgette, the result is not very beautiful. Should we change it ? | |||
| 2015-01-15 | Flake8 | Cqoicebordel | |
| 2015-01-15 | Fix startpage | Cqoicebordel | |
| 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 | [enh] add cpp language rewrite rule | Adam Tauber | |
| 2015-01-15 | Merge 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-11 | Fix torrent W3C+UX | Cqoicebordel | |
| Puts links to torrents and magnets in tool bar Fixes a lot of W3C errors | |||
| 2015-01-11 | [fix] dates before 1900 | Adam Tauber | |
| 2015-01-11 | [fix] hadle missing title | Adam Tauber | |
| 2015-01-10 | [fix] pep8 | Thomas Pointhuber | |
| 2015-01-10 | [enh] improve torrent results | Thomas Pointhuber | |
| 2015-01-09 | Merge branch 'master' of https://github.com/asciimoo/searx into code_results | Thomas 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 errors | Adam Tauber | |
| 2015-01-09 | Merge branch 'master' of github.com:asciimoo/searx | Adam Tauber | |
| 2015-01-09 | [enh] using the logger | Adam Tauber | |
| 2015-01-07 | Merge branch 'integrated-videos' of https://github.com/Cqoicebordel/searx ↵ | Adam Tauber | |
| into Cqoicebordel-integrated-videos Conflicts: searx/engines/vimeo.py | |||
| 2015-01-05 | Remove print | Cqoicebordel | |
| 2015-01-05 | Integrated media in results + Deezer Engine | Cqoicebordel | |
| 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-03 | Few fixes on Vimeo | Cqoicebordel | |
| Change URL from https to http Change way of handling text xpath | |||
| 2015-01-03 | Digg correction | Cqoicebordel | |
| Return no result instead of crashing if no result | |||
| 2015-01-02 | [fix] pep8 | Adam Tauber | |
| 2015-01-01 | Merge pull request #143 from Cqoicebordel/Wiki-date | Adam Tauber | |
| Use human readable date for infobox | |||
| 2015-01-01 | [mod] purge local html_to_text | Adam Tauber | |
| 2014-12-29 | Flake8 and Twitter corrections | Cqoicebordel | |
| Lots of Flake8 corrections Maybe we should change the rule to allow lines of 120 chars. It seems more usable. Big twitter correction : now it outputs the words in right order... | |||
| 2014-12-28 | Digg + Twitter corrections | Cqoicebordel | |
| Digg engines, with thumbnails Add pubdate for twitter | |||
| 2014-12-24 | [enh] subtitleseeker: better language handling | Adam Tauber | |