| 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.
|
| |
|
| |
|
|
|
|
| |
This moves our JavaScript compressor into its own composer dependency.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
All composer dependencies have been updated
|
| |
|
|
|
|
| |
It has few more features (like turning down verbosity) and looks nicer
|
|
|
|
|
| |
this ensures installed composer libraries will be compatible even when
installed from a higher version platform
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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).
...
|
| |
| |
| |
| |
| |
| |
| |
| | |
Uses paragonie/random_compat instead of insecure home-brewed code.
It's NEVER fine to fall back to mt_rand() for secure random.
Fixes #1760.
|
|/
|
|
|
|
|
|
| |
We used to ship only parts of phpseclib in inc/phpseclib which made it a
little tricky to update. This replaces the library with a composer
installed version, making the rest of the library available to plugin
authors. It might fix a problem with PHP 7.1 as reported in #1682
(unconfirmed)
|
| |
|
|
|