| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-10-26 | [mod] compress saved preferences in url | Adam Tauber | |
| 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-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 | |||
| 2017-09-08 | [fix] static path fixed in templates and webapp, line endings fixed | misnyo | |
| 2017-08-12 | [fix] fix no_results.html template of the simple theme | Alexandre Flament | |
| 2017-08-08 | [fix] add missing no_results.html template to simple theme | Adam Tauber | |
| 2017-08-06 | [enh] add simple theme (WIP) | Alexandre Flament | |
| 2017-07-15 | show engine errors when no result is returned at all | Noémi Ványi | |
| 2017-07-12 | show engine errors in infobox && add new error alert | Noémi Ványi | |
| 2017-07-10 | [enh] generate search url of saved preferences | Adam Tauber | |
| 2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
| 2017-02-10 | [fix] pageno param of search reqs in form | Noémi Ványi | |
| 2017-01-27 | [fix] do not show glyph icons if noscript is enabled - #838 | Adam Tauber | |
| 2017-01-26 | [enh] make navbar smaller | Noémi Ványi | |
| 2017-01-26 | [enh] make number of results less prominent | Noémi Ványi | |
| 2017-01-26 | [enh] make result url green | Noémi Ványi | |
| 2017-01-26 | [fix] whitespace | Adam Tauber | |
| 2017-01-26 | [enh] search input design mods according to #226 | Adam Tauber | |
| 2017-01-20 | [enh] validate input and raise an exception inside search.py. The exception ↵ | Alexandre Flament | |
| message is output in json and rss format. | |||
| 2017-01-20 | [mod] add a __common__ template that can't be selected but that provides a ↵ | Alexandre Flament | |
| common place for shared templates. What has been moved into this template : * opensearch*.xml is always the same whatever the themes. * the text inside */about.html | |||
| 2017-01-16 | [enh] show spelling corrections | David A Roberts | |
| 2017-01-05 | [enh] propagate all search properties to the results page's components | Adam Tauber | |
| 2017-01-03 | Revert "Merge pull request #793 from kvch/pics-modal" | Noémi Ványi | |
| This reverts commit bff41987a49af9ae53ff9fc3494fa7973ac03500, reversing changes made to d08108be6293c8764f0d1d950a7aab283cddffed. | |||
| 2017-01-03 | Revert "Merge pull request #799 from kvch/modal-arrows" | Noémi Ványi | |
| This reverts commit 79ceb13577fcc83eabe642a4ed6dd793b7bf0d4b, reversing changes made to eaa0fb8102825fa4ccdb348429fdbf39837921be. | |||
| 2016-12-30 | [fix] change modal glyphicon arrows to image icons | Noémi Ványi | |
| 2016-12-29 | fix opening of result on new tab | Noémi Ványi | |
| 2016-12-29 | add own pics modal window | Noemi Vanyi | |
| 2016-12-29 | revert language support column in preferences | marc | |
| 2016-12-28 | [mod] display supported languages in preferences engine view | Adam Tauber | |
| 2016-12-16 | [fix] supported languages column in preferences page | marc | |
| 2016-12-16 | minor fixes in utils/fetch_languages.py | marc | |
| 2016-12-13 | automatic search when language is selected | marc | |
| 2016-12-13 | [enh] add supported_languages on engines and auto-generate languages.py | marc | |
| 2016-12-11 | add "Last year" option to time range selection | Noémi Ványi | |
| 2016-12-09 | [enh] add author to image result content | Adam Tauber | |
| 2016-12-09 | [fix] query escaping in rss/opensearch output | Adam Tauber | |
| 2016-12-04 | [fix] proper escaping of the search query in templates | Adam Tauber | |
| 2016-11-19 | [enh] add quick answer functionality with an example answerer | Adam Tauber | |
| 2016-11-14 | [enh] display errors | Adam Tauber | |
| also tried flask's flash feature but flask creates session cookies if it isn't flushed. Avoiding session cookies to preserve privacy | |||
| 2016-11-01 | [fix] menu without js - closes #747 | Adam Tauber | |
| 2016-11-01 | show time range support in preferences | Noémi Ványi | |
| 2016-10-22 | [fix] images modal with infinite scroll | Noémi Ványi | |
| 2016-10-22 | Merge pull request #734 from dalf/seeks_url | Adam Tauber | |
| [fix] seeks URLS, close #731 | |||
| 2016-10-22 | Merge pull request #726 from mmuman/opensearch_shortname | Adam Tauber | |
| [fix] set the title on the opensearch link tag | |||
| 2016-10-17 | [enh] add result proxy support - #707 | Adam Tauber | |
| 2016-10-15 | [fix] seeks URLS, close #731 | dalf | |
| 2016-10-09 | [fix] set the title on the opensearch link tag | François Revol | |
| Firefox uses the title attributes instead of the ShortName from the xml file as set in 0fbd7052 which closed #405 | |||