History log of /dokuwiki/inc/Ajax.php (Results 26 – 36 of 36)
Revision Date Author Comments
# 5d27cd14 05-Apr-2020 Phy <git@phy25.com>

Fix Linkwiz Ajax zero id/ns issue, closes #2610


# 68491db9 01-Dec-2019 Phy <git@phy25.com>

PHP8 fix part 5: Trying to access array offset on value of type bool/null


# aac83cd4 01-Dec-2019 Phy <git@phy25.com>

PHP8 fix part 4: Trying to access array offset on value of type bool/null


# e1d9dcc8 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

First go at moving the plugin classes into their own namespace


# abc9c0d2 30-Mar-2019 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into psr2

* master: (22 commits)
Support "local" subdir when listing the smiley directory
fix zero ID/NS issue with page_findnearest
add ID/NS = '0' test against page_fin

Merge branch 'master' into psr2

* master: (22 commits)
Support "local" subdir when listing the smiley directory
fix zero ID/NS issue with page_findnearest
add ID/NS = '0' test against page_findnearest
fix zero value issue with metadata indexer
add key/value = '0' test to metadata indexer
fix zero ID issue with linkwiz and search indexer
fix zero ID issue with wl() and getID()
add $ID = '0' test against wl() and getID()
cookie.js when setValue‘s value parameter is false delete entry
install.php: respect useacl=0 choice, fixes #2576
cookie.js add def parameter to getValue()
cookie.js convert value type to string
set_doku_pref bugfix, closes #2721
more definition tests of doku_pref, for #1129
add tests for get/set_doku_pref #2721
fix Windows tests for #2702
use absolute URL in index.php when redirecting to doku.php, fixes #2706
Adding "recursive_groups" setting for authad-plugin in configuration-manager
Fix notices when using dw CLI
Fix issue #2396
...

show more ...


# 73f05217 14-Mar-2019 Phy <git@phy25.com>

fix zero ID issue with linkwiz and search indexer


# 2ed72d06 19-Feb-2019 Andreas Gohr <andi@splitbrain.org>

rename Ajax Callbacks for PSR2


# d443762b 27-Jul-2018 Andreas Gohr <andi@splitbrain.org>

deprecated JSON class

JSON is natively supported since years. This makes
2145bd4c56435f829a19aad843172f8ddffbc69b obsolete again.


# b16fbc3f 08-Jun-2018 Michael Große <grosse@cosmocode.de>

�� Use json for the response to dw_locktimer


# 0aabe6f8 07-Jun-2018 Michael Große <grosse@cosmocode.de>

�� Create new Draft class and move draft handling there


# 16a367d4 29-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 ...


12