index
:
delta/python-packages/sphinx.git
#1041
#1056
#955
add_missing_epub_options
add_stemmer
admonitions
apidoc-symlinks
apidoc_output_order
aria
autodoc_novalue
autosummary-file-ext
cancerhermit/fix-override-extensions-in-configpy-1375648717102
cpp-variadic
css
ext-linkcode
ext-linkcode-fix
extdev-tutorial-doc
fix-nested-figure-caption-i18n
fix-tocdepth
fslenz/examples-nicos-added-sphinx-itself-remov-1390580978166
gerardmp/added-libreoffice-extension-to-the-exten-1410948858630
hickford/add-instructions-how-to-install-sphinx-t-1410715164407
hickford/explain-how-to-install-sphinx-with-pip-r-1410714824122
hiddentocs
i18n-man-unicode
i18n-po-fix-reference-line-separator
i18n-term-translatable
improve-po-mode-el-support
improve-tags-docs
latex-header-in-next-pages
listnewdomains
masklinn/add-0000-to-potcreationdate-z-sets-an-e-1369740575399
master
memoir
minrk/sort-inheritance-diagram
psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827
quick-start-readline
rneu31/added-support-for-windows-color-output-u-1404418973591
stable
stevepiercy/update-pylons-link-add-pyramid-and-subst-1402445058989
tag-documentation
techtonik/add-link-to-irc-channel-1379750124356
techtonik/raise-six-requirement-to-14-when-userstr-1406538263417
tk0miya/do-not-enter-password-of-transifex-at-co-1404623350328
tooltip-escaping
tychoish/removed-version-change-1372634421412
westurner/doc-glossary-markup-ref
westurner/doc-invocationrst-sphinxapidoc-m-option-1413253549167
bitbucket.org: Obsolete (use python-packages/sphinx-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
websupport
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
*
test suite fixes
Georg Brandl
2013-04-01
1
-0
/
+2
*
Copyright update.
Georg Brandl
2013-01-01
1
-1
/
+1
*
Closes #810: fix deprecation warnings with Python 3. What is left over is fro...
Georg Brandl
2012-01-29
1
-2
/
+2
*
Closes #796: use package_dir everywhere instead of __file__.
Georg Brandl
2011-11-01
1
-1
/
+1
*
Disable raw directive.
Georg Brandl
2011-01-25
1
-0
/
+1
*
merge with 1.0
Georg Brandl
2011-01-04
1
-1
/
+1
*
Add a text-based diff view e.g. for display in emails.
Georg Brandl
2010-11-21
1
-2
/
+3
*
Remove more mentions of reject_comment.
Georg Brandl
2010-11-21
1
-1
/
+0
*
Remove comment rejection; delete is fine for that now.
Georg Brandl
2010-11-21
1
-13
/
+0
*
Allow configuration whether to allow anonymous comments.
Georg Brandl
2010-11-21
1
-0
/
+7
*
Support complete comment deletion.
Georg Brandl
2010-11-21
1
-7
/
+10
*
Allow rst markup in the comment text.
Georg Brandl
2010-11-21
1
-0
/
+14
*
Tweak the commenting interface a bit.
Georg Brandl
2010-11-21
1
-3
/
+6
*
Fix a few smaller issues. Add JS and CSS for all pages.
Georg Brandl
2010-11-21
1
-14
/
+17
*
Make websupport builder inherit from serializing builder, remove separate Web...
Georg Brandl
2010-11-20
1
-41
/
+65
*
Avoid "import *" and remove unused import/variable.
Georg Brandl
2010-11-20
1
-5
/
+5
*
Style fix.
Georg Brandl
2010-11-12
1
-1
/
+1
*
Move default sqlalchemy engine creation to storage backend.
Georg Brandl
2010-08-21
1
-6
/
+6
*
Small code style changes, remove unused imports.
Georg Brandl
2010-08-21
1
-4
/
+6
*
display comments inline
Jacob Mason
2010-08-18
1
-0
/
+1
*
moved templates back into js, getting the html template file trys to load the...
Jacob Mason
2010-08-13
1
-2
/
+1
*
separate js templates from js scripts
Jacob Mason
2010-08-12
1
-1
/
+2
*
Don't need to convert moderator to string anymore
Jacob Mason
2010-08-10
1
-1
/
+1
*
fix paths in js
Jacob Mason
2010-08-10
1
-22
/
+26
*
merge with jacobmason/sphinx-web-support
DasIch
2010-08-10
1
-69
/
+68
|
\
|
*
Don't create Javascript by ourselves, we have sphinx.util.jsonimpl.dumps for ...
DasIch
2010-08-10
1
-41
/
+41
|
*
Removed trailing whitespace
DasIch
2010-08-10
1
-37
/
+36
*
|
fixed ajax-loader.gif path
Jacob Mason
2010-08-10
1
-0
/
+1
|
/
*
added comment metadata to frontend
Jacob Mason
2010-08-09
1
-0
/
+2
*
added get_metadata
Jacob Mason
2010-08-09
1
-1
/
+14
*
updated docs
Jacob Mason
2010-08-09
1
-79
/
+126
*
only provide pygments.css, update image locations.
Jacob Mason
2010-08-08
1
-0
/
+9
*
an even nicer build directory
Jacob Mason
2010-08-07
1
-7
/
+10
*
update get_document to add comment options to js
Jacob Mason
2010-08-07
1
-3
/
+5
*
add COMMENT_OPTIONS to context
Jacob Mason
2010-08-07
1
-2
/
+28
*
add moderator kwarg to moderation methods.
Jacob Mason
2010-08-06
1
-2
/
+6
*
use static paths for static files and resources
Jacob Mason
2010-08-06
1
-9
/
+8
*
Add comment moderation backend
Jacob Mason
2010-08-05
1
-4
/
+23
*
added update_username method
Jacob Mason
2010-08-05
1
-0
/
+13
*
added delete_comment method
Jacob Mason
2010-08-04
1
-2
/
+17
*
allow custom db uris for sqlalchemybackend
Jacob Mason
2010-08-04
1
-3
/
+3
*
rename comments package storage
Jacob Mason
2010-08-04
1
-2
/
+2
*
renamed get_comments get_data
Jacob Mason
2010-08-04
1
-2
/
+2
*
Converted comment schema from adjacency list to materialized path.
jacob
2010-08-03
1
-8
/
+12
*
refactored add_comment and get_comments; added CombinedHtmlDiff class
Jacob Mason
2010-07-31
1
-74
/
+17
*
Added SrcdirNotSpecifiedError
Jacob Mason
2010-07-30
1
-1
/
+4
*
Added DocumentNotFoundError
Jacob Mason
2010-07-30
1
-1
/
+8
*
Added test for build and made web support buildable without specifying search...
Jacob Mason
2010-07-30
1
-10
/
+11
*
fix regression that caused error when replying to a comment
Jacob Mason
2010-07-27
1
-1
/
+4
[next]