History log of /dokuwiki/inc/parser/xhtml.php (Results 151 – 175 of 367)
Revision Date Author Comments
# 940db3a3 08-Apr-2012 Anika Henke <anika@selfthinker.org>

use abbr instead of deprecated acronym


# 16cc7ed7 08-Apr-2012 Anika Henke <anika@selfthinker.org>

removed names from footnotes and removed anchors from headings altogether


# 70f8c497 10-Mar-2012 Andreas Gohr <andi@splitbrain.org>

Merge pull request #71 from danny0838/master

Rework for 2 missing commits


# c4dda6af 31-Jan-2012 Anika Henke <anika@selfthinker.org>

fixed .curid to always highlight the current ID of the main/viewed page


# df959702 20-Dec-2011 Adrian Lang <mail@adrianlang.de>

Revert 4a24b459, thus fixing FETCH_MEDIA_STATUS for missing files (FS#2405)


# fb838798 17-Dec-2011 Danny <danny0838@gmail.com>

Rewark for missing commit 9aa0e6c6087e616511fc95d1650ca9b608edece8


# 4a24b459 02-Sep-2011 Kate Arzamastseva <pshns@ukr.net>

issue #46 Render links to missing media files as link to the media manager


# 5a2f326f 14-Jun-2011 Andreas Gohr <andi@splitbrain.org>

Revert "Only allow known protocols in RSS links"

This reverts commit 1ca2719c7488662ebd7964c0d026e0890f923ee9 as it is
now superseeded by a6b82e436e3d68a42a6556165d6aaf9249db44cd


# b52b1596 14-Jun-2011 Andreas Gohr <andi@splitbrain.org>

only allow configured URL schemes in external links

This fixes a problem where JavaScript could be introduced through
specially crafted RSS feeds on a lower level than the commit from
yesterday (1ca

only allow configured URL schemes in external links

This fixes a problem where JavaScript could be introduced through
specially crafted RSS feeds on a lower level than the commit from
yesterday (1ca2719c7488662ebd7964c0d026e0890f923ee9)

This also fixes a problem where JavaScript links could be introduced by
specifying it as an RSS URL: the resulting error message displays a
link to the broken feed URL. This patch makes sure there's no working
link for unknown protocols.

show more ...


# 1ca2719c 11-Jun-2011 Andreas Gohr <andi@splitbrain.org>

Only allow known protocols in RSS links

This fixes a security vulnerability where an attacker could introduce
JavaScript links into wiki pages by including a prepared RSS feed.


# 67c15ece 07-May-2011 Michael Hamann <michael@content-space.de>

Change when metadata is rendered - only when really needed

This changes the cache logic for metadata. It introduces a new mode that
tries to avoid rendering the page again for simple requests but st

Change when metadata is rendered - only when really needed

This changes the cache logic for metadata. It introduces a new mode that
tries to avoid rendering the page again for simple requests but still
updates the metadata when the page has been changed (but not when the
cache timeout has been reached or purge is used). It simply compares the
time of the last rendering with the last modified time of the page.

The old boolean $render parameter has been changed into an int with
three possible values. Compatibility for the old parameter is provided
using a check with is_numeric using the following mapping:
- false is still don't render (0 is the new value for that)
- true is using that new render logic which means that many plugins will
still work unchanged even if they request a lot of data using
$render=true (1 is the new value for that providing full compatibility
in the case 1 has been used instead of true)

The default value for p_get_first_heading is now that new simple cache
logic, the default value for getting metadata is the cache logic which
should be used with care but is the only way to request (rendered)
metadata that can change because of plugin installations or upgrades.

show more ...


# fda14ffc 07-Apr-2011 Izidor Matušov <izidor.matusov@gmail.com>

Check if link exists and set right caption


# 14739a20 06-Feb-2011 Andreas Gohr <andi@splitbrain.org>

Revert "merged branch 'danny0838:rewrite_block' and resolved conflict"

Anika's merge did not pul in the individual patches as one would expect.

Then I messed up when trying to fix this by merging w

Revert "merged branch 'danny0838:rewrite_block' and resolved conflict"

Anika's merge did not pul in the individual patches as one would expect.

Then I messed up when trying to fix this by merging with danny's repo
again but used the wrong branch. So we're still missing two patches. To
have them apply cleanly I have to revert Anika's merge here. Another
merge for the missing two patches will follow.

This reverts commit b17e20ac9cca30b612968d02f06fa9c5df5c01f0.

show more ...


# b17e20ac 06-Feb-2011 Anika Henke <anika@selfthinker.org>

merged branch 'danny0838:rewrite_block' and resolved conflict


# be96545c 03-Jan-2011 Anika Henke <anika@selfthinker.org>

removed obsolete references to 'JSnocheck' class


# e3776c06 29-Nov-2010 Michael Hamann <michael@content-space.de>

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is o

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is opened,
thus this commit removes the enc setting from the modeline.

show more ...


# 619736fd 12-Oct-2010 Adrian Lang <mail@adrianlang.de>

Improve compatibility of table instructions handling


# 138cf4d4 01-Jul-2010 Adrian Lang <lang@cosmocode.de>

Fix table edit marker class element in XHTML


# a8574918 27-Jun-2010 Anika Henke <anika@selfthinker.org>

added div around tables to make scrolling too wide ones in restrictive designs possible (FS#1980)


# d43aac1c 26-Jun-2010 Gina Haeussge <gina@foosel.net>

FS#1915: strip one leading and one trailing newline from code content if available


# 3d5e07d9 23-Jun-2010 Adrian Lang <lang@cosmocode.de>

Do not parse URL params in internal links, just pass them through


# f46093a1 17-Jun-2010 Adrian Lang <lang@cosmocode.de>

Make normal wikilinks work again


# 44653a53 17-Jun-2010 Adrian Lang <lang@cosmocode.de>

Allow URL params in internal links (FS#1967)


# 3f9e3215 04-Mar-2010 Adrian Lang <lang@cosmocode.de>

Really allow plugins to use section editing


# d9e36cbe 01-Mar-2010 Adrian Lang <lang@cosmocode.de>

Show last edit section button again


12345678910>>...15