| Commit message (Collapse) | Author | Age |
... | |
|/ / / / |
|
| | | |
| | | |
| | | |
| | | | |
to accommodate the change introduced in e6d2a179db8ba3d368f5d453201de9ce41502a4f
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
strip any trailing dots when resolving IDs
|
| | | |
| | | |
| | | |
| | | | |
These tests have been moved to the File namespace.
|
| | | |
| | | |
| | | |
| | | | |
fixes #4072
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
It was already replace in code, replaced in unit test as well.
|
| | |
| | |
| | |
| | |
| | | |
This ensures only text/xml or application/xml content types are accepted
when communicating with the XML-RPC API
|
| | | |
|
| | |
| | |
| | |
| | | |
This moves our JavaScript compressor into its own composer dependency.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Bug report says polish letters aren't deaccented correctly, but it seems
to work?
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The wrong quotes were used, turning what was meant to be a tab char into
a literal t.
fixes #3923
|
|\ \ \
| | | |
| | | | |
Mail EOL handling
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* pr/3774:
Revert: Messed up PR #3774
Replace direct access to $_SERVER with $INPUT->server->…
Shorten comment line to appease PHP Code Sniffer
Remove PHP version differentiation for MAILHEADER_EOL
Fix testing errors with CRLF line endings
remove obsolete define of MAILHEADER_EOL
Handle change of line endings in mail() in PHP 8.0.14+
|
| | |/ / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will not only clean up double slashes etc. as mentioned in #3903
but will also output the full canonical path (starting at the filesystem
root) when showing an error on initializing the savedir paths. This
should make it easier to understand which path DokuWiki is trying to
access exactly.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The code always tried to access positon 2 of the parsed token, even for
tokens shorter than that (like OR)
fixes #3896
|
| | | |
| | | |
| | | |
| | | | |
This will be needed in the release automation I'm currently working on.
|
| | | |
| | | |
| | | |
| | | | |
Fixes #3808
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This service is based on httpbin-go which seems to be better maintained
and should be easy to set up for ourselves if needed.
This also fixes a warning when the client is reused with the
max_bodysize mechanism
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Having "inc" in the namespace is awkward. Instead the test class
namespaces now correspond to their real class namespaces.
With further refactorings we should get rid of most of the stuff in
tests/inc
this is a continuation of #3812
|
|\ \ \
| | | |
| | | | |
replace phpquery by php-dom-wrapper #3308
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
This replaces the outdated phpquery library by the newer and maintained
php-dom-wrapper. Usage is similar but not a 1:1 replacement. phpQuery is
left in but marked as deprecated.
|
|\ \ \
| |/ /
|/| | |
Test Autoloading Cleanup
|
| | |
| | |
| | |
| | |
| | | |
This adds the test namespace to those test classes that are already in
PSR4 format.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This replaces my attempt in 12ebce974be688ac34bf4389645d5fc7baa29cc7
The canonical namespace for DokuWiki core tests is dokuwiki/test/ and
this is mapped to _test/tests now in the autoloader.
This means the majority of tests is in the dokuwiki/test/inc namespace.
Mockfiles are located at _test/mock and have the namespace
dokuwiki/test/mock - if that's good or bad is debatable. I simply kept
it as it always has been. But there might be an argument for having mock
objects closer to the tests that use them (eg. right next to the test
files).
|
|\ \
| | |
| | | |
Remove the htmlok and phpok embedding options
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Both options have grave security implications and novice users seem to
ignore advice about them. In the last decades I never came across a wiki
that had legitimate use of these options.
If someone needs the functionality, it can easily be added back using a
plugin. But I prefer to give users one less option to shoot themselves
in the foot.
Removal of the translations for the config strings can follow after this
has been merged.
|
|\ \
| |/
|/| |
Support the multiple attribute in Form selects
|
| |
| |
| |
| |
| |
| |
| |
| | |
This should fix a problem mentioned in
https://github.com/splitbrain/dokuwiki-plugin-data/pull/229#issuecomment-1196367602
Note that prefilling from $INPUT is still only supported for single
value selects.
|
| | |
|
|/ |
|
|\
| |
| | |
Fix loading order of extra defaults settings in the Configuration Manager
|
| | |
|
| |
| |
| |
| | |
settings
|
| |
| |
| |
| | |
As discussed in #3609
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Some PHP 8.1 compatibility fixes
|
| |/
| |
| |
| |
| |
| |
| | |
defaults for htmlspecialchars change in PHP 8.1
All calls should always use our hsc() method to ensure comparability
(especially when testing)
|
| | |
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* master: (142 commits)
authPDO: extend mysql test to ensure multiple groups are read
update DokuWiki install URL
update smtp plugin URL
update flashplayer URL
Revert "Merge pull request #3039 from takuy/video-attributes"
Revert "fixed video attribute handling in php8"
Revert "more php8 fixes for the video attributes"
guard against unsert user name. fixes #3455
remove remaining X-UA-Compatible headers. fixes #3434
more php8 fixes for the video attributes
fixed video attribute handling in php8
fix test for draft file
fix security problems in draft handling. fixes #3565
fix handling of loading auth backend
check CSRF token in draftdel action. fixes #3563
ignore another PSR12 style check for now
authplain: properly clean user names
Removes use of deprecated create_function() in teests. Replaces them with anonymous functions. Refs #3545
check security token on logout. fixes #3561
create SECURITY.md fixes #3558
...
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
This reverts commit 408d79f78505248f9ccb44bd2561cedc250ce5a1, reversing
changes made to b7c67f83bd81eff3186e4ebd2d9e86cd2c32468d.
|
| | |
| | |
| | |
| | | |
This reverts commit f5cdab8ec90af0cde0c0e32209470cfa820b8ab5.
|
| | |
| | |
| | |
| | | |
This reverts commit 89e046c85b43365a46ce9f137a1b843d3ef6813b.
|
| | |
| | |
| | |
| | | |
I defaulted back to null instead of an empty array.
|