| 64ab5140 | 10-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
start of a refactoring the action routing
This is neither complete nor working, yet |
| 2afa8763 | 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
use old phpunit for testing on hhvm |
| 1bff2aba | 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
mark some tests as non-risky
Those tests either just check that an exception is NOT thrown or are there to check dependencies for other tests. Newer phpunits mark all tests as risky that have no ass
mark some tests as non-risky
Those tests either just check that an exception is NOT thrown or are there to check dependencies for other tests. Newer phpunits mark all tests as risky that have no assertion.
show more ...
|
| bad6fc0d | 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
replace deprecated create_function with anonymous functions |
| 75ce4e03 | 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
remove magic quote handling |
| 36113441 | 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
updated php-archive library |
| e0dd796d | 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
updated random_compat library |
| 08aad3a3 | 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc. |
| 074b2b3f | 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc. |
| 5a9597bb | 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc. |
| f50a239b | 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc. |
| 3476bb81 | 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
increase minimum version requirement to PHP 5.6 |
| 9e027a0a | 14-Mar-2017 |
Szymon Olewniczak <(my first name) [at] imz [dot] re> |
change DokuWiki_Plugin:localFN signature |
| ac596a06 | 09-Mar-2017 |
CeeKay <no-one@users.noreply.github.com> |
Fixed typo |
| b92d070d | 11-Mar-2017 |
Àngel Pérez Beroy <aperezberoy@gmail.com> |
translation update |
| f502bbbb | 16-Mar-2017 |
Martin Růžička <martinr@post.cz> |
translation update
squashed a whole bunch of PRs
closes #1907 closes #1908 closes #1909 closes #1910 closes #1911 closes #1912 closes #1913 closes #1914 closes #1915 closes #1916 closes #1917 close
translation update
squashed a whole bunch of PRs
closes #1907 closes #1908 closes #1909 closes #1910 closes #1911 closes #1912 closes #1913 closes #1914 closes #1915 closes #1916 closes #1917 closes #1918 closes #1919 closes #1920 closes #1921 closes #1922
show more ...
|
| 62c9e1db | 14-Mar-2017 |
Felix <j.felix@mueller-donath.de> |
translation update |
| e7c68c4d | 13-Mar-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Check for cache usage first
This is important because the $cache->cache would have been set already and have no impact on the delivered result. Meaning: two different requests could have resulted in
Check for cache usage first
This is important because the $cache->cache would have been set already and have no impact on the delivered result. Meaning: two different requests could have resulted in the same result.
show more ...
|
| e793a5e9 | 12-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
I will be so glad when we stop supporting old PHP
actually we could right now. but I don't like to introduce that change in a feature branch. |
| bd3cb3d5 | 12-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
make use of exception wrapper in io test |
| 01ef6ea2 | 12-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
support phpunit 5 and 6
We still need 5 to test on old php versions, but travis uses 6 for newer PHP versions (and 5 may break on those).
Luckily both versions aren't that far apart, yet. This adds
support phpunit 5 and 6
We still need 5 to test on old php versions, but travis uses 6 for newer PHP versions (and 5 may break on those).
Luckily both versions aren't that far apart, yet. This adds a thin adapter class when running on 6.
show more ...
|
| 73b977aa | 14-Feb-2017 |
Michael Grosse <grosse@cosmocode.de> |
Handle breaking class rename in PHPUnit 6.0
See for reference #1837 and sebastianbergmann/phpunit#2503 |
| e3eb1d75 | 14-Feb-2017 |
Michael Grosse <grosse@cosmocode.de> |
PHPUnit 6 now only supports namespaced classes
However those classes are already supported in PHP 5.7 so we can switch to them without breaking backward-compatibility. |
| 0a81e204 | 08-Mar-2017 |
Alfons Rovira <inclusa@gmail.com> |
Corrections ca-valencia |
| bcbb31f4 | 07-Mar-2017 |
Guy Brand <gb@unistra.fr> |
Release preparation |