History log of /dokuwiki/inc/parser/xhtml.php (Results 126 – 150 of 377)
Revision Date Author Comments
# 17954bb5 15-Feb-2014 Anika Henke <anika@selfthinker.org>

added title to video/audio tags, use title for fallback links, refactored duplicate code


# 6496c33f 15-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

interwiki : prefixed configurls handled as wikilinks


# 5a9ce446 15-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

code reformatting


# 2345e871 15-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

wikilink creating refactored to _resolveinterwiki().

Added DOKU_BASE for local target


# b3d353e6 14-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

wikilink needs wiki target as well


# 7c2f8eec 14-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

handle interwiki without slashes as pageids. Added user interwiki

* allowed urlparams
* added `wiki:users:` as default user profile link


# 3641199a 02-Feb-2014 Anika Henke <anika@selfthinker.org>

fixed html errors in video and audio rendering


# 52dc5ead 22-Nov-2013 lisps <stummp@loewen.de>

rename function _getProperMediaRevision to _getLastMediaRevisionAt
reduce a bit duplicated code


# 78b874e6 22-Nov-2013 lisps <stummp@loewen.de>

fix function name media_isexternal()
remove empty rev from ml()
rename getProperRevision() to getLastRevisionAt()
make getLastRevisionAt() a method of ChangeLog


# 4bde2196 22-Nov-2013 lisps <stummp@loewen.de>

remove property rev from xhtml.php
changed variable name $create_time to $modified_time


# 5c2eed9a 21-Nov-2013 lisps <stummp@loewen.de>

add parameter at($DATE_AT) and mind revisions


# c5393ecb 02-Nov-2013 Anika Henke <anika@selfthinker.org>

Merge remote-tracking branch 'origin/master' into video-audio

Conflicts:
inc/parser/xhtml.php


# f05a1cc5 17-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Wrap thead around 1st row, when 1st cell at 1st row is tableheader. Implements FS#1764


# 16ec3e37 12-Oct-2013 Andreas Gohr <andi@splitbrain.org>

make sure footnote numbers are unique across documents FS#2841


# 2f7a0e94 11-Sep-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer whitespace violoations

Removed extraneous whitespace to eliminate errors reported by the
Squiz.WhiteSpace.SuperfluousWhitespace sniff.


# d91ab76f 27-Aug-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer violations

Fix violations for the following sniff
DokuWiki.Functions.OpeningFunctionBrace

Also removed an extraneous semicolon.


# c404cb3b 23-Aug-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer violations for PHP files

Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag

Conflicts:
inc/parser/xhtml.php


# 0ea51e63 23-Aug-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer violations for PHP files

Fix violations for Generic.PHP.LowerCaseConstant.Found


# 7ef8e99f 22-Aug-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer violations

Change indentation to ensure code confirms to CodeSniffer rules.


# f50634f0 04-Aug-2013 Anika Henke <anika@selfthinker.org>

refactored audio/video code, removed wrong link around audio


# 6d4af72a 04-Aug-2013 Anika Henke <anika@selfthinker.org>

fixed typo


# b44a5dce 03-Aug-2013 Anika Henke <anika@selfthinker.org>

added support for html5 audio

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

added support for html5 audio

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.

show more ...


# 79e53fe5 03-Aug-2013 Anika Henke <anika@selfthinker.org>

improved code for videos (restrict to 3 mimetypes, removed codec info from type attribute)


# 99f943f6 02-Aug-2013 Anika Henke <anika@selfthinker.org>

added poster attribute to video if jpg or png with same file name exists


# 3d7a9e0a 02-Aug-2013 Anika Henke <anika@selfthinker.org>

Add several alternative formats to video for better browser compatibility

All .webm, .ogv and .mp4 files with the same filename are automatically
chosen as alternative sources when only one of them

Add several alternative formats to video for better browser compatibility

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.

show more ...


12345678910>>...16