| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | improve css for figure | shimizukawa | 2014-10-20 | 1 | -0/+9 |
| | | |||||
| * | improve css for numfig caption | shimizukawa | 2014-10-20 | 1 | -1/+34 |
| | | |||||
| * | Update jQuery from 1.8.3 to 1.11.1. This change includes two migrations for ↵ | shimizukawa | 2014-10-08 | 4 | -6344/+7207 |
| | | | | | jQuery. Closes #1438. | ||||
| * | Set permanent links to every captions and titles | tk0miya | 2014-10-05 | 1 | -1/+4 |
| | | |||||
| * | Merge with default | tk0miya | 2014-09-24 | 1 | -2/+1 |
| |\ | |||||
| | * | do nested_parse() :caption: of code-block directive | tk0miya | 2014-09-19 | 1 | -2/+1 |
| | | | |||||
| * | | Fixup windows newlines. | Georg Brandl | 2014-09-21 | 1 | -1/+1 |
| |/ | |||||
| * | Merge upstream changes | tk0miya | 2014-08-20 | 1 | -3/+3 |
| |\ | |||||
| | * | Rename :filename: option of code-block directive to :caption: | tk0miya | 2014-08-11 | 1 | -4/+4 |
| | | | |||||
| * | | Fix #1476 replace <tt> tag by <code> | tk0miya | 2014-08-12 | 2 | -7/+7 |
| |/ | |||||
| * | compress static PNG images with optipng -o10 | Lars Buitinck | 2014-07-22 | 7 | -0/+0 |
| | | | | | Average reduction in file size of 20%. | ||||
| * | * Provide non-minified JS files for jquery.js and underscore.js to clarify ↵ | shimizukawa | 2014-06-07 | 2 | -0/+10471 |
| | | | | | the source of the minified files. refs #1434. | ||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -0/+18 |
| |\ | |||||
| | * | Follow-up to #1355: replace <big> tag by <span class="sig-paren">. | Georg Brandl | 2014-01-26 | 1 | -0/+4 |
| | | | |||||
| | * | Merge in pull request #172 from ↵ | Georg Brandl | 2014-01-19 | 1 | -0/+14 |
| | |\ | | | | | | | | | | https://bitbucket.org/nsmgr8/sphinx/branch/default | ||||
| * | | | Update copyright year. | Georg Brandl | 2014-03-01 | 4 | -4/+4 |
| |/ / | |||||
| * | | In search word highlighting, dont insist on having div.body. | Georg Brandl | 2014-01-19 | 1 | -0/+3 |
| | | | |||||
| * | | Closes #1072: In the JS search, fix issues searching for upper-cased words ↵ | Georg Brandl | 2014-01-12 | 1 | -1/+1 |
| | | | | | | | | | by lowercasing words before stemming. | ||||
| * | | Closes #1093: use max-width: 100% for images in basic/epub theme | Georg Brandl | 2014-01-12 | 1 | -0/+1 |
| | | | |||||
| * | | Closes #764: always search stopwords lowercased | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | | | |||||
| * | | Remove handlers for the "refcount" node. | Georg Brandl | 2013-10-12 | 1 | -4/+0 |
| |/ | |||||
| * | fix: A wrong conditoin check break search feature on first page that is ↵ | shimizukawa | 2013-09-26 | 1 | -1/+1 |
| | | | | | usually index.rst. This issue was introduced at 46d0815, cfbdd84. | ||||
| * | Update jquery to 1.8.3 in websupport | masklinn | 2013-04-09 | 1 | -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) | ||||
| * | #723: fix remaining issue with search and webkit browsers | Georg Brandl | 2013-03-31 | 1 | -1/+1 |
| | | |||||
| * | Closes #723: Fix the search function on local files in WebKit based browsers. | Georg Brandl | 2013-03-30 | 1 | -12/+19 |
| | | |||||
| * | Fix local search which was broken by correcting JS issues found by JSHint ↵ | Jonathan Waltman | 2013-01-10 | 1 | -1/+1 |
| | | | | | (commit 46d08152a30d) | ||||
| * | Correct some JS issues found by JSHint. | Georg Brandl | 2013-01-04 | 2 | -25/+18 |
| | | |||||
| * | Closes #1067: implement pluggable search scorer and tweak scoring to give ↵ | Georg Brandl | 2013-01-04 | 1 | -43/+101 |
| | | | | | good results. Patch by Hernan Grecco. | ||||
| * | Issue #1067: Scoring based search results | Georg Brandl | 2013-01-03 | 1 | -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 Brandl | 2013-01-01 | 4 | -4/+4 |
| | | |||||
| * | Closes #1015: do not override the jQuery contains() function by defining our ↵ | Georg Brandl | 2012-10-28 | 2 | -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 Brandl | 2012-03-10 | 2 | -175/+33 |
| | | |||||
| * | Closes #846: Narrow down quick search styling. | Robert Lehmann | 2012-01-03 | 1 | -2/+2 |
| | | |||||
| * | Fix typo and create a new "stable" named branch. | Ezio Melotti | 2011-10-23 | 1 | -1/+1 |
| | | |||||
| * | Update the websupport tests to API changes. | Georg Brandl | 2011-10-06 | 1 | -1/+1 |
| | | |||||
| * | Move 'Hide Search Matches' to search box. | Robert Lehmann | 2011-10-02 | 1 | -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 Lehmann | 2011-10-02 | 1 | -2/+2 |
| | | |||||
| * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 12 | -232/+909 |
| |\ | |||||
| | * | Merge with 1.0. | Georg Brandl | 2011-09-21 | 1 | -1/+8 |
| | |\ | |||||
| | * | | Fix indentation. | Georg Brandl | 2011-09-21 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix #612: add default abbr/acronym markup which is not present in some browsers. | Georg Brandl | 2011-09-21 | 1 | -0/+5 |
| | | | | |||||
| | * | | Array.concat does not exist in all browsers. | Njal Karevoll | 2011-08-15 | 1 | -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 Lehmann | 2011-06-28 | 1 | -0/+7 |
| | | | | |||||
| | * | | merge with 1.0 | Georg Brandl | 2011-05-15 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | Improved multi-word search by doing object lookups and matching descriptions ↵ | Luke Plant | 2011-05-14 | 1 | -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 Plant | 2011-05-14 | 1 | -33/+48 |
| | | | | | | | | | | | | | | | | | | | | | This makes it easier to re-use, and helps reduce the length of the main query routine. | ||||
| | * | | | merge with 1.0 | Georg Brandl | 2011-01-15 | 11 | -193/+816 |
| | |\ \ \ | |||||
| | | * | | | #554: Add theme option ``sidebarwidth`` to the basic theme. | Georg Brandl | 2011-01-15 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -0/+1 |
| | | |\ \ \ | |||||
| | | * | | | | #273: Add an API for adding full-text search support for languages other ↵ | Georg Brandl | 2011-01-04 | 1 | -192/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than English. Add support for Japanese. Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/. | ||||
