summaryrefslogtreecommitdiff
path: root/docutils/transforms/references.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* updatedgoodger2002-10-081-17/+19
* Fixed content model bug in ``TargetNotes``.goodger2002-10-021-1/+3
* updatedgoodger2002-09-051-9/+0
* Eliminate duplicate URLs in ``TargetNotes``.goodger2002-08-291-12/+26
* Improved the ``TargetNotes`` name handling.goodger2002-08-171-1/+2
* Added the ``TargetNotes`` generic transform.goodger2002-08-141-3/+55
* Fixed indirect target resolution in ``Hyperlinks`` transform; updated.goodger2002-06-271-12/+10
* updatedgoodger2002-05-221-1/+1
* name improvementsgoodger2002-05-071-9/+11
* refactored; improved compound namesgoodger2002-05-051-103/+90