summaryrefslogtreecommitdiff
path: root/sphinx/websupport/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-1/+1
* test suite fixesGeorg Brandl2013-04-011-0/+2
* Copyright update.Georg Brandl2013-01-011-1/+1
* Closes #810: fix deprecation warnings with Python 3. What is left over is fro...Georg Brandl2012-01-291-2/+2
* Closes #796: use package_dir everywhere instead of __file__.Georg Brandl2011-11-011-1/+1
* Disable raw directive.Georg Brandl2011-01-251-0/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
* Add a text-based diff view e.g. for display in emails.Georg Brandl2010-11-211-2/+3
* Remove more mentions of reject_comment.Georg Brandl2010-11-211-1/+0
* Remove comment rejection; delete is fine for that now.Georg Brandl2010-11-211-13/+0
* Allow configuration whether to allow anonymous comments.Georg Brandl2010-11-211-0/+7
* Support complete comment deletion.Georg Brandl2010-11-211-7/+10
* Allow rst markup in the comment text.Georg Brandl2010-11-211-0/+14
* Tweak the commenting interface a bit.Georg Brandl2010-11-211-3/+6
* 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-201-41/+65
* Avoid "import *" and remove unused import/variable.Georg Brandl2010-11-201-5/+5
* Style fix.Georg Brandl2010-11-121-1/+1
* Move default sqlalchemy engine creation to storage backend.Georg Brandl2010-08-211-6/+6
* Small code style changes, remove unused imports.Georg Brandl2010-08-211-4/+6
* display comments inlineJacob Mason2010-08-181-0/+1
* moved templates back into js, getting the html template file trys to load the...Jacob Mason2010-08-131-2/+1
* 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-101-69/+68
|\
| * Don't create Javascript by ourselves, we have sphinx.util.jsonimpl.dumps for ...DasIch2010-08-101-41/+41
| * Removed trailing whitespaceDasIch2010-08-101-37/+36
* | fixed ajax-loader.gif pathJacob Mason2010-08-101-0/+1
|/
* added comment metadata to frontendJacob Mason2010-08-091-0/+2
* added get_metadataJacob Mason2010-08-091-1/+14
* updated docsJacob Mason2010-08-091-79/+126
* only provide pygments.css, update image locations.Jacob Mason2010-08-081-0/+9
* an even nicer build directoryJacob Mason2010-08-071-7/+10
* update get_document to add comment options to jsJacob Mason2010-08-071-3/+5
* add COMMENT_OPTIONS to contextJacob Mason2010-08-071-2/+28
* add moderator kwarg to moderation methods.Jacob Mason2010-08-061-2/+6
* use static paths for static files and resourcesJacob Mason2010-08-061-9/+8
* Add comment moderation backendJacob Mason2010-08-051-4/+23
* added update_username methodJacob Mason2010-08-051-0/+13
* added delete_comment methodJacob Mason2010-08-041-2/+17
* allow custom db uris for sqlalchemybackendJacob Mason2010-08-041-3/+3
* rename comments package storageJacob Mason2010-08-041-2/+2
* renamed get_comments get_dataJacob Mason2010-08-041-2/+2
* Converted comment schema from adjacency list to materialized path.jacob2010-08-031-8/+12
* refactored add_comment and get_comments; added CombinedHtmlDiff classJacob Mason2010-07-311-74/+17
* Added SrcdirNotSpecifiedErrorJacob Mason2010-07-301-1/+4
* Added DocumentNotFoundErrorJacob Mason2010-07-301-1/+8
* Added test for build and made web support buildable without specifying search...Jacob Mason2010-07-301-10/+11
* fix regression that caused error when replying to a commentJacob Mason2010-07-271-1/+4