| Commit message (Collapse) | Author | Age |
|\
| |
| | |
Fixed cache dependency for template's style.ini
|
|/
|
|
| |
Web path was used instead of filesystem one.
|
|\
| |
| | |
Improve denied access text FS#2124
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 524df5769a0b9b7aa35af6500c85528c2b0515fe.
Conflicts:
inc/lang/bn/lang.php
inc/lang/fr/lang.php
|
| |\
| | |
| | |
| | |
| | |
| | | |
Conflicts:
inc/lang/bn/lang.php
inc/lang/fr/denied.txt
|
| |\ \
| | | |
| | | |
| | | | |
FS#2124deniedtext
|
| | | |
| | | |
| | | |
| | | | |
this has been done by a script and might not be 100% accurate
|
| |/ /
| | |
| | |
| | | |
- restore lang string as well
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
git://github.com/dokuwiki-translate/dokuwiki into pull-request-605
* 'lang_update_119' of git://github.com/dokuwiki-translate/dokuwiki:
translation update
Conflicts:
lib/plugins/acl/lang/et/lang.php
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Switched file icons against generated ones, added 32x32 versions
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
adjusted some colors, added a few common extensions for codeblocks
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
for backwards compatibility
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
now we no longer limit generation to the extensions in mime types,
because file icons are used in downloadable code blocks, too.
All icons were regenerated with the latest update of the generator.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Events: Trigger a warning if the default action is not callable
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This adds a warning in the case that the default action is not null but
also not callable which can happen when the supplied method is not
public.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
git://github.com/dokuwiki-translate/dokuwiki into pull-request-611
* 'lang_update_123' of git://github.com/dokuwiki-translate/dokuwiki:
translation update
Conflicts:
lib/plugins/acl/lang/et/lang.php
|
| | |_|_|/ / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
Translation update (et)
|
| |/ / / / / |
|
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This very basic test ensures that the useCache method works as
expected for simple scenarios. This test case fails without commit
a8795974051a91137b01ff88dbf5586a647b24ce and then also triggers the
warning that was introduced in bc2ddb548f71b1a822dd03c3bc7c3c0e7cd9b152
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Caching had been completely broken (disabled) for caches with events
because the default event handler (cache::_useCache()) was protected and
thus couldn't be executed by the event handler. This was broken in
c59b3e001d1e8258b1d118909257b70516c8a6b1
|
|\ \ \ \
| | | | |
| | | | | |
Translation update (ru)
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Translation update (ru)
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
git://github.com/dokuwiki-translate/dokuwiki into pull-request-599
* 'lang_update_102' of git://github.com/dokuwiki-translate/dokuwiki:
translation update
Conflicts:
inc/lang/et/lang.php
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Translation update (et)
|
|/ / / / |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Purge error log messages to support use of E_ALL
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
doesn't exist
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Mostly this is for unit tests which use of \$_SERVER['REMOTE_USER']
It ensures the reference/alias connection between \$INPUT->server
and \$_SERVER is renewed before each test. Tests using TestRequest
class will replace this \$INPUT with their own.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|