| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-14 | Add icons and badge for the themes | Cqoicebordel | |
| Add kickass in engine list Add content for the result from kickass | |||
| 2014-12-13 | [mod] engine load refactor | Adam Tauber | |
| 2014-12-11 | [fix] piratebay url | Adam Tauber | |
| 2014-12-09 | First pass at Kickass Engine | Cqoicebordel | |
| Parse and return results correctly. Pages numbers taken care of. Not done, and maybe to do : - 'content' : I don't know what it could be. Maybe votes ? - 'categories' : the results are not filtered by categories, because I don't see how to do it properly : there are too much categories on Kickass. Is 'video' only movies, or also tv show or porn ? So for now, the category is 'all'. - Favicon/icon : may be a good idea. | |||
| 2014-12-09 | Use human readable date | Cqoicebordel | |
| For DoB and DoD, wikipedia use a non standard ISO format, not easily readable. Now the date is displayed in an human readable form, using the language setting as locale if available. If not, it uses the default locale. | |||
| 2014-12-09 | [mod] image results removed from google engine | Adam Tauber | |
| 2014-12-08 | [fix] Google image with special chars | Cqoicebordel | |
| It seems like Google image is doing a double urlencode on the url of the images. So we need to unquote once before sending to the browser the urls. It solves the 404 we could see with some image with specials chars in url. Exemple https://searx.laquadrature.net/?q=etes&pageno=1&category_images (there are two of those in the list) | |||
| 2014-12-07 | [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) | dalf | |
| 2014-12-07 | [fix] pep8 : duckduckgo_definitions and wikidata engines | dalf | |
| 2014-12-05 | [fix] pep8 | Adam Tauber | |
| 2014-11-19 | Merge pull request #127 from pointhi/template_oscar_map | Adam Tauber | |
| Template oscar, add map support | |||
| 2014-11-19 | [enh][oscar_template] loading map informations from overpass-api | Thomas Pointhuber | |
| 2014-11-17 | [fix] startpage engine compatibility | Adam Tauber | |
| 2014-11-03 | [fix] use address.city if possible | Thomas Pointhuber | |
| 2014-11-03 | [enh] template_oscar: show addressdata if possible | Thomas Pointhuber | |
| 2014-11-02 | [enh] oscar_template: initial osm-map support for map results | Thomas Pointhuber | |
| * TODO: remove leaflet.min.css if not required | |||
| 2014-10-26 | Merge https://github.com/asciimoo/searx into template_oscar | Thomas Pointhuber | |
| Conflicts: searx/translations/de/LC_MESSAGES/messages.po searx/translations/en/LC_MESSAGES/messages.po searx/translations/es/LC_MESSAGES/messages.po searx/translations/fr/LC_MESSAGES/messages.po searx/translations/hu/LC_MESSAGES/messages.po searx/translations/it/LC_MESSAGES/messages.po searx/translations/nl/LC_MESSAGES/messages.po searx/webapp.py | |||
| 2014-10-19 | [fix] pep8 part II. | Adam Tauber | |
| 2014-10-19 | [fix] pep8 compatibility | Adam Tauber | |
| 2014-10-19 | Merge pull request #115 from pointhi/engine_faroo | Adam Tauber | |
| add faroo engine | |||
| 2014-10-17 | fix comment header of faroo engine | Thomas Pointhuber | |
| 2014-10-17 | fix faroo engine | Thomas Pointhuber | |
| 2014-10-17 | add faroo engine support | Thomas Pointhuber | |
| 2014-10-13 | Search Music also on YouTube | kernc | |
| YouTube hosts a lot of music and should be enabled for Music search by default. | |||
| 2014-10-12 | [fix] wikidata: using only the first url | Adam Tauber | |
| 2014-10-11 | [enh] infoboxes : if the result doesn't contain anything except one link, ↵ | dalf | |
| use the normal result template | |||
| 2014-10-11 | [mod] return only one result from the wikidata engine | dalf | |
| 2014-10-05 | oscar template: implement first version of results page | Thomas Pointhuber | |
| * implement results page * improve search form template * implement all result_templates * fix youtube engine | |||
| 2014-10-04 | [fix] code cleanup | Adam Tauber | |
| 2014-10-02 | [enh] wikidata engine : add links to musicbrainz | dalf | |
| 2014-10-01 | Merge remote-tracking branch 'upstream/master' | dalf | |
| 2014-10-01 | [enh] add infoboxes and answers (clean up) | Dalf | |
| 2014-10-01 | fix float division by zero bug in score calculation | Thomas Pointhuber | |
| 2014-09-28 | [enh] add infoboxes and answers | Dalf | |
| 2014-09-14 | [fix] rewrite the google engine since Google Web Search API is about to expire | Dalf | |
| 2014-09-07 | [enh] duckduckgo engine: add language support | dalf | |
| 2014-09-07 | [fix] yahoo engines: parse_url doesn't throw an exception with not tracking URL | Dalf | |
| 2014-09-07 | [fix] bing_new engine : fix published date parsing | Dalf | |
| 2014-09-07 | [enh] dailymotion engine: add language support | Dalf | |
| 2014-09-06 | Merge branch 'master' of github.com:asciimoo/searx | Adam Tauber | |
| 2014-09-06 | [enh] new engine: openstreetmap | Adam Tauber | |
| 2014-09-05 | [fix] print removed | Adam Tauber | |
| 2014-09-04 | [fix] print removed | Adam Tauber | |
| 2014-09-04 | [fix] string formatting | Adam Tauber | |
| 2014-09-04 | Merge pull request #91 from pointhi/engines | Adam Tauber | |
| fix yacy-engine and add comments | |||
| 2014-09-04 | [enh][fix] support base_urls without language code ++ extra whitespaces removed | Adam Tauber | |
| 2014-09-03 | fix yacy-engine and add comments | Thomas Pointhuber | |
| * add language support * add image-support * add basic-implementation for video, music and file handling * refactore engine * add comments | |||
| 2014-09-03 | fix mediawiki-comment | Thomas Pointhuber | |
| * bug: setting language_support to False result in no results | |||
| 2014-09-03 | using general mediawiki-engine | Thomas Pointhuber | |
| * writing general mediawiki-engine * using this engine for wikipedia * using this engine for uncyclopedia | |||
| 2014-09-02 | fix youtube engine and add comments | Thomas Pointhuber | |
| * add language-support * decrease search-results/site to 5 * add comments | |||