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 (Collapse)Author
2015-07-21Use class to support rtl languagesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-10Stop sending microhistory url and param data as part of error reportsAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-07-09Separate microhistory code conditionallyAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-07-02These are local variablesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-02Fix more implicitly declared variablesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-06bug #4890 webkitStorageInfo and webkitIndexedDB is deprecatedMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-23Fix js reports; TypeError: /([a-zA-Z]+):/.exec(...) is nullAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-12-10bug #4634 Error reporting creates an infinite loopMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-27[FIX] JS error reporting: Preserve hash fragmentAnn + J.M
The JS error reporting notification bar closing link points to href="#". Don't allow navigating to the target, so our hash history is not overwritten. Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-11-02Fix PHPCS issues.Hugues Peccatte
PHPDoc updates. Minor coding style modifications. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-06-16Add another parameter to existing js error reporting code.Dhananjay Nakrani
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
2014-06-14Merge commit 'a33fcad'Marc Delisle
2014-06-14Fix 'token mismatch' due to missing server parameter for some AJAX requestsChristian Simon
* server_privileges user duplicate request * js error_reporting * cf. https://sourceforge.net/p/phpmyadmin/bugs/3893 Signed-off-by: Christian Simon <simon@swine.de> Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-24Code style fixesAnn + J.M
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-05-18Fix scrutinizer JS issues.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-02-18Exceptions without a name may get a name extracted out of the messageMohamed Ashraf
Signed-off-by: Mohamed Ashraf <mohamed.ashraf.213@gmail.com>
2013-12-07Fixing the if condition in get_report_dataUmair Khan
Signed-off-by: Umair Khan <omerjerk@gmail.com>
2013-12-05bugfix in error_report.jsUmair Khan
Signed-off-by: Umair Khan <omerjerk@gmail.com>
2013-11-29Fix bug#4146, set guid of wrapped function same as original functionAtul Pratap Singh
2013-11-19Dropped unused functionRouslan Placella
2013-11-19Fixed bug #4117Rouslan Placella
2013-10-28Improved appearance and text in error reporting notificationRouslan Placella
2013-10-03Fix typoMarc Delisle
2013-10-02Coding style: line breaking before +Michal Čihař
2013-09-30Coding style: fixed whitespaceMichal Čihař
2013-09-30Add missing semicolonsMichal Čihař
2013-09-30Remove extra ,Michal Čihař
2013-09-30Add missing spaceMichal Čihař
2013-09-30Fixed spacing in javascript codeMichal Čihař
2013-09-21Error reporting now fails gracefully on dev buildsMohamed Ashraf
2013-09-05Removed the error throwing functionMohamed Ashraf
2013-08-18Fixed inconsistencies with error reporting server in report schemaMohamed Ashraf
2013-08-03Removed custom get_token method and used the pma methodMohamed Ashraf
2013-07-29Stacktrace now translated if line counts existMohamed Ashraf
2013-07-27Removed long urls from stack traceMohamed Ashraf
2013-06-29Really removes the error notification correctlyMohamed Ashraf
2013-06-29Removes the error notification correctlyMohamed Ashraf
2013-06-29Added function to wrap JQuery.fn.on callbackMohamed Ashraf
2013-06-27Refactored the error_report.js to make it more readableMohamed Ashraf
2013-06-26removed onclick and used $.fn.on to register callbacksMohamed Ashraf
2013-06-25Corrected comments by RouslanMohamed Ashraf
* Added doc blocks to functions * Removed syntax error * Changed string in error report form * resized error report notification to full screen size
2013-06-24error reporting now respects settingsMohamed Ashraf
2013-06-19Added translation arround strings and error report now being sent to ↵Mohamed Ashraf
non-existent server
2013-06-18Added error report formMohamed Ashraf
Errors are now being caught and an error report is shown The error report is being sent to the server if the user authorises it however the server currently doesnt do anything with the report. No attempt to anonymize the data is made at this time.