summaryrefslogtreecommitdiff
path: root/inc/parser/handler.php
Commit message (Expand)AuthorAge
* Changes for PHP 7 CompatibilityChristopher Smith2015-05-15
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-01-10
* Optionally render RSS unsorted.Robin H. Johnson2015-01-07
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\
| * Merge remote-tracking branch 'origin/master'Gerrit Uitslag2014-12-03
| |\
| | * provide node/leaf state data in listitem_open instruction parameterChristopher Smith2014-12-01
| * | phpdocs handlerGerrit Uitslag2014-12-03
| |/
* / Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
|/
* Merge pull request #387 from splitbrain/tabletheadAndreas Gohr2014-03-24
|\
| * implement rules for when the top rows of a table qualify for a THEAD elementChristopher Smith2014-03-16
| * Merge branch 'master' into tabletheadChristopher Smith2014-03-12
| |\
| * | add <THEAD> to top rows of tables when all cells are <TH>Christopher Smith2013-10-18
| * | Wrap thead around 1st row, when 1st cell at 1st row is tableheader. Implement...Gerrit Uitslag2013-10-17
* | | improvements to double quote matchingChristopher Smith2014-03-13
| |/ |/|
* | initialize $inParagraph before useChristopher Smith2013-10-16
* | replace boolean conditional checks on possibly uninitialized vars with \!empt...Christopher Smith2013-10-16
* | fix php strict noticesGerrit Uitslag2013-10-15
|/
* Merge pull request #344 from splitbrain/tablewithonlyrowspanAndreas Gohr2013-10-13
|\
| * Display tablecell with rowspan at first row as empty cell. Fixes FS#2810Gerrit Uitslag2013-09-20
* | Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
|/
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
* Fix CodeSniffer violationsMatt Perry2013-08-22
* apply media_isexternalKlap-in2013-05-21
* replace unset with array_popAndreas Gohr2011-10-15
* fix off-by-one errorAndreas Gohr2011-10-15
* added the missing bit to my last commitAndreas Gohr2011-10-15
* Fix performance issue in close_paragraphAndreas Gohr2011-10-15
* cleanup of handler.phpAndreas Gohr2011-10-15
* Merge remote branch 'danny0838/rewrite_block' into dannyAndreas Gohr2011-02-06
|\
| * Major rework of rewrite block in handler.php. (FS#2145)Danny Lin2011-01-26
| * First attempt to improve rewrite blocks; also eliminates post-paragraph start...Danny Lin2011-01-26
* | FS#2154 unset call writers in finalise() to prevent circular referencesChristopher Smith2011-02-06
|/
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
* more relaxed recognition of windows share links FS#1991Andreas Gohr2010-10-02
* #1797 fix ptype stack to properly close and reopen <p> elementsChristopher Smith2010-09-18
* Try to fix broken tablesAdrian Lang2010-08-13
* clean up table parser handlerAdrian Lang2010-08-13
* Better code syntax parsing, less E_NOTICEAdrian Lang2010-03-26
* Rewrite section edit handling according to #1860Adrian Lang2010-02-04
* table: Remove redundant parser data, update testsAdrian Lang2010-01-29
* Add TABLE range marker for table editingAdrian Lang2010-01-19
* removed deprecated PHP4 constructAndreas Gohr2010-01-15
* fix footnote tests (includes hack to counter #1652, #1699 fix)Chris Smith2009-12-01
* inc/handler cleanup removed Doku_Handler_Section classhakan.sandell2009-11-03
* rowspan with ::: implemented in parser/handlerhakan.sandell2009-11-03
* Align an empty cell left instead of rightAdrian Lang2009-11-03
* Whitespace cleanup FS#1709furun2009-10-16
* FS#1652, #FS1699Chris Smith2009-10-04
* enhanced <code> and <file> syntaxAndreas Gohr2009-07-26
* Change expensive uses of split to the much faster explode.Tom N Harris2009-05-28