searxng/searx/templates/oscar
Martin Fischer 132917ff42 [fix] remove js_dependencies & css_dependencies
Previously plugins could declare js_dependencies and css_dependencies
which in theory would then be embedded in the page by themes.

Practically this does not make sense when you have multiple themes
since the JS & CSS needs to be written with a specific theme in mind
in order to support it.

Which is also why js_dependencies and css_dependencies was actually only
used by the Oscar theme and ignored by the Simple theme because the
Simple theme doesn't bundle jQuery and has a slightly different page
markup.

This commit removes this broken feature and also moves the *.js files in
searx/static/plugins/js/ to searx/static/themes/oscar/src/js/plugins
(where they actually belong).

The oscar-specific CSS is now simply injected via the oscar-specific JS.

Fixes #769.
2022-01-20 12:11:10 +01:00
..
messages [fix] templates: remove unneeded escape \' of single quotation mark 2021-11-24 17:40:03 +01:00
result_templates SearXNG: oscar theme 2021-09-30 18:50:21 +02:00
404.html Drop Python 2 (2/n): templates 2020-09-10 10:39:04 +02:00
about.html [mod] add a __common__ template that can't be selected but that provides a common place for shared templates. 2017-01-20 15:40:38 +01:00
advanced.html [fix] make "Advanced settings" openable and usable with keyboard - #350 2020-06-25 19:50:26 +02:00
base.html [fix] remove js_dependencies & css_dependencies 2022-01-20 12:11:10 +01:00
categories.html [enh] introduce categories_as_tabs 2022-01-03 07:01:49 +01:00
index.html [oscar theme] center search on index and use logo with ponthi 2021-11-26 20:52:07 +01:00
infobox.html [mod] duckduckgo_definitions: display only user friendly attributes / URL 2020-10-28 08:09:25 +01:00
languages.html fix selects in preferences so they look consistent (#2150) 2020-08-27 21:55:47 +02:00
macros.html [mod] option to enable or disable "proxy" button next to each result (#54) 2021-05-04 11:57:14 +02:00
navbar.html SearXNG: oscar theme 2021-09-30 18:50:21 +02:00
preferences.html [theme] /preferences: rename "Method" to "HTTP Method" 2022-01-14 08:29:04 +01:00
results.html [fix] query_in_title: add missing space in title 2021-11-29 11:08:21 +01:00
search.html [fix] fix the reset button in the oscar theme (#2306) 2020-11-30 16:30:21 +01:00
search_full.html [mod] separate index and search routes 2020-11-02 20:04:03 -07:00
stats.html [theme] make engine stats clickable 2021-09-12 10:52:15 +02:00
time-range.html fix selects in preferences so they look consistent (#2150) 2020-08-27 21:55:47 +02:00