Merge remote-tracking branch 'upstream/master' into origin/master
Updated even more pages to new Form setup (include names)
refs #16
Converted Misc & Notifications
Support for Office365 Mail
https://redmine.pfsense.org/issues/4176Allow the user to choose SMTP authentication mechanism PLAIN or LOGIN.For existing configs with this option not set, PLAIN is the default, and will appear first in the dropdown box, so next time the user saves the SMTP Notification settings, PLAIN will be the value selected and saved.
Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Change copyright statement to reflect reality
modify copyright statement to reflect reality
Encode values before displaying them back to the user in notification settings
Update SCRIPT tags.
Add CDATA sections to SCRIPT tags in various files
Ensure variable is available when testing smtp. Fixes #3577 (well not the rrd summary package).
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Many fixes on privileges, ticket #3216:
- Rename some privileges: page-diag-system-activity => page-diagnostics-system-activity page-interfacess-groups => page-interfaces-groups page-interfacess-lagg => page-interfaces-lagg page-interfacess-qinq => page-interfaces-qinq...
Split SSL/TLS into separate checkboxes so that plaintext connections can be made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180
Test growl whether or not growl is disabled.
Add the ability to disable Growl or SMTP notifications but keep their settings intact. Remove automatic test messages on save. Add individual test buttons for Growl and SMTP that work even if the service(s) are disabled.
Tidy up System:Advanced:Notifications XHTML
Close INPUT tags
Fix formatting and move setting back to system.
Moved beep option to notifications page
Unlink last msg cache for growl when sending test messagws
Fix label for SMTP server. Hostnames work fine.
Add support for TLS/SSL for notification (tested with smtp.gmail.com port 465)
Unfortunately, using variables in this way in strings passed to gettext doesn't work well with translations. Replacing with sprintf for now.
Replace hard coded pfSense with product_name
Fix typos
Allow setting the SMTP port for notifications. Fixes #677
Implement gettext()
Fix growl issues.
Ticket #518Ticket #519
Submibtted-by: Blake Skinner
Ticket #393. Require once.
Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.net
allow sending of same message twice when 'testing' smtp service
Do not include head.inc twice
Correct misc tab URL
Alert if there is a problem sending the test message
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Summons the capitalization police
Correct hint
Add seperator
Correct pconfig variables
Require notices.inc
Adding SMTP support. Ticket #59
Adding register_via_growl()
Restore form values correctly... really.
Send a sample test message when user clicks save
Oops, store config in correct location
Save to correct location and nuke dirty stuff
Restore growl settings correctly
Adding System: Advanced: Notifications to priv list
First stab at adding growl notifications settings screen (and other future notifications)