| Commit message (Collapse) | Author | Age |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* pull-request-245:
coding corrections. correct type hint, remove unused variable assignment
HTTPClient don't pull too much bytes when no content-length is given
de/de-informal: localization updates (delete user function)
unit tests for self deleting of user accounts
FS#2751 - self deletion of user account
Conflicts:
inc/lang/de-informal/lang.php
inc/lang/de/lang.php
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
pull-request-245
* 'FS#2751' of git://github.com/splitbrain/dokuwiki:
coding corrections. correct type hint, remove unused variable assignment
de/de-informal: localization updates (delete user function)
unit tests for self deleting of user accounts
FS#2751 - self deletion of user account
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | | |
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
|
|\ \ \
| |/ /
|/| | |
Implemented some ARIA attributes
|
| |/ |
|
| | |
|
|/ |
|
|
|
|
| |
thanks @Klap-in
|
| |
|
| |
|
|
|
|
| |
useful where message is added to the queue before authentication is initialized
|
|\ |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
finding diffs; move quantifier outside regex condition
|
| |
|
| |
|
|\
| |
| | |
store choices for recent changes and diff views in cookie
|
| |
| |
| |
| |
| |
| |
| | |
FS#2700)
Note: These changes don't work yet. The cookie is not set and deletes the old
one.
|
|\ \
| | |
| | | |
fix for FS#2676, inserting zero length spaces into long sequences of non...
|
| | | |
|
| |/
| |
| |
| | |
non-breaking characters in diffs
|
|/ |
|
|
|
|
|
|
| |
Custom editors can also be loaded when not a section is given. For
example this happens on a preview click where the page is already
separated into pre, suf and text.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The alt text is now the page id as it is the media id for media changes,
previously it was empty as $filename is undefined in that context.
|
|
|
|
|
| |
The used syntax was invalid in PHP < 3.4 and seemed to be wrong logical
as well.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
pull-request-110
* 'input-validation' of git://github.com/whoopdedo/dokuwiki:
fix incorrect usage of tpl_getMediaFile
fix necessary global declaration
Input wrapper for html forms
Input validation for media manager
Input wrapper for exe scripts
more INPUT wrapper uses: cache purge, sectok, getID
Input wrapper for action.php
Conflicts:
lib/exe/css.php
|
| | |
|
| | |
|
| | |
|
|\|
| |
| |
| |
| |
| |
| | |
frontend_improvements
Conflicts:
lib/tpl/dokuwiki/css/basic.css
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The error message when a non-existant editor was tried to load wasn't
escaped correctly, allowing to introduce arbitrary JavaScript to the
output, leading to a XSS vulnerability.
Note: the reported second XCRF vulnerability is the same bug, the xploit
code simply uses JavaScript to extract a valid CSRF token from the site
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Attention: Template authors need to adjust their CSS!
Original structure:
div.search_result >
a.wikilink1 > span.search_cnt
br
div.search_snippet
New structure:
dl.search_results >
dt > a.wikilink1
dd
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Attention: Template authors need to adjust their CSS!
Original structure:
div.toc >
div#toc__header.tocheader.toctoggle > span#toc__toggle.toc_close|toc_open > span
div#toc__inside > ul.toc > li.level1 > div.li > span.li > a.toc
New structure:
div#dw__toc.open|close >
h3 > strong > span
ul.toc > li.toc > div.li > a
|