| 15bc9cbc | 07-May-2012 |
Tim Roes <mail@timroes.de> |
Removed vendor specific border radius |
| f774b92a | 04-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
let installer check for functions needed in HTTPClient FS#2505 |
| ca53ac98 | 04-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
Correctly handle multiline strings in JS compressor
See http://stackoverflow.com/questions/805107/how-to-create-multiline-strings for info on them. |
| 55ce1101 | 02-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed a JSON bug with handling backspaces
This was fixed in upstream and the upstream tests caught this :-) |
| 040571db | 02-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
also skip native JSON encoding when skipnative is true |
| 68fd957c | 02-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed JSON test cases
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
fixed JSON test cases
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)
show more ...
|
| 132fb7d3 | 02-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
added some blowfish tests
upstream plus a test for our modifications |
| f9f987b2 | 02-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
added the orginal unit tests for JSON.php |
| e0f1fe02 | 02-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed duplicated documentation header in JSON.php |
| 050f8f4d | 01-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed unecessary requiresin unit tests |
| 1831d8a0 | 01-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed password hashing tests for recent PMD5 change |
| 22f44d03 | 01-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
avoid integer overflow in PassHash::pmd5 method
Input iteration counts are squared in the function and passing something above 30 is giving integer overflows on 32 bit systems (and causes insane ite
avoid integer overflow in PassHash::pmd5 method
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).
show more ...
|
| e67fdd7b | 27-Apr-2012 |
Michael Hamann <michael@content-space.de> |
Unignore bundled template files in git as suggested by @timroes |
| bdc67fe7 | 27-Apr-2012 |
Robert Bogenschneider <robog@gmx.de> |
Esperanto language update |
| 98fb3f18 | 27-Apr-2012 |
Osaka <mr.osaka@gmail.com> |
Japanese language update |
| 14704953 | 27-Apr-2012 |
Yannick Aure <yannick.aure@gmail.com> |
French language update |
| fa44d8f1 | 27-Apr-2012 |
Tim Roes <mail@timroes.de> |
Changed style of notification messages |
| 23684d4a | 24-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
some cleanup for the testing plugin |
| f2ae886a | 24-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
reenabled password test
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. |
| f6199697 | 26-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
skip SSL tests whn no SSL support in PHP |
| a1d9de52 | 26-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
make HTTPClient loadable via autoloader
this fixes the HTTP tests which do test the base class directly instead of the DokuHTTPClient subclass |
| f940e4a0 | 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
display uploadable file size in media manager FS#2425 |
| 1a821051 | 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
match on img tag in feed's img align replacement
this should avoid false positive matches on user content (which is already escaped at this point) |
| 95d9eba6 | 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
disable DNS lookups in tests |
| cc92aca7 | 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
some first tests for the Mailer class |