summaryrefslogtreecommitdiff
path: root/sphinx/websupport
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Georg Brandl2010-11-202-48/+65
| | | | WebSupportApp.
* 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-supportDaniel Neuhäuser2010-08-142-4/+3
|\
| * moved templates back into js, getting the html template file trys to load ↵Jacob Mason2010-08-131-2/+1
| | | | | | | | 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
| * fixed bug in CombinedHtmlDiffer that clipped the last line.Jacob Mason2010-08-131-2/+2
| |
* | Automated merge with ssh://bitbucket.org/jacobmason/sphinx-web-supportDaniel Neuhäuser2010-08-133-6/+10
|\ \ | |/ |/|
| * Added initial versioning supportDaniel Neuhäuser2010-08-113-6/+10
| |
* | 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-supportDaniel Neuhäuser2010-08-107-89/+86
|\
| * Don't create Javascript by ourselves, we have sphinx.util.jsonimpl.dumps for ↵Daniel Neuhäuser2010-08-101-41/+41
| | | | | | | | that
| * Removed trailing whitespaceDaniel Neuhäuser2010-08-107-57/+54
| |
* | 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-094-1/+42
|
* A few changes to sqlalchemystorageJacob Mason2010-08-091-8/+18
|
* added more comments/docstringsJacob Mason2010-08-093-40/+80
|
* moved NullSearchException to sphinx.websupport.errorsJacob Mason2010-08-092-4/+10
|
* create a searcher for each queryJacob Mason2010-08-091-4/+2
|
* updated docsJacob Mason2010-08-095-115/+219
|
* only comment on paragraphsJacob Mason2010-08-091-1/+1
|
* 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-062-2/+7
|
* check for next in differJacob Mason2010-08-061-1/+1
|
* add node or parent id to serializable commentJacob Mason2010-08-061-0/+6
|
* moved _serializable_list into db.pyJacob Mason2010-08-062-51/+50
|
* use static paths for static files and resourcesJacob Mason2010-08-061-9/+8
|
* added storage packageJacob Mason2010-08-054-15/+62
|
* Ensure hidden comments can't be replied toJacob Mason2010-08-051-1/+5
|
* Add comment moderation backendJacob Mason2010-08-051-4/+23
|
* added update_username methodJacob Mason2010-08-051-0/+13
|
* added delete_comment methodJacob Mason2010-08-042-3/+23
|
* allow custom db uris for sqlalchemybackendJacob Mason2010-08-041-3/+3
|