summaryrefslogtreecommitdiff
path: root/docutils/transforms/references.py
Commit message (Expand)AuthorAgeFilesLines
* "rawsource" attribute for text of inline elements and definition list terms.milde2017-11-041-1/+1
* Fix bug #331: fixed the "trim" options of the "unicode" directive.goodger2017-10-201-4/+2
* unroll problematic refs to their origin in document when reporting errorsmilde2017-05-041-2/+7
* Do not add a second ID to problematic references.milde2017-04-061-1/+4
* Fix [ 3607029 ] traceback with embedded alias pointing to missing target.milde2013-03-071-4/+6
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-5/+4
* Hack around not existing refname attribute. Test with docs/dev/todo.txt, see....docutils-0.6@6167grubert2009-10-111-1/+4
* Fix [ 1627229 ] hyperlink references in substitutions.milde2009-10-061-0/+5
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-15/+15
* moved uniq() to utils.pywiemann2007-03-121-9/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* Fixed bug with circular substitution definitions that put Docutils into an in...goodger2005-12-281-3/+35
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-081-2/+13
* removed more internal state (`document.anonymous_refs` andwiemann2005-10-111-19/+25
* added Node.deepcopy(); fixed bug with doubly-indirect substitutionswiemann2005-10-111-39/+40
* renamed Element.substitute to Element.replace_selfwiemann2005-09-261-8/+8
* changed DanglingReferences priority back to 850wiemann2005-09-221-1/+1
* replaced node.parent.replace(node, new) constructs with node.substitute(new)wiemann2005-09-111-8/+8
* replaced hack with clean handling of unreferenced anonymous targetswiemann2005-08-281-5/+6
* renamed universal.FinalChecks to references.DanglingReferences;wiemann2005-07-051-0/+74
* removed document.internal_targets and document.external_targets;wiemann2005-06-291-23/+17
* clarified docstrings; simplified codewiemann2005-06-271-4/+4
* fixed target bug <http://mid.gmane.org/200505291251.j4TCpZP0022378@sheep.berl...wiemann2005-06-051-1/+2
* removed non-deterministic behavior; thanks, David!wiemann2005-03-301-5/+8
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-239/+203
* removed unneeded global variablewiemann2005-03-201-3/+0
* removed Node.flattened(); added Node.traverse();wiemann2005-03-151-1/+1
* removed redundant get_children();wiemann2005-03-141-1/+1
* renamed SectionTargets.condition() to possible_relocation_target();wiemann2005-03-131-4/+6
* renamed docutils.nodes.Node.tree to docutils.nodes.Node.flattened, and added ...goodger2005-03-131-9/+8
* fixed bug with chained targets in front of a sectionwiemann2005-03-051-2/+5
* made relocated targets before sections zero-lengthwiemann2005-03-051-3/+1
* changed "cond" to "condition" in next_node callwiemann2005-03-051-1/+2
* relocate internal targets only in front of sections, doctitles and subtitleswiemann2005-03-051-49/+27
* removed direct references to Element.children attribute outside nodes.pywiemann2005-03-041-1/+1
* when relocating a target, it now acquires the children of its new parent;wiemann2005-02-271-1/+4
* Fixed duplicate footnote label bug.goodger2005-02-261-8/+10
* Fixed mislocated internal targets bug, by relocating targets into the next te...goodger2005-02-251-37/+85
* Added support for trimming whitespace from beside substitution references.goodger2004-11-021-1/+16
* setting footnote_references to "superscript" or "brackets" now causeswiemann2004-09-301-1/+1
* Added specific error message for duplicate targets.goodger2004-05-041-7/+9
* Added unknown_reference_resolvers list for each transformer. This list holdsmmgilbe2004-03-251-1/+9
* Verifying that external targets are truly targets and not indirectmmgilbe2004-03-231-1/+2
* updatedgoodger2003-06-091-1/+3
* substitutions made case-sensitive but forgiving (case-insensitive fallback)goodger2003-03-271-1/+9
* Added check for circular indirect references.goodger2003-01-171-3/+16
* fixed multiply-indirect reference bug (bug report: Bruce Smith)goodger2003-01-171-1/+1
* Split ``Hyperlinks`` into multiple transforms. Fixed ``TargetNotes`` (indire...goodger2002-10-241-193/+213
* Refactored names (options -> settings; .transform() -> .apply(); etc.); updated.goodger2002-10-181-4/+4
* bugfixgoodger2002-10-111-1/+1