| 50701b66 | 11-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
better action transitions
It should now catch any circular loops (by having a maxiumum recursion depth) and it handles the automatic redirect after save (and others) |
| a3f6fae6 | 11-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
Add action plugin hooks back into the ActionRouter
This is not how integration of plugins would ideally be done in this new system. Ideally an action plugin would actually implement an instance of A
Add action plugin hooks back into the ActionRouter
This is not how integration of plugins would ideally be done in this new system. Ideally an action plugin would actually implement an instance of AbstractAction and would just fall into the normal flow of actions here.
However to not break a gazillion of existing plugins, this is just add the existing two events into the new system through the use of a Plugin action.
Maybe we could add "new" action plugins later.
show more ...
|
| ab583a1b | 11-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
more doc block fixes |
| e8aa6739 | 11-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
some doc blocks for the exceptions |
| f21dad39 | 11-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
all actions should have a class now
Lots of FIXMEs and the routing isn't integrated, yet |
| 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 |