summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Collapse)AuthorAgeFilesLines
* reverted last check-in; it was committed to "transforms" branchwiemann2005-09-184-185/+185
| | | | | | | | | instead of trunk, and it causes conflicts when merging to trunk; I'll redo that change after merging the "transforms" branch into the trunk in order to avoid unnecessary merge-work git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3887 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed DanglingReferences priority back to 850wiemann2005-09-184-185/+185
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3886 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unused `requires_format` method; improved indentationwiemann2005-09-183-20/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3885 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* incorporated David's suggestions for the transforms branchwiemann2005-09-1715-83/+202
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3884 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Turned components.Filter into components.WriterFilter. When thewiemann2005-08-2011-194/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filter transform is run, the only type of component which has not yet been used *and* has the notion of a "format" is the writer. I (Felix) cannot imagine a use case where components.Filter would filter, say, parser-specific nodes. Thus, it's possible to make components.Filter specific to writers without loss of functionality. Added FormatSpecific node. Made "meta" and "raw" subclasses of nodes.FormatSpecific. nodes.Node.traverse: When a class is passed as first argument, do not check if it is a subclass of nodes.Node. This is necessary because some node classes (like nodes.FormatSpecific) aren't subclasses of nodes.Node. directives.meta: Do not insert pending nodes but rather the meta node directly. components.WriterFilter does no longer work on pending nodes but traverses the document tree looking for FormatSpecific nodes. Removed format-handling code for raw node from writers. This is now done by the WriterFilter transform. Removed test/test_transforms/test_filter.py; that test isn't usable for testing the WriterFilter transform. components.WriterFilter is automatically tested in the functional tests; that's enough for now. Updated docs/ref/transforms.txt. Partially updated docs/peps/pep-0258.txt. git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* created "transforms" branch;wiemann2005-08-1715-73/+100
| | | | | | | | | replaced default_transforms tuple attribute with get_transforms method which returns a list; removed concept of "universal", "global" transforms; moved previously "universal" transforms into Reader and Writer default transforms git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3822 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed superfluous error messagewiemann2005-08-173-15/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3813 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added to-do list entry about block quoteswiemann2005-08-151-0/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3812 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* committed too early; sorrywiemann2005-08-152-29/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3811 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* made Null writer "support" all formatswiemann2005-08-152-0/+29
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3810 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* restored a bug (removed in r3807) which lingers; added a commented-out test ↵goodger2005-08-152-30/+53
| | | | | | case for said bug; removed a bogus bug git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3809 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added note about project data at BerliOS and SFwiemann2005-08-151-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3808 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed bug with indirect substitutions; seems to be fixedwiemann2005-08-142-12/+25
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3807 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved bug so that it can be copied and pasted easierwiemann2005-08-141-10/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3806 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* two more typoswiemann2005-08-141-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3805 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed a typo in the Docutils release that introduced unitslele2005-08-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3804 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Italian translation of newest directiveslele2005-08-141-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3803 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "(translation required)" for untranslated bibliographic fieldswiemann2005-08-141-12/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3802 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* re-added "(translation required)"wiemann2005-08-141-75/+75
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3801 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed bugwiemann2005-08-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3800 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved helpwiemann2005-08-141-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3799 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated Chinese translations, closing SF patch #1243780; thanks Joe YS Jawwiemann2005-08-142-99/+103
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3798 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added targetwiemann2005-08-141-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3797 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added targetwiemann2005-08-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3796 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor improvementswiemann2005-08-141-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3795 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed title to "Link List" so that it is found when googling forwiemann2005-08-141-3/+3
| | | | | | 'docutils link list' git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3794 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added link to xml2rstwiemann2005-08-141-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3793 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added to-do list entrywiemann2005-08-141-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3792 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated from Docutils default.cssgoodger2005-08-121-15/+124
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3791 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor updategoodger2005-08-121-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3790 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed enumerated list bug (SF#1254145)goodger2005-08-102-8/+19
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3789 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added a fix to the underlining function that blais2005-08-072-25/+31
| | | | | | | | | | | | | makes it less disturbing when you position the cursor on the underline. Also, fixed the tests. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3788 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added missing generic filter function.blais2005-08-071-0/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3787 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add "new in Docutils 0.3.8" notice to auto-enumerated listsgoodger2005-08-041-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3786 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* whitespacegoodger2005-07-311-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3785 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added a buggoodger2005-07-311-0/+30
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3784 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2005-07-301-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3782 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added buggoodger2005-07-301-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3781 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added directive ideagoodger2005-07-301-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3780 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* clarified/simplifiedgoodger2005-07-301-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3779 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added hyperlinks to filesgoodger2005-07-291-32/+60
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3777 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* clarified _stylesheet_requiredgoodger2005-07-291-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3776 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added note about East Asian character widthsgoodger2005-07-291-0/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3775 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added webware wikigoodger2005-07-291-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3774 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed linkwiemann2005-07-201-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3772 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* merged todo2 branch to trunkwiemann2005-07-202-339/+283
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3770 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Make use of \Dlanguagebabel.wiemann2005-07-183-96/+105
| | | | | | | | Added \Dprinting for output primarily for printing, not online viewing. Some clean-up in the LaTeX stylesheet. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3766 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed error;wiemann2005-07-181-1/+9
| | | | | | added section about wiki git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3765 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* clarifiedwiemann2005-07-171-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3764 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* split developers section into API and Core developers;wiemann2005-07-171-5/+20
| | | | | | added link to nabu git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3763 929543f6-e4f2-0310-98a6-ba3bd3dd1d04