| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-12-05 | [enh] gevent/grequests changed to the built-in threading lib | Adam Tauber | |
| 2014-12-02 | [fix] version.py pep8 and py3 compatibility | Adam Tauber | |
| 2014-12-01 | [doc] description fixes | Adam Tauber | |
| 2014-12-01 | Merge pull request #136 from pointhi/template_oscar_fix | Adam Tauber | |
| [oscar_template] split up js-files, FIX #132 | |||
| 2014-11-30 | [enh][oscar_template] split js-files and compile them together | Thomas Pointhuber | |
| 2014-11-26 | [enh] translation update | Adam Tauber | |
| 2014-11-26 | [enh] french translation build | Adam Tauber | |
| 2014-11-26 | Merge branch 'master' of github.com:asciimoo/searx | Adam Tauber | |
| 2014-11-26 | update of french translation | Benjamin Sonntag | |
| 2014-11-22 | [enh] user agent string update | Adam Tauber | |
| 2014-11-20 | Merge pull request #130 from pointhi/template_oscar_fix | Adam Tauber | |
| [fix][template_oscar] make overpass-api call over https and add better error-message | |||
| 2014-11-20 | [fix][template_oscar] make overpass-api call over https | Thomas Pointhuber | |
| and add better error message if ajax-call fail | |||
| 2014-11-20 | responsive theme courgette | Thomas LEBEAU | |
| 2014-11-19 | Merge pull request #127 from pointhi/template_oscar_map | Adam Tauber | |
| Template oscar, add map support | |||
| 2014-11-19 | [enh][translation] update translation files and add german translation | Thomas Pointhuber | |
| 2014-11-19 | [enh][oscar_template] loading map informations from overpass-api | Thomas Pointhuber | |
| 2014-11-18 | [fix] sidebar overflow | Adam Tauber | |
| 2014-11-18 | [fix] whitespace remove | Adam Tauber | |
| 2014-11-18 | [fix] suggestions display | Adam Tauber | |
| 2014-11-18 | [enh] category select warning message | Adam Tauber | |
| 2014-11-18 | [fix] syggestions max width | Adam Tauber | |
| 2014-11-18 | [enh] make version of searx readable | Thomas Pointhuber | |
| 2014-11-17 | [fix] startpage engine compatibility | Adam Tauber | |
| 2014-11-11 | [fix] html attribute quote | Adam Tauber | |
| 2014-11-11 | Merge pull request #105 from pointhi/template_oscar | Adam Tauber | |
| new template: oscar | |||
| 2014-11-04 | [fix] wikipedia autocompleter url param | Adam Tauber | |
| 2014-11-04 | Merge pull request #6 from pointhi/template_oscar | Thomas Pointhuber | |
| [enh] add no-js support | |||
| 2014-11-04 | [fix][template][oscar] print ',' only if postcode is found | Thomas Pointhuber | |
| 2014-11-03 | [enh] add no-js support | Thomas Pointhuber | |
| * image results have url, which can be clicked * preferences full functionable without js | |||
| 2014-11-03 | [enh] template_oscar: improve visualisation of torrent results | Thomas Pointhuber | |
| 2014-11-03 | [fix] template_oscar: improve visualisation of video-results | Thomas Pointhuber | |
| 2014-11-03 | [fix] use address.city if possible | Thomas Pointhuber | |
| 2014-11-03 | [enh] template_oscar: add layer to leaflet map | Thomas Pointhuber | |
| 2014-11-03 | [enh] template_oscar: show addressdata if possible | Thomas Pointhuber | |
| 2014-11-03 | [enh] oscar_template: improve result visualisation | Thomas Pointhuber | |
| * highlight parts of result * add link to archiv.to * fix little bugs * add little icons * change style of "show map" button | |||
| 2014-11-02 | [enh] template_oscar: maxZoom if fitting bounds | 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-11-01 | fix missing string in translation | Thomas Pointhuber | |
| 2014-11-01 | [fix] #121, HTTP 500 Error if res["content"] == None | Thomas Pointhuber | |
| 2014-10-30 | Merge pull request #118 from dalf/master | Adam Tauber | |
| default theme : small modifications | |||
| 2014-10-26 | oscar template: display answers | Thomas Pointhuber | |
| 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-26 | [fix] test : the icon is included inside the <h3> element | dalf | |
| 2014-10-26 | [mod] default template modifications | dalf | |
| - more smartphone friendly - more text browser friendly - next button always on the right - in case of small screen supporting touch event, categories are displayed on one line with a scroll | |||
| 2014-10-25 | [mod] use pngcrush to reduce the size of png files | dalf | |
| 2014-10-25 | [fix] no horizontal scrolling on small screen | dalf | |
| [fix] small images in the results aren't not "zoomed" | |||