twiki parser, and sinks fixes ----------------------------- Key: DOXIA-73 URL: http://jira.codehaus.org/browse/DOXIA-73 Project: doxia Issue Type: Improvement Components: Core, Module - Twiki Affects Versions: 1.0-alpha-8 Reporter: Juan F. Codagnone Attachments: juanpatches.diff, juanpatches.tar.gz
Hi, I have some random fixes for the twiki parser (table related) and for the rest of the Sinks. juanpatches.diff is the whole diff, and the juanpatches.tar.gz has the incrementals patches with a comment. Regards, Juan. ------------------------------------------------------------------------ r2 | juan | 2006-08-20 22:16:12 -0300 (Sun, 20 Aug 2006) | 4 lines Changed paths: M /branches/433103/doxia-core/src/main/java/org/apache/maven/doxia/module/latex/LatexSink.java document start should be the first thing in a \latex file. (if not it triggers ! LaTeX Error: \usepackage before \documentclass.) ------------------------------------------------------------------------ r3 | juan | 2006-08-20 22:18:55 -0300 (Sun, 20 Aug 2006) | 5 lines Changed paths: M /branches/433103/doxia-modules/doxia-module-twiki/src/main/java/org/apache/maven/doxia/module/twiki/parser/SectionBlock.java twiki parser generated sectionTitle events in all the sections. The only Sink that supports that behavior is xdoc. Now it generates sectionTitle1, sectionTitle2, ... ------------------------------------------------------------------------ r6 | juan | 2006-08-21 00:49:33 -0300 (Mon, 21 Aug 2006) | 1 line Changed paths: M /branches/433103/doxia-modules/doxia-module-twiki/src/main/java/org/apache/maven/doxia/module/twiki/parser/TableBlock.java Sink#tableRows must be called after Sink#table and before Sink#tableRow ------------------------------------------------------------------------ r7 | juan | 2006-08-21 00:50:02 -0300 (Mon, 21 Aug 2006) | 1 line Changed paths: M /branches/433103/doxia-core/src/main/java/org/apache/maven/doxia/validation/AdvicedSink.java dupe ------------------------------------------------------------------------ r8 | juan | 2006-08-21 01:03:09 -0300 (Mon, 21 Aug 2006) | 1 line Changed paths: M /branches/433103/doxia-core/src/main/java/org/apache/maven/doxia/module/latex/LatexSink.java implement tableCell and tableCell_ ------------------------------------------------------------------------ r9 | juan | 2006-08-21 01:15:30 -0300 (Mon, 21 Aug 2006) | 1 line Changed paths: M /branches/433103/doxia-core/src/main/java/org/apache/maven/doxia/module/rtf/RtfSink.java implement tableHeaderCell and tableHeaderCell_ to avoid NPE ------------------------------------------------------------------------ r10 | juan | 2006-08-21 01:33:30 -0300 (Mon, 21 Aug 2006) | 1 line Changed paths: M /branches/433103/doxia-modules/doxia-module-twiki/src/main/java/org/apache/maven/doxia/module/twiki/parser/TableBlock.java something was wrong in rev6. ------------------------------------------------------------------------ r11 | juan | 2006-08-21 01:41:12 -0300 (Mon, 21 Aug 2006) | 1 line Changed paths: M /branches/433103/doxia-modules/doxia-module-confluence/src/main/java/org/apache/maven/doxia/module/confluence/parser/table/TableBlock.java port revisions 6 and 10 to confluence. ------------------------------------------------------------------------ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira