Daniel Neuhäuser
023f342bed
Removed trailing whitespace
2010-08-10 17:11:11 +02:00
Jacob Mason
2dcb0f0178
updated tests to use builddir instead of outdir
2010-08-07 21:08:43 -05:00
Jacob Mason
d08baf4317
merge with trunk
2010-08-07 14:14:21 -05:00
Jacob Mason
1d98a50bdc
add moderator kwarg to moderation methods.
2010-08-06 21:13:06 -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
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
01c501054e
#480 : Fix handling of target naming in intersphinx.
2010-08-05 11:58:43 +02:00
Jacob Mason
69a2c07396
added delete_comment method
2010-08-04 16:06:10 -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
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
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
67ffb9bf54
Fix raw_input which is not converted by 2to3 if not called.
2010-07-28 20:24:35 +02:00
Georg Brandl
c683c6ed83
Add some changes not picked up in the transplantation process.
2010-07-28 19:49:06 +02:00
Georg Brandl
5a28ae4686
Add some tests for docfields.
2010-07-27 19:19:29 +02:00
Georg Brandl
3b64ec2a2e
Now that the expected warnings are regexes, diffing them with the actual output makes no sense anymore.
2010-07-27 19:07:51 +02:00
Georg Brandl
4a400034d9
This apparently fixes a failing test in Gentoo.
2010-07-27 17:52:57 +02:00
Georg Brandl
0aafe2ac1d
Further fix for intersphinx labels, add test cases for that.
2010-07-27 13:20:58 +02:00
Georg Brandl
e3f47a800a
Actually test the JSON builder.
2010-07-25 14:50:47 +02:00
Georg Brandl
23971336b7
Fix :guilabel: unescaping, and make some tests actually run.
2010-07-21 11:33:24 +01:00
Daniel Neuhäuser
2cbaded701
Add test for oldcmarkup warning
2010-07-02 16:44:05 +02:00
Georg Brandl
7c7d3f4010
Added `exclude argument to :func:.autodoc.between`. From http://bitbucket.org/mfperzel/sphinx-additions .
2010-06-12 18:16:18 +02:00
Georg Brandl
dd4f973221
merge with 0.6
2010-06-03 17:25:16 +02:00
Georg Brandl
af51c2f7bb
Make test suite work with docutils from trunk: they emit a line number for a warning where 0.6 doesnt.
2010-06-03 17:21:33 +02:00
Georg Brandl
35f0b555a4
The `toctree callable in templates now accepts a titles_only` keyword argument.
2010-05-30 13:16:26 +02:00
Georg Brandl
f3c706edae
The `include` directive now supports absolute paths, which are interpreted as relative to the source directory.
2010-05-30 12:59:42 +02:00
Georg Brandl
3bd9e4617e
Add a test for absolute image filenames.
2010-05-30 12:47:17 +02:00
Georg Brandl
57c438be4f
Test references to figures and tables by caption.
2010-05-30 12:42:05 +02:00
Daniel Neuhäuser
6f982283ed
Fixed a testcase in response to issue #415 which is failing as of revision a854e3d2ca07
2010-05-30 04:47:28 +02:00
Daniel Neuhäuser
625127fd63
Fix SyntaxError in config generated by quickstart and the quickstart test
2010-05-28 04:08:15 +02:00
Georg Brandl
b621cfaec1
Unify version_info checks.
2010-07-28 19:36:57 +02:00
Georg Brandl
0d4c3a31b6
#426 : Fix encoding issues when saving/loading intersphinx inventories.
2010-05-26 19:51:09 +02:00
Georg Brandl
d3d93a54f0
Test the viewcode extension; decode the source files before highlighting them.
2010-05-26 19:29:44 +02:00
Georg Brandl
8bcf1f4511
Fix long line.
2010-05-25 00:50:15 +02:00
Georg Brandl
4d0facf1e1
Add the "oldcmarkup" extension, to help migrating to 1.0.
2010-05-24 15:12:27 +02:00
Georg Brandl
0238e83013
Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/internal distinction code)
...
In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page.
The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators.
2010-05-24 12:57:07 +02:00
Georg Brandl
5b7e794e2b
#413 : Added a way for intersphinx to refer to named labels in other
...
projects, and to specify the project you want to link to.
2010-05-23 13:06:01 +02:00
Georg Brandl
ecb75bd0d2
merge with 0.6
2010-05-22 14:19:33 +02:00