| f64856ce | 20-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
only include dw files in coverage report except _ directories |
| 2f85287e | 19-Apr-2012 |
Adrian Lang <mail@adrianlang.de> |
Release preparations |
| d41322ba | 19-Apr-2012 |
Tim Roes <mail@timroes.de> |
Resolve empty page ID to configured start page |
| ff711734 | 19-Apr-2012 |
Andreas Gohr <gohr@cosmocode.de> |
escape target error message (SECURITY) FS#2487 FS#2488
The error message when a non-existant editor was tried to load wasn't escaped correctly, allowing to introduce arbitrary JavaScript to the outp
escape target error message (SECURITY) FS#2487 FS#2488
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
show more ...
|
| 56ef9b96 | 19-Apr-2012 |
Andreas Gohr <gohr@cosmocode.de> |
some more debug output in the indexer webbug |
| 9c6354e5 | 18-Apr-2012 |
Tobias Sarnowski <tobias@trustedco.de> |
use original conf directory and only shadow special files
https://github.com/splitbrain/dokuwiki/pull/96#issuecomment-5195756 |
| 12ee4774 | 18-Apr-2012 |
Tobias Sarnowski <tobias@trustedco.de> |
phpunit 3.6.10 is sufficient |
| b2a3342a | 18-Apr-2012 |
Tim Roes <mail@timroes.de> |
Added more detail error code for unauthorized calls in xmlrpc interface. |
| 5a0eec47 | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
for consistency, also use _test directory for plugins |
| c931742d | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
fixed content listing |
| f8369d7d | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
moved _testing to _test |
| d59108b9 | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
removed deprecated old test framework
|
| 96199bdf | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
finally updated phpdocs to reflect correct types |
| 1c354344 | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
enabled cleanup again |
| 7190b7ca | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
updated TODO list |
| 8c20cba5 | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
added testing plugin exception |
| f693efbc | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
added missing testing plugin with tests to test tests |
| bc82a8a1 | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
use sys_get_temp_dir() for tmp directory |
| 32f9c184 | 18-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
fixed broken plugin system |
| f9b8008a | 17-Apr-2012 |
Tobias Sarnowski <sarnowski@cosmocode.de> |
BROKEN added enable/disable feature for plugins |
| e048653b | 17-Apr-2012 |
Andreas Gohr <gohr@cosmocode.de> |
moved functions and classes out of bootstrap
There's still more that I'd like to moved out. bootstrap should not contain any logic but only call the appropriate functions for setup the test environm
moved functions and classes out of bootstrap
There's still more that I'd like to moved out. bootstrap should not contain any logic but only call the appropriate functions for setup the test environment.
show more ...
|
| c45ce449 | 17-Apr-2012 |
Andreas Gohr <gohr@cosmocode.de> |
added phpquery to test response
This should make it much easier to do integration tests based on the new TestRequest utility. |
| 23725b91 | 17-Apr-2012 |
Andreas Gohr <gohr@cosmocode.de> |
have a default plugin config
This allows us to distribute plugins that are disabled by default. We'll may want to do that for a special unit test plugin |
| 9f0205f7 | 17-Apr-2012 |
Tobias Sarnowski <tobias@trustedco.de> |
renamed class correctly |
| d8deaf4a | 17-Apr-2012 |
Andreas Gohr <gohr@cosmocode.de> |
removed hook method from TestRequest |