index
:
delta/python-packages/docutils.git
abolish-userstring
abolish-userstring-haskey
abolish-userstring-haskey@5608
abolish-userstring@5603
address-rendering
address-rendering@4309
adjacent-citations
adjacent-citations@5042
ax
better-emacs
blais_interrupt_render
blais_interruptus
blais_interruptus@3512
directives
docutils-0.4
docutils-0.4@4265
goodger
include-after-until
include-after-until@4999
index-bug
index-bug@5586
lossless-rst-writer
lossless-rst-writer@5513
master
multiple-ids
nesting
plugins
plugins@4951
rel-0.15
reporter-categories
reporter-categories@3161
s5
s5@4010
subdocs
subdocs@5264
tibs
todo
todo2
todo2@3743
todo@3675
transforms
vendor
svn.code.sf.net: p/docutils/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docutils
/
writers
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed redundant get_children();
wiemann
2005-03-14
1
-1
/
+1
*
use "span" instead of "a" tags for targets,
wiemann
2005-02-27
1
-2
/
+2
*
Fixed unencoded stylesheet reference bug (characters like "&" in stylesheet r...
goodger
2005-02-26
1
-1
/
+2
*
added class="option-group" to option_group <td>s
wiemann
2005-02-11
1
-1
/
+1
*
made span.option contain option variable as well
wiemann
2005-02-11
1
-2
/
+4
*
Fixed use_latex_docinfo to always show the titlepage.
cben
2005-01-15
1
-16
/
+19
*
Implemented support for multiple author,organization,address,contact fields w...
cben
2005-01-14
1
-20
/
+28
*
made HTMLTranslator.named_keys a list
wiemann
2005-01-05
1
-3
/
+2
*
applied David Goodger's patch from
wiemann
2004-12-23
1
-11
/
+20
*
do not surround block-level `raw`s with <span> tags; use <div> instead
wiemann
2004-11-26
1
-5
/
+6
*
disable automatic dash-transformation ("--" to en-dash) in LaTeX
wiemann
2004-11-25
1
-10
/
+11
*
removed no_random option; SF's Python doesn't seem to be broken anymore
wiemann
2004-11-25
1
-12
/
+4
*
Added class="docutils header" to horizontal-rules of headers.
wiemann
2004-11-15
1
-1
/
+1
*
add classes "first" and "last" to sidebar children
wiemann
2004-11-13
1
-1
/
+2
*
Re-fixed rendering of admonitions in HTML to unify generated HTML of
wiemann
2004-11-13
1
-7
/
+4
*
added "last" attribute to last element in admonition in HTML
wiemann
2004-11-13
1
-0
/
+3
*
added class="docutils" to elements which need stylesheet tweaking and
wiemann
2004-11-13
1
-11
/
+16
*
corrected doc
goodger
2004-11-10
1
-1
/
+1
*
removed error-handling comment for block-level raw
wiemann
2004-11-09
1
-5
/
+0
*
add <span class="..."> tags for inline-level raw nodes in HTML
wiemann
2004-11-09
1
-0
/
+10
*
really disregard invisible nodes when checking for compactable lists
wiemann
2004-11-08
1
-1
/
+1
*
moved paragraph-compacting logic to a separate method (thanks to Jason Diamond)
wiemann
2004-11-08
1
-5
/
+14
*
do not strip <p></p> from a paragraph which is the only child of a document
wiemann
2004-11-08
1
-1
/
+2
*
use \glqq and \grqq for German quotation marks
wiemann
2004-11-06
1
-2
/
+2
*
fixed label-printing function;
wiemann
2004-11-05
1
-5
/
+7
*
Enabled multiple format names for "raw" directive.
goodger
2004-11-03
2
-2
/
+2
*
Do not create empty href's in HTML. Do not crash when encountering a
wiemann
2004-10-23
1
-6
/
+9
*
reduced vertical space in compound blocks in HTML
wiemann
2004-10-21
1
-0
/
+5
*
moved first/last class-setting logic to method;
wiemann
2004-10-21
1
-13
/
+11
*
made line block indentation parametrizable;
wiemann
2004-10-20
1
-1
/
+4
*
made outermost line block unindented for LaTeX writer
wiemann
2004-10-20
1
-4
/
+5
*
improved line-block support for LaTeX writer
wiemann
2004-10-20
1
-33
/
+19
*
removed doubly declared method
wiemann
2004-10-20
1
-2
/
+0
*
added handling for nested compounds
wiemann
2004-10-20
1
-4
/
+5
*
added logic to avoid merging of consecutive simple
wiemann
2004-10-20
1
-1
/
+3
*
Added support for ``compound`` elements.
goodger
2004-10-20
2
-2
/
+16
*
added "first" and "last" class attributes for footnotes to fix margins
wiemann
2004-10-18
1
-1
/
+8
*
made footnote label style match footnote reference style
wiemann
2004-10-18
1
-9
/
+13
*
only strip <p>aragraphs in HTML if we don't lose relevant attributes
wiemann
2004-10-16
1
-4
/
+6
*
fixed a NameError
cben
2004-10-09
1
-1
/
+1
*
moved local dict (char translation) to class attribute
goodger
2004-10-07
1
-20
/
+22
*
Chg: support new line block in some way.
grubert
2004-10-05
1
-2
/
+14
*
Added support for the new line_block/line structure.
goodger
2004-10-05
1
-2
/
+10
*
changed default footnote reference styles:
wiemann
2004-10-01
2
-4
/
+4
*
setting footnote_references to "superscript" or "brackets" now causes
wiemann
2004-09-30
2
-2
/
+4
*
removed \PreloadUnicodePage
wiemann
2004-09-29
1
-4
/
+0
*
latex writer now adds the stylesheet to the list of dependencies
wiemann
2004-09-28
1
-0
/
+1
*
added relative_path_settings; use utils.get_stylesheet_reference()
wiemann
2004-09-28
1
-12
/
+3
*
use utils.get_stylesheet_reference();
wiemann
2004-09-28
1
-13
/
+3
*
improved utf-8 recognition
wiemann
2004-09-28
1
-3
/
+4
[next]