| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-28 | boilerplate: add .dir-locals.el with emacs python enviroment | Markus Heiser | |
| The .dir-locals.el set the project's python enviroment for the emacs tasks like flycheck or jedi. The py-environment has to be next to <repo>/.dir-locals.el:: ./local/py3 To setup such an environment build target 'pyenv' or 'pyenvinstall':: $ make pyenvinstall TL;DR Alternatively create the virtualenv, source it and install jedi + epc (required by `emacs-jedi <https://tkf.github.io/emacs-jedi>`_):: $ virtualenv --python=python3 "--no-site-packages" ./local/py3 ... $ source ./local/py3/bin/activate (py3)$ # now install into the activated 'py3' environment .. (py3)$ pip install jedi epc ... Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-28 | boilerplate: add pylint / WIP: balance linting with pylint | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-28 | Makefile: add test.pep8 test.unit test.robot (from manage.sh) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-28 | boilerplate: add inital Makefile with run & install targets | Markus Heiser | |
| Add *Makefile* boilerplate useful for python projects. All python tasks are using a virtualenv from ./local/py3 $ make help run - run developer instance install - developer install (./local) uninstall - uninstall (./local) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-28 | seatup.py: fix [dev_]requirements and open file with context | Markus Heiser | |
| setup(..) named arguments 'install_requires' and 'extras_require' need lists arguments, the <map object> is ignored when installing extra environment 'test':: pip install -e .\[test\] Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-26 | Merge pull request #1689 from MarcAbonce/images_fixes | Adam Tauber | |
| [fix] Google Images | |||
| 2019-11-26 | Merge pull request #1749 from unixfox/patch-1 | Adam Tauber | |
| [fix] Force Google old UI with a new user agent | |||
| 2019-11-24 | add seedpeer again | Marc Abonce Seguin | |
| 2019-11-23 | update user agents | Marc Abonce Seguin | |
| 2019-11-23 | add a shortcut for utils/fetch_firefox_version.py in manage.sh | Marc Abonce Seguin | |
| 2019-11-22 | [fix] Force Google old UI with a new user agent | Emilien Devos | |
| 2019-11-16 | webapp.py: use html.escape if cgi.escape is not available | lorddavidiii | |
| - cgi.escape was removed in python 3.8 - also use html.escape in framalibre.py | |||
| 2019-11-15 | [mod] speed optimization | Dalf | |
| compile XPath only once avoid redundant call to urlparse get_locale(webapp.py): avoid useless call to request.accept_languages.best_match | |||
| 2019-11-03 | Mojeek engine hotfix | x250 | |
| 2019-11-01 | Merge pull request #1719 from Monogramm/feature/accessibility | Noémi Ványi | |
| Add aria labels for oscar buttons | |||
| 2019-10-29 | Merge branch 'master' into feature/accessibility | Mathieu Brunot | |
| 2019-10-24 | Merge pull request #1728 from MarcAbonce/corrections_fix | Noémi Ványi | |
| [fix] Preserve bangs in corrections | |||
| 2019-10-24 | Merge branch 'master' into corrections_fix | Noémi Ványi | |
| 2019-10-24 | Merge pull request #1729 from MarcAbonce/fix_tracker_remover | Noémi Ványi | |
| Fix out of range error in tracker remover plugin | |||
| 2019-10-23 | Merge pull request #1730 from kvch/gh-pages | Adam Tauber | |
| Add post about introducing offline engines to blog | |||
| 2019-10-23 | add post about introducing offline engines | Noémi Ványi | |
| 2019-10-22 | fix out of range error in tracker remover plugin | Marc Abonce Seguin | |
| 2019-10-22 | [fix] preserve bangs in corrections | Marc Abonce Seguin | |
| 2019-10-16 | Merge branch 'master' into feature/accessibility | Mathieu Brunot | |
| 2019-10-16 | Merge pull request #1700 from kvch/intro-offline-engines | Adam Tauber | |
| Initialize support for offline engines | |||
| 2019-10-16 | fix pep 8 check | Noémi Ványi | |
| 2019-10-16 | add initial support for offline engines && command engine | Noémi Ványi | |
| 2019-10-16 | Merge pull request #1720 from Monogramm/docker/config | Adam Tauber | |
| Config for instance name and autocomplete | |||
| 2019-10-16 | [mod] remove cloudflare protected digbt from engines list | Adam Tauber | |
| 2019-10-16 | [fix] remove useless engine tests | Adam Tauber | |
| 2019-10-16 | [fix] pep8 | Adam Tauber | |
| 2019-10-16 | [fix] update gigablast engine | Adam Tauber | |
| 2019-10-16 | [fix] update digg engine | Adam Tauber | |
| 2019-10-16 | [fix] convert bytes type to string in language detection (fixes dictzone) | Adam Tauber | |
| 2019-10-16 | [fix] update devianart engine | Adam Tauber | |
| 2019-10-16 | [fix] update 1x engine | Adam Tauber | |
| 2019-10-16 | [fix] enable paging support for arxiv engine | Adam Tauber | |
| 2019-10-14 | [fix] pep8 | Adam Tauber | |
| 2019-10-14 | [fix] engine test | Adam Tauber | |
| 2019-10-14 | [fix] add message to SearxParameterException - fixes #1722 | Adam Tauber | |
| 2019-10-14 | [fix] update query params sanitization - closes #722 | Adam Tauber | |
| 2019-10-14 | [fix] update voat xpaths - closes #1581 | Adam Tauber | |
| 2019-10-14 | [fix] update startpage engine - closes #1601 | Adam Tauber | |
| 2019-10-14 | [fix] normalize time range parameter | Adam Tauber | |
| 2019-10-14 | [fix] duckduckgo paging - closes #1677 | Adam Tauber | |
| 2019-10-14 | :whale: Config for instance name and autocomplete | mathieu.brunot | |
| Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io> | |||
| 2019-10-14 | :wheelchair: Add aria labels for oscar buttons | mathieu.brunot | |
| Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io> | |||
| 2019-10-01 | Update README.rst | CaffeinatedTech | |
| Fixed some grammar in README.rst | |||
| 2019-08-26 | [fix] google images | Marc Abonce Seguin | |
| 2019-08-20 | [fix] mojeek engine | Venca24 | |