You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Noemi Vanyi fe691a0988 new preferences handling
Preferences class was introduced in order to handle user preferences. Right now
it parses cookies and the form in preferences. Also it can retrieve settings
based on the name of the setting.

ATTENTION
Please note that engine preferences are handled differently from now on. So it
introduces incompatible changes. Every user who has saved preferences should reset and
save his/her settings again.

This change was needed, because everytime a default disabled engine was
added saved user preferences would broke. Now engine setting tracking is
fixed.
9 years ago
..
data [enh] currency_convert engine: user can write "1 dollars in euros" instead of "1 USD in EUR". 10 years ago
engines [fix] broken google images parsing 9 years ago
plugins [mod] move plugin static files to static/plugins 9 years ago
static [fix] apply changes in infobox's styles 9 years ago
templates [fix] docs url mod to prevent http redirect 9 years ago
translations [enh] update translation and add new languages 9 years ago
__init__.py [fix]#485 AttributeError: 'module' object has no attribute 'old_where' 9 years ago
autocomplete.py [enh] multilingual autocomplete 9 years ago
languages.py [enh] add occitan search language - example query: ":oc !wp south" - closes #445 9 years ago
poolrequests.py [fix] pep8 compatibilty 9 years ago
preferences.py new preferences handling 9 years ago
query.py [enh] category specific engine deactivation - closes #205 10 years ago
results.py [fix] try to decode url - closes #527 9 years ago
search.py new preferences handling 9 years ago
settings.yml minor update 9 years ago
settings_robot.yml new preferences handling 9 years ago
testing.py [fix] pep8 9 years ago
utils.py new preferences handling 9 years ago
version.py [enh] version 0.8.1 9 years ago
webapp.py new preferences handling 9 years ago