History log of /plugin/watchcycle/helper.php (Results 1 – 11 of 11)
Revision Date Author Comments
# 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


# 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 ...


# 30e745d9 04-Jun-2019 Andreas Gohr <gohr@cosmocode.de>

An empty user is never a maintainer

Anonymous edits to maintained pages would create an error without
this change.


# 208265ae 27-May-2019 Andreas Gohr <gohr@cosmocode.de>

gracefully ignore a non-working auth setup


# 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


# 38cc216e 09-Apr-2018 Michael Große <grosse@cosmocode.de>

refactor: move helper method to helper class


# 4048d1ee 03-Apr-2018 Szymon Olewniczak <solewniczak@rid.pl>

working version; not mail notifications yet