Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-206824 fix search js bug (#6844)Timotheus Kampik
2019-10-20Fix search bug with empty html_file_suffixrdb
2019-05-30Fix the ranking of search results: object name match should be computed based...jiakai
2019-04-06Fix #6244: html: Search function is broken with 3rd party themesTakeshi KOMIYA
2019-02-22#3620: Defer searchindex.js rather than loading it via ajaxTommy Nguyen
2019-02-05#6016 add placeholder for search summaryTimotheus Kampik
2019-01-27Merge branch 'master' into 4649-fix-search-for-filenamesTimotheus Kampik
2019-01-27#4649 polish codeTimotheus Kampik
2019-01-22#4649 fix: search always returns nothing when one term is shorter than 3Timotheus Kampik
2019-01-22#1341 do not add full matches again as partial onesTimotheus Kampik
2019-01-21#1341 remove config optionTimotheus Kampik
2019-01-19#1341 support partial search for terms/titlesTimotheus Kampik
2019-01-19Merge remote-tracking branch 'upstream/master'Timotheus Kampik
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-11-22Merge branch '1.8'Takeshi KOMIYA
2018-11-04Move language-specific data into a new JS file, language_data.jsDmitry Shachnev
2018-08-27Merge branch 'master' into 1618-make-search-results-reader-friendlyTimotheus Kampik
2018-07-22 #5186 add contrib doc for JS testsTimotheus Kampik
2018-07-22 move templating from `searchtools` to `documentation_options`Timotheus Kampik
2011-01-04#273: Add an API for adding full-text search support for languages other than...Georg Brandl
2011-01-04New year update.Georg Brandl
2010-06-13merge with 0.6Georg Brandl
2010-06-13#445: Fix links to result pages when using the search function of HTML built ...Georg Brandl
2010-05-30#322: Improve responsiveness of search page by loading the search index async...Georg Brandl
2010-05-24Only add search summary if some data has been received.Georg Brandl
2010-04-17merge with trunkGeorg Brandl
2010-04-17merge with 0.6Georg Brandl
2010-04-17#387: Fix the display of search results in ``dirhtml`` output.Georg Brandl
2010-04-06merge with trunkGeorg Brandl
2010-04-06merge with 0.6Georg Brandl
2010-04-04#353: Strip leading and trailing whitespace when extracting search words in t...Georg Brandl
2010-03-01s/highlight/highlighted/ for the search word highlighting class: "highlight" ...Georg Brandl
2010-01-17merge with trunkGeorg Brandl
2010-01-14Update to jQuery 1.4; fix a few incompatibilities.Georg Brandl
2010-01-12#313: fix search on Internet Explorer; add underscore.js to JavaScript libs.Georg Brandl
2010-01-08Add some XXXes... sigh.Georg Brandl
2010-01-07merge with trunk (not working perfectly yet)Georg Brandl
2010-01-07Add copyright headers to HTML templates, stylesheets and JavaScript files.Georg Brandl
2009-09-12Work on remaining XXXs.Georg Brandl
2009-09-08search: make the search work with the new domain model.Georg Brandl
2009-09-08More refactoring for language-independent domain support.Georg Brandl
2009-05-17Use variable declaration.Georg Brandl
2009-05-17Support searching for Class.methodname.Georg Brandl
2009-04-18Ignore stopwords and numbers in search.Georg Brandl
2009-04-18Allow searching for object names including the module name, like ``sys.argv``.Georg Brandl
2009-03-24Fix JQuery API usage to work with 1.3.x.Georg Brandl
2009-02-21merge with 0.5Georg Brandl
2009-01-05Create themes/ subdirectory and move stuff from templates/ and static/ there.Georg Brandl