| 922cfa6a | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remote api ackcheck: if user given, but no groups, retrieve groups
with unittests |
| b736dcfd | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use variable in remoteapicore_test |
| bbbe85f6 | 11-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Add test for extended select-options |
| 0c4c0281 | 30-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
optional class for methods that open a table,row,cell,header, ul,ol
Let plugins add their own classes to builtin tables or lists.
Fixes #1188 Alternative for #1360 (and PR #1515) |
| 33fe8b15 | 27-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting remoteapicore unittests |
| 3105ba7a | 27-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix base of local url in remoteapi unittests |
| a99e3536 | 27-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
RemoteAPICore improvements and unittests
RemoteAPICore - visibility methods - getAttachmentInfo returns modification date of deleted files - pageVersions returns only current revision (once) if $fir
RemoteAPICore improvements and unittests
RemoteAPICore - visibility methods - getAttachmentInfo returns modification date of deleted files - pageVersions returns only current revision (once) if $first=0. Adresses issue mentioned at #1550 - added unittests - updated API number
show more ...
|
| f449b8c9 | 20-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed references to 'disabled' file in plugins.local.php |
| 30f3bd15 | 20-Apr-2016 |
Michael Grosse <grosse@cosmocode.de> |
Do not cache cleanID for $ascii == true
Caching must differentiate between a call with $ascii == true and a call without that parameter. Since calling that function with $ascii == true rare, we simp
Do not cache cleanID for $ascii == true
Caching must differentiate between a call with $ascii == true and a call without that parameter. Since calling that function with $ascii == true rare, we simply do not cache that case.
show more ...
|
| b018ecbe | 18-Apr-2016 |
Michael Grosse <grosse@cosmocode.de> |
Fix caching issue in wikiFN
The function wikiFN effectively takes the $clean flag now into account when caching filepaths and when returning them from cache.
Fixes #1536 |
| 38c55182 | 15-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
form prefill: honor empty values
when a form was submitted with an empty input, that data should still overwrite the preset value. |
| 8638ead5 | 15-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
added dropdown type to new Form system #1312 |
| acb389a8 | 15-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
supress lint error on LF signature #1101 |
| 7c3e4a67 | 15-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
renamed ignoreacl parameter to useacl |
| 7468fb90 | 11-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
msglint is HTTPS now. fixed failing tests |
| b6cc2b69 | 19-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
let path to revision file in tests depend on compression setting |
| f48e16ab | 19-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reload some config settings after the conf reset in DokuWikiTest::setUp |
| 6072486d | 19-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
bunch of tests for saveWikiText |
| 4b5aebc1 | 18-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
filesize zero cases, compressed revisions
- handle all cases where not an old file exist, or when that old file is zero size. - When using old revision normally these files are compressed, use uncom
filesize zero cases, compressed revisions
- handle all cases where not an old file exist, or when that old file is zero size. - When using old revision normally these files are compressed, use uncompressed size.
show more ...
|
| f549be3d | 18-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
io_getSizeFile returns uncompressed size of given file
A bz2-file doesn't contain information about the size of its uncompressed content. Therefore it requires reading the whole file to obtain the f
io_getSizeFile returns uncompressed size of given file
A bz2-file doesn't contain information about the size of its uncompressed content. Therefore it requires reading the whole file to obtain the filesize.
show more ...
|
| 7ac1b2cc | 15-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjusted tests for reflection based method export |
| 32a211c7 | 11-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
added a postgres example database to the tests |
| 924cc11c | 11-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
add support for new Django hashing methods
New Python Django application default to PBKDF2 with SHA256 as a password mechanism. This adds support for that mechanism in our password hasher class. Thi
add support for new Django hashing methods
New Python Django application default to PBKDF2 with SHA256 as a password mechanism. This adds support for that mechanism in our password hasher class. This will be needed in the tests for the new PDO auth plugin.
show more ...
|
| 023953f0 | 17-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added test for saveWikiTest()
for possible upcoming refactoring |
| 3f4d1534 | 12-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
first go at using real database dumps for tests
this configures a minimal wordpress setup |