summaryrefslogtreecommitdiff
path: root/inc/parser
Commit message (Expand)AuthorAge
* Add 'returnonly' option even if no valid url is givenAndreas Böhler2015-07-31
* Merge pull request #1247 from splitbrain/interwiki-fixesAndreas Gohr2015-07-24
|\
| * Encode unsafe characters in interwiki links. closes #1220Patrick Brown2015-07-16
| * Unit test for interwiki URL encoding bugPatrick Brown2015-07-16
* | Add a 'returnonly' option to all xhtml link typesAndreas Böhler2015-07-15
|/
* more object type hints and removal of '&' operator before objectsChristopher Smith2015-05-15
* Changes for PHP 7 CompatibilityChristopher Smith2015-05-15
* add missing tabletbody_open|close() to rendererAnika Henke2015-02-19
* Merge pull request #872 from splitbrain/bug863Andreas Gohr2015-02-11
|\
| * Send CRLF to Windows UAs for code blocks #863Andreas Gohr2014-09-27
* | 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
| |\ \
| | * | Update inbuilt renderers for node/leaf state in listitem_openChristopher Smith2014-12-01
| | * | provide node/leaf state data in listitem_open instruction parameterChristopher Smith2014-12-01
| * | | phpdocs handlerGerrit Uitslag2014-12-03
| |/ /
| * | Trim unnecessary / at start of windowssharelinkMichael Große2014-11-11
| * | Merge pull request #624 from lisps/revisionsAndreas Gohr2014-09-29
| |\ \ | | |/ | |/|
| | * Merge remote-tracking branch master into revisionslisps2014-09-26
| | |\
| | * \ Merge remote-tracking branch 'remotes/origin/master' into revisions_locallisps2014-03-19
| | |\ \
| | * | | add missing parameterlisps2014-02-22
| | * | | fix check link existence, have to call getLastRevisionAt for every linklisps2014-02-22
| | * | | check link existencelisps2014-02-20
| | * | | fix last mergelisps2014-02-17
| | * | | Merge remote-tracking branch 'origin/diff_navigation' into revisionslisps2014-02-17
| | |\ \ \
| | * | | | rename function _getProperMediaRevision to _getLastMediaRevisionAtlisps2013-11-22
| | * | | | fix function name media_isexternal()lisps2013-11-22
| | * | | | remove property rev from xhtml.phplisps2013-11-22
| | * | | | add parameter at($DATE_AT) and mind revisionslisps2013-11-21
* | | | | | Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
* | | | | | more scrutinizer issue improvementsGerrit Uitslag2014-09-29
* | | | | | scrutinizer documentations issuesGerrit Uitslag2014-09-29
|/ / / / /
* | | | | fixed scrutinizer issuesAnika Henke2014-08-02
* | | | | added support for external video and audio files, also added return param to ...Anika Henke2014-08-02
| |_|_|/ |/| | |
* | | | made $capture public in metadata rendererAndreas Gohr2014-05-26
* | | | just some more doc blocksAndreas Gohr2014-05-25
* | | | simplified abstract caoturing in metadata rendererAndreas Gohr2014-05-24
* | | | updated doc blocks in metadata rendererAndreas Gohr2014-05-24
* | | | 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
* | | | more reformattingAndreas Gohr2014-05-24
* | | | reformattingAndreas Gohr2014-05-24
* | | | removed unset $cache parameter in _audio _video #698Andreas Gohr2014-05-24
* | | | 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