Commit Graph

20 Commits

Author SHA1 Message Date
9c1b8e31a3 Fix #689
Solution is based off of one in da8d86a
2023-11-30 23:46:20 +00:00
5827d73787 No exception in user autocompletion
If auth does not support listing users, just return an empty result.
2023-11-01 13:33:58 +01:00
7fe2cdf28c apply #670 and manually cleanup afterwards
fixes some failing tests
uses sexplode over array_pad
reformats multiline arrays
2023-09-13 13:28:04 +02:00
7234bfb14e 🤖 Automatic code style fixes 2023-09-13 09:45:56 +00:00
6a819106d9 more test and deprecation fixes 2023-04-05 13:39:15 +02:00
0549dcc5bc PHP code sniffer autofixes 2022-01-13 14:50:12 +01:00
d6d97f6064 Automatic coding style fixes 2020-04-14 14:22:27 +02:00
af993d55de 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.
2017-01-03 15:30:46 +01:00
2e12ac22cf feat: Add %lasteditor% col in access-aggregation
Add this column to show the user that last edited a page.

SPR-622
2016-11-17 14:24:28 +01:00
23169abe6c Validation should happen on raw value
This just renames the parameter to make this more clear
2016-08-23 17:43:27 +02:00
4fea3d0a86 User config fullname is an autocomplete option #110 2016-07-12 15:55:16 +02:00
ba76620163 Use DokuWiki new autoloader for class files
No longer do we need to register our own autoloader. Namespace had to be
vendor prefixed.
2016-04-28 15:40:12 +02:00
8e3a19b5e1 allow users to not exist. fixes 66 2016-03-16 12:36:52 +01:00
806eec8297 allow validation to modify the value before saving 2016-03-16 11:19:25 +01:00
16a4ba5be2 use autocompletion for pages too. implements #7 2016-03-01 16:32:23 +01:00
f3b1bcff95 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.
2016-03-01 16:08:56 +01:00
b7413aef17 render user name correctly 2016-03-01 14:30:36 +01:00
f0d4d769b0 added validation for User type 2016-03-01 14:17:14 +01:00
25ae1d8932 finished implementing auto completion 2016-02-29 17:50:26 +01:00
914921fb92 allow types to define their own AJAX backend 2016-02-29 17:03:35 +01:00