summaryrefslogtreecommitdiff
path: root/docs/forms.py
AgeCommit message (Collapse)Author
2025-11-21Moved docs search bar to top navigation in prep for global search.Sarah Boyce
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2020-01-24Replaced deprecated django.utils.translation functions.m-aciek
2016-12-14Switched to Python 3 style super().Tim Graham
2015-04-01Revamp document search.Jannis Leidel
This uses Elasticsearch and is vastly better than the old one. Here are some features: - sensible full text search with a simpe syntax for querying documents - per language and version search - breadcrumbs to parent documents under each search result for deeply nested documents - browser bar integration via OpenSearch description - better styled pagination - faster indexing - press / to focus the search input - improved search result page sidebar with links like on regular documentation pages - cleaned up template tags and some other code Fixes #423, #409, #279, #245, #244, #240 and #284.
2014-12-13Merge branch 'master' into redesignTomek Paczkowski
Conflicts: templates/base.html
2014-11-25Fixed #23885 -- Fixed crash on an empty GET to /search/Collin Anderson
2014-11-22Sidebar and search form for docsOla Sitarska
2013-11-11Improved the documentation search form and view.Baptiste Mispelon
The search form was designed so that, in the absence of a release ID, it would yield search results corresponding to the current stable version. However, there was a bug in the displaying of the form in that the current release was not selected in the widget. Another issue is that it was possible to trigger a 500 error by passing an inexistant release ID to the page. This commit fixes both those issues and a 404 is now raised when passing an invalid release ID to the page.
2013-06-13Prepared search form for multiple languagesClaude Paroz
2013-03-14Fix hasty refactoring.Aymeric Augustin
2013-02-05Move apps outside of the django_website package.Aymeric Augustin