Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-28 | [mod] duckduckgo_definitions: display only user friendly attributes / URL | Alexandre Flament | |
various bug fixes | |||
2020-08-10 | add toggle to resize infobox | Marc Abonce Seguin | |
2020-08-09 | add class for infobox's official url | Marc Abonce Seguin | |
2020-08-09 | add engine's name in infobox's header | Marc Abonce Seguin | |
2020-08-09 | reduce space between title and url in infobox header | Marc Abonce Seguin | |
2020-06-23 | [fix] remove alt text which doesnt add extra info - #350 | Adam Tauber | |
2020-06-09 | [enh] add official site link to the top of the infobox - closes #1644 | Adam Tauber | |
2020-06-09 | [fix] add link to wikidata entities in infobox - fixes #1097 | Adam Tauber | |
2019-12-24 | [Fix] oscar: no HTML escaping prior to output | Vipul | |
When results are fetched from any programming related documentation site (like git-scm.com, docs.python.org etc), content in Info box is shown as raw HTML code. This change addresses the issue by using "safe" filter feature provided by Django. See, - https://docs.djangoproject.com/en/3.0/ref/templates/builtins/#safe - Searx issue tracker (issue #1649), for more information. Resolves: #1649 | |||
2019-12-10 | [mod] tidy oscar HTML output | Dalf | |
2016-09-04 | [fix] links in new tabs without js ++ noopener bug fix - closes #674 | Adam Tauber | |
2016-08-05 | wikidata refactor and more attributes (see issue #560) | marc | |
2016-04-17 | [enh] multilingual duckduckgo_definitions | a01200356 | |
2016-04-17 | [enh] wikipedia infobox | a01200356 | |
creates simple multilingual infobox using wikipedia's api | |||
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. | |||
2015-04-26 | [enh] implements #264 : add rel="noreferrer" to external links | Alexandre Flament | |
2015-01-17 | Proxify images inside infoboxes | dalf | |
2014-12-08 | Add alt for img | Cqoicebordel | |
Add alt in infobox image. | |||
2014-10-05 | oscar template: add infobox | Thomas Pointhuber | |