#
e5981fe6 |
| 22-Sep-2023 |
Michael Hamann <michael@content-space.de> |
Fix #292 #297 deprecated id resolving functions
* Add a new gerneric resolver to resolve ids without cleaning * Replace deprecated calls * Remove some unused variables
|
#
62633254 |
| 23-Jan-2022 |
Michael Hamann <michael@content-space.de> |
Fix reference assignment of plugin_load
|
#
1a02160c |
| 06-Mar-2021 |
Michael Hamann <michael.hamann@kit.edu> |
Pass section id to included page edit button, fix warning #245
This fixes another undefined index 'hid' warning. Further, if the include plugin sets its own section id, this section id is passed to
Pass section id to included page edit button, fix warning #245
This fixes another undefined index 'hid' warning. Further, if the include plugin sets its own section id, this section id is passed to the editor now. This allows jumping back to the place from where the page has been included. Currently, these section ids are only set when a page is included for the first time.
show more ...
|
#
829b01a8 |
| 06-Mar-2021 |
Michael Hamann <michael.hamann@kit.edu> |
Fix #256 do not rely on $INFO in _apply_macro
As $INFO is not available because we are called in the very function populating $INFO, we cannot rely on it. Instead, this uses different sources for ge
Fix #256 do not rely on $INFO in _apply_macro
As $INFO is not available because we are called in the very function populating $INFO, we cannot rely on it. Instead, this uses different sources for getting the same information.
show more ...
|
#
dc971206 |
| 27-Sep-2020 |
lpaulsen93 <lars_paulsen@web.de> |
Removed useless/deprecated code
|
#
0708b6a6 |
| 14-Jun-2020 |
Michael Hamann <michael@content-space.de> |
Fix string offset syntax
|
#
d6c66e35 |
| 25-Apr-2020 |
Michael Hamann <michael@content-space.de> |
Fix #246 - warnings when flags have no '='
|
#
684bb0c3 |
| 16-Apr-2020 |
Bart Louwers <bart+gitlab@emeel.net> |
Move exclude isset check outside loop
|
#
4dc3397b |
| 16-Apr-2020 |
Bart Louwers <bart+gitlab@emeel.net> |
More efficient exclude
|
#
b3159774 |
| 11-Apr-2020 |
Bart Louwers <bart@emeel.net> |
Add 'exclude' option
|
#
6fba657f |
| 29-Nov-2018 |
Michael Hamann <michael@content-space.de> |
Version 2018-11-29: Security fix for DokuWiki Greebo
If you are using the DokuWiki Greebo release and rely on ACL checks in the include plugin, apply this change as soon as possible. Note that this
Version 2018-11-29: Security fix for DokuWiki Greebo
If you are using the DokuWiki Greebo release and rely on ACL checks in the include plugin, apply this change as soon as possible. Note that this is only an issue with namespace includes, so if you do not use namespace includes and edits are only allowed for users that have access to your whole wiki, this does not concern you (but updating is still recommended).
Note that this is a problem caused by a bug in DokuWiki release Greebo. A future hotfix release of DokuWiki might fix this, too, see https://github.com/splitbrain/dokuwiki/pull/2609 for further information.
show more ...
|
#
2321d71f |
| 27-May-2016 |
Michael Hamann <michael@content-space.de> |
Move link adaption into its own method, adapt links in footnotes
|
#
0d11888d |
| 27-May-2016 |
Michael Hamann <michael@content-space.de> |
Change constructors to modern style
|
#
59611b49 |
| 10-Oct-2015 |
Mizunashi Mana <mizunashi_mana@mma.club.uec.ac.jp> |
fix match pattern
based on http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4
|
#
e2ff9aa4 |
| 10-Oct-2015 |
Mizunashi Mana <mizunashi_mana@mma.club.uec.ac.jp> |
modify `@LOCALE@` to `@BROWSER_LANG@`
|
#
bb4a5f58 |
| 23-May-2015 |
Mizunashi Mana <mizunashi_mana@mma.club.uec.ac.jp> |
Fix bug
|
#
d1a3a3b0 |
| 23-May-2015 |
Mizunashi Mana <mizunashi_mana@mma.club.uec.ac.jp> |
Change macro name to @LOCALE@
Because @LANG@ conflicts translation plugin's
|
#
d341b263 |
| 19-May-2015 |
Mizunashi Mana <mizunashi_mana@mma.club.uec.ac.jp> |
Add @LANG@ macro.
|
#
0fd81891 |
| 12-Aug-2014 |
2cadz <2cadz@adiczion.net> |
Add option for show or not the 'Read More' link.
|
#
ec8ae488 |
| 13-Mar-2014 |
Michael Hamann <michael@content-space.de> |
Fix #137 including wrap sections with header
When the included page is indented the include plugin opens a new section in it if the page doesn't begin with a header. This section was closed directly
Fix #137 including wrap sections with header
When the included page is indented the include plugin opens a new section in it if the page doesn't begin with a header. This section was closed directly before the next header as the include plugin assumed that a new section would be opened after the header. However when this header is inside a wrap section of the wrap plugin there is no section open after the header and the section close destroys the HTML structure. This change makes sure that the section is only closed if there is also a new section opened.
show more ...
|
#
745d1e7b |
| 13-Mar-2014 |
Michael Hamann <michael@content-space.de> |
Set group to ALL for anonymous users, implements #140
|
#
a81161a5 |
| 24-Aug-2013 |
Michael Hamann <michael@content-space.de> |
Code cleanup and type information fixes
|
#
0c3e533a |
| 04-Jun-2013 |
Michael Hamann <michael@content-space.de> |
Fix #111 external images in links were broken
This fixes the fix for internal relatively referenced images such that it is really only applied to internal images and not external images.
|
#
8b00ba47 |
| 20-Apr-2013 |
Michael Hamann <michael@content-space.de> |
Fix #104 relative media ids in link titles
Relative media ids in link titles weren't adjusted by the include plugin to be relative to the original page.
|
#
7026615f |
| 19-Apr-2013 |
Michael Hamann <michael@content-space.de> |
Fix local links to not included sections, fixes #108
This transforms local links in an included page into internal links if the page hasn't been fully included. This doesn't consider the case that t
Fix local links to not included sections, fixes #108
This transforms local links in an included page into internal links if the page hasn't been fully included. This doesn't consider the case that the target section (but not the full page) has been included at another place in the page as this is considered to be rather unlikely.
show more ...
|