| Commit message (Collapse) | Author | Age |
|
|
|
| |
Those are now specified in the _test composer file.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This uses a class that maps strftime placeholders to the appropriate ICU
patterns. I am using the fallback-intl branch here which provides an
English-only fallback when the intl extension is not available.
Core has only two places where strftime is used: dformat() and the
SimplePie feed parser. Both are adjusted with this patch. For the latter
a custom Item class had to be registered. For better separation all our
FeedParser classes have been moved to the Feed namespace where our
FeedCreator classes already reside.
Note that this will currently be a degration for users without intl as
it will fall back to date and not to the still available strftime.
|
| |
|
| |
|
|
|
|
|
|
|
| |
This replaces the abandoned fork with my own fork at splitbrain/lesserphp
That fork has been cleaned up somewhat and the issues in #4088 should be
fixed.
|
| |
|
|
|
|
|
| |
This replaces the dependabot PR #4114 and adjusts the usage of the
library.
|
|
|
|
|
| |
updates may also be caused by the php platform version increase in the last
commit
|
|
|
|
| |
This moves our JavaScript compressor into its own composer dependency.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes #3651
|
| |
|
|
|
|
|
|
|
| |
This is a monky patched version of kissyfrot/php-ixr until my PR has
been accepted upstream.
Plugins using the XML RPC client may need adjustments.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This applies https://github.com/MarcusSchwarz/lesserphp/pull/19 manually
to the vendor directory.
It seems lesserphp is abandoned and we will need to find a proper
solution. Probably by maintaining our own fork. For now this should fix
PHP 7.4 tests.
|
|\
| |
| | |
use Slika for image resizing and cropping
|
| | |
|
|/
|
|
| |
fixes an incompatibility with PHP 8
|
| |
|
|
|
|
|
|
|
| |
GeSHi/geshi-1.0#134 has been merged but a new release tag hasn't been
assigned, yet. Since this may take a while, this patch requires the master
branch. It should be reverted to a proper version again once it's
available.
|
|
|
|
| |
fixes a PHP 7.4 incompability
|
|
|
|
| |
All composer dependencies have been updated
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The 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/lesserphp
splitbrain/php-cli (1.1.2 => 1.1.5)
|
|
|
|
|
|
| |
Refer to module by suitable file name (mod_*.c).
Test for mod_authz_core.c (instead of mod_authz_host.c) to properly
detect Apache 2.4 and avoid false positive for Apache 2.2.
|
| |
|
| |
|
|
|
|
| |
monkey patched GeSHi/geshi-1.0#104
|
| |
|
|\
| |
| | |
New CLI Plugin Type
|
| |
| |
| |
| | |
It has few more features (like turning down verbosity) and looks nicer
|
|/ |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* master: (70 commits)
Release preparation
translation update
do not disclose email or IP addresses of users through RSS
small fix
Make default encapsulation more readable and less duplicate.
Replace htmlspecialchars to hsc in core
Add the preview-bool for the cache file.
Add htmlspecialchars when showing $DATE_AT
#2021 broken links to W3C validators also dokuwiki and php are on https
made bin/wantedpage.php more flexible
doc abbreviation
Fix PHP Notices: Reduce error log noise
Create valid empty options
translation update
doc fix
translation update
using $options->getCmd to retrieve show-pages parameter
added option to wantedpages.php to show or not show pages where broken links occur
show pages where broken links occur: page_id => broken_link
clean extension names. fixes #2042
...
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
| |
This is a better maintained fork of lessphp. It seems to be fully
compatible, so this is more or less a drop in replacement.
|
| |
|
| |
|
|
|
|
|
|
| |
This updates the SimplePie RSS parser to the recent 1.4.3 release,
fixing an PHP 7 bug (and probably others). We now use a composer based
install.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* master: (54 commits)
updated geshi
authpdo - use type safe comparison on passwords. fixes #1765
removed unneeded files from random_compat
Use cryptographically secure pseudo random number generator (CSPRNG)
translation update
translation update
translation update
translation update
translation update
or maybe I only now figured out the right travis config :-/
disable 7.1 testing completely
allow 7.1 failures until it's released #1682
DE translation for key 'protected'
Use 'Benachrichtigung' instead of 'Notifikation'
Fix spelling of some terms (lower to upper case)
DE translation for key: addUser_error_missing_pass
DE translation for keys: update_name, update_mail
translation update
translation update
Implemented interwiki substitution for external images (issue #1614).
...
|