summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/static/websupport.js
Commit message (Collapse)AuthorAgeFilesLines
* Drop dependency: sphinxcontrib-websupportTakeshi KOMIYA2019-01-141-808/+0
|
* A happy new year!Takeshi KOMIYA2019-01-021-1/+1
|
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| |
* | Declare loop variables to make them localRobin Neatherway2017-07-191-1/+1
|/
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| |
* | Fix typos.Jakub Wilk2015-07-061-1/+1
|/
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Update jQuery from 1.8.3 to 1.11.1. This change includes two migrations for ↵Takayuki Shimizukawa2014-10-081-12/+12
| | | | | | | | jQuery. Closes #1438.
* | Fix #1476 replace <tt> tag by <code>tk0miya2014-08-121-2/+2
|/
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Update the websupport tests to API changes.Georg Brandl2011-10-061-1/+1
|
* merge with 1.0Georg Brandl2011-01-041-1/+1
|
* Revert accident.Georg Brandl2010-12-111-16/+2
|
* Allow giving root dir to quickstart as an argument.Georg Brandl2010-12-031-2/+16
|
* Add cancel button to comment reply form.Georg Brandl2010-11-241-0/+5
|
* Fix event handling and class names for comment sort links.Georg Brandl2010-11-241-24/+24
|
* Small tweaks.Georg Brandl2010-11-241-4/+7
|
* Highligh comments to moderate.Georg Brandl2010-11-211-3/+5
|
* Remove comment rejection; delete is fine for that now.Georg Brandl2010-11-211-25/+2
|
* Remove comment form once comment is submitted, and allow directly opening a ↵Georg Brandl2010-11-211-1/+18
| | | | comment popup with an anchor.
* Support complete comment deletion.Georg Brandl2010-11-211-3/+15
|
* Allow rst markup in the comment text.Georg Brandl2010-11-211-8/+16
|
* Tweak the commenting interface a bit.Georg Brandl2010-11-211-68/+63
|
* Fix a few smaller issues. Add JS and CSS for all pages.Georg Brandl2010-11-211-5/+11
|
* Add a "nocomment" class to be able to hide bubbles.Georg Brandl2010-11-201-1/+2
|
* Make websupport builder inherit from serializing builder, remove separate ↵Georg Brandl2010-11-201-21/+30
| | | | WebSupportApp.
* Nits.Georg Brandl2010-10-291-3/+3
|
* Add header and use docstring convention.Georg Brandl2010-10-281-59/+70
|
* Use dashes rather than underscores in CSS classes and IDs.Georg Brandl2010-10-281-38/+38
|
* fix sortingJacob Mason2010-08-191-8/+8
|
* display comments inlineJacob Mason2010-08-181-189/+183
|
* Automated merge with ssh://bitbucket.org/birkenfeld/sphinx-web-supportDaniel Neuhäuser2010-08-141-1/+0
|\
| * merge with jacobmason/sphinx-web-supportDaniel Neuhäuser2010-08-141-218/+309
| |\
| * \ Automated merge with ssh://bitbucket.org/jacobmason/sphinx-web-supportDaniel Neuhäuser2010-08-131-130/+124
| |\ \
| | * | Fixing indentation etc. Note: We need a javascript styleguideDaniel Neuhäuser2010-08-111-130/+124
| | | |
* | | | Fix typo.Georg Brandl2010-08-141-1/+1
| |_|/ |/| |
* | | moved templates back into js, getting the html template file trys to load ↵Jacob Mason2010-08-131-25/+107
| | | | | | | | | | | | the images from template tags resulting in a bunch of 404's. This is a project for after pencils down date since it functions fine as is
* | | readd modal focuserJacob Mason2010-08-131-2/+6
| | |
* | | Fixed showErrorDaniel Neuhäuser2010-08-131-2/+2
| | |
* | | Implement $.fn.comment more efficientlyDaniel Neuhäuser2010-08-131-3/+6
| | |
* | | Implement showError more efficientlyDaniel Neuhäuser2010-08-131-4/+2
| | |
* | | Use document.createElement which is faster than parsing the html to create ↵Daniel Neuhäuser2010-08-131-3/+3
| | | | | | | | | | | | an element
* | | Put spaces around operatorsDaniel Neuhäuser2010-08-131-10/+8
| | |
* | | Use a more consistent style in the websupport jsDaniel Neuhäuser2010-08-131-207/+208
|/ /
* | remove modal focuserJacob Mason2010-08-121-2/+0
| |