Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop APIs deprecated in 2.0 | Takeshi KOMIYA | 2018-09-03 | 4 | -49/+0 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 4 | -4/+4 |
| | |||||
* | Split websupport to sphinxcontrib-websupport package | Takeshi KOMIYA | 2017-04-22 | 4 | -560/+4 |
| | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 4 | -4/+4 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 4 | -4/+4 |
| | | |||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 2 | -2/+6 |
| | | |||||
* | | Add type-check annotations to sphinx.* | Takeshi KOMIYA | 2016-11-16 | 2 | -7/+7 |
|/ | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 4 | -4/+4 |
| | |||||
* | final pep8 fixes; reactivate most warnings in flake8 | Georg Brandl | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | websupport: pep8 fixes | Georg Brandl | 2015-03-08 | 3 | -10/+11 |
| | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 4 | -4/+4 |
|\ | |||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 4 | -4/+4 |
| | | |||||
* | | fix node_id String length | solos | 2014-04-19 | 1 | -1/+1 |
|/ | | | | fix node_id String length | ||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 4 | -4/+4 |
| | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 4 | -4/+4 |
| | |||||
* | Apply patch from: | Giovanni Bajo | 2012-12-14 | 1 | -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 Brandl | 2012-01-29 | 1 | -2/+3 |
| | | | | from nose or docutils. | ||||
* | Changed Conditional Expressions | togakushi | 2011-11-26 | 1 | -4/+18 |
| | |||||
* | Replace ternary statements with condition and 'then' or 'else' | Daniel Neuhäuser | 2011-01-08 | 2 | -3/+3 |
| | |||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 4 | -4/+4 |
| | |||||
* | Add a text-based diff view e.g. for display in emails. | Georg Brandl | 2010-11-21 | 2 | -8/+17 |
| | |||||
* | Fix comment voting again. | Georg Brandl | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | Remove more mentions of reject_comment. | Georg Brandl | 2010-11-21 | 1 | -8/+0 |
| | |||||
* | Remove comment rejection; delete is fine for that now. | Georg Brandl | 2010-11-21 | 1 | -8/+0 |
| | |||||
* | Remove comment form once comment is submitted, and allow directly opening a ↵ | Georg Brandl | 2010-11-21 | 1 | -1/+1 |
| | | | | comment popup with an anchor. | ||||
* | Fix deletion of comments with votes. | Georg Brandl | 2010-11-21 | 2 | -17/+20 |
| | |||||
* | Support complete comment deletion. | Georg Brandl | 2010-11-21 | 2 | -10/+18 |
| | |||||
* | Tweak the commenting interface a bit. | Georg Brandl | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | Rename module to make clear it is only for sqlalchemy. | Georg Brandl | 2010-08-21 | 2 | -7/+7 |
| | |||||
* | Move default sqlalchemy engine creation to storage backend. | Georg Brandl | 2010-08-21 | 1 | -4/+4 |
| | |||||
* | Fail early with old sqlalchemy. | Georg Brandl | 2010-08-21 | 1 | -0/+5 |
| | |||||
* | Small code style changes, remove unused imports. | Georg Brandl | 2010-08-21 | 3 | -9/+14 |
| | |||||
* | only add node if it doesn't already exist | Jacob Mason | 2010-08-14 | 2 | -1/+13 |
| | |||||
* | remove line column from node table | Jacob Mason | 2010-08-14 | 3 | -10/+4 |
| | |||||
* | merge with jacobmason/sphinx-web-support | Daniel Neuhäuser | 2010-08-14 | 1 | -2/+2 |
|\ | |||||
| * | fixed bug in CombinedHtmlDiffer that clipped the last line. | Jacob Mason | 2010-08-13 | 1 | -2/+2 |
| | | |||||
* | | Added initial versioning support | Daniel Neuhäuser | 2010-08-11 | 3 | -6/+10 |
|/ | |||||
* | Removed trailing whitespace | Daniel Neuhäuser | 2010-08-10 | 4 | -12/+11 |
| | |||||
* | added get_metadata | Jacob Mason | 2010-08-09 | 3 | -0/+28 |
| | |||||
* | A few changes to sqlalchemystorage | Jacob Mason | 2010-08-09 | 1 | -8/+18 |
| | |||||
* | added more comments/docstrings | Jacob Mason | 2010-08-09 | 3 | -40/+80 |
| | |||||
* | updated docs | Jacob Mason | 2010-08-09 | 3 | -18/+78 |
| | |||||
* | only comment on paragraphs | Jacob Mason | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | add moderator kwarg to moderation methods. | Jacob Mason | 2010-08-06 | 1 | -0/+1 |
| | |||||
* | check for next in differ | Jacob Mason | 2010-08-06 | 1 | -1/+1 |
| | |||||
* | add node or parent id to serializable comment | Jacob Mason | 2010-08-06 | 1 | -0/+6 |
| | |||||
* | moved _serializable_list into db.py | Jacob Mason | 2010-08-06 | 2 | -51/+50 |
| | |||||
* | added storage package | Jacob Mason | 2010-08-05 | 4 | -0/+418 |