Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix time range selection during search
|
|
The previous version did not work in Chrome browser.
Closes #1102
|
|
[mod] simple theme: add the license to different files.
|
|
|
|
[fix] autocompleter py3 compatibility - fixes #1088
|
|
|
|
|
|
|
|
|
|
autocompleter
|
|
|
|
guessing the language by the IP of the instance
|
|
|
|
|
|
Dependencies upgrade
|
|
https://pypi.python.org/pypi/pyOpenSSL : fix memory leak
http://lxml.de/4.1/changes-4.1.1.html : speed improvement
|
|
|
|
@Apply55gx, @pyrrh0n1c, @cclauss, @moon2l to authors
|
|
|
|
|
|
|
|
|
|
|
|
fix bug: TypeError: set(['bing', 'google']) is not JSON serializable,…
|
|
curl 'http://127.0.0.1:8888/?q=xxxxxxxx&categories=general&format=json'
|
|
print() is a function in Python 3
|
|
|
|
|
|
Fixed the currency_convert engine.
|
|
|
|
|
|
|
|
Continuation of PR #1004 (seems abandoned)
|
|
results: make engines of results set
|
|
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.
|
|
|
|
|
|
[add] OpenAIRE publication engine
|
|
|
|
and modifies OpenAIRE datasets engine
|
|
Finish PRs of @jibe-b: pubmed, oa_doi_rewrite, openaire, arxiv
|