c48d6608 | 26-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
Revert "more php8 fixes for the video attributes"
This reverts commit 89e046c85b43365a46ce9f137a1b843d3ef6813b. |
89e046c8 | 20-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
more php8 fixes for the video attributes
I defaulted back to null instead of an empty array. |
f5cdab8e | 20-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
fixed video attribute handling in php8 |
1ef67323 | 17-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
fix test for draft file |
b0265d20 | 14-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
ignore another PSR12 style check for now |
a3095052 | 14-Dec-2021 |
Oscar Merida <oscar@oscarm.org> |
Removes use of deprecated create_function() in teests. Replaces them with anonymous functions. Refs #3545 |
5e23cdb8 | 29-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Update common_saveWikiText.test.php
allow 2nd to last revision check for normal save |
b7b9a99d | 28-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
update unittest checkChangeLogAfterNormalSave
add routine for "save on top of external edit" assertions |
8fb3ff96 | 27-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
saveWikiText() unittest 5
5.1 create a page 5.2 external edit 5.3 edit and save 5.4 delete 5.5 create a page, second time 5.6 externally delete 5.7 create a page, third time |
e21f9472 | 27-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
saveWikiText() unittest 3.3
second to last revision check after repeated external edit |
92fda7f4 | 27-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
saveWikiText() unittest 4
4.1 externally create a page 4.2 edit and save 4.3 externally edit (file older than last rev) |
3c425c43 | 24-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
group assertions for saveWikiText() |
ed1d7c89 | 11-Nov-2021 |
Andreas Gohr <andi@splitbrain.org> |
removed wrong test
See https://github.com/splitbrain/dokuwiki/pull/3272#issuecomment-966367900 for reasoning |
54611a7a | 11-Nov-2021 |
Andreas Gohr <andi@splitbrain.org> |
fix fallback implementation for resolve_pageid()
When an empty link was given, the old implementation fell back to $ID, this was handled incorrectly in the deprecated method. |
01f039b6 | 11-Nov-2021 |
Andreas Gohr <andi@splitbrain.org> |
simplify relative resolver and add tests |
1c097872 | 11-Nov-2021 |
Andreas Gohr <andi@splitbrain.org> |
make resolveStartPage easier to understand
This dosn't really change the behaviour but makes the code easier to grasp. A simple unit test has been added. |
df60c5f9 | 06-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Update common_saveWikiText.test.php
getRevisions() may return empty array when changelog file does not yet exist. |
3d3f6056 | 06-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rewrite unit test of saveWikiText |
6e05e48e | 01-Nov-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix typo |
e937d004 | 24-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
typo |
7866d571 | 24-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
UnitTest of pageinfo(), saveWikiText()
ChangeLog creates early .change file, p_get_metadata() will get full "meta_last_change" entry. The current key in the revinfo need to be excluded prior to p_s
UnitTest of pageinfo(), saveWikiText()
ChangeLog creates early .change file, p_get_metadata() will get full "meta_last_change" entry. The current key in the revinfo need to be excluded prior to p_set_metadata() call.
show more ...
|
6146c10b | 24-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
UnitTest, ApiCore::pageInfo()
author is available from changelog::getRevisionInfo() |
fb285245 | 23-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
UnitTest around changelog, set correct time of page source
ChangeLog constructor will check the date of current page/media file to detect external edits via getCurrentRevisionInfo() |
852992b4 | 20-Sep-2021 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Remove phpunit cache. |
e32b1b0f | 01-Oct-2020 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Fix PHPUnit fatal errors compatibility with void. |