adjust php.net URLhttps://secure.php.net is redirected to https://www.php.net by now, see PR#2371
Remove the htmlok and phpok embedding optionsBoth options have grave security implications and novice users seem toignore advice about them. In the last decades I never came across a wikithat had
Remove the htmlok and phpok embedding optionsBoth options have grave security implications and novice users seem toignore advice about them. In the last decades I never came across a wikithat had legitimate use of these options.If someone needs the functionality, it can easily be added back using aplugin. But I prefer to give users one less option to shoot themselvesin the foot.Removal of the translations for the config strings can follow after thishas been merged.
show more ...
Revert "Merge pull request #3039 from takuy/video-attributes"This reverts commit 408d79f78505248f9ccb44bd2561cedc250ce5a1, reversingchanges made to b7c67f83bd81eff3186e4ebd2d9e86cd2c32468d.
SVG based smileysThis patch replaces our old gif based smileys by SVG based ones from theTwemoji project. This allows for scaling the emojis with the textthey're used in.
update wiki:syntax with usage doc
Update year 2019 to 2020
Update link to https in welcome message
Update links and copyright year in documentation- Remove few dead links. - Move links from HTTP to HTTPS, this should be standard. - Update year 2015 to 2019.
Update composer dependenciesThe following dependencies have been updated:splitbrain/php-archive (1.0.10 => 1.1.1)phpseclib/phpseclib (2.0.11 => 2.0.23)paragonie/random_compat (v2.0.12 => v2.0.1
Update composer dependenciesThe following dependencies have been updated:splitbrain/php-archive (1.0.10 => 1.1.1)phpseclib/phpseclib (2.0.11 => 2.0.23)paragonie/random_compat (v2.0.12 => v2.0.18)simplepie/simplepie (1.5.1 => 1.5.3)geshi/geshi (v1.0.9.0 => v1.0.9.1)openpsa/universalfeedcreator (v1.8.3 => v1.8.3.2):marcusschwarz/lesserphpsplitbrain/php-cli (1.1.2 => 1.1.5)
Update PHP logo URL to HTTPS- solves mixed content warnings on web security analyzers - saves time since http://php.net/images/php.gif will redirect to https://secure.php.net/images/php.gif anyway.
typo
link to avanced geshi options. fixes #2352
updated GeSHi to 1.0.9.0
Fixed broken links to php.net and redirecting pages to php.net
no syntax highlighting, it attracts too much readers attention
Better suggestion for changing warning for nosmblink in browsersImproves syntax page due to feedback at #1233
Add description of ?linkonly below the embedded media list at syntax page
emphasis syntax has similar syntax, prevent conflicts
spaces were not stored due to automatically tools
increased copyright year in wiki:dokuwiki
Clean up RSS sort wording per https://github.com/splitbrain/dokuwiki/pull/999#discussion_r22706527.Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Document the nosort parameter.Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
update links at wiki:dokuwiki
updated syntax page to include recently added video and audio formats
replaced deprecated function in PHP embed demo FS#2929We now use phpversion() instead of php_logo_guid()
1234