| 14edf747 | 17-May-2015 |
Christian Paul <info@jaller.de> |
Capitalized all first letters of setting descriptions |
| 6ec4907a | 09-May-2015 |
DelD <deldadam@gmail.com> |
translation update |
| 35f6db9f | 05-May-2015 |
Johan Wijnker <johan@wijnker.eu> |
translation update |
| 568381c3 | 23-Apr-2015 |
Robert Bogenschneider <robog@gmx.de> |
translation update |
| 7a086143 | 01-Feb-2015 |
Michael Hamann <michael@content-space.de> |
Use DokuWiki's `showuseras` setting instead of custom user namespace
This removes the custom user namespace links and replaces the whole custom link generation by standard DokuWiki code. Note that p
Use DokuWiki's `showuseras` setting instead of custom user namespace
This removes the custom user namespace links and replaces the whole custom link generation by standard DokuWiki code. Note that previously the id of the user page was the full name while now it is the user id (if enabled in DokuWiki).
show more ...
|
| 899657da | 01-Jan-2015 |
Mogoh Viol <leonhard.kueper@googlemail.com> |
Update lang.php
It's "Weiterlesen", not "Weiter lesen" |
| 4aa23dc0 | 05-Nov-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fixes signature strict notices |
| 0fd81891 | 12-Aug-2014 |
2cadz <2cadz@adiczion.net> |
Add option for show or not the 'Read More' link. |
| fd1d04b4 | 10-Jun-2014 |
İlker R. Kapaç <irifat@gmail.com> |
translation update |
| 0796f9a6 | 16-May-2014 |
lainme <lainme993@gmail.com> |
translation update |
| 85ed8208 | 02-May-2014 |
Fernando Ribeiro <pinguim.ribeiro@gmail.com> |
Update lang.php |
| be7d45a6 | 02-May-2014 |
Fernando Ribeiro <pinguim.ribeiro@gmail.com> |
Added Portuguese language file |
| 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 ...
|
| 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 ...
|
| 745d1e7b | 13-Mar-2014 |
Michael Hamann <michael@content-space.de> |
Set group to ALL for anonymous users, implements #140 |
| 04dd3073 | 11-Mar-2014 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 1c774374 | 01-Feb-2014 |
Michael Hamann <michael@content-space.de> |
Fix #138 compatibility with newer edittable versions
This keeps compatibility with old edittable versions |
| a81161a5 | 24-Aug-2013 |
Michael Hamann <michael@content-space.de> |
Code cleanup and type information fixes |
| 19afce74 | 03-Jan-2014 |
Fabrice Dejaigher <fabrice@chtiland.com> |
translation update |
| e33820a0 | 12-Dec-2013 |
bruno <bruno@ninesys.fr> |
translation update |
| e375bed9 | 12-Dec-2013 |
Christian "Na_kai" Sueur <sueur.christian@gmail.com> |
translation update |
| f9726025 | 25-Nov-2013 |
Michael Hamann <michael@content-space.de> |
Use the changed move plugin events |
| 83429397 | 24-Nov-2013 |
Michael Hamann <michael@content-space.de> |
New version 2013-11-25 released
Changes: * Add support for the new move plugin (and remove pagemove support) * Fix relative media reference in link titles * Convert local links in included sec
New version 2013-11-25 released
Changes: * Add support for the new move plugin (and remove pagemove support) * Fix relative media reference in link titles * Convert local links in included sections of pages that aren't fully included into internal links * Translation updates * Various fixes for local link adaption
show more ...
|
| 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. |