Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-04 | [fix] 404 page localization #2 | Adam Tauber | |
2016-09-04 | [fix] 404 page localization | Adam Tauber | |
2016-09-04 | [fix] links in new tabs without js ++ noopener bug fix - closes #674 | Adam Tauber | |
2016-08-27 | Merge pull request #671 from kvch/custom-404 | Adam Tauber | |
Custom 404 message - fixes #317 | |||
2016-08-24 | add custom 404 page | Noemi Vanyi | |
2016-08-15 | uncapitalize searx in templates | Noémi Ványi | |
2016-08-05 | wikidata refactor and more attributes (see issue #560) | marc | |
2016-04-09 | follow up blocked_engines renaming in templates | Noemi Vanyi | |
2016-03-02 | [fix] opensearch image issue - closes #507 | Adam Tauber | |
2016-02-27 | [fix] apply changes in infobox's styles | a01200356 | |
changes were made for wolframalpha infobox: - wrap text inside infobox. for example, there's a hill in New Zealand called Taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu (don't blame me, blame the Kiwis) and now it doesn't break the infobox. - add an optional image field for infobox's attributes. (doesn't affect ddg infobox at all) - table is now always split in half. needed so that images stay inside infobox. (max-width doesn't work for inline elements, it's the table that has to set the width. if you don't like how the table width looks now in ddg/wiki's infobox, i can change that code so that the style only applies when using wolframalpha. | |||
2016-02-27 | [enh] settings option to change instance name - closes #450 | Adam Tauber | |
2015-12-04 | Update description | GreenLunar | |
2015-07-09 | Add Image on opensearch | Luc Didry | |
2015-06-05 | [fix] do not hide categorie inside preferences if there is no engine activated | Thomas Pointhuber | |
2015-05-19 | [enh] prettier search url display | Adam Tauber | |
2015-04-26 | [fix] #264 : implementation using Referrer Policy (Editor’s Draft, 3 March ↵ | Alexandre Flament | |
2015) see http://w3c.github.io/webappsec/specs/referrer-policy/ | |||
2015-04-26 | [enh] implements #264 : add rel="noreferrer" to external links | Alexandre Flament | |
2015-04-07 | [fix] ordered categories in preferences - closes #258 | Adam Tauber | |
2015-04-07 | [enh] reset default preferences | Adam Tauber | |
2015-02-13 | Some RTL fixes | Cqoicebordel | |
- Pull the suggestions to the right in oscar - Add `‎` to a few places to print good url - Always LTR code display - Order pref label and info in pref for mobile view And add `sort` for ui languages and languages to find them more easily. | |||
2015-02-12 | LTR the about page correctly | Cqoicebordel | |
2015-02-11 | Translate the 'cached' in results | Cqoicebordel | |
2015-02-10 | Merge branch 'rtl' of github.com:Cqoicebordel/searx | Adam Tauber | |
2015-02-08 | [enh] add safesearch functionality | Thomas Pointhuber | |
2 = strict 1 = moderate 0 = none | |||
2015-02-03 | [enh] category specific engine deactivation - closes #205 | Adam Tauber | |
2015-01-18 | Proxify most of images references | dalf | |
Create hash only when necessary | |||
2015-01-17 | Proxify images inside infoboxes | dalf | |
2015-01-17 | Test its existence before using thumbnail_src | Cqoicebordel | |
Thanks @pointhi ! | |||
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-16 | [enh] add image proxy toggle to preferences templates | Adam Tauber | |
2015-01-16 | [enh] add image proxy to image results | 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-15 | Few fixes | Cqoicebordel | |
- 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-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 | [fix] template syntax | Adam Tauber | |
2015-01-01 | [fix] favicon paths | Adam Tauber | |
2015-01-01 | [fix] static content paths | Adam Tauber | |
2015-01-01 | [enh] better result template handling | Adam Tauber | |
2014-12-28 | [enh] move favicons into own directory | Thomas Pointhuber | |
2014-12-24 | Merge branch 'Detect-favicons' of https://github.com/Cqoicebordel/searx into ↵ | Adam Tauber | |
Cqoicebordel-Detect-favicons Conflicts: searx/templates/courgette/result_templates/default.html searx/templates/courgette/result_templates/map.html searx/templates/courgette/result_templates/videos.html searx/templates/default/result_templates/default.html searx/templates/default/result_templates/map.html searx/templates/default/result_templates/videos.html searx/webapp.py | |||
2014-12-20 | [enh] add result_templates/code.html | Thomas Pointhuber | |
2014-12-18 | Final commit on favicons | Cqoicebordel | |
Definitely remove engine array Change every themes to accomodate that change Tweak of video template of oscar to add link on video thumbnail | |||
2014-12-14 | [fix] mysterious string remove | 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 | |