User tests: Successful: Unsuccessful:
This will add the labels assigned by GitHub to the issues list.
Currently only labels for new added issues are displayed.
Required updates:
tracker.php get project
Demo here
There is also an admin management view to list, create and delete labels for a repository.
PHPCS isn't my strong suit to argue with, but if you want to take a look at https://github.com/squizlabs/PHP_CodeSniffer/blob/master/CodeSniffer/Standards/Generic/Sniffs/PHP/ForbiddenFunctionsSniff.php to see why it's causing the problem, you're more than welcome.
Get this synced up and it shall be merged.
BTW I have a funny problem here... currently the code sniffer complains about a class named
Delete
... apparently Mrs. CodeSniffer got confused with the somewhat deprecated PHP wrapper functiondelete()
.... see Travis: https://travis-ci.org/joomla/jissues/jobs/8582549