summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-28[build] /staticMrPaulBlack
2021-09-28[fix] position of engine description tooltipMrPaulBlack
2021-09-27Merge pull request #348 from return42/no-arialAlexandre Flament
[theme] simple: do not prefer arial over user's sans-serif font
2021-09-27[build] /staticMarkus Heiser
2021-09-27[theme] simple: do not prefer arial over user's sans-serif fontMarkus Heiser
The default *sans-serif* font from the browsers most often renders much better compared to Arial font. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-09-27Merge pull request #345 from MrPaulBlack/simple-theme-changesAlexandre Flament
simple theme css refactor
2021-09-27[build] /staticMrPaulBlack
2021-09-27[fix] backtotop and pagination on image result pageMrPaulBlack
2021-09-27[fix] several issues in the simple themeMrPaulBlack
- using more rem in style and definitions - mobile width in preferences.less fix max-width: 75em to 80em (normalized with style.less and other) - do not display #backToTop position on tablet (when max-width: 80em) - fix answer box on mobile (when max-width: 50em)
2021-09-27[theme] margin around checkboxes is bigger now, index centers the search ↵MrPaulBlack
more and the pref, stats and about page have a max-width now
2021-09-27[theme] optimize switching between different device typesMrPaulBlack
2021-09-27[theme] cleanup grid layout and remove various margins and paddings from ↵MrPaulBlack
elements
2021-09-27simple theme: updateAlexandre Flament
2021-09-27[fix] make selected tabs not change wifth anymore compared to not being selectedMrPaulBlack
2021-09-25Merge pull request #333 from dalf/enh-engine-descriptionsAlexandre Flament
RFC: /preferences: display engine descriptions
2021-09-25Merge pull request #344 from dalf/osm-lang-all-fixAlexandre Flament
[fix] openstreetmap engine: map "all" language to English
2021-09-25[fix] openstreetmap engine: optmizer SPARQL queryAlexandre Flament
add hint:Query hint:optimizer "None". to the SPARQL query to keep the response time small. It tells the optimizer to follow the path from ?item to the different property values instead of the other way around. See https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization#Property_paths
2021-09-24[build] /staticAlexandre Flament
2021-09-24[enh] themes: display the engine descriptionsAlexandre Flament
2021-09-24[mod] add /engine_descriptions.json endpointAlexandre Flament
returns engine descriptions (JSON): * key: engine name * value: description in the user locale, use English description as a fallback
2021-09-24[fix] fix searx_extra/update/update_engine_descriptions.pyAlexandre Flament
write ouput in searx/data/engine_descriptions.json instead of stdout use the wikipedia engine to fetch the wikipedia descriptions (for example use tl.wikipedia.org for the Filipino language)
2021-09-24[fix] fix the about section of some enginesAlexandre Flament
2021-09-24Merge pull request #340 from MrPaulBlack/simple-preferences-refactorAlexandre Flament
Simple theme preferences refactor
2021-09-24[fix] openstreetmap engine: map "all" language to EnglishAlexandre Flament
2021-09-24[preferences] remove checkbox class from query sectionMrPaulBlack
2021-09-24[build] /staticMrPaulBlack
2021-09-24[preferences] make elements in query selecter align leftMrPaulBlack
2021-09-24[preferences] reorder tabs in simple to match oscar themeMrPaulBlack
2021-09-24[preferences] cleanup whitespacesMrPaulBlack
2021-09-24[preferences] add special queries tab to preferencesMrPaulBlack
2021-09-22Merge pull request #337 from MrPaulBlack/fix-searxjs-null-exceptionAlexandre Flament
[fix] fix searx.js null pointer because of missing category div
2021-09-22[build] /staticMrPaulBlack
2021-09-22[fix] searx.js null pointer exception when category div is missingMrPaulBlack
2021-09-22Merge pull request #336 from MrPaulBlack/simple-search-formAlexandre Flament
[theme] remove categories, language and time range from index.html
2021-09-21[theme] add newline at the end of the fileMrPaulBlack
2021-09-21[theme] remove categories, language and time range from indexMrPaulBlack
2021-09-20Merge pull request #330 from dalf/fix-323Alexandre Flament
Oscar theme: fix search input field on Safari
2021-09-19[build] /staticAlexandre Flament
2021-09-19[fix] Oscar theme: fix input field on SafariAlexandre Flament
close #323
2021-09-19[fix] searx_extra/update scripts: set_loggers(wikidata, 'wikidata') (#331)Markus Heiser
* [fix] searx_extra/update scripts: set_loggers(wikidata, 'wikidata') To test use:: ./manage pyenv.cmd searx_extra/update/update_currencies.py ./manage pyenv.cmd searx_extra/update/update_osm_keys_tags.py ./manage pyenv.cmd searx_extra/update/update_wikidata_units.py The script `update_engine_descriptions.py` seems to have some issues not related to this patch. ./manage pyenv.cmd python -m pip install -U pycld3 ./manage pyenv.cmd searx_extra/update/update_engine_descriptions.py Closes: https://github.com/searxng/searxng/issues/328 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-09-17Merge pull request #329 from searxng/translations_updateAlexandre Flament
Update translations
2021-09-17[translations] updatesearxng-bot
3834942d - 2021-09-15 - ButterflyOfFire <butterflyoffire@protonmail.com>
2021-09-17Merge pull request #327 from dalf/pyenv.activateAlexandre Flament
[mod] utils/lib.sh: add pyenv.activate
2021-09-17[mod] manage - use pyenv.activate where it makes senseMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-09-17[mod] utils/lib.sh: add pyenv.activateAlexandre Flament
* initialize virtualenv (pyenv.install) * activate virtualenv close #310
2021-09-17Merge pull request #261 from dalf/upgrade_httpxAlexandre Flament
[upd] upgrade httpx 0.19.0
2021-09-17Merge pull request #325 from searxng/dependabot/pip/master/pylint-2.11.1Alexandre Flament
Bump pylint from 2.10.2 to 2.11.1
2021-09-17Merge pull request #326 from searxng/dependabot/pip/master/sphinx-4.2.0Markus Heiser
Bump sphinx from 4.1.2 to 4.2.0
2021-09-17[pylint] fix global-variable-not-assigned issuesMarkus Heiser
If there is no write access, there is no need for global. Remove global statement if there is no assignment. global-variable-not-assigned: Using global for names but no assignment is done Used when a variable is defined through the "global" statement but no assignment to this variable is done. In Pylint 2.11 the global-variable-not-assigned checker now catches global variables that are never reassigned in a local scope and catches (reassigned) functions [1][2] [1] https://pylint.pycqa.org/en/latest/whatsnew/2.11.html [2] https://github.com/PyCQA/pylint/issues/1375 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-09-17[fix] error recorder: avoid RuntimeError on some rare occasionAlexandre Flament
httpx.RequestError (subclass of httpx.HTTPError) has a property request. This property raises a RuntimeError if the attributes _request is None. To avoid a cascade of errors, this commit reads directly the _request attribute.