aboutsummaryrefslogtreecommitdiffstats
path: root/config/mailreport
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in status_mail_report_add_cmd.phplukehamburg2015-06-281-1/+1
| | | Existing code was referencing the wrong variable ($a_graphs instead of $a_cmds), which caused the IF test to fail, which then caused duplicate entries to be created each time the "edit command" form was submitted. This edit fixes the issue, tested on pfSense 2.1.5 nanobsd.
* Be sure to copy the newly added phpmailer file.jim-p2015-02-101-1/+6
|
* Update PHPMailer for mailreportsjim-p2015-02-105-3455/+4957
|
* Remove conflicting variable $g in mailreports' mail_report_generate_graph()Bryce Chidester2015-02-101-3/+3
| | | | Fixes #4281
* Support mail report of mbuf usage graphPhil Davis2015-02-103-5/+50
| | | | Forum report: https://forum.pfsense.org/index.php?topic=82571.0
* Follow 2.2 and change 8hour->eighthour and 4year->fouryear to avoid having a ↵jim-p2014-09-163-6/+20
| | | | numeral start an ID. Add some code so it will fix up existing values as they are changed.
* Correct checkjim-p2014-05-091-1/+1
|
* Check new and old path for clog when generating mail report. Bump.jim-p2014-05-092-2/+8
|
* Retrieve current theme before attempting to reference the theme, otherwise ↵jim-p2014-05-072-1/+3
| | | | it is blank on a plain installation. Bump version. Fixes #3503
* Allow mail report to make use of TLSWarren Baker2014-04-071-2/+4
|
* Fixup URLs:Renato Botelho2014-03-181-10/+10
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* Fix spelling, email header and table headercrocomo2014-02-257-32/+32
| | | | | | | | | * Spelling now sticks with [1] (email, Email at the beginning of a sentence) * Email header now "Email Report" instead of "Graph Report" * Table header now "Commands" instead of "Cmds" (plus fix for width) * Version increased to 2.0.10 [1] https://www.rfc-editor.org/rfc-style-guide/terms-online.txt
* Fixed a bug with quarterly report schedulingDaniel Hunsaker2014-02-022-2/+2
| | | | | | | | monthofyear was being unset for all intervals which weren't yearly. A check was added for quarterly intervals to avoid unsetting monthofyear in that case and getting quarterly reports once every month. The behavior should now be as expected. Bumped version number accordingly. Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
* Allow for multiple filter terms in mailreportjim-p2014-01-302-3/+2
|
* Resolved interface bugs preventing new frequencies from displaying properlyDaniel Hunsaker2014-01-081-5/+5
| | | | Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
* Added quarterly and yearly mailreport frequenciesDaniel Hunsaker2014-01-082-11/+86
| | | | | | | | | - Defined frequencies for quarterly and yearly mail reports - Extended frequency-to-crontab conversion logic to cover new frequency settings - Added form elements for new frequency configurations - Bumped version number, and added files to deinstall command for cleaner removal Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
* Remove mailreports redirect if RRD is disabled (except for page adding an ↵jim-p2014-01-025-41/+30
| | | | | | rrd graph). Since it works with other info, it no longer r elies on RRD being enabled. Also fixup (c), filename, and privilege headers.
* Mail Reports: Ensure some variables are actually arrays before using them, ↵jim-p2013-10-292-4/+16
| | | | avoids an error and some console output if certain portions of a report have never been used. Version bump.
* When sending an e-mail report, do not generate output, otherwise it will ↵jim-p2013-10-092-3/+1
| | | | generate a message from cron.
* Fixed edit report logs bug in status_mail_report_edit.phpDavid Lee2013-06-081-1/+1
| | | status_mail_report_edit.php had an incorrect entry for editing the log report. This is a small changed that simply replaces status_mail_report_add_cmd.php with status_mail_report_add_log.php where appropriate.
* Add one more little note.jim-p2013-03-291-1/+1
|
* Some more refinements for the mail reports package.jim-p2013-03-296-10/+44
|
* Add command output and log output capabilities to the "mail reports" package.jim-p2013-03-288-41/+494
|
* Declare $g a global here so the mail reports should pick up the themejim-p2012-07-271-0/+1
|
* Use the short name in the attachment path to embed, it should make some mail ↵jim-p2012-02-201-1/+1
| | | | clients happier. Fixes #2206
* Switch to inline attachments for e-mail graphs reportsjim-p2012-01-121-2/+4
|
* Respect the user-defined interface names in e-mailed RRD graphs, and in ↵jim-p2011-07-273-20/+23
| | | | drop-downs for building reports.
* Activate cron jobs after saving config.jim-p2011-07-192-1/+3
|
* Send report in the background, or it doesn't go.jim-p2011-07-191-1/+1
|
* Fix var namejim-p2011-07-191-1/+1
|
* And one more copy/pasteojim-p2011-07-191-0/+1
|
* Fix one more pathjim-p2011-07-191-1/+0
|
* Fix pathsjim-p2011-07-191-4/+4
|
* Add mailreport package for periodic e-mail of RRD graphs. First rev.jim-p2011-07-199-0/+5588