Jacob Mason
d08baf4317
merge with trunk
2010-08-07 14:14:21 -05:00
Jacob Mason
c5c5a3a693
add COMMENT_OPTIONS to context
2010-08-07 14:10:49 -05:00
Jacob Mason
690380b9f0
add DOCUMENTATION_OPTIONS to context
2010-08-07 11:49:38 -05:00
Jacob Mason
1d98a50bdc
add moderator kwarg to moderation methods.
2010-08-06 21:13:06 -05:00
Jacob Mason
63e96b2fd5
check for next in differ
2010-08-06 17:22:05 -05:00
Jacob Mason
307f255407
add node or parent id to serializable comment
2010-08-06 16:41:10 -05:00
Jacob Mason
bfbbbe5851
moved _serializable_list into db.py
2010-08-06 15:07:59 -05:00
Jacob Mason
ad9ebe38cc
use static paths for static files and resources
2010-08-06 14:07:12 -05:00
Jacob Mason
d29f65112e
added storage package
2010-08-05 19:29:24 -05:00
Jacob Mason
fbd047b8f5
Ensure hidden comments can't be replied to
2010-08-05 15:01:13 -05:00
Jacob Mason
d0e272e61f
Add comment moderation backend
2010-08-05 14:13:50 -05:00
Jacob Mason
790715d37b
added update_username method
2010-08-05 12:20:15 -05:00
Georg Brandl
861941e5f1
merge with 1.0
2010-08-05 16:20:12 +02:00
Georg Brandl
df107e70f8
Allow breaking long signatures, continuing with backlash-escaped newlines.
2010-08-05 16:03:36 +02:00
Georg Brandl
5b09e2b41a
Fix unwanted styling of C domain references (because of a namespace clash with Pygments styles).
2010-08-05 15:47:10 +02:00
Georg Brandl
92142bbdb6
Allow references to PEPs and RFCs with explicit anchors.
2010-08-05 15:42:15 +02:00
Georg Brandl
279d025ffe
Add Tau.
2010-08-05 15:29:45 +02:00
Georg Brandl
b9529a21a5
Fix references to reST domain items.
2010-08-05 15:17:23 +02:00
Georg Brandl
5b2b0ecfd3
Better references to tables, as well.
2010-08-05 15:17:12 +02:00
Georg Brandl
f3c2220ad1
Include hypcap package, to get better references to floats.
2010-08-05 15:16:48 +02:00
Georg Brandl
0d8dd33b4d
#471 : Fix LaTeX references to figures.
2010-08-05 15:07:44 +02:00
Georg Brandl
580e1c90d3
#481 , #482 : fix `.name
` reference matching.
...
#482 : When doing a non-exact search, match only the given type of object.
#481 : Apply non-exact search for Python reference targets with ``.name`` for modules too.
2010-08-05 13:39:23 +02:00
Georg Brandl
8c91fb78ce
#484 : Fix crash when duplicating a parameter in an info field list.
...
Problem was that the :type: info nodes were inserted twice into the
doctree, which led to inconsistencies when reference nodes were resolved.
2010-08-05 12:53:05 +02:00
Georg Brandl
eedef65aa6
#487 : Fix setting the default role to one provided by the `oldcmarkup
` extension.
2010-08-05 12:03:45 +02:00
Georg Brandl
29547f7981
#488 : Fix crash when json-py is installed, which provides a `json
` module but is incompatible to simplejson.
2010-08-05 12:02:27 +02:00
Georg Brandl
01c501054e
#480 : Fix handling of target naming in intersphinx.
2010-08-05 11:58:43 +02:00
Georg Brandl
bf15967969
#486 : Fix removal of `!
` for all cross-reference roles.
2010-08-05 10:14:10 +02:00
Jacob Mason
69a2c07396
added delete_comment method
2010-08-04 16:06:10 -05:00
Jacob Mason
f58fe6eed6
allow custom db uris for sqlalchemybackend
2010-08-04 14:28:30 -05:00
Jacob Mason
a08651e6d0
rename comments package storage
2010-08-04 13:20:43 -05:00
Jacob Mason
338c349dd5
renamed get_comments get_data
2010-08-04 13:12:57 -05:00
Jacob Mason
75ae087f7a
added more test coverage.
2010-08-04 13:09:07 -05:00
Jacob Mason
248c01af3e
Separate search adapter tests from others
2010-08-04 11:25:30 -05:00
jacob
62fe57c641
Converted comment schema from adjacency list to materialized path.
...
Added tests for commments.
Layed groundwork for comment moderation.
2010-08-03 12:21:43 -05:00
Éric Araujo
1e010aa858
Fix ASCII diagram
2010-08-02 13:30:59 +02:00
Jacob Mason
92e0cfc001
refactored add_comment and get_comments; added CombinedHtmlDiff class
2010-07-31 15:53:13 -05:00
Jacob Mason
682fa466fe
Added test for comment system.
2010-07-31 15:51:13 -05:00
Georg Brandl
0e84c75822
Improve support for automatic 2to3 conversion of config files. It now kicks in whenever the original file raises SyntaxErrors on compiling.
2010-07-31 19:47:15 +02:00
Jacob Mason
a31f3b7e73
More complete tests for search adapters.
2010-07-31 12:23:26 -05:00
Jacob Mason
a36175298e
Added basic search tests.
2010-07-30 17:07:48 -05:00
Jacob Mason
bc155cac92
Somehow I always forget to add files... (sphinx.websupport.errors)
2010-07-30 16:15:41 -05:00
Jacob Mason
2528f3ddce
Added SrcdirNotSpecifiedError
2010-07-30 16:13:51 -05:00
Jacob Mason
846ab3a743
Added DocumentNotFoundError
2010-07-30 15:53:02 -05:00
Jacob Mason
f014641405
Added test for build and made web support buildable without specifying search adapter
2010-07-30 11:20:43 -05:00
Georg Brandl
86cd745dc1
Run 2to3 on config files which contain Python 2.x unicode literals.
2010-07-30 16:59:47 +02:00
Georg Brandl
cb26c78079
Describe the "deprecated" directive.
2010-07-29 09:27:46 +02:00
Georg Brandl
27b4265a2f
Update phony targets list.
2010-07-28 20:30:05 +02:00
Georg Brandl
67ffb9bf54
Fix raw_input which is not converted by 2to3 if not called.
2010-07-28 20:24:35 +02:00
Georg Brandl
829a05e1dd
Ignore distribute files.
2010-07-28 19:58:47 +02:00
Georg Brandl
7866ce29c6
Keep sphinx/__init__.py executable with Python 3.
2010-07-28 19:58:17 +02:00