Commit Graph

28 Commits

Author SHA1 Message Date
Umair Khan
ef9cfa2474 Fixing the if condition in get_report_data
Signed-off-by: Umair Khan <omerjerk@gmail.com>
2013-12-07 08:51:44 +05:30
Umair Khan
e56d10c2c7 bugfix in error_report.js
Signed-off-by: Umair Khan <omerjerk@gmail.com>
2013-12-05 18:15:08 +05:30
Atul Pratap Singh
91ab107e3a Fix bug#4146, set guid of wrapped function same as original function 2013-11-29 12:19:14 -05:00
Rouslan Placella
0e7a724f84 Dropped unused function 2013-11-18 20:52:37 +00:00
Rouslan Placella
7c0a63a4a0 Fixed bug #4117 2013-11-18 20:52:37 +00:00
Rouslan Placella
7d8144437e Improved appearance and text in error reporting notification 2013-10-27 20:31:08 +00:00
Marc Delisle
bb923e6fb4 Fix typo 2013-10-03 11:25:09 -04:00
Michal Čihař
4f5a9e40a2 Coding style: line breaking before + 2013-10-02 11:45:46 +02:00
Michal Čihař
a0f87154f7 Coding style: fixed whitespace 2013-09-30 11:18:07 +02:00
Michal Čihař
127b2488f1 Add missing semicolons 2013-09-30 11:16:31 +02:00
Michal Čihař
e45b0aea08 Remove extra , 2013-09-30 11:14:27 +02:00
Michal Čihař
68fd6dd6b0 Add missing space 2013-09-30 11:14:03 +02:00
Michal Čihař
31169d72de Fixed spacing in javascript code 2013-09-30 09:15:44 +02:00
Mohamed Ashraf
c5d2d51007 Error reporting now fails gracefully on dev builds 2013-09-21 00:42:00 +02:00
Mohamed Ashraf
daf558637d Removed the error throwing function 2013-09-05 19:59:31 +02:00
Mohamed Ashraf
3edba72c1f Fixed inconsistencies with error reporting server in report schema 2013-08-18 19:40:55 +02:00
Mohamed Ashraf
babca95f9f Removed custom get_token method and used the pma method 2013-08-03 00:46:18 +02:00
Mohamed Ashraf
f8fe8e5aa3 Stacktrace now translated if line counts exist 2013-07-29 16:55:27 +02:00
Mohamed Ashraf
0d4faee304 Removed long urls from stack trace 2013-07-27 12:40:39 +02:00
Mohamed Ashraf
6c242747e5 Really removes the error notification correctly 2013-06-29 14:28:50 +02:00
Mohamed Ashraf
6f84aa5af4 Removes the error notification correctly 2013-06-29 13:35:24 +02:00
Mohamed Ashraf
26bab09ef3 Added function to wrap JQuery.fn.on callback 2013-06-29 12:41:44 +02:00
Mohamed Ashraf
f7129c929f Refactored the error_report.js to make it more readable 2013-06-27 18:54:36 +02:00
Mohamed Ashraf
fa612fe64e removed onclick and used $.fn.on to register callbacks 2013-06-25 22:26:31 +02:00
Mohamed Ashraf
0fb14931cd Corrected comments by Rouslan
* Added doc blocks to functions
* Removed syntax error
* Changed string in error report form
* resized error report notification to full screen size
2013-06-25 07:45:45 +02:00
Mohamed Ashraf
3541a6d2b5 error reporting now respects settings 2013-06-24 15:38:13 +02:00
Mohamed Ashraf
62071d9aea Added translation arround strings and error report now being sent to non-existent server 2013-06-19 21:38:19 +02:00
Mohamed Ashraf
6ddb9458d0 Added error report form
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.
2013-06-18 09:02:36 +02:00