summaryrefslogtreecommitdiff
path: root/searx/static
AgeCommit message (Collapse)Author
2015-01-05Whitespace correctionCqoicebordel
2015-01-05Integrated media in results + Deezer EngineCqoicebordel
New "embedded" item for the results, allow to give an iframe to display the media directly in the results. Note that the attributes src of the iframes are not set, but instead data-src is set, allowing to only load the iframe when clicked. Deezer engine based on public API (no key).
2015-01-01[fix] filename stripAdam Tauber
2015-01-01[fix] static file pathsAdam Tauber
2015-01-01[enh] themes static content refactorAdam Tauber
2014-12-28[enh] add new favicons to oscar templateThomas Pointhuber
2014-12-28[enh] add new marker-icons for mapThomas Pointhuber
fetched from https://github.com/pointhi/leaflet-color-markers
2014-12-28[enh] move favicons into own directoryThomas Pointhuber
2014-12-19Add double clic on categoriesCqoicebordel
Allow to double clic on any category to activate or deactivate all categories.
2014-12-19Some more path issuesCqoicebordel
2014-12-18[fix] Show map on result in OscarCqoicebordel
Allow to find the leafleet js when searx is not installed at the root of the web server.
2014-12-15[enh][oscar_template] replace kickass iconThomas Pointhuber
2014-12-14Add icons and badge for the themesCqoicebordel
Add kickass in engine list Add content for the result from kickass
2014-12-01Merge pull request #136 from pointhi/template_oscar_fixAdam Tauber
[oscar_template] split up js-files, FIX #132
2014-11-30[enh][oscar_template] split js-files and compile them togetherThomas Pointhuber
2014-11-20Merge pull request #130 from pointhi/template_oscar_fixAdam Tauber
[fix][template_oscar] make overpass-api call over https and add better error-message
2014-11-20[fix][template_oscar] make overpass-api call over httpsThomas Pointhuber
and add better error message if ajax-call fail
2014-11-20responsive theme courgetteThomas LEBEAU
2014-11-19Merge pull request #127 from pointhi/template_oscar_mapAdam Tauber
Template oscar, add map support
2014-11-19[enh][oscar_template] loading map informations from overpass-apiThomas Pointhuber
2014-11-18[fix] sidebar overflowAdam Tauber
2014-11-18[fix] suggestions displayAdam Tauber
2014-11-18[enh] category select warning messageAdam Tauber
2014-11-18[fix] syggestions max widthAdam Tauber
2014-11-11Merge pull request #105 from pointhi/template_oscarAdam Tauber
new template: oscar
2014-11-03[enh] template_oscar: add layer to leaflet mapThomas Pointhuber
2014-11-03[enh] template_oscar: show addressdata if possibleThomas Pointhuber
2014-11-03[enh] oscar_template: improve result visualisationThomas Pointhuber
* highlight parts of result * add link to archiv.to * fix little bugs * add little icons * change style of "show map" button
2014-11-02[enh] template_oscar: maxZoom if fitting boundsThomas Pointhuber
2014-11-02[enh] oscar_template: initial osm-map support for map resultsThomas Pointhuber
* TODO: remove leaflet.min.css if not required
2014-10-26Merge https://github.com/asciimoo/searx into template_oscarThomas Pointhuber
Conflicts: searx/translations/de/LC_MESSAGES/messages.po searx/translations/en/LC_MESSAGES/messages.po searx/translations/es/LC_MESSAGES/messages.po searx/translations/fr/LC_MESSAGES/messages.po searx/translations/hu/LC_MESSAGES/messages.po searx/translations/it/LC_MESSAGES/messages.po searx/translations/nl/LC_MESSAGES/messages.po searx/webapp.py
2014-10-26[mod] default template modificationsdalf
- more smartphone friendly - more text browser friendly - next button always on the right - in case of small screen supporting touch event, categories are displayed on one line with a scroll
2014-10-25[mod] use pngcrush to reduce the size of png filesdalf
2014-10-25[fix] no horizontal scrolling on small screendalf
[fix] small images in the results aren't not "zoomed"
2014-10-05oscar template: add infoboxThomas Pointhuber
2014-10-05oscar template: improve result iconsThomas Pointhuber
2014-10-05oscar template: include typeahead.css into bootstrap.min.cssThomas Pointhuber
2014-10-05oscar template: using less to generate oscar.min.cssThomas Pointhuber
2014-10-05oscar template: generate bootstrap.min.css from sourceThomas Pointhuber
2014-10-05oscar template: implement autocompleterThomas Pointhuber
2014-10-05oscar template: remove unused css fileThomas Pointhuber
2014-10-05oscar template: little style improvementsThomas Pointhuber
2014-10-05oscar template: add forgoten github iconThomas Pointhuber
2014-10-05oscar template: improve result pageThomas Pointhuber
* add paging support * add suggestion panel * add links panel
2014-10-05oscar template: implement first version of results pageThomas Pointhuber
* implement results page * improve search form template * implement all result_templates * fix youtube engine
2014-10-05oscar template: implement search input, index page,...Thomas Pointhuber
2014-10-05oscar template: make the categories clickableThomas Pointhuber
2014-10-05oscar template: improve style for check and uncheck of enginesThomas Pointhuber
2014-10-05initial commit of the new template 'oscar'Thomas Pointhuber
* base.html mostly implemented * stats.html implemented * about.html implemented * most of preferences.html implemented * using bootstrap.js
2014-10-05[fix] preferences button displayAdam Tauber