14739a20 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
Revert "merged branch 'danny0838:rewrite_block' and resolved conflict"
Anika's merge did not pul in the individual patches as one would expect.
Then I messed up when trying to fix this by merging w
Revert "merged branch 'danny0838:rewrite_block' and resolved conflict"
Anika's merge did not pul in the individual patches as one would expect.
Then I messed up when trying to fix this by merging with danny's repo again but used the wrong branch. So we're still missing two patches. To have them apply cleanly I have to revert Anika's merge here. Another merge for the missing two patches will follow.
This reverts commit b17e20ac9cca30b612968d02f06fa9c5df5c01f0.
show more ...
|
9569a107 | 26-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
Major rework of rewrite block in handler.php. (FS#2145)
-Simplify the algorithm. May improve performance. -Treat footnote as pure block and section as pure stack. -Remove post-p-open and pre-p-close
Major rework of rewrite block in handler.php. (FS#2145)
-Simplify the algorithm. May improve performance. -Treat footnote as pure block and section as pure stack. -Remove post-p-open and pre-p-close linefeeds. Affects the effect of xbr plugin.
show more ...
|
9fa736b0 | 07-Dec-2010 |
Andreas Gohr <gohr@cosmocode.de> |
Make baseonly work in allowedModes
This makes it possible to have modes that do accept headers (baseonly) in the parser.
Related test cases are still running through but I'm not 100% sure I did not
Make baseonly work in allowedModes
This makes it possible to have modes that do accept headers (baseonly) in the parser.
Related test cases are still running through but I'm not 100% sure I did not break something here. So it should be tested a bit more.
This patch will allow plugins to wrap multiple sections, however it also makes it possible to easily break XHTML validity, because headers also open and close sections, so plugin authors need to be aware!
In case you wonder: this patch is not about allowing formatting inside headers.
show more ...
|