Branch: refs/heads/master Home: https://github.com/phpmyadmin/error-reporting-server Commit: 29a6423146fc1e7adfc68edd51ebce52f8aba4a7 https://github.com/phpmyadmin/error-reporting-server/commit/29a6423146fc1e7a... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2017-06-05 (Mon, 05 Jun 2017)
Changed paths: M config/app_example.php M config/app_travis.php A src/Controller/Component/MailerComponent.php M src/Controller/IncidentsController.php M src/Model/Table/IncidentsTable.php A src/Template/Email/html/report.ctp A src/Template/Layout/Email/html/default.ctp A src/Template/Layout/Email/text/default.ctp R src/Template/Layout/Emails/html/default.ctp R src/Template/Layout/Emails/text/default.ctp M tests/TestCase/Model/Table/IncidentsTableTest.php
Log Message: ----------- Send Email Notifications on newly added reports
Send these notifications to developers@phpmyadmin.net
Fix #31
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: 4e397d910e158c7eb8afa85ea2730ba9eddc3652 https://github.com/phpmyadmin/error-reporting-server/commit/4e397d910e158c7e... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2017-06-08 (Thu, 08 Jun 2017)
Changed paths: M config/app_example.php M config/app_travis.php M src/Controller/Component/MailerComponent.php A src/Mailer/Transport/TestTransport.php M tests/TestCase/Controller/IncidentsControllerTest.php M tests/bootstrap.php
Log Message: ----------- Add Tests for email notifications
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: 0022f4683abeb4b95673fb4bcac007fb88881292 https://github.com/phpmyadmin/error-reporting-server/commit/0022f4683abeb4b9... Author: Michal Čihař michal@cihar.com Date: 2017-06-09 (Fri, 09 Jun 2017)
Changed paths: M config/app_example.php M config/app_travis.php A src/Controller/Component/MailerComponent.php M src/Controller/IncidentsController.php A src/Mailer/Transport/TestTransport.php M src/Model/Table/IncidentsTable.php A src/Template/Email/html/report.ctp A src/Template/Layout/Email/html/default.ctp A src/Template/Layout/Email/text/default.ctp R src/Template/Layout/Emails/html/default.ctp R src/Template/Layout/Emails/text/default.ctp M tests/TestCase/Controller/IncidentsControllerTest.php M tests/TestCase/Model/Table/IncidentsTableTest.php M tests/bootstrap.php
Log Message: ----------- Merge pull request #153 from devenbansod/fix_31
Send Email Notifications on newly added reports
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/912609f6a57a......