| 5c6412cc | 03-Mar-2020 |
Phy <git@phy25.com> |
rename vague AuthPlugin used by remote and authdelete tests |
| 81f50a50 | 03-Mar-2020 |
Phy <git@phy25.com> |
add unit tests that check exception type on remote args missing for #2545 |
| 2ae2e001 | 02-Mar-2020 |
Phy <git@phy25.com> |
relax Revert permission to EDIT from manager
Revert is another type of edit, which may be simulated by manual editing without using this shortcut. This patch thus relaxes the permission check.
Than
relax Revert permission to EDIT from manager
Revert is another type of edit, which may be simulated by manual editing without using this shortcut. This patch thus relaxes the permission check.
Thank you @Klap-in for pointing this out.
show more ...
|
| 51ddbadd | 20-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
move histogram() into MetadataIndex class |
| 5f9bd525 | 20-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Revert "histogram() change args order"
This reverts commit 4d04b7bbfe9c97673b0f22586d88e161aca34f70. |
| fd9f9891 | 20-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove unnecessary comment |
| 9329b002 | 02-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change static methods into instance methods |
| 4a90f94b | 02-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
move backlinks() and mediause() into MediaIndex class |
| 743c9a28 | 31-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rename PagewordIndex to FulltextIndex |
| 4d04b7bb | 31-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
histogram() change args order
INdexer::histogram() is only used in indexer_histogram.test.php file. |
| 4027a91a | 30-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use Indexer.php instead of PageIndex.php |
| 4352f974 | 22-Jan-2020 |
Andreas Gohr <gohr@cosmocode.de> |
Better callable support in Event default actions
Instead of parsing the passed callback ourselves, this patch relies on call_user_func_array() instead to call an Event's default action. This ensures
Better callable support in Event default actions
Instead of parsing the passed callback ourselves, this patch relies on call_user_func_array() instead to call an Event's default action. This ensures all possible ways to define a callback (including static methods) can be used.
This should fix a problem mentioned in #2943
show more ...
|
| c083b3ca | 20-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
create PluginUtils.test.php |
| 2f5645ef | 19-Jan-2020 |
Phy <git@phy25.com> |
add trim, and polish test_quotes of css_compress, again
An edge case that space at the beginning won't get removed. |
| 74be1290 | 19-Jan-2020 |
Phy <git@phy25.com> |
polish test_quotes of css_compress
Now the testcase string should be clearer to read |
| c52c9e2b | 19-Jan-2020 |
Henry Pan <git@phy25.com> |
Add test_escapedQuotes to css_compress
Thank you @micgro42!
Co-Authored-By: Michael Große <mic.grosse@googlemail.com> |
| c562873b | 19-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove Undefined method dispacher for _test |
| 8bff05a3 | 19-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix _test/tests/inc/indexer_rename.test.php |
| bb38a884 | 19-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rewrite test files
replace idx_* and ft_* functions with relevant class metods |
| 6225b270 | 28-Dec-2019 |
Michael Große <mic.grosse@googlemail.com> |
Extract dokuwiki\Search\Indexer class
Not sure why Doku_Indexer caused phpcs to complain about the class name not being in PascalCase, but Doku_Handler didn't.
The namespace and new class name w
Extract dokuwiki\Search\Indexer class
Not sure why Doku_Indexer caused phpcs to complain about the class name not being in PascalCase, but Doku_Handler didn't.
The namespace and new class name was selected to be compatible with the upcoming changes in #2943. This should hpopefully reduce the overall hassle of touching the same code base.
show more ...
|
| 68491db9 | 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix part 5: Trying to access array offset on value of type bool/null |
| fc21b37b | 31-Oct-2019 |
Andreas Gohr <gohr@cosmocode.de> |
Ignore certain HTML validity errors
We use the ugc (user generated content) value for no-follow links since #2855 this is not yet supported in the validator.
This patch introduces a list of ignored
Ignore certain HTML validity errors
We use the ugc (user generated content) value for no-follow links since #2855 this is not yet supported in the validator.
This patch introduces a list of ignored error messages.
show more ...
|
| dbdd6a0c | 21-Oct-2019 |
Phy <git@phy25.com> |
clientIP: modify test to assume trusted proxy be included in IP array |
| 445b9378 | 21-Oct-2019 |
Phy <git@phy25.com> |
clientIP: Add tests addressing #2828
We cannot trust any IP not included in $conf['trustedproxy']. |
| 60ea9a07 | 20-Oct-2019 |
Phy <git@phy25.com> |
getGoogleQuery: add tests |