| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Noticed that images are often distorted in the results due to a hard minimum height. This keeps the 4-per-row image results consistent in row height without distorting wider images.
|
|
Related to discussion in #1124
The io.open import is necessary for python2
|
|
Make Python 3 able to read settings files with Unicode characters
|
|
Closes #1064
|
|
- closes #845
|
|
SearX currently doesn't start up when run with Python 3 as it tries to parse the
settings.yml file with ASCII codecs.
There are similar problems with engines_languages.json and currencies.json
Python 3 requires that files with Unicode characters be read with a 'b' flag.
This also works with Python 2 and hence can be integrated into the main source
code.
Tested with the latest Python 3.6.4rc1 on Debian unstable.
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
|
|
|
|
|
|
|
|
Links:
* Source code
* Issue tracker
* List of public instances
Closes #1071
|
|
#1110
|
|
|
|
|
|
Remove 'all' option from search languages
|
|
simple theme : magnet.svg is replaced by a home made version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The previous version did not work in Chrome browser.
Closes #1102
|
|
|
|
|
|
|
|
|
|
|
|
autocompleter
|
|
guessing the language by the IP of the instance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|