| a566f85e | 27-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting |
| f3cd98a0 | 27-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use variable for wikiurl in tests |
| 774514c9 | 27-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
translate html and text string for signature
Default only text string exists, via localized translation a wiki admin can add his/her own (html) version. |
| 879851d3 | 23-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Add sleep(1) to remoteapicore to ensure new other timestap(=rev nr)
Could improve failing test of #1589 |
| 25692208 | 23-May-2016 |
Anika Henke <anika@selfthinker.org> |
always separate a number and a unit by a non-breaking space |
| 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 ...
|