summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-014-11/+31
|\
| * Follow-up to #1355: replace <big> tag by <span class="sig-paren">.Georg Brandl2014-01-261-0/+4
| |
| * merge with stableGeorg Brandl2014-01-191-1/+1
| |\
| * \ Merge in pull request #172 from ↵Georg Brandl2014-01-191-0/+14
| |\ \ | | | | | | | | | | | | https://bitbucket.org/nsmgr8/sphinx/branch/default
| * \ \ merge with stableGeorg Brandl2014-01-193-11/+13
| |\ \ \
| | * | | Added WAI-ARIA roles to themes (document, banner, navigation, main, ↵Wes Turner2014-01-143-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contentinfo, note) https://en.wikipedia.org/wiki/WAI-ARIA http://www.w3.org/TR/wai-aria/roles
* | | | | Update copyright year.Georg Brandl2014-03-0118-18/+18
| |_|_|/ |/| | |
* | | | Closes #1147: Don't emit a sidebar search box in the "singlehtml" builder.Georg Brandl2014-01-191-1/+1
|/ / /
* | | In search word highlighting, dont insist on having div.body.Georg Brandl2014-01-191-0/+3
|/ /
* | Closes #1072: In the JS search, fix issues searching for upper-cased words ↵Georg Brandl2014-01-121-1/+1
| | | | | | | | by lowercasing words before stemming.
* | Closes #1093: use max-width: 100% for images in basic/epub themeGeorg Brandl2014-01-121-0/+1
| |
* | Closes #764: always search stopwords lowercasedGeorg Brandl2014-01-101-1/+1
| |
* | Remove handlers for the "refcount" node.Georg Brandl2013-10-121-4/+0
|/
* fix: A wrong conditoin check break search feature on first page that is ↵shimizukawa2013-09-261-1/+1
| | | | usually index.rst. This issue was introduced at 46d0815, cfbdd84.
* Update jquery to 1.8.3 in websupportmasklinn2013-04-091-4/+2
| | | | | | | Previous version (1.7.1) failed to make elements visible when calling $.fn.show() on elements not yet attached to the DOM, leading to e.g. reply or proposal links not appearing in webkit-based browsers (Safari, Chrome)
* Update the .pot fileGeorg Brandl2013-04-011-1/+1
|
* merge with macagua/sphinxGeorg Brandl2013-04-013-8/+8
|\
| * Added improvements about i18n for themes "basic", "haiku" and "scrolls" that ↵Leonardo Caballero2013-03-046-13/+13
| | | | | | | | Sphinx built-in. Closes #1120
* | #723: fix remaining issue with search and webkit browsersGeorg Brandl2013-03-311-1/+1
| |
* | Closes #723: Fix the search function on local files in WebKit based browsers.Georg Brandl2013-03-302-12/+22
|/
* Fix local search which was broken by correcting JS issues found by JSHint ↵Jonathan Waltman2013-01-101-1/+1
| | | | (commit 46d08152a30d)
* Whitespace cleanup in jinja templatesRoland Meister2013-01-047-7/+7
| | | | | This change removes odd-looking empty lines before the doctype declaration in HTML files created by jinja templates.
* Correct some JS issues found by JSHint.Georg Brandl2013-01-042-25/+18
|
* Closes #1067: implement pluggable search scorer and tweak scoring to give ↵Georg Brandl2013-01-041-43/+101
| | | | good results. Patch by Hernan Grecco.
* Issue #1067: Scoring based search resultsGeorg Brandl2013-01-031-96/+102
| | | | | | | | | | | Modify the search tool to create single result set (instead of the current 4: regular, important, unimportantResults, objectResults). Each result has an associated score. The results are sorted by score before presenting the results. This modification does not seem to change the search time significantly. Patch by Hernan E. Grecco.
* Copyright update.Georg Brandl2013-01-0118-18/+18
|
* Update Sphinx URL to new sphinx-doc.org domain.Georg Brandl2012-11-041-1/+1
|
* Closes #1015: do not override the jQuery contains() function by defining our ↵Georg Brandl2012-10-282-14/+2
| | | | own with that name; rather use the one from Underscore.
* Fixes #893: Update jquery to 1.7.1 and underscore.js to 1.3.1.Georg Brandl2012-03-102-175/+33
|
* Closes #846: Narrow down quick search styling.Robert Lehmann2012-01-031-2/+2
|
* Fix typo and create a new "stable" named branch.Ezio Melotti2011-10-231-1/+1
|
* Update the websupport tests to API changes.Georg Brandl2011-10-061-1/+1
|
* Move 'Hide Search Matches' to search box.Robert Lehmann2011-10-021-4/+4
| | | | | This is (a) semantically cleaner and (b) shows that feature even when source links are disabled.
* Closes #778: Fix CSS class selector.Robert Lehmann2011-10-021-2/+2
|
* Merge with 1.0Georg Brandl2011-09-2317-288/+1046
|\
| * Merge with 1.0.Georg Brandl2011-09-212-2/+9
| |\
| * | Fix indentation.Georg Brandl2011-09-211-1/+1
| | |
| * | Fix #612: add default abbr/acronym markup which is not present in some browsers.Georg Brandl2011-09-211-0/+5
| | |
| * | Array.concat does not exist in all browsers.Njal Karevoll2011-08-151-1/+1
| | | | | | | | | | | | [].concat can be used instead of Array.concat, and this works in Firefox and Chrome (and reportedly on IE8/9).
| * | Closes #724: Add license for Underscore.js.Robert Lehmann2011-06-281-0/+7
| | |
| * | merge with 1.0Georg Brandl2011-05-151-1/+1
| |\ \
| * | | Improved multi-word search by doing object lookups and matching descriptions ↵Luke Plant2011-05-141-10/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of objects with other words Without this patch, adding extra, relevant terms to a search can eliminate a direct match for an object, because multi-word searches don't do object lookups. We can avoid matching too many objects by requiring the other terms searched to appear in the object name or description.
| * | | Pulled object search routine into separate routine.Luke Plant2011-05-141-33/+48
| | | | | | | | | | | | | | | | | | | | This makes it easier to re-use, and helps reduce the length of the main query routine.
| * | | Make check.Georg Brandl2011-01-152-2/+2
| | | |
| * | | merge with 1.0Georg Brandl2011-01-1516-249/+953
| |\ \ \
| | * | | #554: Add theme option ``sidebarwidth`` to the basic theme.Georg Brandl2011-01-152-1/+2
| | | | |
| | * | | #454: Add more index markup capabilities: marking see/seealso entries, and ↵Georg Brandl2011-01-072-38/+73
| | | | | | | | | | | | | | | | | | | | main entries for a given key.
| | * | | merge with 1.0Georg Brandl2011-01-041-0/+1
| | |\ \ \
| | * | | | #273: Add an API for adding full-text search support for languages other ↵Georg Brandl2011-01-041-192/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than English. Add support for Japanese. Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/.
| | * | | | merge with 1.0Georg Brandl2011-01-0418-18/+18
| | |\ \ \ \