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 ...
|
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 |
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 |
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 |
a046116d | 27-Nov-2015 |
Andreas Gohr <andi@splitbrain.org> |
forgot to fix one test |
216e727c | 27-Nov-2015 |
Andreas Gohr <andi@splitbrain.org> |
adjust tests to make use of new DOKU_HAS_*ZIP defines |
cc529468 | 12-Oct-2015 |
Michael Hamann <michael@content-space.de> |
Add an ACL check in page_findnearest, fix #1369
This means that templates that use this function will no longer display pages like sidebars that can't be accessed by the current user. |
ddd88cdd | 25-Sep-2015 |
Christopher Smith <chris@jalakai.co.uk> |
improve blank() unit tests |
5b571377 | 25-Sep-2015 |
Andreas Gohr <andi@splitbrain.org> |
add convenience function for empty check without 0
This allows to quickly check if a variable is empty but keeps strings and numbers evaluating to zero. |
d09fc643 | 20-Aug-2015 |
Phil Hopper <phillip_hopper@wycliffeassociates.org> |
Fix Parser Media tests running locally
These tests were passing on travis-ci but failing when run locally because the tests were assuming the value of DOKU_BASE would be '/./' but it was actually '/
Fix Parser Media tests running locally
These tests were passing on travis-ci but failing when run locally because the tests were assuming the value of DOKU_BASE would be '/./' but it was actually '/tmp/' instead.
show more ...
|