History log of /plugin/include/syntax/wrap.php (Results 1 – 9 of 9)
Revision Date Author Comments
# e2231513 06-Mar-2021 Michael Hamann <michael.hamann@kit.edu>

Fix undefined index warnings #245

This fixes unpacking too short arrays and adds empty 'hid' values. As
we process the data in our own action handler, having empty values
here should not cause any s

Fix undefined index warnings #245

This fixes unpacking too short arrays and adds empty 'hid' values. As
we process the data in our own action handler, having empty values
here should not cause any side effects.

show more ...


# dc971206 27-Sep-2020 lpaulsen93 <lars_paulsen@web.de>

Removed useless/deprecated code


# 9986c3ad 15-Apr-2018 Michael Hamann <michael@content-space.de>

Compatibility with new section editing in DokuWiki Greebo


# 4aa23dc0 05-Nov-2014 Gerrit Uitslag <klapinklapin@gmail.com>

fixes signature strict notices


# 8611cb4c 24-Nov-2013 Michael Hamann <michael@content-space.de>

Fix PHP strict warnings


# b0c45c90 20-Feb-2013 Michael Hamann <michael@content-space.de>

Adjust internal links to be local if the target page is included

This changes internal links in included pages whose target page is
included into links to the target page. This only works for xhtml

Adjust internal links to be local if the target page is included

This changes internal links in included pages whose target page is
included into links to the target page. This only works for xhtml output
with additional support for the dw2pdf plugin, other output formats are
not affected by this change.

show more ...


# 12772492 20-Feb-2013 Michael Hamann <michael@content-space.de>

Fix and clean up of initial definitions and includes


# dcec2f1f 01-Jan-2011 Michael Hamann <michael@content-space.de>

Respect the redirect flag and configuration option. Closes #60


# fa08f439 19-Dec-2010 Michael Hamann <michael@content-space.de>

Move the section edit recognition into the helper/wrap syntax