summaryrefslogtreecommitdiff
path: root/inc/parser/xhtml.php
Commit message (Collapse)AuthorAge
* Merge pull request #624 from lisps/revisionsAndreas Gohr2014-09-29
|\ | | | | date_at support
| * 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
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/xhtml.php
| * | | | rename function _getProperMediaRevision to _getLastMediaRevisionAtlisps2013-11-22
| | | | | | | | | | | | | | | | | | | | reduce a bit duplicated code
| * | | | fix function name media_isexternal()lisps2013-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove empty rev from ml() rename getProperRevision() to getLastRevisionAt() make getLastRevisionAt() a method of ChangeLog
| * | | | remove property rev from xhtml.phplisps2013-11-22
| | | | | | | | | | | | | | | | | | | | changed variable name $create_time to $modified_time
| * | | | add parameter at($DATE_AT) and mind revisionslisps2013-11-21
| | | | |
* | | | | fixed scrutinizer issuesAnika Henke2014-08-02
| | | | |
* | | | | added support for external video and audio files, also added return param to ↵Anika Henke2014-08-02
| |_|_|/ |/| | | | | | | | | | | externalmedia()
* | | | added doc blocks for xhtml rendererAndreas Gohr2014-05-24
| | | |
* | | | removed unset $cache parameter in _audio _video #698Andreas Gohr2014-05-24
| | | |
* | | | Merge pull request #387 from splitbrain/tabletheadAndreas Gohr2014-03-24
|\ \ \ \ | |_|_|/ |/| | | Adding <thead> to tables
| * | | Merge branch 'master' into tabletheadChristopher Smith2014-03-12
| |\ \ \
| * | | | Wrap thead around 1st row, when 1st cell at 1st row is tableheader. ↵Gerrit Uitslag2013-10-17
| | |/ / | |/| | | | | | | | | | Implements FS#1764
* | | | Merge remote-tracking branch 'origin/master' into userlinkGerrit Uitslag2014-03-10
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | Conflicts: inc/parser/renderer.php inc/template.php
| * | | suppress errors where list() may not fill all varsChristopher Smith2014-03-05
| | | |
| * | | add renderers to autoladerChristopher Smith2014-02-25
| | | |
| * | | PHPDocs internallinkGerrit Uitslag2014-02-17
| | | |
| * | | added title to video/audio tags, use title for fallback links, refactored ↵Anika Henke2014-02-15
| | |/ | |/| | | | | | | duplicate code
* | | interwiki : prefixed configurls handled as wikilinksGerrit Uitslag2014-02-15
| | |
* | | code reformattingGerrit Uitslag2014-02-15
| | |
* | | wikilink creating refactored to _resolveinterwiki().Gerrit Uitslag2014-02-15
| | | | | | | | | | | | Added DOKU_BASE for local target
* | | wikilink needs wiki target as wellGerrit Uitslag2014-02-15
| | |
* | | handle interwiki without slashes as pageids. Added user interwikiGerrit Uitslag2014-02-14
|/ / | | | | | | | | * allowed urlparams * added `wiki:users:` as default user profile link
* | fixed html errors in video and audio renderingAnika Henke2014-02-02
| |
* | Merge remote-tracking branch 'origin/master' into video-audioAnika Henke2013-11-02
|\| | | | | | | | | Conflicts: inc/parser/xhtml.php
| * make sure footnote numbers are unique across documents FS#2841Andreas Gohr2013-10-12
| |
| * Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
| | | | | | | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
| * Fix CodeSniffer violationsMatt Perry2013-08-27
| | | | | | | | | | | | | | Fix violations for the following sniff DokuWiki.Functions.OpeningFunctionBrace Also removed an extraneous semicolon.
| * Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | | | | | | | | | | | Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php
| * Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | | | | | Fix violations for Generic.PHP.LowerCaseConstant.Found
| * Fix CodeSniffer violationsMatt Perry2013-08-22
| | | | | | | | Change indentation to ensure code confirms to CodeSniffer rules.
* | refactored audio/video code, removed wrong link around audioAnika Henke2013-08-04
| |
* | fixed typoAnika Henke2013-08-04
| |
* | added support for html5 audioAnika Henke2013-08-03
| | | | | | | | Similar to videos, all .ogg, .mp3 and .wav files with the same filename are automatically chosen as alternative sources when only one of them is mentioned in the media syntax.
* | improved code for videos (restrict to 3 mimetypes, removed codec info from ↵Anika Henke2013-08-03
| | | | | | | | type attribute)
* | added poster attribute to video if jpg or png with same file name existsAnika Henke2013-08-02
| |
* | Add several alternative formats to video for better browser compatibilityAnika Henke2013-08-02
| | | | | | | | | | | | All .webm, .ogv and .mp4 files with the same filename are automatically chosen as alternative sources when only one of them is mentioned in the media syntax.
* | added basic suport for embedding (html5) videosAnika Henke2013-08-02
|/
* Fix double encoding in rss syntax FS#2731Michael Hamann2013-02-23
|
* Display media file size only if file exists (prevents PHP warning)Michael Hamann2013-02-17
|
* show filesize of local file links in tooltipRobin Getz2013-01-09
|
* XHTML renderer: bind section id counter to the renderer instanceMichael Hamann2012-12-02
| | | | | | | This changes the previously static lastsecid into an instance variable, this leads to consistent section edit ids when the xhtml renderer is used more than once in a request. This makes it possible for test cases to know the exact section edit id for an instruction array.
* Document $text parameters of html and php in the xhtml parserMichael Hamann2012-08-24
|
* replaced use of basename() with utf8_basename() FS#2015Andreas Gohr2012-07-28
|