| 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 ...
|
| 8f0df229 | 18-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
Form: added Button element #1312 |
| 08099e4f | 18-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
Form: correctly set type attribute for inputs #1312 |
| 32c7ba22 | 24-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
skip sha512 tests when it's not available
This makes the entire testsuite run through on HHVM 3.8.0 on phpunit beta-2015-06-18 :-)
Note: this does not mean that DokuWiki is fully compatible with HH
skip sha512 tests when it's not available
This makes the entire testsuite run through on HHVM 3.8.0 on phpunit beta-2015-06-18 :-)
Note: this does not mean that DokuWiki is fully compatible with HHVM, but it's a good step!
show more ...
|
| 0cfb5a30 | 23-Jul-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Remove non-functioning interwiki links |
| b86bc28a | 01-Jun-2015 |
iamchenxin <iamchenxin@gmail.com> |
remote.test |
| 17e17ae2 | 16-Jul-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Encode unsafe characters in interwiki links. closes #1220 |
| ccee93d9 | 16-Jul-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Unit test for interwiki URL encoding bug |
| ae614416 | 12-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
changed all input type=submit buttons to button type=submit button for better stylability |
| ec3b241d | 30-Jun-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
improve IXR_Date unittests |
| 4d1366e4 | 30-Jun-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Use a DateTime object in the IXR_Date |
| dc4a4eb0 | 29-May-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Abort io_replaceInLine when the search parameter is empty |
| e12c5ac7 | 29-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Minor Refactoring - put test comments in more appropriate spot - move appending replacement line alongside its search/delete code |
| 3dfe7d64 | 29-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
add anchors when constructing pattern from a non-regex oldline |
| 9a734b7a | 28-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Refactor code to make it simpler. The changes should also: - fix unlikely edge case when replacement line is the same as the old line (would have resulted in timeout) - reduce memory footprint - av
Refactor code to make it simpler. The changes should also: - fix unlikely edge case when replacement line is the same as the old line (would have resulted in timeout) - reduce memory footprint - avoid applying string search beyond maxlines replacement limit
show more ...
|
| a61966c5 | 16-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Provide a function to return admin plugin for the page request.
This was previously carried out in three separate places. Refactor that code to use the new function.
Update tpl_pageTitle test to us
Provide a function to return admin plugin for the page request.
This was previously carried out in three separate places. Refactor that code to use the new function.
Update tpl_pageTitle test to use a manager level admin plugin.
show more ...
|