| 402b15f8 | 16-Nov-2013 |
Robert Bogenschneider <bogi@uea.org> |
translation update |
| c2564590 | 12-Nov-2013 |
Soren Birk <soer9648@eucl.dk> |
translation update |
| 79a1ac38 | 24-Sep-2013 |
Myeongjin <aranet100@gmail.com> |
translation update |
| ee088808 | 25-Aug-2013 |
LauraEun <laura.eun@live.de> |
added de-informal |
| 3d05920b | 25-Aug-2013 |
LauraEun <laura.eun@live.de> |
added de-informal |
| 4a333dab | 20-Aug-2013 |
Myeongjin <aranet100@gmail.com> |
translation update |
| 40e824af | 16-Aug-2013 |
Myeongjin <aranet100@gmail.com> |
translation update |
| 3b4bd767 | 14-Aug-2013 |
Myeongjin <aranet100@gmail.com> |
translation update |
| 79209ddf | 12-Aug-2013 |
Mark Prins <mprins@users.sf.net> |
translation update |
| 5189be7a | 03-Aug-2013 |
Dominik Eckelmann <deckelmann@gmail.com> |
translation update |
| ca626d56 | 02-Aug-2013 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Japanese language files |
| 2ce032a7 | 02-Aug-2013 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
make footer parameters together
in the configuration manager for better understandings |
| 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 ...
|
| 1473d1a2 | 21-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix link title with useheading on for converted links
And another fix for converted links: respect useheading again. |
| 7100e4a0 | 21-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Construct local link title like internal link title
This fixes the problem that the title of the links that were converted from internal to local links was constructed using the new (generated) anch
Construct local link title like internal link title
This fixes the problem that the title of the links that were converted from internal to local links was constructed using the new (generated) anchor instead of the original page name.
show more ...
|
| 12d9bd9e | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Change editx test case into pagemove test case |
| 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) |
| 79571bc1 | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Add missing file for b0c45c9004a208f5b2dcb1da33787621a2a5b603 |
| 1b919750 | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
New version 2012-02-20 released
Changes: * Namespaces includes: * New beforeeach/aftereach flags that allow to specify an entity that is shown before/after each page (mainly for custom H
New version 2012-02-20 released
Changes: * Namespaces includes: * New beforeeach/aftereach flags that allow to specify an entity that is shown before/after each page (mainly for custom HTML code) * New depth configuration option/parameter for recursive namespace includes * New sort/rsort and order configuration options/flags for specifying a sort order and if the sort order should be reversed * Hidden pages are no longer included in namespace includes * Internal links from included pages to (fully) included pages are adjusted into local links with special support for the dw2pdf plugin * Added a couple of missing flags and configuration options for existing configuration options/flags * New mdate configuration option and flag for displaying the date of the last modification * Improved the compatibility with other plugins and fixed a possible warning
Some of these changes were sponsored by different companies or contributed by other developers, thank you very much for the support!
show more ...
|
| 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 ...
|
| 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 ...
|
| 12772492 | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix and clean up of initial definitions and includes |
| 1b488282 | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Add the id to the p_cached_instructions-call
This makes the page id available in the cache handler event. |