summaryrefslogtreecommitdiff
path: root/sphinx/websupport/storage/sqlalchemystorage.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-12/+0
|
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
|
* Split websupport to sphinxcontrib-websupport packageTakeshi KOMIYA2017-04-221-166/+1
|
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
| |
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-2/+2
|/
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* websupport: pep8 fixesGeorg Brandl2015-03-081-8/+8
|
* all: update copyrightGeorg Brandl2015-01-031-1/+1
|
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Apply patch from:Giovanni Bajo2012-12-141-1/+1
| | | | https://bitbucket.org/birkenfeld/sphinx/issue/867/error-in-websupport-get_metadata
* Replace ternary statements with condition and 'then' or 'else'Daniel Neuhäuser2011-01-081-1/+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/+5
|
* Remove comment rejection; delete is fine for that now.Georg Brandl2010-11-211-8/+0
|
* Fix deletion of comments with votes.Georg Brandl2010-11-211-0/+1
|
* Support complete comment deletion.Georg Brandl2010-11-211-9/+16
|
* Rename module to make clear it is only for sqlalchemy.Georg Brandl2010-08-211-2/+2
|
* 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-211-5/+9
|
* only add node if it doesn't already existJacob Mason2010-08-141-1/+6
|
* remove line column from node tableJacob Mason2010-08-141-2/+2
|
* Added initial versioning supportDaniel Neuhäuser2010-08-111-2/+2
|
* Removed trailing whitespaceDaniel Neuhäuser2010-08-101-3/+3
|
* added get_metadataJacob Mason2010-08-091-0/+14
|
* A few changes to sqlalchemystorageJacob Mason2010-08-091-8/+18
|
* added more comments/docstringsJacob Mason2010-08-091-6/+10
|
* updated docsJacob Mason2010-08-091-4/+4
|
* only comment on paragraphsJacob Mason2010-08-091-1/+1
|
* moved _serializable_list into db.pyJacob Mason2010-08-061-47/+1
|
* added storage packageJacob Mason2010-08-051-0/+178