| Commit message (Collapse) | Author | Age |
| |
|
|\
| |
| | |
Fixes messages.txt's modification timestamp not being updated.
|
|/
|
|
|
|
|
|
|
| |
This bug occurs on systems where writing a zero-length string to an
empty file does not update the file's modification timestamp.
This leads to the messages.txt being downloaded almost endlessly, causing
long delays for logged-in users. Visitors are not affected, because the
messages.txt is only updated for logged-in users.
|
|
|
|
|
|
| |
When a plugin file exists, we can assume it is the correct file and load
it without error supression. This makes it much easier to detect and
debug problematic plugins.
|
|
|
|
| |
In some circumstances the username was set in latin1.
|
| |
|
|
|
|
|
| |
This prevents an "Illegal string offset" error in PHP 5.4 in the test
cases (the integration tests failed here with PHP 5.4).
|
|
|
|
|
| |
Call-time pass-by-reference is a fatal syntax error in PHP 5.4 and
stdClass objects can't be instantiated automatically anymore.
|
|
|
|
|
|
|
|
|
|
| |
Previously when in an event handler the same event was triggered again,
only the handlers for the second event invocation were all executed, the
handling of the "outer" event stopped after the handling of the inner
event as they both used the same iterator of the hooks array. This
caused caching bugs e.g. when both the include and the indexmenu plugin
were enabled as both of them load metadata in the cache handler which
triggers another renderer cache event.
|
| |
|
|\
| |
| | |
This allows easier identifying of which version has been restored (FS#2522)
|
|/
|
|
|
|
| |
summary field.
This allows easier identifying of which version has been restored. (FS#2522)
|
| |
|
| |
|
|\
| |
| | |
some tweaks to the pagetool css FS#2481
|
| | |
|
|\ \
| | |
| | | |
Changed style of notification messages
|
| |\ \
| |/ /
|/| | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
See
http://stackoverflow.com/questions/805107/how-to-create-multiline-strings
for info on them.
|
| | |
| | |
| | |
| | | |
This was fixed in upstream and the upstream tests caught this :-)
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
seems like phpunit will not run all test classes inside a file when
giving it as an argument :-/
I removed the error supression tests as these test a feature we do not
have in our JSON class version (and shouldn't implement to keep as
compatible as possible to the native JSON functions)
|
| | |
| | |
| | |
| | | |
upstream plus a test for our modifications
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Replace SimpleTest with PHPUnit
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Input iteration counts are squared in the function and passing something
above 30 is giving integer overflows on 32 bit systems (and causes insane
iteration counts on 64bit systems).
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
according to Dominik Eckelmann one of the tests fails on certain servers. I can't
reproduce it. If you can, please open a bug report with as much info as
possible.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
this fixes the HTTP tests which do test the base class directly instead
of the DokuHTTPClient subclass
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* master:
added option to disable reverse DNS lookups
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
The test can be skipped by excluding the "slow" group.
|
| | | | |
| | | | |
| | | | |
| | | | | |
removed unneeded data files, converted tabs to spaces
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This didn't really need runkit. The way runkit was used didn't add any
more credibility to the test result
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* master: (29 commits)
some edge case checking in search result highlighting
Resolve empty page ID to configured start page
Added more detail error code for unauthorized calls in xmlrpc interface.
changed internal Mailer members from private to protected
made it possible to disable HTML mails in the config
removed commented code left from the quoted_printable days
add missing table tags for HTML diff mails
fixed subscriber mail signatures
use real HRs in HTML mails
Add various headers to the mails FS#2247. pull request #83 closed
removed footer image from HTML mails
use inlinestyles for diffs in HTML mails
fixed signature stripping
fixed mailprefix handling
fixed missing replacement for HTML notify mails
allow image embeds in HTML mail templates
Added HTML wrapper for mails
allow non-txt extensions when accessing locales
added Mailer class to autoloader
Replaced mail_send calls with new Mailer class
...
|
| | | | | | |
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
https://github.com/splitbrain/dokuwiki/pull/96#issuecomment-5195756
|
| | | | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \ |
|
| | | | | | | | |
|