- Aug 02, 2013
-
-
Anika Henke authored
Fixed some issues which occur whenever RTL and LTR languages could potentially be mixed, using the HTML5 `<bdi>` element. This element is currently only supported by Chrome and Firefox. The old and only partially working fix for tpl_breadcrumbs() was removed in favour of this solution.
-
Anika Henke authored
-
Andreas Gohr authored
When the DokuWiki install was in a deep namespace, the used path name could land in the >100 char limit and trigger ustar format where the filename and directory name are split. This would fail the test.
-
Andreas Gohr authored
This reverts commit d6d85509. I guess it was a bit too early to think straight :-/
-
Andreas Gohr authored
Translation update (zh-tw)
-
- Aug 01, 2013
-
-
DokuWiki Translation authored
-
Andreas Gohr authored
Tars strip the leading slash so the tests where wrong. Not sure why they stilldid work sometimes
-
Anika Henke authored
Improve nofollow behaviour for ?do=index
-
Christopher Smith authored
-
Christopher Smith authored
and no automatic sitemap.xml is being generated.
-
Anika Henke authored
-
Frederico Guimarães authored
-
Anika Henke authored
-
Andreas Gohr authored
this ensures nested POST data is correctly encoded
-
Christopher Smith authored
In debug mode: catch and log JS errors with file information
-
Michael Hamann authored
-
Michael Hamann authored
The check if the plugin is enabled is done later in the plugin controller anyway.
-
Christopher Smith authored
added loggedIn class to main tpl container
-
Anika Henke authored
-
Christopher Smith authored
Fixes validation problems with base64 encoded images in CSS.
-
Christopher Smith authored
Fixes validation problems with base64 encoded images in CSS.
-
Christopher Smith authored
add TEMPLATE_DOKUWIKI_PAGETOOLFLOAT_DISPLAY event to template
-
Andreas Gohr authored
also made it more secure against copy'n'paste
-
Andreas Gohr authored
Implemented some ARIA attributes
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Christopher Smith authored
In response to FS#2766 - make namespace links in the browser sitemap nofollow - remove nofollow from browser sitemap link on the wiki start page when sitemap.xml generation is disabled
-
Christopher Smith authored
-
Christopher Smith authored
FS#2770 - prevent <file> and <code> syntax regex matching too much
-
Christopher Smith authored
code - test correct recognition of downloadable filename token file - test correct recognition of syntax name & downloadable filename tokens
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
The current message confusingly mentions bad 'username' when username is not involved. The new message is the same as that introduced for an incorrect current password on the self delete profile form (FS#2751)
-
Christopher Smith authored
-
Christopher Smith authored
-
Michael Hamann authored
The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the media usage index the parameter is also no longer relevant for internal optimization. The only place where it was still used is the no longer used search_references()-function which is removed here, too.
-
Michael Hamann authored
-
Michael Hamann authored
This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with useheading enabled. This also adds various test cases for ft_backlinks().
-