summaryrefslogtreecommitdiff
path: root/inc/parser/handler.php
Commit message (Expand)AuthorAge
* 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
* removed some illogical path setupsAndreas Gohr2008-12-13
* parser: put match on the call stackpierre.spring2008-10-22
* syntax plugin match getter and setterpierre.spring2008-08-29
* Allow syntax plugin handle() function to return false to indicate do not crea...Chris Smith2008-08-13
* allow numbers in interwiki descriptors FS#1358Andreas Gohr2008-03-25
* update preformatted syntax mode to ignore entire blocks of white spaceChris Smith2008-03-13
* change line-break replacement character to '\n'Chris Smith2008-03-12
* Update handler to merge consecutive 'cdata' instructions (incl. test case upd...Chris Smith2008-03-12
* Change handler to use a defined character for line-break replacementChris Smith2008-03-09
* renamed justlink option to linkonlyAndreas Gohr2008-02-23
* media_justlinkPierre Spring2008-02-21
* Rationalise Parser PHP & HTML syntax mode handling to renderer only.Chris Smith2008-02-13
* UNDO: remove htmlok and phpok tests from Doku_HandlerSpring Pierre2008-01-17
* remove htmlok and phpok tests from Doku_HandlerSpring Pierre2008-01-17
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
* added block mode for embedded html+php (FS#541) -- same syntax but in capital...Anika Henke2007-05-18
* distinction between apostrophes and single quotes FS#1127Andreas Gohr2007-05-13
* create an addPluginCall() method for the handlerchris2007-01-25
* improve and centralise email regexp, fixes FS#1049chris2007-01-25
* fixed broken table alignmentAndreas Gohr2007-01-24
* moved simple URL handling from renderer to handlerAndreas Gohr2007-01-24
* readded two changes from recent rollbackAndreas Gohr2007-01-06
* UNDO: regex_simpler.patchhenning.noren2007-01-04
* regex_simpler.patchhenning.noren2007-01-04
* tf_rename_lower.patchhenning.noren2007-01-03
* amendments to previous patch updating rss & cachechris2006-09-25
* parser update, add 'rss' to block mode lists, see FS#888.chris2006-09-17
* more unit test fixeschris2006-08-09