Commit Graph

17 Commits

Author SHA1 Message Date
Michal Čihař
54da98e827 Add full stop to end of a sentence 2013-10-17 12:58:38 +02:00
Michal Čihař
21812d6ac9 Make error reporting work with PHP older than 5.4
This is workaround for #4113 with cost of having not readable JSON shown
to user in report detail.
2013-10-17 10:32:02 +02:00
Michal Čihař
4f4167f67c Enable allow_url_fopen backend for error reporting 2013-10-17 10:32:02 +02:00
Michal Čihař
79dd43afe6 Fixed error submission using curl
The problem is that curl inserts Expect: header which server does not
support.

More details at:

http://pilif.github.io/2007/02/the-return-of-except-100-continue/
http://stackoverflow.com/questions/3755786/php-curl-post-request-and-error-417
2013-10-17 10:18:39 +02:00
Marc Delisle
2c01fd93c3 Merge pull request #728 from nijel/autolinecount
Automatic counting of lines for error reporting
2013-10-16 08:16:21 -07:00
Marc Delisle
92f2204110 Improve a message 2013-10-03 12:58:16 -04:00
Dieter Adriaenssens
85899df568 fix phpMyAdmin name 2013-10-03 17:02:43 +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
Michal Čihař
ddd64ec794 Count lines on the fly if count is not available 2013-10-03 14:48:23 +02:00
Michal Čihař
a7192e9b25 Add wrapper method for getting line counts 2013-10-03 14:34:45 +02:00
Michal Čihař
44eac82d0e Document some parameters 2013-10-02 13:37:22 +02:00
Mohamed Ashraf
ef2623db20 Fixed error submission url and changed to constant 2013-09-24 10:25:01 +02:00
Mohamed Ashraf
ea8b98b627 Added function to check if the latest line counts have been generated 2013-09-21 00:42:51 +02:00
Mohamed Ashraf
11bf0043d3 Fixed warning when line counts script not been run 2013-09-17 18:20:13 +02:00
Mohamed Ashraf
7cd2f7a598 Fixed failing tests 2013-09-05 19:56:59 +02:00
Mohamed Ashraf
ed00f971f5 Fixed call to undefined function due to function renaming 2013-09-03 15:54:24 +02:00
Mohamed Ashraf
43c8e8c448 Refactored error report functions to a library and added doc blocks 2013-09-01 00:59:26 +02:00