History log of /dokuwiki/ (Results 2526 – 2550 of 10567)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9ba4789802-Sep-2017 Andreas Gohr <andi@splitbrain.org>

load text in source action. fixes #2110

31110e1901-Sep-2017 Andreas Gohr <andi@splitbrain.org>

introduce a MenuInterface

this helps tieing together the "normal" menus and the MobileMenu and
makes them both implement a getItems() method.

affc7ddf01-Sep-2017 Andreas Gohr <andi@splitbrain.org>

added deprecation tags to the old action related tpl funcs

9b78f7ea01-Sep-2017 Andreas Gohr <andi@splitbrain.org>

fix platform to the minimum requirement

this ensures installed composer libraries will be compatible even when
installed from a higher version platform

664058fa31-Aug-2017 Roland Synnestvedt <git@rsynnest.com>

Fix for Issue #2079 (change cursor position if media manager is in 'keep open' mode)

7eed8b7329-Aug-2017 Andreas Gohr <andi@splitbrain.org>

adjusted the tests

16a367d429-Aug-2017 Andreas Gohr <andi@splitbrain.org>

refactor Ajax functions into a class

This doesn't really do much except wrapping the functions into a
namespaced class. Autoloading takes care of loading the file.
It's now possible to call lib/exe/

refactor Ajax functions into a class

This doesn't really do much except wrapping the functions into a
namespaced class. Autoloading takes care of loading the file.
It's now possible to call lib/exe/ajax.php multiple times in a test
request.

show more ...

64c3c5fd29-Aug-2017 Марко М. Костић <marko.m.kostic@gmail.com>

translation update

0129933828-Aug-2017 Schplurtz le Déboulonné <Schplurtz@laposte.net>

use only language code, no language name

9cb3009327-Aug-2017 Марко М. Костић <marko.m.kostic@gmail.com>

translation update

1b4e006027-Aug-2017 Марко М. Костић <marko.m.kostic@gmail.com>

translation update

d39e9bea27-Aug-2017 Марко М. Костић <marko.m.kostic@gmail.com>

translation update

7675e70727-Aug-2017 Andreas Gohr <andi@splitbrain.org>

do not hide fatal exceptions during unit tests

d3d3f39a27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

never redirect from a redirect action

during testing, redirects may not be executed, ActionAbort can default
to redirecting which ould create an infinite loop.

6e4577dc27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

undo unecessary action routing adjustments

b5e63f6327-Aug-2017 Марко М. Костић <marko.m.kostic@gmail.com>

translation update

59ed97f227-Aug-2017 Andreas Gohr <andi@splitbrain.org>

replace conditional with array_pad

This should reduce the complexity of the function

7eeb415a27-Aug-2017 Michael Große <mic.grosse@googlemail.com>

refactor: more extensible Content-Type header handling

This fixes the PHP Notice when $headers['Content-Type'] is unset. It
also allows for easier extension later, e.g. adding handling for a JSON
co

refactor: more extensible Content-Type header handling

This fixes the PHP Notice when $headers['Content-Type'] is unset. It
also allows for easier extension later, e.g. adding handling for a JSON
content-type.

show more ...

9edb4cd527-Aug-2017 Michael Große <mic.grosse@googlemail.com>

fix: correctly show conflicts in extension manager

85d3e2b727-Aug-2017 Michael Große <mic.grosse@googlemail.com>

fix: check if key is set to fix PHP Notice

If a key is not set, a PHP Notice is triggered. While these are
currently suppressed, this is still a code smell.

2689c55f27-Aug-2017 Michael Große <mic.grosse@googlemail.com>

fix: access first element of associative arrays

This function might be called by an plugin with an array that has only
string keys and hence no key 0. This would trigger an PHP Notice when
trying to

fix: access first element of associative arrays

This function might be called by an plugin with an array that has only
string keys and hence no key 0. This would trigger an PHP Notice when
trying to get the first key's level.

show more ...

5b60095a27-Aug-2017 Michael Große <mic.grosse@googlemail.com>

fix: set default value for empty var

If an config value is not set in the input lines, initialize it as empty
string to prevent PHP Notices complaining about $line[1] being not set.

c55b109c27-Aug-2017 Michael Große <mic.grosse@googlemail.com>

fix: initialize vars to prevent PHP Notice

A PHP Notice occurred when $url didn't contain a '?'.

f7e8c7db27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

adjust default bcrypt iterations to 10. fixes #2093

572dc22227-Aug-2017 LarsDW223 <lars_paulsen@web.de>

Test code for workflow 'show - sectionedit - save/cancel' (with modifications in test classes and 'send_redirect()' and 'act_dispatch()'.

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