summaryrefslogtreecommitdiff
path: root/searx/templates
AgeCommit message (Collapse)Author
2018-03-27refactor engine's search language handlingMarc Abonce Seguin
Add match_language function in utils to match any user given language code with a list of engine's supported languages. Also add language_aliases dict on each engine to translate standard language codes into the custom codes used by the engine.
2018-03-05[UI] fix custom-select in oscarpofilo
2017-12-12revert changin about to searx docsNoémi Ványi
2017-12-12add links to footers of oscar and simple themesNoémi Ványi
Links: * Source code * Issue tracker * List of public instances Closes #1071
2017-12-08[fix] use proper encoding with both py2/3 - closes #1094Adam Tauber
2017-12-06Merge pull request #973 from MarcAbonce/languagesAdam Tauber
Remove 'all' option from search languages
2017-12-06remove 'all' option from search languagesmarc
2017-12-05[enh] make custom oscar option configurable from urlAdam Tauber
2017-12-05[enh] add dark version of oscar/logicodevAdam Tauber
2017-11-01minor fixes of doi resolverNoémi Ványi
Closes #1047
2017-11-01[enh] oa_doi_rewrite plugin broadens doai_rewritejibe-b
2017-10-26[mod] compress saved preferences in urlAdam Tauber
2017-10-18Remove / in url_for parameter for simple themeHypolite Petovan
Same change as with the oscar theme.
2017-10-18Remove extra / in url_for parameter for oscar themeHypolite Petovan
The `filename` parameter of the `url_for` function doesn't need a leading `/`, or else the resulting URL features a double-slash `//` that throws off searx 0.12.0 with Apache 2.4.25 on Debian, resulting in missing favicons.
2017-10-06preferences: make supported/not supported labelsNoémi Ványi
Also, Time range support display was missing from RTL locales. Now it is fixed. Closes #558
2017-09-08[fix] static path fixed in templates and webapp, line endings fixedmisnyo
2017-08-12[fix] fix no_results.html template of the simple themeAlexandre Flament
2017-08-08[fix] add missing no_results.html template to simple themeAdam Tauber
2017-08-06[enh] add simple theme (WIP)Alexandre Flament
2017-07-15show engine errors when no result is returned at allNoémi Ványi
2017-07-12show engine errors in infobox && add new error alertNoémi Ványi
2017-07-10[enh] generate search url of saved preferencesAdam Tauber
2017-05-15[enh] py3 compatibilityAdam Tauber
2017-02-10[fix] pageno param of search reqs in formNoémi Ványi
2017-01-27[fix] do not show glyph icons if noscript is enabled - #838Adam Tauber
2017-01-26[enh] make navbar smallerNoémi Ványi
2017-01-26[enh] make number of results less prominentNoémi Ványi
2017-01-26[enh] make result url greenNoémi Ványi
2017-01-26[fix] whitespaceAdam Tauber
2017-01-26[enh] search input design mods according to #226Adam Tauber
2017-01-20[enh] validate input and raise an exception inside search.py. The exception ↵Alexandre Flament
message is output in json and rss format.
2017-01-20[mod] add a __common__ template that can't be selected but that provides a ↵Alexandre Flament
common place for shared templates. What has been moved into this template : * opensearch*.xml is always the same whatever the themes. * the text inside */about.html
2017-01-16[enh] show spelling correctionsDavid A Roberts
2017-01-05[enh] propagate all search properties to the results page's componentsAdam Tauber
2017-01-03Revert "Merge pull request #793 from kvch/pics-modal"Noémi Ványi
This reverts commit bff41987a49af9ae53ff9fc3494fa7973ac03500, reversing changes made to d08108be6293c8764f0d1d950a7aab283cddffed.
2017-01-03Revert "Merge pull request #799 from kvch/modal-arrows"Noémi Ványi
This reverts commit 79ceb13577fcc83eabe642a4ed6dd793b7bf0d4b, reversing changes made to eaa0fb8102825fa4ccdb348429fdbf39837921be.
2016-12-30[fix] change modal glyphicon arrows to image iconsNoémi Ványi
2016-12-29fix opening of result on new tabNoémi Ványi
2016-12-29add own pics modal windowNoemi Vanyi
2016-12-29revert language support column in preferencesmarc
2016-12-28[mod] display supported languages in preferences engine viewAdam Tauber
2016-12-16[fix] supported languages column in preferences pagemarc
2016-12-16minor fixes in utils/fetch_languages.pymarc
2016-12-13automatic search when language is selectedmarc
2016-12-13[enh] add supported_languages on engines and auto-generate languages.pymarc
2016-12-11add "Last year" option to time range selectionNoémi Ványi
2016-12-09[enh] add author to image result contentAdam Tauber
2016-12-09[fix] query escaping in rss/opensearch outputAdam Tauber
2016-12-04[fix] proper escaping of the search query in templatesAdam Tauber
2016-11-19[enh] add quick answer functionality with an example answererAdam Tauber