summaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
...
* Added ``serial_escape`` function; escapes string values that are elements of ...goodger2005-10-021-36/+36
* updated expected output of functional testwiemann2005-09-261-1/+1
* added docutils/writers/support/ directory and removed tools/stylesheets/; upd...goodger2005-09-252-3/+6
* changed DanglingReferences priority back to 850wiemann2005-09-222-182/+182
* added <div class="document"> to make PEP writer output valid XHTMLwiemann2005-09-181-0/+1
* made cloaking of email addresses with ``--cloak-email-addresses`` less obtrus...wiemann2005-09-171-2/+2
* more tests, more handling for edge cases, some polishingwiemann2005-09-121-17/+97
* clarified test textwiemann2005-09-114-8/+12
* replaced node.parent.replace(node, new) constructs with node.substitute(new)wiemann2005-09-112-4/+4
* HTML writer:wiemann2005-08-291-3/+4
* LaTeX writer: protect closing sqaure brackets as wellwiemann2005-08-271-3/+3
* Moved "id" attribute from container (section etc.) to the <a> tag in the titl...goodger2005-08-252-85/+85
* made _stylesheet_required setting default to 0,wiemann2005-08-241-1/+0
* also fixed by rev. 3828goodger2005-08-241-1/+1
* more precise error messagewiemann2005-07-151-2/+2
* renamed universal.FinalChecks to references.DanglingReferences;wiemann2005-07-052-182/+182
* improved cloaking mechanismwiemann2005-07-011-1/+1
* implemented units for image widths; implemented language-support (e.g. for hy...wiemann2005-06-291-1/+2
* move metadata title into document['title']wiemann2005-06-291-1/+1
* Added ``_stylesheet_required`` internal setting, docutils.transforms.html.Sty...goodger2005-06-281-0/+1
* fixed testswiemann2005-06-201-0/+1
* ensure that always a stylesheet path/URL is given;wiemann2005-06-204-2/+6
* added support for units in image widths and heights;wiemann2005-06-164-3/+68
* fixed wrong propagation of attributes to img elements in HTMLwiemann2005-06-061-1/+1
* removed <div>s around imageswiemann2005-06-062-6/+6
* added "local" class to local TOCswiemann2005-06-062-2/+2
* fixed target bug <http://mid.gmane.org/200505291251.j4TCpZP0022378@sheep.berl...wiemann2005-06-052-4/+4
* added functional test for image with multiple IDs;wiemann2005-05-294-1/+20
* moved aux. <span> tags for multiple IDs *inside* the element which carries th...wiemann2005-05-291-5/+5
* Release 0.3.9: set version number to 0.3.10wiemann2005-05-265-5/+5
* Release 0.3.9: set version number to 0.3.9wiemann2005-05-265-5/+5
* added support and test for section subtitleswiemann2005-05-264-11/+18
* added defaults file for standalone_rst_... testswiemann2005-05-254-7/+13
* added test for rowspanning tables with the LaTeX writerwiemann2005-05-255-19/+59
* more thorough figure testingwiemann2005-05-204-7/+113
* reverting revision 3322: addition of ":border:" option to "image" directivegoodger2005-05-143-3/+2
* added field list in table cellwiemann2005-05-101-0/+5
* added test for imageswiemann2005-05-091-0/+13
* this was stupid;wiemann2005-05-092-0/+0
* added images for conveniencewiemann2005-05-092-0/+0
* Added "border" option to "image" directive (& attribute to doctree element); ...goodger2005-05-093-2/+3
* reverted r3279wiemann2005-05-033-8/+8
* renamed "dangerous" functional test to "restricted"wiemann2005-04-303-8/+8
* changed the LaTeX sidebar-test a bitwiemann2005-04-301-6/+4
* added test file for new LaTeX writer includingwiemann2005-04-291-0/+12
* added some tests for the new latex writerwiemann2005-04-291-0/+104
* do not add first/last class to invisible elementswiemann2005-04-271-1/+1
* added target at end of admonitionwiemann2005-04-273-1/+4
* Added "cloak_email_addresses" setting & support; updated test & docs. Thanks...goodger2005-04-223-7/+34
* added test for targets in front of sectionswiemann2005-04-214-6/+11