summaryrefslogtreecommitdiff
path: root/sphinx/websupport
Commit message (Expand)AuthorAgeFilesLines
* Merged in shimizukawa/sphinx-use-six (pull request #238)Takayuki Shimizukawa2014-05-251-1/+1
|\
| * fix node_id String lengthsolos2014-04-191-1/+1
* | use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-292-2/+6
* | use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-291-2/+1
|/
* Update copyright year.Georg Brandl2014-03-0110-10/+10
* test suite fixesGeorg Brandl2013-04-011-0/+2
* Copyright update.Georg Brandl2013-01-0110-10/+10
* Closes #867: merge from https://bitbucket.org/giovannibajo/sphinxGeorg Brandl2012-12-301-1/+1
|\
| * fix test failure: python3 + whooshshimizukawa2012-12-171-1/+1
* | Apply patch from:Giovanni Bajo2012-12-141-1/+1
|/
* Closes #810: fix deprecation warnings with Python 3. What is left over is fro...Georg Brandl2012-01-292-4/+5
* Changed Conditional Expressionstogakushi2011-11-261-4/+18
* Closes #796: use package_dir everywhere instead of __file__.Georg Brandl2011-11-011-1/+1
* Disable raw directive.Georg Brandl2011-01-251-0/+1
* Replace ternary statements with condition and 'then' or 'else'Daniel Neuh?user2011-01-083-5/+5
* Determine search language in builder, and add missing method in websupport in...Georg Brandl2011-01-041-0/+5
* merge with 1.0Georg Brandl2011-01-0410-10/+10
* Add a text-based diff view e.g. for display in emails.Georg Brandl2010-11-213-10/+20
* Fix comment voting again.Georg Brandl2010-11-211-1/+1
* Remove more mentions of reject_comment.Georg Brandl2010-11-212-9/+0
* Remove comment rejection; delete is fine for that now.Georg Brandl2010-11-212-21/+0
* Remove comment form once comment is submitted, and allow directly opening a c...Georg Brandl2010-11-211-1/+1
* Fix deletion of comments with votes.Georg Brandl2010-11-212-17/+20
* Allow configuration whether to allow anonymous comments.Georg Brandl2010-11-211-0/+7
* Support complete comment deletion.Georg Brandl2010-11-213-17/+28
* Allow rst markup in the comment text.Georg Brandl2010-11-211-0/+14
* Tweak the commenting interface a bit.Georg Brandl2010-11-212-4/+7
* Fix a few smaller issues. Add JS and CSS for all pages.Georg Brandl2010-11-211-14/+17
* Make websupport builder inherit from serializing builder, remove separate Web...Georg Brandl2010-11-202-48/+65
* Avoid "import *" and remove unused import/variable.Georg Brandl2010-11-201-5/+5
* Style fix.Georg Brandl2010-11-121-1/+1
* Use different Whoosh API in order to fix test failure.Georg Brandl2010-08-211-1/+3
* Rename module to make clear it is only for sqlalchemy.Georg Brandl2010-08-212-7/+7
* Move default sqlalchemy engine creation to storage backend.Georg Brandl2010-08-212-10/+10
* Fail early with old sqlalchemy.Georg Brandl2010-08-211-0/+5
* Small code style changes, remove unused imports.Georg Brandl2010-08-218-28/+35
* display comments inlineJacob Mason2010-08-181-0/+1
* only add node if it doesn't already existJacob Mason2010-08-142-1/+13
* remove line column from node tableJacob Mason2010-08-143-10/+4
* merge with jacobmason/sphinx-web-supportDasIch2010-08-143-6/+10
|\
| * Automated merge with ssh://bitbucket.org/jacobmason/sphinx-web-supportDasIch2010-08-131-1/+2
| |\
| * | Added initial versioning supportDasIch2010-08-113-6/+10
* | | moved templates back into js, getting the html template file trys to load the...Jacob Mason2010-08-131-2/+1
* | | fixed bug in CombinedHtmlDiffer that clipped the last line.Jacob Mason2010-08-131-2/+2
| |/ |/|
* | separate js templates from js scriptsJacob Mason2010-08-121-1/+2
|/
* Don't need to convert moderator to string anymoreJacob Mason2010-08-101-1/+1
* fix paths in jsJacob Mason2010-08-101-22/+26
* merge with jacobmason/sphinx-web-supportDasIch2010-08-107-89/+86
|\
| * Don't create Javascript by ourselves, we have sphinx.util.jsonimpl.dumps for ...DasIch2010-08-101-41/+41
| * Removed trailing whitespaceDasIch2010-08-107-57/+54