#
62633254 |
| 23-Jan-2022 |
Michael Hamann <michael@content-space.de> |
Fix reference assignment of plugin_load
|
#
7b06ff40 |
| 23-Jan-2022 |
Michael Hamann <michael@content-space.de> |
Fix undefined array index errors
|
#
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 ...
|
#
3684bc24 |
| 11-Nov-2021 |
Andreas Gohr <andi@splitbrain.org> |
support new form events. fixes 274
|
#
dc971206 |
| 27-Sep-2020 |
lpaulsen93 <lars_paulsen@web.de> |
Removed useless/deprecated code
|
#
0d11888d |
| 27-May-2016 |
Michael Hamann <michael@content-space.de> |
Change constructors to modern style
|
#
fc7b21c5 |
| 15-Jun-2015 |
Michael Große <grosse@cosmocode.de> |
Use an option to enable this plugins debug output
The debug output of this plugin is extremly verbose. It should be possible to separately enable/disable it. That way the debug can still be used whe
Use an option to enable this plugins debug output
The debug output of this plugin is extremly verbose. It should be possible to separately enable/disable it. That way the debug can still be used when one is searching for rarer errors
show more ...
|
#
83d8bead |
| 11-Jun-2015 |
Michael Hamann <michael@content-space.de> |
Fix include plugin to support new version of move plugin
|
#
4aa23dc0 |
| 05-Nov-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fixes signature strict notices
|
#
84820977 |
| 13-Mar-2014 |
Michael Hamann <michael@content-space.de> |
Handle caching for all renderer modes
As the include plugin includes pages in all modes (and not just xhtml and metadata) it also needs to handle caching for all modes. This should fix splitbrain/do
Handle caching for all renderer modes
As the include plugin includes pages in all modes (and not just xhtml and metadata) it also needs to handle caching for all modes. This should fix splitbrain/dokuwiki-plugin-dw2pdf#105
show more ...
|
#
1c774374 |
| 01-Feb-2014 |
Michael Hamann <michael@content-space.de> |
Fix #138 compatibility with newer edittable versions
This keeps compatibility with old edittable versions
|
#
f9726025 |
| 25-Nov-2013 |
Michael Hamann <michael@content-space.de> |
Use the changed move plugin events
|
#
8611cb4c |
| 24-Nov-2013 |
Michael Hamann <michael@content-space.de> |
Fix PHP strict warnings
|
#
306441b3 |
| 24-Nov-2013 |
Michael Hamann <michael@content-space.de> |
Change pagemove support into move support
The new pagemove plugin has been renamed into move.
|
#
554c73a8 |
| 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix header level adaption and section levels
This was broken in version b0c45c9004a208f5b2dcb1da33787621a2a5b603 (3 commits ago)
|
#
835de84c |
| 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Change editx support into pagemove support (both experimental)
I decided to focus on the old pagemove plugin instead of editx, my pagemove fork contains a lot more fixes than my editx fork. This cha
Change editx support into pagemove support (both experimental)
I decided to focus on the old pagemove plugin instead of editx, my pagemove fork contains a lot more fixes than my editx fork. This changes the include plugin to support the pagemove plugin instead of editx.
show more ...
|
#
b5295d80 |
| 23-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Add "safeindex" feature, prevents indexing of protected included metadata
The safeindex feature that is turned on by default prevents the indexer from indexing metadata from included pages that are
Add "safeindex" feature, prevents indexing of protected included metadata
The safeindex feature that is turned on by default prevents the indexer from indexing metadata from included pages that are non-public. This means that for example only links from included pages that are public will be indexed.
This affects plugins that add their own metadata to the index in the following ways:
* there is no effect when all included pages are public or when no user is logged in when the page is indexed * when the plugin's event handler is called after the include plugin, the plugin will get only metadata from included pages that are public * when the plugin's event handler is called before the include plugin the include plugin will delete the plugin's metadata. I'm happy to add special handlers or exceptions for plugins like the tag plugin (already included) that are affected by this problem.
The safeindex feature can be turned off when the ACL rules of all parent pages match the child pages or when information disclosure through metadata like backlinks is no problem.
show more ...
|
#
9c0b18fd |
| 02-Oct-2012 |
Michael Hamann <michael@content-space.de> |
Add support for updating the include syntax after moves with editx
|
#
6cb5dc7b |
| 20-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Add more type information in action.php
|
#
d2cd3b4c |
| 19-Aug-2011 |
Michael Hamann <michael@content-space.de> |
Make the edit page button use section edits, fixes #65
This means that now the edit buttons for included pages only appear where it makes sense (i.e. not in the preview and not in the RSS feed). Thi
Make the edit page button use section edits, fixes #65
This means that now the edit buttons for included pages only appear where it makes sense (i.e. not in the preview and not in the RSS feed). This also means that the cache no longer depends on the edit permissions as there is nothing in the rendering process anymore that depends on them because the edit buttons are generated after the rendering.
show more ...
|
#
5cf0268c |
| 19-Jul-2011 |
Michael Hamann <michael@content-space.de> |
Add special table section edit handling for the edittable plugin
This should make the include plugin fully compatible with the edittable plugin.
|
#
02ca71c3 |
| 19-Jul-2011 |
Michael Hamann <michael@content-space.de> |
Don't display section buttons for sections without names
This prevents buttons for tables from being displayed
|
#
dcec2f1f |
| 01-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Respect the redirect flag and configuration option. Closes #60
|
#
b11b2b9d |
| 01-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Fix detection of inline_content parameter
An empty inline_content parameter set the inline_content value of the metadata to false although the content has been displayed. This should fix caching for
Fix detection of inline_content parameter
An empty inline_content parameter set the inline_content value of the metadata to false although the content has been displayed. This should fix caching for the inline_content flag.
show more ...
|
#
12092bce |
| 31-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Add linkonly option for displaying a link instead of the content
This commit adds a linkonly option that makes the include plugin behave like internal links except that each link is wrapped inside a
Add linkonly option for displaying a link instead of the content
This commit adds a linkonly option that makes the include plugin behave like internal links except that each link is wrapped inside a paragraph. When the url parameter "include_content" is set, all includes are displayed as full includes. This makes it possible to have a page with a list of a lot of pages as table of contents and then to export all these pages as single large document with setting that url parameter. This is useful for creating things like books or larger documentations. This feature has been requested and sponsored by Jörg Ferlein.
show more ...
|