Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure the directory exists | Ermal | 2013-02-10 | 1 | -1/+3 |
| | |||||
* | Clear the PHP errors when 'no' is pressed also. | jim-p | 2011-11-23 | 1 | -0/+2 |
| | |||||
* | Show the PHP errors reported on the index page in the crash report so users ↵ | jim-p | 2011-11-23 | 1 | -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 Ullrich | 2011-07-04 | 1 | -3/+2 |
| | | | | This reverts commit 6f385195612e5d5aaa9b870c293f81692785cd47. | ||||
* | Revert "Simplify message" | Scott Ullrich | 2011-07-04 | 1 | -2/+3 |
| | | | | This reverts commit 6608507d3ba546a8a0c9ce2d6570f98d5494f11e. | ||||
* | Simplify message | Scott Ullrich | 2011-07-04 | 1 | -3/+2 |
| | |||||
* | Copy crash file to crash reporter directory if it exists | Scott Ullrich | 2011-07-04 | 1 | -0/+2 |
| | |||||
* | Flush the buffer | Scott Ullrich | 2011-02-27 | 1 | -0/+2 |
| | |||||
* | Turn off file size check | Scott Ullrich | 2011-02-09 | 1 | -5/+3 |
| | |||||
* | Increase a bit | Scott Ullrich | 2011-02-07 | 1 | -1/+1 |
| | |||||
* | Limit file sizes to roughly 143k | Scott Ullrich | 2011-02-07 | 1 | -3/+7 |
| | |||||
* | Limit file sizes to roughly 143k | Scott Ullrich | 2011-02-07 | 1 | -2/+4 |
| | |||||
* | Global g | Scott Ullrich | 2011-02-07 | 1 | -0/+1 |
| | |||||
* | Adding crashreporterurl for rebrands | Scott Ullrich | 2011-02-07 | 1 | -1/+1 |
| | |||||
* | s/er// | Scott Ullrich | 2011-02-07 | 1 | -1/+1 |
| | |||||
* | Spell out more clearly | Scott Ullrich | 2011-02-07 | 1 | -2/+2 |
| | |||||
* | Note that we are deleting the local crash reports | Scott Ullrich | 2011-02-07 | 1 | -1/+1 |
| | |||||
* | Echo out server response | Scott Ullrich | 2011-02-07 | 1 | -3/+2 |
| | |||||
* | Ask the person to actually read the page before clicking yes | Scott Ullrich | 2011-02-07 | 1 | -0/+2 |
| | |||||
* | Include newlines | Scott Ullrich | 2011-02-06 | 1 | -2/+2 |
| | |||||
* | Include filename of files in report | Scott Ullrich | 2011-02-06 | 1 | -3/+6 |
| | |||||
* | Not that we are deleting files | Scott Ullrich | 2011-02-06 | 1 | -1/+1 |
| | |||||
* | Add link to kernel crash info on wikipedia for those who are not familiar ↵ | Scott Ullrich | 2011-02-06 | 1 | -1/+2 |
| | | | | with a panic | ||||
* | Make textarea read only | Scott Ullrich | 2011-02-06 | 1 | -1/+1 |
| | |||||
* | Include anonymous machine information in bug report including: | Scott Ullrich | 2011-02-06 | 1 | -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 Ullrich | 2011-02-06 | 1 | -12/+9 |
| | |||||
* | Correctly detect amount of files in /var/crash | Scott Ullrich | 2011-02-06 | 1 | -4/+4 |
| | |||||
* | Set textarea size | Scott Ullrich | 2011-02-06 | 1 | -1/+1 |
| | |||||
* | gettext() | Scott Ullrich | 2011-02-06 | 1 | -3/+4 |
| | |||||
* | Fix url | Scott Ullrich | 2011-02-03 | 1 | -2/+2 |
| | |||||
* | Remove formatting in between textarea | Scott Ullrich | 2011-02-03 | 1 | -3/+1 |
| | |||||
* | Set priv info | Scott Ullrich | 2011-02-03 | 1 | -15/+16 |
| | |||||
* | Adding a page that will allow uploading of crash (panic) data. Once the ↵ | Scott Ullrich | 2011-02-03 | 1 | -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. |