History log of /dokuwiki/inc/parser/handler.php (Results 51 – 75 of 171)
Revision Date Author Comments
# 9060b8b0 18-Oct-2013 Christopher Smith <chris@jalakai.co.uk>

add <THEAD> to top rows of tables when all cells are <TH>


# f05a1cc5 17-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Wrap thead around 1st row, when 1st cell at 1st row is tableheader. Implements FS#1764


# 53bfcb59 16-Oct-2013 Christopher Smith <chris@jalakai.co.uk>

initialize $inParagraph before use


# 443e135d 16-Oct-2013 Christopher Smith <chris@jalakai.co.uk>

replace boolean conditional checks on possibly uninitialized vars with \!empty/empty/isset as appropriate


# 45d5ad75 15-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

fix php strict notices


# b0d8bc5f 13-Oct-2013 Andreas Gohr <andi@splitbrain.org>

Merge pull request #344 from splitbrain/tablewithonlyrowspan

Display tablecell with rowspan at first row as empty cell. Fixes FS#2810


# 6a7e97d5 20-Sep-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Display tablecell with rowspan at first row as empty cell. Fixes FS#2810


# 2f7a0e94 11-Sep-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer whitespace violoations

Removed extraneous whitespace to eliminate errors reported by the
Squiz.WhiteSpace.SuperfluousWhitespace sniff.


# 0ea51e63 23-Aug-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer violations for PHP files

Fix violations for Generic.PHP.LowerCaseConstant.Found


# 7ef8e99f 22-Aug-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer violations

Change indentation to ensure code confirms to CodeSniffer rules.


# 3e7e6067 21-May-2013 Klap-in <klapinklapin@gmail.com>

apply media_isexternal


# d8f7a7f3 15-Oct-2011 Andreas Gohr <andi@splitbrain.org>

replace unset with array_pop

unset does not reset the Array's internal pointer which messes up later
calls. array_pop is still much faster than array_splice


# a2842754 15-Oct-2011 Andreas Gohr <andi@splitbrain.org>

fix off-by-one error


# faba9a35 15-Oct-2011 Andreas Gohr <andi@splitbrain.org>

added the missing bit to my last commit


# a86cc527 15-Oct-2011 Andreas Gohr <andi@splitbrain.org>

Fix performance issue in close_paragraph

Looks like a for loop is faster than array_splice


# 46213daa 15-Oct-2011 Andreas Gohr <andi@splitbrain.org>

cleanup of handler.php

The file contained a few DOS lineendings and trailing spaces


# aa7a3103 06-Feb-2011 Andreas Gohr <andi@splitbrain.org>

Merge remote branch 'danny0838/rewrite_block' into danny


# 3893df8e 06-Feb-2011 Christopher Smith <chris@jalakai.co.uk>

FS#2154 unset call writers in finalise() to prevent circular references
and help PHP garbage collection for PHP < 5.3


# 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 ...


# b5a0b131 26-Jan-2011 Danny Lin <danny0838@pchome.com.tw>

First attempt to improve rewrite blocks; also eliminates post-paragraph starting single linebreaks.


# e3776c06 29-Nov-2010 Michael Hamann <michael@content-space.de>

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is o

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is opened,
thus this commit removes the enc setting from the modeline.

show more ...


# 15f1b77c 02-Oct-2010 Andreas Gohr <andi@splitbrain.org>

more relaxed recognition of windows share links FS#1991


# f4daa9a1 18-Sep-2010 Christopher Smith <chris@jalakai.co.uk>

#1797 fix ptype stack to properly close and reopen <p> elements


# 6606d6fc 12-Aug-2010 Adrian Lang <lang@cosmocode.de>

Try to fix broken tables


# aa92c4cc 12-Aug-2010 Adrian Lang <lang@cosmocode.de>

clean up table parser handler


1234567