summaryrefslogtreecommitdiff
path: root/searx/templates
AgeCommit message (Collapse)Author
2016-11-19[enh] add quick answer functionality with an example answererAdam Tauber
2016-11-14[enh] display errorsAdam Tauber
also tried flask's flash feature but flask creates session cookies if it isn't flushed. Avoiding session cookies to preserve privacy
2016-11-01[fix] menu without js - closes #747Adam Tauber
2016-11-01show time range support in preferencesNoémi Ványi
2016-10-22[fix] images modal with infinite scrollNoémi Ványi
2016-10-22Merge pull request #734 from dalf/seeks_urlAdam Tauber
[fix] seeks URLS, close #731
2016-10-22Merge pull request #726 from mmuman/opensearch_shortnameAdam Tauber
[fix] set the title on the opensearch link tag
2016-10-17[enh] add result proxy support - #707Adam Tauber
2016-10-15[fix] seeks URLS, close #731dalf
2016-10-09[fix] set the title on the opensearch link tagFrançois Revol
Firefox uses the title attributes instead of the ShortName from the xml file as set in 0fbd7052 which closed #405
2016-09-22[mod] rename "default" theme to "legacy"Adam Tauber
2016-09-06[enh] more compact image results ++ fixed modal linksAdam Tauber
2016-09-06[fix] replace modal-content class to prevent remote content loadAdam Tauber
details: http://stackoverflow.com/questions/18378720/bootstrap-3-with-remote-modal
2016-09-04[fix] 404 page localization #2Adam Tauber
2016-09-04[fix] 404 page localizationAdam Tauber
2016-09-04[fix] links in new tabs without js ++ noopener bug fix - closes #674Adam Tauber
2016-08-27Merge pull request #671 from kvch/custom-404Adam Tauber
Custom 404 message - fixes #317
2016-08-24add custom 404 pageNoemi Vanyi
2016-08-15uncapitalize searx in templatesNoémi Ványi
2016-08-09Merge pull request #588 from a01200356/wikidataAdam Tauber
[enh] More data from Wikidata
2016-08-07redesign toggle button of engines && pluginsNoemi Vanyi
2016-08-05wikidata refactor and more attributes (see issue #560)marc
2016-07-27[fix] wrap categories on small screens ++ some code formatting - closes #647Adam Tauber
2016-07-25search on filter selectNoemi Vanyi
2016-07-25advanced-search: panel is visible when checked beforeNoemi Vanyi
2016-07-25time range selection as dropdownNoemi Vanyi
2016-07-25add time range strings to be translatedNoemi Vanyi
2016-07-25add 'Advanced settings' to strings to be translatedNoemi Vanyi
2016-07-25add advanced settings for logicodev styleNoemi Vanyi
2016-07-25moving a commaHarry Wood
2016-07-16[fix] do not replace image href urls - closes #594Adam Tauber
These lines were added to fix a js image load issue (#535) what i cannot reproduce. Hopefully we don't see it again
2016-06-28[fix] hide number of results if 0Adam Tauber
2016-06-28[enh] display number of resultsAdam Tauber
2016-06-27[fix] rtl result templateAdam Tauber
2016-06-26[fix] result url block selectionAdam Tauber
2016-06-26[fix] logo responsivity ++ preferences button hoverAdam Tauber
2016-06-26[enh] oscar theme redesign addedAdam Tauber
The original code made by @logico-dev (#559)
2016-04-21[fix] use old system if there is no img_srcThomas Pointhuber
2016-04-21[enh] add img_src to default result templateThomas Pointhuber
2016-04-17[enh] multilingual duckduckgo_definitionsa01200356
2016-04-17[enh] wikipedia infoboxa01200356
creates simple multilingual infobox using wikipedia's api
2016-04-12Merge pull request #536 from kvch/general-minor-refactorsAdam Tauber
General minor refactors
2016-04-10[fix] clear image link if javascript enabled - closes #535Adam Tauber
2016-04-09follow up blocked_engines renaming in templatesNoemi Vanyi
2016-03-04[fix] docs url mod to prevent http redirectAdam Tauber
2016-03-04Merge pull request #473 from GreenLunar/patch-2Adam Tauber
Update link to documentation page
2016-03-02[fix] translate plugin name and description in templateThomas Pointhuber
2016-03-02[fix] opensearch image issue - closes #507Adam Tauber
2016-02-27[fix] apply changes in infobox's stylesa01200356
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 #450Adam Tauber