This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-tools.git
from 4b1bacb Merge pull request #45 from Chris2011/feature/update-to-php7 new c2bd6ee Use correct attribute to determine admin status of user new 9722b42 Make all committers verifier and all PMC members admins when logged in new 0db6ee7 Show all pending verifications to verifiers (even if created after verification was requested) new 52ee39a Merge pull request #60 from matthiasblaesing/project_member_admin The 262 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../src/Application/Controller/AdminController.php | 3 +- .../src/Application/Controller/LoginController.php | 14 ++- .../Controller/VerificationController.php | 120 ++++++++++++++++----- .../src/Application/Entity/Base/Verification.php | 5 +- .../Entity/Base/VerificationRequest.php | 5 +- .../Repository/VerificationRepository.php | 20 ++++ .../Repository/VerificationRequestRepository.php | 4 + .../view/application/verification/list.phtml | 26 +++-- 8 files changed, 156 insertions(+), 41 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists