summaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* changed "expanded" class to "open"; test for both "open" & "compact"goodger2005-12-053-35/+37
* removed toc_xform setting (reverts most of r4116); set toc_backlinks=0 defaul...goodger2005-12-033-0/+19
* input for S5/HTML functional testsgoodger2005-12-011-0/+123
* fixed propertiesgoodger2005-12-014-1240/+1240
* added functional tests for the S5/HTML writergoodger2005-12-0124-0/+1982
* updatedgoodger2005-12-011-1/+1
* changed the HTML rendering of the "Authors" bibliographic fieldgoodger2005-10-291-9/+5
* added the "container" element & directive, a generic containergoodger2005-10-283-0/+15
* added a functional test for target footnotes for anonymous targetswiemann2005-10-114-302/+334
* added test for parsed literal blockwiemann2005-10-044-216/+300
* fixed bug with center-alignment of image; added testwiemann2005-10-034-0/+42
* added correct link to stylesheet path for visual checkability of HTML outputwiemann2005-10-037-11/+6
* 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