aboutsummaryrefslogtreecommitdiffstats
path: root/config/mailreport/mailreport.xml
Commit message (Collapse)AuthorAgeFilesLines
* Follow 2.2 and change 8hour->eighthour and 4year->fouryear to avoid having a ↵jim-p2014-09-161-1/+1
| | | | numeral start an ID. Add some code so it will fix up existing values as they are changed.
* Check new and old path for clog when generating mail report. Bump.jim-p2014-05-091-1/+1
|
* Retrieve current theme before attempting to reference the theme, otherwise ↵jim-p2014-05-071-1/+1
| | | | it is blank on a plain installation. Bump version. Fixes #3503
* 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-251-5/+5
| | | | | | | | | * 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-021-1/+1
| | | | | | | | 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-301-1/+1
|
* Added quarterly and yearly mailreport frequenciesDaniel Hunsaker2014-01-081-1/+3
| | | | | | | | | - 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>
* Mail Reports: Ensure some variables are actually arrays before using them, ↵jim-p2013-10-291-1/+1
| | | | 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-091-1/+1
| | | | generate a message from cron.
* Some more refinements for the mail reports package.jim-p2013-03-291-1/+1
|
* Add command output and log output capabilities to the "mail reports" package.jim-p2013-03-281-3/+11
|
* 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-191-0/+94