summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated documentation, renaming id to ids and name to namesmultiple-idswiemann2005-03-265-46/+46
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3128 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some minor cleanups; added some commentswiemann2005-03-263-12/+19
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3127 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* simplified test a little;wiemann2005-03-263-11/+6
| | | | | | made target footnote names uppercase git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3126 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* made footnote and citation Targetable;wiemann2005-03-263-3/+42
| | | | | | | do not propagate targets into footnotes or citations; added tests git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3125 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unnecessary Targetable.indirect_reference_name attributewiemann2005-03-262-4/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3124 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some minor cleanupswiemann2005-03-262-7/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3123 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed reference['names'] to reference['name']wiemann2005-03-2610-81/+80
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3122 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some fixes; eliminated some code duplicationwiemann2005-03-264-39/+111
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3121 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* transforms: replaced SectionTargets and ChainedTargets by PropagateTargets,wiemann2005-03-268-235/+231
| | | | | | | | | | | | which propagates internal empty targets to the next element; LaTeX writer loses one internal target, but I won't fix that now but wait until the next rewrite; added Element.note_referenced_by auxiliary function; added true support for multiple names and ids in target elements; added FinalChecks to transform list of totest['hyperlinks']; added auxiliary uniq function git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3120 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for multiple IDs in HTML writerwiemann2005-03-251-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3118 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed checking of unreferenced targets in InternalTargets transformwiemann2005-03-251-11/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3117 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed Py22 compatibility klugdes which are not required anymorewiemann2005-03-252-13/+3
| | | | | | (probably since __metaclass__ = type has gone) git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3116 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* restored Py21 compatibilitywiemann2005-03-245-88/+41
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3108 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed 'class' attribute to 'classes', making it a listwiemann2005-03-2422-124/+133
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3107 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for multiple 'names' and 'dupnames';wiemann2005-03-2432-522/+540
| | | | | | now completed: id(s), name(s), dupname(s); to do: class(es) git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3104 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* <branch> merge -r 3094:3101 trunk branches/multiple-idswiemann2005-03-236-79/+68
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3102 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Checked in current state of refactoring towards support of multiple IDs.wiemann2005-03-2336-609/+716
| | | | | | | | | The 'id' attribute is replaced by an 'ids' attribute (a list). The same will happen later for 'name' (-> 'names') and 'class' (-> 'classes'). Py21-compatibility is currently lost, but it may come back when the refactoring is finished. git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3095 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* created branch for support of multiple IDswiemann2005-03-230-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3094 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* do not extract mtimes on SF.net to avoid "time stamp in the future" errorswiemann2005-03-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3093 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2005-03-231-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3092 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* don't be nice;wiemann2005-03-231-3/+0
| | | | | | shell.berlios.de is so slow now that it takes forever with niceness 15 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3091 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added redirection to snapshots on BerliOS;wiemann2005-03-231-2/+7
| | | | | | | let's stick to the SF.net URLs for now (i.e. don't update the Docutils home page), because the BerliOS URLs may be changed later git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3090 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added umask-002 to ensure all files are group-writable on SF.net serverwiemann2005-03-221-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3089 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed docutils-update-svn to docutils-updatewiemann2005-03-221-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3088 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* deleted docutils-updatewiemann2005-03-221-139/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3087 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* docutils-update-svn now pushes htdocs to SF.netwiemann2005-03-221-34/+95
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3086 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set executable bits on test fileswiemann2005-03-2216-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3085 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated to Subversiongoodger2005-03-221-21/+22
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3084 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added csv-table directive support for the file_insertion_enabled settinggoodger2005-03-225-9/+41
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3083 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* documented the installation of SSH keysgoodger2005-03-221-0/+49
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3082 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed document about moving to Subversionwiemann2005-03-221-61/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3081 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* deleted old .cvsignore fileswiemann2005-03-222-3/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3080 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* just testingwiemann2005-03-221-2/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3079 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* just testingwiemann2005-03-221-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3078 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated for SVNwiemann2005-03-221-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3077 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated for SVNgoodger2005-03-221-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3076 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* record original CVS revision numberswiemann2005-03-211-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3075 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added security warnings for "raw" & "include"goodger2005-03-211-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3074 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2005-03-211-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3073 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixgoodger2005-03-211-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3072 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added settings: ``file_insertion_enabled`` & ``raw_enabled``.goodger2005-03-217-1/+127
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3071 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* line lengthgoodger2005-03-211-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3070 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reverted rev. 1.90; may have introduced bugswiemann2005-03-211-4/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3069 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* I don't think nodes.Text should have a children attribute at all, but if it ↵goodger2005-03-211-2/+2
| | | | | | does, it shouldn't be mutable. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3068 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed all references to SSH usernames;wiemann2005-03-213-5/+3
| | | | | | | can be set in ~/.ssh/config git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3067 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* whitespacegoodger2005-03-211-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3066 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* never discard messageswiemann2005-03-201-12/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3065 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unneeded global variablewiemann2005-03-201-3/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3064 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added nice value; added commentwiemann2005-03-201-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3063 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some improvements and fixeswiemann2005-03-191-12/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3062 929543f6-e4f2-0310-98a6-ba3bd3dd1d04