[phpMyAdmin Git] [phpmyadmin/error-reporting-server] 29a642: Send Email Notifications on newly added reports

Michal Čihař michal at cihar.com
Fri Jun 9 16:03:33 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/error-reporting-server
  Commit: 29a6423146fc1e7adfc68edd51ebce52f8aba4a7
      https://github.com/phpmyadmin/error-reporting-server/commit/29a6423146fc1e7adfc68edd51ebce52f8aba4a7
  Author: Deven Bansod <devenbansod.bits at 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 at phpmyadmin.net

Fix #31

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 4e397d910e158c7eb8afa85ea2730ba9eddc3652
      https://github.com/phpmyadmin/error-reporting-server/commit/4e397d910e158c7eb8afa85ea2730ba9eddc3652
  Author: Deven Bansod <devenbansod.bits at 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 at gmail.com>


  Commit: 0022f4683abeb4b95673fb4bcac007fb88881292
      https://github.com/phpmyadmin/error-reporting-server/commit/0022f4683abeb4b95673fb4bcac007fb88881292
  Author: Michal Čihař <michal at 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...0022f4683abe


More information about the Git mailing list