| Commit message (Collapse) | Author | Age |
|\
| |
| | |
renamed conflicting JavaScript functions FS#2915
|
| | |
|
|\ \
| | |
| | | |
FS#2901: Fix lessphp on PHP 5.2.0
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add the original filename to sendFile for Content-Disposition
|
| | | |
| | | |
| | | | |
Needs a check for null now.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | | |
In most cases this change will have no effect, but noes the response will use the filename that was originally requested. The downloaded filename can be modified to something different as well. E.g. the siteexport plugin will make use of it.
|
| | | |
| | | |
| | | | |
In most cases this change will have no effect, but noes the response will use the filename that was originally requested. The downloaded filename can be modified to something different as well. E.g. the siteexport plugin will make use of it.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* origin/PR523:
Update tpl_getConf() signature to match plugin::getConf()
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Translation update (ko)
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The regex wasn't properly escaped here which lead to problems when the
path contains backslashes. This is the root cause of the bug reported
at https://github.com/cosmocode/edittable/issues/19
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
We now use phpversion() instead of php_logo_guid()
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Translation update (id)
|
| | |_|/ /
| |/| | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Translation update (cs)
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Update action.php
|
|/ / / / /
| | | | |
| | | | | |
fix bug that only allows admins any AJAX calls
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Translation update (tr)
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Translation update (fr)
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Translation update (sk)
|
| |/ / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
this should help with applying pull requests that do come not from the
translation interface as it makes sure the files will be at least
syntactically correct.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
our translation interface used to submit empty files for a while but no
longer does, so these can go
|
|\ \ \ \
| | | | |
| | | | | |
Translation update (pl)
|
| |/ / / |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Translation update (el)
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | | |
Translation update (pl)
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
remove some code duplication from syntax plugins
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reads some duplication in the from of haveing a Doku_Parser_Mode
and Doku_Parser_Mode_Plugin class which are basically the same but only
the latter extends DokuWiki_Plugin. This avoids the performance/RAM
problems mentioned in my previous commit. An interface keeps both
logically together.
With PHP 5.4 further deduplication could be done via Traits.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | | |
AUTH_ACL_CHECK event around ACL checking
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
allows to modify ACL results in the AFTER event or to implement a
completely different ACL mechanism in the BEFORE event.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
dokuwiki template: Fix the preview width on small screens FS#2914
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Resize image by height
|
| | | | | | | |
|
| | | | | | | |
|