Commit Graph

28 Commits

Author SHA1 Message Date
Madhura Jayaratne
b92fabb0d5 Fix coding style 2013-10-22 07:25:45 +05:30
Marc Delisle
5d92e16834 Merge pull request #730 from m0hamed/error_report_fix
Fixed bug where send error report not being called
2013-10-16 08:17:07 -07:00
Mohamed Ashraf
70d73fed94 Fixed bug where send error report not being called 2013-10-11 11:30:34 +02:00
Michal Čihař
3f3dfb1ecc Allow error reporting without precalculated line counts
As these can now be done on the fly
2013-10-03 14:48:23 +02:00
Dieter Adriaenssens
5028d8e716 improve message 2013-10-01 21:11:02 +02:00
Dieter Adriaenssens
34a75e0b11 fix typo 2013-09-30 17:37:57 +02:00
Mohamed Ashraf
39cddaf596 Fixed type 2013-09-21 00:43:42 +02:00
Mohamed Ashraf
c5d2d51007 Error reporting now fails gracefully on dev builds 2013-09-21 00:42:00 +02:00
Mohamed Ashraf
43c8e8c448 Refactored error report functions to a library and added doc blocks 2013-09-01 00:59:26 +02:00
Mohamed Ashraf
3edba72c1f Fixed inconsistencies with error reporting server in report schema 2013-08-18 19:40:55 +02:00
Mohamed Ashraf
dc63ed89c4 Added url sanitization to remove useless params and get script name for error grouping 2013-08-03 00:45:33 +02:00
Mohamed Ashraf
9d38212c06 Changed submission url to new controller 2013-08-03 00:44:47 +02:00
Mohamed Ashraf
005c8953a3 Removed some useless comments in error_report.php 2013-07-29 17:51:45 +02:00
Mohamed Ashraf
0e3b830e3e Changed using to ['cfg'] in error_report.php 2013-07-29 17:07:38 +02:00
Mohamed Ashraf
f8fe8e5aa3 Stacktrace now translated if line counts exist 2013-07-29 16:55:27 +02:00
Mohamed Ashraf
841c7c8f21 Changed submission url and report key names 2013-07-27 12:41:38 +02:00
Mohamed Ashraf
2c0c621203 Added user operating system and server software 2013-07-03 20:56:04 +02:00
Mohamed Ashraf
4e8ea5876d Fixed sending of report to server. Data sent successfully 2013-07-03 18:00:12 +02:00
Mohamed Ashraf
fe37de2640 Removed 'VersionCheck' profix from proxy variables 2013-06-29 14:49:02 +02:00
Mohamed Ashraf
396184c85a Fixes width issues in firefox 2013-06-29 14:29:40 +02:00
Mohamed Ashraf
96f038f285 fixed scenario where error reports may not be sent correctly to error report server 2013-06-29 13:36:36 +02:00
Mohamed Ashraf
e3205f1316 Fixed conditions due to PHP gotchas 2013-06-27 18:52:43 +02:00
Mohamed Ashraf
abcfe1a11e Data is sent using POST and in json format 2013-06-25 22:21:27 +02:00
Mohamed Ashraf
9bc3fd5387 Now data submision uses proxy settings and file get contents 2013-06-25 21:43:33 +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