Project

General

Profile

Download (5.56 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
bc28e0e4 04/22/2015 08:14 PM Chris Buechler

Trying to submit a symlink as part of crash reports will cause a failed
submission. Remove symlinks first. Also properly set user agent while
here, consistent with others. Fix some style and whitespace too. Ticket

d961e7e3 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

dd447bde 11/11/2014 04:49 AM Jim Thompson

modify copyright statement to reflect reality

6f3d2063 06/13/2014 11:59 AM Renato Botelho

Replace Header() calls by lowercase

26509223 06/03/2014 11:28 AM Colin Fleming

Tidy up "crash_reporter.php" XHTML

Tidy up Paragraph tags
Close INPUT tags

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

d7d6e57a 02/27/2014 10:51 AM Renato Botelho

Fix #3486, delete /var/crash content when click 'No'

38cb3c39 02/20/2014 07:56 AM Phil Davis

Make a good copy of PHP_errors.log for crash reporter

Forum report https://forum.pfsense.org/index.php/topic,72877.0.html

d31ca336 02/04/2014 02:34 PM Renato Botelho

Add escapeshellarg() calls on exec parameters. While I'm here, replace some exec() calls by php functions like symlink, copy, unlink, mkdir

eb233919 02/10/2013 12:22 PM Ermal LUÇI

Make sure the directory exists

34d0f40c 11/23/2011 03:56 PM Jim Pingle

Clear the PHP errors when 'no' is pressed also.

dc43ff1e 11/23/2011 03:23 PM Jim Pingle

Show the PHP errors reported on the index page in the crash report so users are not confused by an empty report screen. Include them in the report and also clear them after sending.

088de6b1 07/04/2011 11:53 PM Scott Ullrich

Revert "Revert "Simplify message""

This reverts commit 6f385195612e5d5aaa9b870c293f81692785cd47.

6f385195 07/04/2011 11:39 PM Scott Ullrich

Revert "Simplify message"

This reverts commit 6608507d3ba546a8a0c9ce2d6570f98d5494f11e.

6608507d 07/04/2011 11:32 PM Scott Ullrich

Simplify message

88dadca1 07/04/2011 11:26 PM Scott Ullrich

Copy crash file to crash reporter directory if it exists

58b4b246 02/27/2011 08:43 PM Scott Ullrich

Flush the buffer

dabcf28c 02/09/2011 09:11 PM Scott Ullrich

Turn off file size check

8e572710 02/08/2011 03:18 AM Scott Ullrich

Increase a bit

2988636c 02/08/2011 03:17 AM Scott Ullrich

Limit file sizes to roughly 143k

85c3229a 02/08/2011 03:16 AM Scott Ullrich

Limit file sizes to roughly 143k

9b700cf2 02/08/2011 02:52 AM Scott Ullrich

Global g

4b665f74 02/08/2011 02:52 AM Scott Ullrich

Adding crashreporterurl for rebrands

f75a4575 02/08/2011 02:44 AM Scott Ullrich

s/er//

c26c01d7 02/08/2011 02:44 AM Scott Ullrich

Spell out more clearly

63526c2c 02/07/2011 10:32 PM Scott Ullrich

Note that we are deleting the local crash reports

166c7354 02/07/2011 05:42 PM Scott Ullrich

Echo out server response

4a1ab618 02/07/2011 03:39 PM Scott Ullrich

Ask the person to actually read the page before clicking yes

4261af1d 02/07/2011 04:32 AM Scott Ullrich

Include newlines

e0a7f441 02/07/2011 04:29 AM Scott Ullrich

Include filename of files in report

8c5d112a 02/06/2011 11:06 PM Scott Ullrich

Not that we are deleting files

ee8ae159 02/06/2011 10:47 PM Scott Ullrich

Add link to kernel crash info on wikipedia for those who are not familiar with a panic

9b091133 02/06/2011 10:45 PM Scott Ullrich

Make textarea read only

ffb9c06d 02/06/2011 10:42 PM Scott Ullrich

Include anonymous machine information in bug report including:

Crash report begins. Anonymous machine information:

i386
8.1-RELEASE-p2
FreeBSD 8.1-RELEASE-p2 #1: Sun Feb 6 05:07:27 EST 2011 sullrich@FreeBSD_8.0_pfSense_2.0-snaps.pfsense.org:/usr/obj.pfSense/usr/pfSensesrc/src/sys/pfSense_SMP.8...

4f09471c 02/06/2011 07:24 PM Scott Ullrich

Crash reporter is now working.

3a6cda80 02/06/2011 06:51 PM Scott Ullrich

Correctly detect amount of files in /var/crash

52cdb50b 02/06/2011 06:41 PM Scott Ullrich

Set textarea size

49c8f964 02/06/2011 06:11 PM Scott Ullrich

gettext()

421f72a7 02/03/2011 10:47 PM Scott Ullrich

Fix url

886caa75 02/03/2011 10:46 PM Scott Ullrich

Remove formatting in between textarea

528d5abf 02/03/2011 10:45 PM Scott Ullrich

Set priv info

45d72d82 02/03/2011 10:39 PM Scott Ullrich

Adding a page that will allow uploading of crash (panic) data. Once the server piece is in place we will detect crash data in php and redirect to this page to prompt if the operator would like to upload the data. Remove the crash data after upload or if the operator does not want to upload the crash data.