Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-01Fix errors when reporting errorsWilliam Desportes
2018-11-11Retrieve parameters from $_POST in error reportMaurício Meneghini Fauth
2018-02-23Replace static methods with instance methodsMaurício Meneghini Fauth
2018-02-10Fix some coding styleMaurício Meneghini Fauth
2018-02-10Add a constructorMaurício Meneghini Fauth
2018-02-08Replace static methods with instance methodsMaurício Meneghini Fauth
2017-09-14Refactor error_report functions to static methodsMaurício Meneghini Fauth
2017-09-13Refactor user_preferences functions to static methodsMaurício Meneghini Fauth
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-30Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2016-12-07Simplify Response object handlingMichal Čihař
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-11-02Fix typos.Hugues Peccatte
2014-06-16Fix coding style issues.Dhananjay Nakrani
2014-06-16Enable 'Send error reports automatically next time' option in php error repor...Dhananjay Nakrani
2014-06-16Merge paths for 'php'& 'js' error reporting.Dhananjay Nakrani
2014-06-16Make return values of PMA_getReportData() consistent.Dhananjay Nakrani
2014-06-16Remove trailing whitespaces.Dhananjay Nakrani
2014-06-16Fix coding style issues.Dhananjay Nakrani
2014-06-16Make automatic php error report submission ('sendErrorReport'='always') aysnc...Dhananjay Nakrani
2014-06-16Remove included 'common_error_reporting.php' script and its inclusion from al...Dhananjay Nakrani
2014-06-16Stop false alarms (displaying prompts-reporting form and reporting for 'false...Dhananjay Nakrani
2014-06-16Include error reporting script at the end of all the 'relevant' scripts.Dhananjay Nakrani
2014-06-16Improve Error Message.Dhananjay Nakrani
2014-06-16Report errors based on user preference. All the cases taken care of.Dhananjay Nakrani
2014-05-28Fix if formattingMichal Čihař
2014-05-28Consistent message strings and types for error submissionMichal Čihař
2014-05-06Get rid of overridable return typeMichal Čihař
2014-01-08Space around . operator - mroe instancesMadhura Jayaratne
2013-11-25Another not checked variable before use (bug #4114)Michal Čihař
2013-11-18Check whether variable is setMichal Čihař
2013-11-18Coding styleMichal Čihař
2013-11-18Fixed linting errorMohamed Ashraf
2013-11-17Message shows failure of error report submissionMohamed Ashraf
2013-11-17Bug #4114 No params checking in error_report.phpMarc Delisle
2013-10-22Fix coding styleMadhura Jayaratne
2013-10-16Merge pull request #730 from m0hamed/error_report_fixMarc Delisle
2013-10-11Fixed bug where send error report not being calledMohamed Ashraf
2013-10-03Allow error reporting without precalculated line countsMichal Čihař
2013-10-01improve messageDieter Adriaenssens
2013-09-30fix typoDieter Adriaenssens
2013-09-21Fixed typeMohamed Ashraf
2013-09-21Error reporting now fails gracefully on dev buildsMohamed Ashraf
2013-09-01Refactored error report functions to a library and added doc blocksMohamed Ashraf
2013-08-18Fixed inconsistencies with error reporting server in report schemaMohamed Ashraf
2013-08-03Added url sanitization to remove useless params and get script name for error...Mohamed Ashraf
2013-08-03Changed submission url to new controllerMohamed Ashraf
2013-07-29Removed some useless comments in error_report.phpMohamed Ashraf
2013-07-29Changed using to ['cfg'] in error_report.phpMohamed Ashraf