| #
c510d2bf
|
| 10-Oct-2024 |
annda <17853330+annda@users.noreply.github.com> |
Automatic code style fixes
|
| #
f82d2ef7
|
| 10-Oct-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Code style fixes
|
| #
92c202ad
|
| 10-Oct-2024 |
annda <17853330+annda@users.noreply.github.com> |
Automatic code style fixes
|
| #
9de4e228
|
| 09-Oct-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Code style fixes
|
| #
ba165cbd
|
| 09-Oct-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add CLI component for sending bulk notifications
|
| #
84c6f062
|
| 08-Oct-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Replace deprecated sqlite helper
|
| #
b1c7da2a
|
| 20-Jun-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix corrupt "uptodate" data
|
| #
7e31aba7
|
| 04-Jun-2019 |
Andreas Gohr <gohr@cosmocode.de> |
simplify mainatainer and email access
There were mutltiple bugs because of the inconsistent results from getMaintainers(). This simplifies the result to a flat key=value array where the type of the
simplify mainatainer and email access
There were mutltiple bugs because of the inconsistent results from getMaintainers(). This simplifies the result to a flat key=value array where the type of the value gives info about the type (user, group, missing user).
E-Mail-Adresses are fetched via a separate method that returns a flat array of email addresses only.
Simple tests have been added for both.
show more ...
|
| #
02b945d2
|
| 15-May-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix types
|
| #
686a1274
|
| 14-May-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Move email notifications to one place
|
| #
65bfe62c
|
| 06-May-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove limit from usergroup search
|
| #
e98a8e79
|
| 06-May-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Get rid of JSON objects
|
| #
93878f6f
|
| 25-Apr-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add maintainer validation to picker
|
| #
0eeacb89
|
| 25-Apr-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add autocompletion to maintainer selection
|
| #
2ca9f4fb
|
| 24-Apr-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Handle notifying multiple maintainers
|
| #
7ec9f11b
|
| 24-Apr-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Handle multiple users and groups as maintainers
|
| #
1cd7657b
|
| 27-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
style: some automatic code style adjustments, mostly whitespace
|
| #
56d39839
|
| 27-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
feat: allow setting the search default to maintained pages only
|
| #
50b9f250
|
| 24-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: don't break with canonical urls
If the config option 'canonical' is set, then DOKU_BASE is a full url, which in turn triggers the template mechanism to prefix this with the path to lib/images/t
fix: don't break with canonical urls
If the config option 'canonical' is set, then DOKU_BASE is a full url, which in turn triggers the template mechanism to prefix this with the path to lib/images/toolbar/.
show more ...
|
| #
b935dbe4
|
| 24-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
l10n: more strings translatable
|
| #
7db9fec6
|
| 24-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: better toolbar button image
|
| #
6c3d183a
|
| 23-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
feat: add toolbar button
|
| #
e917f448
|
| 16-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: fail safely if sqlite is not present
This fixes a fatal error when the sqlite plugin is missing or deactivated and shows an error message instead.
|
| #
afaf3415
|
| 09-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: use early return instead of method-wide if
|
| #
19870ce2
|
| 09-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: adjust comments and method signatures
|