summaryrefslogtreecommitdiff
path: root/sphinx/websupport/storage
Commit message (Collapse)AuthorAgeFilesLines
* Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-034-49/+0
|
* A happy new year!Takeshi KOMIYA2018-01-014-4/+4
|
* Split websupport to sphinxcontrib-websupport packageTakeshi KOMIYA2017-04-224-560/+4
|
* Merge branch 'stable'Takeshi KOMIYA2017-03-264-4/+4
|\
| * Year++Takeshi KOMIYA2017-03-264-4/+4
| |
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-032-2/+6
| |
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-162-7/+7
|/
* Obligatory copyright update.Georg Brandl2016-01-144-4/+4
|
* final pep8 fixes; reactivate most warnings in flake8Georg Brandl2015-03-081-1/+1
|
* websupport: pep8 fixesGeorg Brandl2015-03-083-10/+11
|
* Merge branch 'stable'Georg Brandl2015-01-034-4/+4
|\
| * all: update copyrightGeorg Brandl2015-01-034-4/+4
| |
* | fix node_id String lengthsolos2014-04-191-1/+1
|/ | | | fix node_id String length
* Update copyright year.Georg Brandl2014-03-014-4/+4
|
* Copyright update.Georg Brandl2013-01-014-4/+4
|
* Apply patch from:Giovanni Bajo2012-12-141-1/+1
| | | | https://bitbucket.org/birkenfeld/sphinx/issue/867/error-in-websupport-get_metadata
* Closes #810: fix deprecation warnings with Python 3. What is left over is ↵Georg Brandl2012-01-291-2/+3
| | | | from nose or docutils.
* Changed Conditional Expressionstogakushi2011-11-261-4/+18
|
* Replace ternary statements with condition and 'then' or 'else'Daniel Neuhäuser2011-01-082-3/+3
|
* merge with 1.0Georg Brandl2011-01-044-4/+4
|
* Add a text-based diff view e.g. for display in emails.Georg Brandl2010-11-212-8/+17
|
* Fix comment voting again.Georg Brandl2010-11-211-1/+1
|
* Remove more mentions of reject_comment.Georg Brandl2010-11-211-8/+0
|
* Remove comment rejection; delete is fine for that now.Georg Brandl2010-11-211-8/+0
|
* Remove comment form once comment is submitted, and allow directly opening a ↵Georg Brandl2010-11-211-1/+1
| | | | comment popup with an anchor.
* Fix deletion of comments with votes.Georg Brandl2010-11-212-17/+20
|
* Support complete comment deletion.Georg Brandl2010-11-212-10/+18
|
* Tweak the commenting interface a bit.Georg Brandl2010-11-211-1/+1
|
* 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-211-4/+4
|
* Fail early with old sqlalchemy.Georg Brandl2010-08-211-0/+5
|
* Small code style changes, remove unused imports.Georg Brandl2010-08-213-9/+14
|
* 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-141-2/+2
|\
| * fixed bug in CombinedHtmlDiffer that clipped the last line.Jacob Mason2010-08-131-2/+2
| |
* | Added initial versioning supportDaniel Neuhäuser2010-08-113-6/+10
|/
* Removed trailing whitespaceDaniel Neuhäuser2010-08-104-12/+11
|
* added get_metadataJacob Mason2010-08-093-0/+28
|
* A few changes to sqlalchemystorageJacob Mason2010-08-091-8/+18
|
* added more comments/docstringsJacob Mason2010-08-093-40/+80
|
* updated docsJacob Mason2010-08-093-18/+78
|
* only comment on paragraphsJacob Mason2010-08-091-1/+1
|
* add moderator kwarg to moderation methods.Jacob Mason2010-08-061-0/+1
|
* 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
|
* added storage packageJacob Mason2010-08-054-0/+418