| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
This reverts commit d6d855093f24c6c3f608d005189385959a7efbf7.
I guess it was a bit too early to think straight :-/
|
|\
| |
| | |
Translation update (zh-tw)
|
|/ |
|
|
|
|
|
| |
Tars strip the leading slash so the tests where wrong. Not sure why they
stilldid work sometimes
|
|\
| |
| | |
Improve nofollow behaviour for ?do=index
|
| | |
|
| |
| |
| |
| | |
and no automatic sitemap.xml is being generated.
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
this ensures nested POST data is correctly encoded
|
|\ \
| | |
| | | |
In debug mode: catch and log JS errors with file information
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When debugging is enabled (allowdebug enabled) JS errors are now catched
for each non-core JS file and logged with the additional information
from which file they came. This should make it easier to find out which
plugin is the cause for broken JS code. The feature isn't enabled by
default as defining functions inside try-clauses isn't allowed in strict
mode and causes a warning at least in Firefox.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
The check if the plugin is enabled is done later in the plugin
controller anyway.
|
|\ \ \
| | | |
| | | | |
added loggedIn class to main tpl container
|
| | | | |
|
| | | | |
|
| |\| | |
|
| |\ \ \ |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fixes validation problems with base64 encoded images in CSS.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fixes validation problems with base64 encoded images in CSS.
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
add TEMPLATE_DOKUWIKI_PAGETOOLFLOAT_DISPLAY event to template
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
also made it more secure against copy'n'paste
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
This adds a custom event to the 'dokuwiki' template that allows plugin
authors to easily integrate custom pagetool buttons into the template.
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
Implemented some ARIA attributes
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
FS#2770 - prevent <file> and <code> syntax regex matching too much
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
code - test correct recognition of downloadable filename token
file - test correct recognition of syntax name & downloadable filename tokens
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
form.
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)
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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().
|