History log of /dokuwiki/inc/parser/xhtml.php (Results 226 – 250 of 377)
Revision Date Author Comments
# 3b1290f5 11-Oct-2008 Michael Klier <chi@chimeric.de>

FS#1134 remove inline javascript from windows shares

darcs-hash:20081011143946-23886-78628e3ca7ec0c40f5d288c6a9832cd52b8b083b.gz


# 1c882ba8 11-Oct-2008 Andreas Gohr <andi@splitbrain.org>

make linkonly parameter work for flash files FS#1472

darcs-hash:20081011144459-7ad00-58619ee91188127feb7c26a1d8d6b051c6981505.gz


# 6fe20453 11-Oct-2008 Gina Haeussge <osd@foosel.net>

Fix for FS#172

darcs-hash:20081011122908-2b4f5-97f0279e58fb8f59bbff03a3c841aad6113e93f2.gz


# c44b968d 20-Jul-2008 Anika Henke <a.c.henke@arcor.de>

removed all occurrences of onkeypress (FS#1449)

darcs-hash:20080720110738-d5083-50a92498622bd6ca9850da8f9417974fb39ccc3d.gz


# d2ea3363 06-May-2008 Andreas Gohr <andi@splitbrain.org>

Support RSS feeds that don't have item links

darcs-hash:20080506210040-7ad00-b516a4fdfde5eab5b0e1773f834ef796af15a594.gz


# 5d568b99 29-Mar-2008 Chris Smith <chris.eureka@jalakai.co.uk>

Fix for FS#1350

Inline modes, <php> and <html>, when their associated config setting is off, will
generate highlighted text wrapped in a <code> element.

There is a slight change in behaviour for p_

Fix for FS#1350

Inline modes, <php> and <html>, when their associated config setting is off, will
generate highlighted text wrapped in a <code> element.

There is a slight change in behaviour for p_xhtml_cached_geshi(), it will now strip
leading and trailing blank lines from the input code string.

Also fixes an issue where global $conf wasn't declared, preventing the
['target']['extern'] setting being passed to GeSHi

darcs-hash:20080329194443-f07c6-00db3d502b07a6ff0c7f6e5c74a3691438504bcb.gz

show more ...


# 546d3a99 10-Mar-2008 Andreas Gohr <andi@splitbrain.org>

another change in highlight handling

Now higlighting phrases are passed as an array which then is quoted correctly
when used in a regexp. This should make phrase highlighting work completely
correct

another change in highlight handling

Now higlighting phrases are passed as an array which then is quoted correctly
when used in a regexp. This should make phrase highlighting work completely
correct.

Please everyone test it.

darcs-hash:20080310214939-7ad00-1abefb02dde40edeead50b4fa5c866c46b95ca3a.gz

show more ...


# 68c26e6d 10-Mar-2008 Michael Klier <chi@chimeric.de>

fixed search result linking of pagenames which consist of numbers only

darcs-hash:20080310203620-23886-c6b6828f4cbd47cac4f904a25ca454403adef41c.gz


# 2e7e0c29 27-Feb-2008 Andreas Gohr <andi@splitbrain.org>

fixed dates for aggregated RSS

darcs-hash:20080227215222-7ad00-6fc84f0d572490b4b6183602b8be7e6c61199aeb.gz


# b5742ced 23-Feb-2008 Pierre Spring <pierre.spring@liip.ch>

Table Row And Col Classes

This patch adds classes to the table rows and cells (td and th). This can be of usage when templating and within syntax plugins.

darcs-hash:20080223175808-c3d3e-7338488459

Table Row And Col Classes

This patch adds classes to the table rows and cells (td and th). This can be of usage when templating and within syntax plugins.

darcs-hash:20080223175808-c3d3e-73384884597c56deac774a8a52cd20b639b3039b.gz

show more ...


# 8acb3108 23-Feb-2008 Andreas Gohr <andi@splitbrain.org>

renamed justlink option to linkonly

darcs-hash:20080223101426-7ad00-ceacdc83e829f1da7aa272eb597277a8c78113be.gz


# b739ff0f 21-Feb-2008 Pierre Spring <pierre.spring@liip.ch>

media_justlink

darcs-hash:20080221160833-c3d3e-1afe0835f9ba1af27712bd34e8b0b65e6165284f.gz


# 35a56260 14-Feb-2008 Chris Smith <chris@jalakai.co.uk>

fix for earlier phpok & htmlok path

darcs-hash:20080214113350-d26fc-3b3e46d9d5423a84c4288a18c1b83f972ca6bfa8.gz


# d86d5af0 13-Feb-2008 Chris Smith <chris@jalakai.co.uk>

Rationalise Parser PHP & HTML syntax mode handling to renderer only.

This patch corrects the problems with the previously (reversed) patch
"remove htmlok and phpok tests from Doku_Handler".

The han

Rationalise Parser PHP & HTML syntax mode handling to renderer only.

This patch corrects the problems with the previously (reversed) patch
"remove htmlok and phpok tests from Doku_Handler".

The handler will now write php, phpblock, html & htmlblock instructions
and let the renderer decide how these instructions should be processed.

The xhtml renderer will follow the "phpok" and "htmlok" config settings.
If these settings are turned off the any instructions will be rendered as
code with php or html syntax highlighting (as appropriate).

darcs-hash:20080213024941-d26fc-ec485362803e63a2d949dad5c23e17db939e6ced.gz

show more ...


# 29bfcd16 19-Jan-2008 Andreas Gohr <andi@splitbrain.org>

use <sup> to markup footnote anchors

Using the <sup> HTML tag ensures that footnotes are shown correctly when
displayed outside the DokuWiki stylesheet (eg. in feedreaders)

darcs-hash:2008011901061

use <sup> to markup footnote anchors

Using the <sup> HTML tag ensures that footnotes are shown correctly when
displayed outside the DokuWiki stylesheet (eg. in feedreaders)

darcs-hash:20080119010614-7ad00-59426b5e1d44f0ab932867e19e42b71f260f9cc9.gz

show more ...


# 44a6b4c7 18-Jan-2008 Andreas Gohr <andi@splitbrain.org>

add rel

darcs-hash:20080118223507-7ad00-3cc83db3fac31917a50378646785a006a03825a2.gz


# 173dccb7 15-Oct-2007 Tom N Harris <tnharris@whoopdedo.org>

Allow HTML from inline RSS (typo fix)

darcs-hash:20071015225606-6942e-4945a9510445707655951b740f6302dfb97c655a.gz


# 00976812 30-Sep-2007 Andreas Gohr <andi@splitbrain.org>

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure setups.

This patch replaces all realpath() calls with a PHP only replacement
which should solve those problems.

darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz

show more ...


# 7d91652a 07-Aug-2007 Andreas Gohr <andi@splitbrain.org>

TOC fixed

This fixes some small bugs which were introduced with recent TOC changes

darcs-hash:20070807171844-7ad00-fc09dd6d09b72927e64dfa41dd8b86fc20d86ed0.gz


# 2bb0d541 05-Aug-2007 chris <chris@jalakai.co.uk>

minor fixes for recent tpl_toc() patch

darcs-hash:20070805163833-9b6ab-82e8cd7ec37d163ccb552e3b6aee8c1f70e75f15.gz


# b8595a66 05-Aug-2007 Andreas Gohr <andi@splitbrain.org>

separated TOC from page

This patch introduces a tpl_toc() function which can be used to freely place
the Table of Contents in a template. When used, tpl_content should be called
with a parameter of

separated TOC from page

This patch introduces a tpl_toc() function which can be used to freely place
the Table of Contents in a template. When used, tpl_content should be called
with a parameter of false to supress the automatic TOC placement.

Note: if tpl_toc() us run *before* tpl_content(), TOCs will not work in the
preview. A work around is to run tpl_content() in a output buffer first.

This patch also adds a getTOC() function for admin plugins which allows plugin
authors to put create their own TOC which will be placed correctly in the
template. A convenience function html_mktocitem() is available.

The config manager was adjusted to make ue of this new feature, but some bugs
might remain.

darcs-hash:20070805132405-7ad00-77d2c3cdf66cc62b2d408cc6580f938636a109af.gz

show more ...


# 00077af8 19-Jul-2007 Andreas Gohr <andi@splitbrain.org>

SimplePie upgrade to 1.0

darcs-hash:20070719080638-7ad00-5b69a4e568291a2e2479a7a09743be3157a7d114.gz


# 4ab889ea 11-Jul-2007 Andreas Gohr <andi@splitbrain.org>

improved feed creation

The feed now can export diff views (unified and HTML) as well as full HTML
page content.

Some things might be broken. Everybody please test it!

darcs-hash:20070711213624-7ad

improved feed creation

The feed now can export diff views (unified and HTML) as well as full HTML
page content.

Some things might be broken. Everybody please test it!

darcs-hash:20070711213624-7ad00-49359417127fdbd6e31374738509110271b6b351.gz

show more ...


# 928a715d 17-May-2007 Anika Henke <a.c.henke@arcor.de>

deleted unnecessary htmlok+phpok checks

darcs-hash:20070517234228-d5083-9a00c354c88dc59ca314ae31baebc612e6577174.gz


# 07f89c3c 17-May-2007 Anika Henke <a.c.henke@arcor.de>

added block mode for embedded html+php (FS#541) -- same syntax but in capital letters (<HTML>+<PHP>)

darcs-hash:20070517233213-d5083-9dbccf77383575912ad75533ca690302557e0f79.gz


12345678910>>...16