Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: 4e3f7a51354efc15d869ada7798cf936a2c598d0
https://github.com/phpmyadmin/website/commit/4e3f7a51354efc15d869ada7798cf9…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-12 (Fri, 12 May 2017)
Changed paths:
A news/migrations/0003_auto_20170512_1407.py
M news/models.py
Log Message:
-----------
Allow longer field for title
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/coding-standard
Commit: 279cda05a09da9ee37d625b4c2c6715445704f71
https://github.com/phpmyadmin/coding-standard/commit/279cda05a09da9ee37d625…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-12 (Fri, 12 May 2017)
Changed paths:
A .travis.yml
Log Message:
-----------
Add basic travis integration
For now we only lint PHP files to have basic sanity checks, but real
tests would be welcome.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 9ca1449c14e2b23159eea98ece4fcc8d26c01e80
https://github.com/phpmyadmin/error-reporting-server/commit/9ca1449c14e2b23…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2017-05-10 (Wed, 10 May 2017)
Changed paths:
A src/Controller/ErrorController.php
M src/Controller/IncidentsController.php
Log Message:
-----------
Fix undefined vars in default template
* AppController::beforeFilter is not called for when error/exception pages are rendered.
* Explicitly define a new ErrorController (extending AppController) and call parent::beforeFilter
so that the variables are properly initialized before rendering the error page
Fix #134
Fix #135
Fix #136
Fix #142
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: aed5b3b929ff67c5d6dcca2a07aea0ed4403eef8
https://github.com/phpmyadmin/error-reporting-server/commit/aed5b3b929ff67c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-12 (Fri, 12 May 2017)
Changed paths:
A src/Controller/ErrorController.php
M src/Controller/IncidentsController.php
Log Message:
-----------
Merge pull request #144 from devenbansod/fix_undefined_errors
Fix undefined vars in default template
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/82cbc46831e4..…