summaryrefslogtreecommitdiffstats
path: root/usr/local/www/crash_reporter.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-3/+3
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Merge pull request #1622 from phil-davis/usr-local-wwwRenato Botelho2015-04-271-9/+10
|\
| * Code style usr-local-www back-endPhil Davis2015-04-191-18/+20
| | | | | | | | files that do stuff in mostly in the background.
* | Trying to submit a symlink as part of crash reports will cause a failedChris Buechler2015-04-221-10/+12
|/ | | | | submission. Remove symlinks first. Also properly set user agent while here, consistent with others. Fix some style and whitespace too. Ticket
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Replace Header() calls by lowercaseRenato Botelho2014-06-131-1/+1
|
* Tidy up "crash_reporter.php" XHTMLColin Fleming2014-06-031-14/+10
| | | | | Tidy up Paragraph tags Close INPUT tags
* xhtml Complianceayvis2014-03-141-2/+2
| | | replaced <br>, <br/> and </br> with <br />
* Fix #3486, delete /var/crash content when click 'No'Renato Botelho2014-02-271-1/+1
|
* Make a good copy of PHP_errors.log for crash reporterPhil Davis2014-02-191-1/+1
| | | Forum report https://forum.pfsense.org/index.php/topic,72877.0.html
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some ↵Renato Botelho2014-02-041-4/+4
| | | | exec() calls by php functions like symlink, copy, unlink, mkdir
* Make sure the directory existsErmal2013-02-101-1/+3
|
* Clear the PHP errors when 'no' is pressed also.jim-p2011-11-231-0/+2
|
* Show the PHP errors reported on the index page in the crash report so users ↵jim-p2011-11-231-1/+9
| | | | are not confused by an empty report screen. Include them in the report and also clear them after sending.
* Revert "Revert "Simplify message""Scott Ullrich2011-07-041-3/+2
| | | | This reverts commit 6f385195612e5d5aaa9b870c293f81692785cd47.
* Revert "Simplify message"Scott Ullrich2011-07-041-2/+3
| | | | This reverts commit 6608507d3ba546a8a0c9ce2d6570f98d5494f11e.
* Simplify messageScott Ullrich2011-07-041-3/+2
|
* Copy crash file to crash reporter directory if it existsScott Ullrich2011-07-041-0/+2
|
* Flush the bufferScott Ullrich2011-02-271-0/+2
|
* Turn off file size checkScott Ullrich2011-02-091-5/+3
|
* Increase a bitScott Ullrich2011-02-071-1/+1
|
* Limit file sizes to roughly 143kScott Ullrich2011-02-071-3/+7
|
* Limit file sizes to roughly 143kScott Ullrich2011-02-071-2/+4
|
* Global gScott Ullrich2011-02-071-0/+1
|
* Adding crashreporterurl for rebrandsScott Ullrich2011-02-071-1/+1
|
* s/er//Scott Ullrich2011-02-071-1/+1
|
* Spell out more clearlyScott Ullrich2011-02-071-2/+2
|
* Note that we are deleting the local crash reportsScott Ullrich2011-02-071-1/+1
|
* Echo out server responseScott Ullrich2011-02-071-3/+2
|
* Ask the person to actually read the page before clicking yesScott Ullrich2011-02-071-0/+2
|
* Include newlinesScott Ullrich2011-02-061-2/+2
|
* Include filename of files in reportScott Ullrich2011-02-061-3/+6
|
* Not that we are deleting filesScott Ullrich2011-02-061-1/+1
|
* Add link to kernel crash info on wikipedia for those who are not familiar ↵Scott Ullrich2011-02-061-1/+2
| | | | with a panic
* Make textarea read onlyScott Ullrich2011-02-061-1/+1
|
* Include anonymous machine information in bug report including:Scott Ullrich2011-02-061-1/+9
| | | | | | | | | | 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 Crash report details:
* Crash reporter is now working.Scott Ullrich2011-02-061-12/+9
|
* Correctly detect amount of files in /var/crashScott Ullrich2011-02-061-4/+4
|
* Set textarea sizeScott Ullrich2011-02-061-1/+1
|
* gettext()Scott Ullrich2011-02-061-3/+4
|
* Fix urlScott Ullrich2011-02-031-2/+2
|
* Remove formatting in between textareaScott Ullrich2011-02-031-3/+1
|
* Set priv infoScott Ullrich2011-02-031-15/+16
|
* Adding a page that will allow uploading of crash (panic) data. Once the ↵Scott Ullrich2011-02-031-0/+126
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.
OpenPOWER on IntegriCloud