summaryrefslogtreecommitdiff
path: root/inc/parser/renderer.php
Commit message (Expand)AuthorAge
* Encode unsafe characters in interwiki links. closes #1220Patrick Brown2015-07-16
* Unit test for interwiki URL encoding bugPatrick Brown2015-07-16
* add missing tabletbody_open|close() to rendererAnika Henke2015-02-19
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\
| * Update inbuilt renderers for node/leaf state in listitem_openChristopher Smith2014-12-01
* | Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
|/
* added short comment on how a renderer worksAndreas Gohr2014-05-24
* added doc blocks for xhtml rendererAndreas Gohr2014-05-24
* added doc blocks to all functions in rendererAndreas Gohr2014-05-24
* reformattingAndreas Gohr2014-05-24
* Merge pull request #387 from splitbrain/tabletheadAndreas Gohr2014-03-24
|\
| * Merge branch 'master' into tabletheadChristopher Smith2014-03-12
| |\
| * | Wrap thead around 1st row, when 1st cell at 1st row is tableheader. Implement...Gerrit Uitslag2013-10-17
* | | Merge remote-tracking branch 'origin/master' into userlinkGerrit Uitslag2014-03-10
|\ \ \ | | |/ | |/|
| * | suppress errors where list() may not fill all varsChristopher Smith2014-03-05
| * | remove require handled by autoloaderChristopher Smith2014-02-28
| * | add renderers to autoladerChristopher Smith2014-02-25
* | | fix comment in _resolveInterWikiGerrit Uitslag2014-02-15
* | | interwiki : prefixed configurls handled as wikilinksGerrit Uitslag2014-02-15
* | | code reformattingGerrit Uitslag2014-02-15
* | | wikilink creating refactored to _resolveinterwiki().Gerrit Uitslag2014-02-15
|/ /
* / fix renderer:plugin() signatureAndreas Gohr2014-01-08
|/
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
* Fix CodeSniffer violationsMatt Perry2013-08-22
* Combine subsequent calls to strtr into a single transformationTom N Harris2012-11-18
* fix E_STRICT errors FS#2427Andreas Gohr2012-07-28
* Add the $doc variable to all renderersMichael Hamann2012-07-28
* another call_user_func warning fixAndreas Gohr2012-07-28
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
* Improve compatibility of table instructions handlingAdrian Lang2010-10-12
* FS#1995, add a little defense to avoid warnings caused by bad wikiChristopher Smith2010-10-03
* No need for a self include ;)Christopher Smith2010-10-03
* Fix ns: and ns:start handlingAdrian Lang2010-07-01
* Allow plugins to specify that they have to be instantiatedAdrian Lang2010-03-29
* Rewrite section edit handling according to #1860Adrian Lang2010-02-04
* Add TABLE range marker for table editingAdrian Lang2010-01-19
* Correct copy & paste error (see FS#1798)Adrian Lang2009-11-27
* rowspan with ::: implemented in parser/handlerhakan.sandell2009-11-03
* enhanced <code> and <file> syntaxAndreas Gohr2009-07-26
* added (empty) rss() function to basic rendererAndreas Gohr2009-01-30
* removed some illogical path setupsAndreas Gohr2008-12-13
* Add support for plugin renderers to replace standard renderersChris Smith2008-03-12
* 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
* added getFormat() function to rendererAndreas Gohr2007-03-03
* Fix namespace links and titles (FS 1005, 1006)Guy Brand2007-02-17
* refactor renderer header() to separate out adding toc itemschris2007-02-06
* moved interwiki resolve logic to base renderer classAndreas Gohr2007-01-24
* move title function to base rendererAndreas Gohr2007-01-23