History log of /dokuwiki/ (Results 2701 – 2725 of 10567)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
50701b6611-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)

a3f6fae611-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 ...

ab583a1b11-Feb-2017 Andreas Gohr <andi@splitbrain.org>

more doc block fixes

e8aa673911-Feb-2017 Andreas Gohr <andi@splitbrain.org>

some doc blocks for the exceptions

f21dad3911-Feb-2017 Andreas Gohr <andi@splitbrain.org>

all actions should have a class now

Lots of FIXMEs and the routing isn't integrated, yet

64ab514010-Feb-2017 Andreas Gohr <andi@splitbrain.org>

start of a refactoring the action routing

This is neither complete nor working, yet

2afa876331-Mar-2017 Andreas Gohr <andi@splitbrain.org>

use old phpunit for testing on hhvm

1bff2aba31-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 ...

bad6fc0d31-Mar-2017 Andreas Gohr <andi@splitbrain.org>

replace deprecated create_function with anonymous functions

75ce4e0331-Mar-2017 Andreas Gohr <andi@splitbrain.org>

remove magic quote handling

3611344131-Mar-2017 Andreas Gohr <andi@splitbrain.org>

updated php-archive library

e0dd796d31-Mar-2017 Andreas Gohr <andi@splitbrain.org>

updated random_compat library

08aad3a331-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.

074b2b3f31-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.

5a9597bb31-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.

f50a239b31-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.

3476bb8131-Mar-2017 Andreas Gohr <andi@splitbrain.org>

increase minimum version requirement to PHP 5.6

9e027a0a14-Mar-2017 Szymon Olewniczak <(my first name) [at] imz [dot] re>

change DokuWiki_Plugin:localFN signature

ac596a0609-Mar-2017 CeeKay <no-one@users.noreply.github.com>

Fixed typo

b92d070d11-Mar-2017 Àngel Pérez Beroy <aperezberoy@gmail.com>

translation update

f502bbbb16-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 ...

62c9e1db14-Mar-2017 Felix <j.felix@mueller-donath.de>

translation update

e7c68c4d13-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 ...

e793a5e912-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.

bd3cb3d512-Mar-2017 Andreas Gohr <andi@splitbrain.org>

make use of exception wrapper in io test

1...<<101102103104105106107108109110>>...423