minor optimization how cell counts are fixed in tablesarray splice operations are expensive. when many cells in a table roware missing, the operation should be executed only once instead for each
minor optimization how cell counts are fixed in tablesarray splice operations are expensive. when many cells in a table roware missing, the operation should be executed only once instead for eachmissing cell.
show more ...
always separate a number and a unit by a non-breaking space
optional class for methods that open a table,row,cell,header, ul,olLet plugins add their own classes to builtin tables or lists.Fixes #1188Alternative for #1360 (and PR #1515)
Fix Parser Media tests running locallyThese tests were passing on travis-ci but failing when run locally because the tests were assuming the value of DOKU_BASE would be '/./' but it was actually '/
Fix Parser Media tests running locallyThese tests were passing on travis-ci but failing when run locally because the tests were assuming the value of DOKU_BASE would be '/./' but it was actually '/tmp/' instead.
Remove non-functioning interwiki links
Encode unsafe characters in interwiki links. closes #1220
Unit test for interwiki URL encoding bug
Changes for PHP 7 Compatibility- replace PHP4 style class constructor function names (based on class name) with php 5 __construct()Also remove some '&' reference operators used with objectsAnd a
Changes for PHP 7 Compatibility- replace PHP4 style class constructor function names (based on class name) with php 5 __construct()Also remove some '&' reference operators used with objectsAnd add some object type hints
Remove stray comment block
Fix file size
Add test for internal video files
update parser tests for change in listitem_open instruction
Add tests: known and unknown external video files
fixed some test inheriting from the wrong parent
update unittests for THEAD rules
improvements to double quote matching
update unittest with interwiki.conf change as well
interwiki : prefixed configurls handled as wikilinks
Use DOKU_BASE in resolveinterwiki unittest
Fix double slash in coral interwikilink
wikilink creating refactored to _resolveinterwiki().Added DOKU_BASE for local target
added tests for Doku_Renderer::_resolveInterWiki
FS#1833 (b)Prevent table entry syntax swallowing multiple preceeding blank lines(a) this shouldn't be necessary, blank lines are handled by paragraph processing(b) avoids issues with greedy ta
FS#1833 (b)Prevent table entry syntax swallowing multiple preceeding blank lines(a) this shouldn't be necessary, blank lines are handled by paragraph processing(b) avoids issues with greedy table syntax competing with plugins
swap order ot test parameters to match expected,actual as per documentation & test output
update tests for use with <THEAD> changes
1234