Jacob Mason
c5e43ca3c9
create a searcher for each query
2010-08-09 14:43:32 -05:00
Jacob Mason
71a14cdd34
updated CHANGES.jacobmason
2010-08-09 14:36:19 -05:00
Jacob Mason
929e9b68cf
merge with trunk
2010-08-09 14:23:11 -05:00
Jacob Mason
ac066fb54a
updated docs
2010-08-09 14:22:31 -05:00
Jacob Mason
978afa9c0d
only comment on paragraphs
2010-08-09 10:10:11 -05:00
Jacob Mason
ed33f6866d
only provide pygments.css, update image locations.
2010-08-08 15:39:56 -05:00
Jacob Mason
77b4c107cf
added static images used for web support
2010-08-08 11:10:56 -05:00
Jacob Mason
2dcb0f0178
updated tests to use builddir instead of outdir
2010-08-07 21:08:43 -05:00
Jacob Mason
6f3932660a
an even nicer build directory
2010-08-07 20:21:53 -05:00
Jacob Mason
40c7de1aff
update get_document to add comment options to js
2010-08-07 19:06:28 -05:00
Jacob Mason
bf7a6526f5
moved websupport.js into sphinx
2010-08-07 18:59:11 -05:00
Jacob Mason
4939ed2786
add css and js to context
2010-08-07 18:44:22 -05:00
Jacob Mason
76fcd457b2
updated docs
2010-08-07 17:04:45 -05:00
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
Ali Afshar
e227abe1df
Make the dot command part of the caching system for dot output generation
2010-08-06 11:35:48 +01:00
Jacob Mason
d29f65112e
added storage package
2010-08-05 19:29:24 -05:00
Georg Brandl
0ed09e9c53
#258 : get a bit smarter about closing double quotes.
2010-08-05 22:35:12 +02: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
7518d19437
#469 : document __all__ ordering in members.
2010-08-05 18:59:04 +02: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