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