| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
This makes Doku_Parser_Mode inherit from DokuWiki_Plugin which allows
for the removal of a bunch of duplicate code form
DokuWiki_Syntax_Plugin. This makes the code easier to maintain and makes
sure all DokuWiki plugins are actual instances of DokuWiki_Plugin.
However this adds a bunch of functions to the "normal" parser modes that
don't need them which could have performance/RAM implications.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Something is broken on travis-ci.org regarding the max execution time
limit and code coverage generation. I have no clue how to solve this, so
I remove this again for test completion's sake.
Please chime in with ideas at
* https://github.com/travis-ci/travis-ci/issues/1837
* http://stackoverflow.com/q/20972248/172068
|
| |
|
|
|
|
| |
not sure if we end up using it
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Translation update (ar)
|
|/ |
|
|
|
|
|
|
| |
Minified jQuery contains a source mapping hint that will result in a 404
in Chrome. I removed the hint for now. A better solution (eg. fixing the
mapping URL) should be found.
|
|\
| |
| | |
Fixed typo
|
| | |
|
|\ \
| | |
| | | |
Translation update (bg)
|
| |/ |
|
|\ \
| | |
| | | |
Translation update (ar)
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Translation update (he)
|
|/ / |
|
|\ \
| |/
|/| |
Translation update (he)
|
|/ |
|
|\
| |
| | |
Translation update (sv)
|
|/ |
|
|\
| |
| | |
Translation update (vi)
|
|/ |
|
|\
| |
| | |
Translation update (nl)
|
|/ |
|
|\
| |
| | |
Provide an XMLRPC logoff method.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
script, which typically should not store their authentication cookies on
disk. However: 1st: DW cannot tell if an external script is in this
respect well-behaved. 2nd: it does not hurt to provide means for a
voluntary log-out.
There are, BTW, two parts of authentication data: one is stored in the
cookie-storage of the client, and the other part is stored in the
session data of the DW instance on the server. This logoff call is
responsible for invalidating the credentials stored on the server,
regardless of any cookie data remaining (or being stolen) on the client
side.
|
|\ \
| | |
| | | |
Translation update (bn)
|
|/ / |
|
|\ \
| | |
| | | |
Translation update (bn)
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| | |
Since a8dba4523d2ecd09dd69a68a36673eaf5c009c57 the search index didn't
properly index numeric words anymore, instead they were added as new
words to the word list each time they were indexed, leading to an
ever-increasing index size.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 32eed03cda7768e2efac40f1791c6b967d82778b, reversing
changes made to 9e8bcd5f2ba2246ad2dff46d0313cb0c9e9f5579.
I accidentally hit the wrong button on github :-) This translation added
no new strings and should not have been merged.
|
|\ \
| | |
| | | |
Translation update (it)
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| | |
The plugin manager echos raw URLs in error messages, this could allow to
construct an XSS attack. However the affected form is CSRF protected,
so an attacker would require another XSS vulnerability to get the needed token,
rendering this attack unneeded. So this should not be exploitable.
|
| | |
|
|\ \
| | |
| | | |
CRLF 2 LF whitespace fixes
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
being a mess
Bi-directionality is generally a huge pain in the arm, browser vendors
only added a few improvements quite recently. This fix only works in
Mozilla and Webkit currently. Affected syntax was links and media and all
opening and closing syntax (e.g. code and del and various plugin syntax).
|
|\ \
| | |
| | | |
Translation update (ko)
|
|/ / |
|
|\ \
| | |
| | | |
Properly fix RSS namespace listings containing hidden pages FS#2891
|
| | | |
|