| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-01 | [fix] multiple fixes in pdbe engine | Adam Tauber | |
| 2017-12-01 | [fix] convert json engine result attributes to string - closes #1006 | Adam Tauber | |
| 2017-12-01 | [fix] skip non-string result url/title/content | Adam Tauber | |
| 2017-11-30 | use `change` function just like in case of language selection | Noémi Ványi | |
| The previous version did not work in Chrome browser. Closes #1102 | |||
| 2017-11-26 | [mod] simple theme: add the license to different files. | Dalf | |
| 2017-11-23 | [fix] autocompleter py3 compatibility - fixes #1088 | Zeph | |
| 2017-11-23 | [enh] version 0.13.1 | Adam Tauber | |
| 2017-11-23 | [fix] autocompleter py3 compatibility - fixes #1088 | Adam Tauber | |
| 2017-11-23 | [fix] replace obsolete string.join function | Adam Tauber | |
| 2017-11-23 | [fix] measure request duration only if total_time attribute is set - fixes ↵ | Adam Tauber | |
| autocompleter | |||
| 2017-11-22 | [fix] use english in google engine if no language was set - this prevents ↵ | Adam Tauber | |
| guessing the language by the IP of the instance | |||
| 2017-11-22 | [fix] revert language changes to prevent CAPTCHAs | Adam Tauber | |
| 2017-11-22 | [enh] timeout and total HTTP time are managed by searx.poolrequests | Alexandre Flament | |
| 2017-11-21 | [enh] version 0.13.0 | Adam Tauber | |
| 2017-11-21 | [enh] update translations | Adam Tauber | |
| 2017-11-21 | [fix] remove trailing 0x00 from csv output | Adam Tauber | |
| 2017-11-21 | [fix] resurrect csv output in py2 | Adam Tauber | |
| 2017-11-21 | [fix] fix language support of google | Adam Tauber | |
| 2017-11-21 | [fix] allow none as category in preferences - #1086 | Adam Tauber | |
| 2017-11-15 | fix bug: TypeError: set(['bing', 'google']) is not JSON serializable, when ↵ | yujunqiang | |
| curl 'http://127.0.0.1:8888/?q=xxxxxxxx&categories=general&format=json' | |||
| 2017-11-13 | [enh] update translations | Adam Tauber | |
| 2017-11-07 | Fixed typos. | pyrrh0n1c | |
| 2017-11-07 | Fixed the currency_convert engine. | pyrrh0n1c | |
| 2017-11-03 | Merge pull request #1068 from Apply55gx/genius | Adam Tauber | |
| Continuation of PR #1004 (seems abandoned) | |||
| 2017-11-03 | results: make engines of results set | Noémi Ványi | |
| Previously, if a same result was returned from the same engine, the name of the engine would be added more than once. To eliminate engine name duplication engine list was changed to set. | |||
| 2017-11-02 | [mod] add more error handling to json engine II. | Adam Tauber | |
| 2017-11-02 | [mod] add more error handling to json engine | Adam Tauber | |
| 2017-11-02 | [fix] update openairepublications | jibe-b | |
| 2017-11-01 | [add] OpenAIRE publication engine | jibe-b | |
| and modifies OpenAIRE datasets engine | |||
| 2017-11-01 | minor fix of BASE engine | Noémi Ványi | |
| 2017-11-01 | minor fixes of pubmed engine | Noémi Ványi | |
| Closes #1045 | |||
| 2017-11-01 | [add] pubmed engine | jibe-b | |
| 2017-11-01 | minor fixes of doi resolver | Noémi Ványi | |
| Closes #1047 | |||
| 2017-11-01 | [enh] oa_doi_rewrite plugin broadens doai_rewrite | jibe-b | |
| 2017-11-01 | add OpenAIRE engine as a json engine | Noémi Ványi | |
| This is the continuation of #1048 created by @jibe-b. Closes #1048 | |||
| 2017-11-01 | minor fixes of arxiv | Noémi Ványi | |
| Closes #1050 | |||
| 2017-11-01 | [fix] remove .encode for python3 compatibility | jibe-b | |
| 2017-11-01 | [enh] use format to concatenate strings | jibe-b | |
| 2017-11-01 | [add] arxiv engine | jibe-b | |
| 2017-11-01 | [enh] update translations | Adam Tauber | |
| 2017-10-26 | [fix] pep8 | Adam Tauber | |
| 2017-10-26 | [mod] compress saved preferences in url | Adam Tauber | |
| 2017-10-25 | Merge pull request #1 from asciimoo/master | Apply55gx | |
| - | |||
| 2017-10-25 | removed unused indicies array | Apply55gx | |
| 2017-10-18 | Remove / in url_for parameter for simple theme | Hypolite Petovan | |
| Same change as with the oscar theme. | |||
| 2017-10-18 | Remove extra / in url_for parameter for oscar theme | Hypolite Petovan | |
| The `filename` parameter of the `url_for` function doesn't need a leading `/`, or else the resulting URL features a double-slash `//` that throws off searx 0.12.0 with Apache 2.4.25 on Debian, resulting in missing favicons. | |||
| 2017-10-10 | update engines_languages.json and languages.py | marc | |
| Also, fix fetch_languages.py so it can run on python3. | |||
| 2017-10-10 | [fix] language support for bing images and videos | marc | |
| 2017-10-07 | Merge pull request #1059 from kvch/preferences-support-intuitive | Adam Tauber | |
| preferences: make supported/not supported labels | |||
| 2017-10-06 | preferences: make supported/not supported labels | Noémi Ványi | |
| Also, Time range support display was missing from RTL locales. Now it is fixed. Closes #558 | |||