df062bd2 | 28-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Add (r)sort and order flags for namespace includes #96 #61
This adds the following ordering criterias: - page ID (current behavior, default) - title - date created - date modified - indexmenu sort t
Add (r)sort and order flags for namespace includes #96 #61
This adds the following ordering criterias: - page ID (current behavior, default) - title - date created - date modified - indexmenu sort tag metadata - include plugin sort tag metadata (new syntax: {{include_n>[number]}})
When the rsort flag is set, the ordering will be reversed. Both flags are available as configuration option, too.
show more ...
|
ff4c1966 | 28-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Add 'depth' flag and option for the maximum depth of namespace includes
The default is 1, i.e. the former behavior, 0 allows unlimited depth. |
8d636b31 | 23-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Use a standard header for the header with link in non-xhtml mode
This fixes the header with link ("showlink" feature) for export plugins (without link though). |
6d657b49 | 23-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Set the end position of the last section edit button of section includes
When not the whole page but just a section was included the last section edit button inside the included page was for the who
Set the end position of the last section edit button of section includes
When not the whole page but just a section was included the last section edit button inside the included page was for the whole rest of the page instead of the rest of the included section. Now the position after the included content is stored and used in the section edit button.
show more ...
|
45c6515c | 23-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Fix section edits when the first header is a link #97 |
d8ec72fb | 23-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Fix duplicate section ids in the link header |
48f69f8e | 23-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Remove the name attribute from header link as in the core renderer |
d34e85a5 | 02-Oct-2012 |
Michael Hamann <michael@content-space.de> |
Add PHPDoc comments and variable definitions to the include syntax part
Conflicts: syntax/include.php |
67e87481 | 02-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Write relation haspart metadata
On https://www.dokuwiki.org/devel:metadata it has been documented that the include plugin writes the relation haspart metadata, with this change it actually writes it. |
89c58f89 | 19-Aug-2011 |
Michael Hamann <michael@content-space.de> |
Added a class to the readmore link and moved it right, implements #78 |
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 ...
|
cc549663 | 19-Jul-2011 |
Michael Hamann <michael@content-space.de> |
Fix placement of section edit button by fixing a name |
5534e4eb | 21-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Use sectionID() only when a section is given. Closes #67 and closes #66
The problem was that sectionID() when NULL is given as parameter returns 'section' which leads to strange links in headings an
Use sectionID() only when a section is given. Closes #67 and closes #66
The problem was that sectionID() when NULL is given as parameter returns 'section' which leads to strange links in headings and empty headings also get 'section' as id so they are selected when the whole page is included. Please upgrade and purge the cache (at least for the pages where the bug occurs).
show more ...
|
7475482b | 02-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Use sectionID instead of cleanID for sections. Closes #62
Now the internal section ids that are compared should match the ones that are displayed in the url so the ids from the url can be used inste
Use sectionID instead of cleanID for sections. Closes #62
Now the internal section ids that are compared should match the ones that are displayed in the url so the ids from the url can be used instead of the original title in all cases and even when the title is not unique you can select the section by appending a number in the same way it is done in urls (but note that included headers are not seen in the include plugin so for nested includes the appended numbers might differ).
show more ...
|
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 ...
|
6db19c84 | 31-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Add relation references metadata for backlinks
With this addition included pages are also listed under backlinks (with the problems backlinks currently have). |
560e27a0 | 19-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Detect and remove persistent metadata created by previous versions
Previous versions of the include plugin created persistent metadata, now that metadata is detected and removed when the page is ren
Detect and remove persistent metadata created by previous versions
Previous versions of the include plugin created persistent metadata, now that metadata is detected and removed when the page is rendered.
show more ...
|
d5b0d6ce | 19-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Use compact instead of a full array declaration |
fa08f439 | 19-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Move the section edit recognition into the helper/wrap syntax |
e91599b6 | 19-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Move existence check to the helper in order to avoid code duplication |
a36a809d | 19-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Require AUTH_CREATE for creating new pages |
f2c7d6dd | 19-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Fix duplicate ids of the include div |
993fccf3 | 18-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Add section edit button handling
This commit fixes section edit buttons. Now section edit buttons of included pages don't interfere with buttons of the parent page anymore and all section edits of t
Add section edit button handling
This commit fixes section edit buttons. Now section edit buttons of included pages don't interfere with buttons of the parent page anymore and all section edits of the included page are closed at the end of the included page. Furthermore the id and revision of section edit buttons of included pages are correct so they should actually work. A redirect_id like in other edit buttons ensures that the user is redirected to the correct page after the edit.
show more ...
|