| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-12 | Use the new way of finding an icon | Cqoicebordel | |
| 2014-12-12 | Add a variable with all the icons of the theme | Cqoicebordel | |
| Add for the template a list of available icons in the current theme. | |||
| 2014-12-11 | [mod] disabling piratebay, according to #146 and ↵ | Adam Tauber | |
| https://torrentfreak.com/feds-receive-requests-to-shut-down-the-pirate-bay-140801/ | |||
| 2014-12-11 | [doc] @Reventl0v added to authors | Adam Tauber | |
| 2014-12-11 | [fix] piratebay url | Adam Tauber | |
| 2014-12-10 | Add title and alt on image in infobox | Cqoicebordel | |
| 2014-12-10 | Multiple HTML corrections | Cqoicebordel | |
| Alt on favicon No <p> in <p> Correct alt and title on img | |||
| 2014-12-10 | HTML and usability corrections | Cqoicebordel | |
| Put the result URL at the top, like in other results template Put the magnet link on the same line as the stats (peer/seed). | |||
| 2014-12-10 | Alt on favicon | Cqoicebordel | |
| 2014-12-10 | Correct alt and title | Cqoicebordel | |
| 2014-12-10 | Alt on favicons | Cqoicebordel | |
| 2014-12-10 | Correct HTML entities and link | Cqoicebordel | |
| 2014-12-10 | Multiple HTML corrections | Cqoicebordel | |
| Alt on favicon Width of image should be 400 and not 400px Correct alt+title on image No <p> contains <p> | |||
| 2014-12-10 | Alt on favicon | Cqoicebordel | |
| 2014-12-10 | Correct alt and title | Cqoicebordel | |
| 2014-12-10 | Alt on favicon | Cqoicebordel | |
| 2014-12-10 | HTML Entities + Use the right template | Cqoicebordel | |
| Courgette was using the wrong template. I assume it was a mistake. | |||
| 2014-12-09 | Add KickAss engine | Cqoicebordel | |
| 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 | [fix] autocomplete x-suggestion | Adam Tauber | |
| 2014-12-09 | [mod] image results removed from google engine | Adam Tauber | |
| 2014-12-08 | [enh] v0.5.0 | Adam Tauber | |
| 2014-12-08 | [doc] @Cqoicebordel added to authors | Adam Tauber | |
| 2014-12-08 | [mod] search thread names | Adam Tauber | |
| 2014-12-08 | Merge pull request #141 from Cqoicebordel/UX+Bugs+HTML | Adam Tauber | |
| UX+bugs+html | |||
| 2014-12-08 | Merge pull request #142 from Cqoicebordel/Fix-Google-Image | Adam Tauber | |
| [fix] Google image with special chars | |||
| 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-08 | Striptag on alt and title | Cqoicebordel | |
| Strip HTML tags on alt and title of the images | |||
| 2014-12-08 | Bug + HTML corrections | Cqoicebordel | |
| Add alt on favicon. Use correct datetime format Remove pubdate tag Use url instead of pretty_url for web.archive.org Add alt on video image | |||
| 2014-12-08 | Bug + HTML corrections | Cqoicebordel | |
| Add alt on favicons Use correct datetime format Remove pubdate tag Use url instead of pretty_url for web.archive.org | |||
| 2014-12-08 | HTML corrections | Cqoicebordel | |
| Add alt on favicons Use right format for datetime Remove pubdate tag | |||
| 2014-12-08 | UX + HTML corrections | Cqoicebordel | |
| Add title on image for hover Add alt on favicon | |||
| 2014-12-08 | Bug + HTML corrections | Cqoicebordel | |
| Add alt for favicon Correct datetime format Remove pubdate (not in html5 spec) Don't use pretty_url for web.archive.org. | |||
| 2014-12-08 | Add alt for img | Cqoicebordel | |
| Add alt in infobox image. | |||
| 2014-12-08 | UX and HTML corrections | Cqoicebordel | |
| Put the infobox first. Result first is more useful for the user. Add id in form for "for". htmlentities in the URL. Take care of spaces in categories. | |||
| 2014-12-08 | Add pubdate | Cqoicebordel | |
| Add pubdate with a good format, against publishedDate. | |||
| 2014-12-07 | Merge pull request #139 from dalf/master | Adam Tauber | |
| pep8 : engines | |||
| 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 | [fix] .travis.yml - add grunt-cli to npm install | Thomas Pointhuber | |
| 2014-11-30 | [fix] fix .travis.yml to install npm dependent packages | Thomas Pointhuber | |
| 2014-11-30 | [enh][oscar_template] split js-files and compile them together | Thomas Pointhuber | |
| 2014-11-28 | Merge pull request #134 from Reventl0v/patch-1 | Adam Tauber | |
| Adding `import sys` to fix the installer | |||
| 2014-11-27 | Adding `import sys` to fix the installer | Reventl0v | |