History log of /plugin/struct/types/User.php (Results 1 – 20 of 20)
Revision Date Author Comments
# 9c1b8e31 30-Nov-2023 Chris MacMackin <cmacmackin@gmail.com>

Fix #689

Solution is based off of one in da8d86a


# 5827d737 01-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

No exception in user autocompletion

If auth does not support listing users, just return an empty result.


# 7fe2cdf2 13-Sep-2023 Andreas Gohr <andi@splitbrain.org>

apply #670 and manually cleanup afterwards

fixes some failing tests
uses sexplode over array_pad
reformats multiline arrays


# 7234bfb1 13-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes


# 6a819106 05-Apr-2023 Andreas Gohr <andi@splitbrain.org>

more test and deprecation fixes


# 0549dcc5 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

PHP code sniffer autofixes


# d6d97f60 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic coding style fixes


# af993d55 03-Jan-2017 Michael Grosse <grosse@cosmocode.de>

fix: stop OR filters causing problems

The filters coming from syntax should be grouped together in a subgroup
to that OR-filters cannot undo the filters on latest=1 etc.

Since we cannot know in the

fix: stop OR filters causing problems

The filters coming from syntax should be grouped together in a subgroup
to that OR-filters cannot undo the filters on latest=1 etc.

Since we cannot know in the filter function whether there is already a
subgroup for us to use or which to use, the solution was to give the
correct subgroup to the filter function directly.

Instead of adding another parameter to the already long list of
parameters for that function, I have chosen to give the
QueryBuilderWhere a reference back to the original QueryBuilder.

show more ...


# 2e12ac22 17-Nov-2016 Michael Grosse <grosse@cosmocode.de>

feat: Add `%lasteditor%` col in access-aggregation

Add this column to show the user that last edited a page.

SPR-622


# 23169abe 23-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

Validation should happen on raw value

This just renames the parameter to make this more clear


# 4fea3d0a 12-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

User config fullname is an autocomplete option #110


# ba766201 28-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Use DokuWiki new autoloader for class files

No longer do we need to register our own autoloader. Namespace had to be
vendor prefixed.


# 8e3a19b5 16-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

allow users to not exist. fixes 66


# 806eec82 16-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

allow validation to modify the value before saving


# 16a4ba5b 01-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

use autocompletion for pages too. implements #7


# f3b1bcff 01-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

User type now uses a single input for multiple users

This makes handling the autocomplete somewhat easier. I couldn't get it
to work properly with our template duplication stuff.


# b7413aef 01-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

render user name correctly


# f0d4d769 01-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

added validation for User type


# 25ae1d89 29-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

finished implementing auto completion


# 914921fb 29-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

allow types to define their own AJAX backend