Trying to submit a symlink as part of crash reports will cause a failedsubmission. Remove symlinks first. Also properly set user agent whilehere, consistent with others. Fix some style and whitespace too. Ticket
Welcome 2015
modify copyright statement to reflect reality
Replace Header() calls by lowercase
Tidy up "crash_reporter.php" XHTML
Tidy up Paragraph tagsClose INPUT tags
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Fix #3486, delete /var/crash content when click 'No'
Make a good copy of PHP_errors.log for crash reporter
Forum report https://forum.pfsense.org/index.php/topic,72877.0.html
Add escapeshellarg() calls on exec parameters. While I'm here, replace some exec() calls by php functions like symlink, copy, unlink, mkdir
Make sure the directory exists
Clear the PHP errors when 'no' is pressed also.
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.
Revert "Revert "Simplify message""
This reverts commit 6f385195612e5d5aaa9b870c293f81692785cd47.
Revert "Simplify message"
This reverts commit 6608507d3ba546a8a0c9ce2d6570f98d5494f11e.
Simplify message
Copy crash file to crash reporter directory if it exists
Flush the buffer
Turn off file size check
Increase a bit
Limit file sizes to roughly 143k
Global g
Adding crashreporterurl for rebrands
s/er//
Spell out more clearly
Note that we are deleting the local crash reports
Echo out server response
Ask the person to actually read the page before clicking yes
Include newlines
Include filename of files in report
Not that we are deleting files
Add link to kernel crash info on wikipedia for those who are not familiar with a panic
Make textarea read only
Include anonymous machine information in bug report including:
Crash report begins. Anonymous machine information:
i3868.1-RELEASE-p2FreeBSD 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...
Crash reporter is now working.
Correctly detect amount of files in /var/crash
Set textarea size
gettext()
Fix url
Remove formatting in between textarea
Set priv info
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.