History log of /dokuwiki/inc/parser/xhtml.php (Results 126 – 150 of 367)
Revision Date Author Comments
# 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 ...


# 2a2a2ba2 02-Aug-2013 Anika Henke <anika@selfthinker.org>

added basic suport for embedding (html5) videos


# b9b9b28b 23-Feb-2013 Michael Hamann <michael@content-space.de>

Fix double encoding in rss syntax FS#2731


# 91328684 17-Feb-2013 Michael Hamann <michael@content-space.de>

Display media file size only if file exists (prevents PHP warning)


# ffb060ea 09-Jan-2013 Robin Getz <robin.getz@analog.com>

show filesize of local file links in tooltip


# b04a190d 02-Dec-2012 Michael Hamann <michael@content-space.de>

XHTML renderer: bind section id counter to the renderer instance

This changes the previously static lastsecid into an instance variable,
this leads to consistent section edit ids when the xhtml rend

XHTML renderer: bind section id counter to the renderer instance

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.

show more ...


# d9764001 24-Aug-2012 Michael Hamann <michael@content-space.de>

Document $text parameters of html and php in the xhtml parser


# 3009a773 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

replaced use of basename() with utf8_basename() FS#2015


# e260f93b 05-Jul-2012 Anika Henke <anika@selfthinker.org>

xml compatibility fixes (mainly entities to unicode conversions)


# 8e38227f 08-Apr-2012 Anika Henke <anika@selfthinker.org>

renamed smiley image class to 'icon' (FS#1970)


# 3c86b7eb 08-Apr-2012 Anika Henke <anika@selfthinker.org>

removed align attribute from images and inserted them only in the feed (FS#1351)

can someone with better regex skills please revise this?


12345678910>>...15