summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_notifications.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3629 from doktornotor/patch-18Renato Botelho2017-04-201-0/+1
|\
| * Add missing includedoktornotor2017-03-081-0/+1
| |
* | notify test buttons for smtp/growl should use new unsaved settings just madePiBa-NL2017-04-101-4/+6
|/
* Do not nag people about passwords mismatch when SMTP notifications are ↵doktornotor2017-01-171-1/+4
| | | | disabled (Bug #7129)
* Do not nag people about passwords mismatch when growl is disabled (Bug #7129)doktornotor2017-01-171-1/+4
| | | These fields tend to get "helpfully" pre-filled with random crap by built-in browser password managers or extensions such as LastPass. No need to bother people with these when the feature is disabled.
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Move the Growl section down to the end of the page, SMTP is the most ↵jim-p2016-12-211-50/+51
| | | | commonly used section.
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Ticket #3734: Convert growl related code to use pear-Net_Growl portRenato Botelho2016-08-111-10/+16
|
* Be more verbose and let user know results of SMTP settings testRenato Botelho2016-08-111-3/+9
|
* Ticket #3734:Renato Botelho2016-08-111-15/+10
| | | | | | - Added timeout parameter for SMTP configuration - Removed STARTTLS option, it's enabled automatically by pear-Mail when server supports it
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Password isn't required for growl. Ticket #6221Chris Buechler2016-04-211-2/+1
|
* System / Advanced - PunctuationNOYB2016-04-151-2/+2
|
* System / Advanced / Notifications - Remove PersonalizationsNOYB2016-03-281-4/+2
| | | | Remove "you" personalizations.
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-2/+2
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-2/+2
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* Make the Notification settings test buttons consistent with other buttons in ↵jim-p2016-03-101-8/+8
| | | | the GUI. Ticket #5965
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-1/+1
|\
| * Perform HTML entity translation where & is usedk-paulius2016-02-141-1/+1
| |
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
|/ | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Synchronize page title with tab titlek-paulius2016-02-121-1/+1
|
* FInished password hiding logic by ensuring $_POST['password'] != DMYPWD ↵Stephen Beaver2015-12-281-2/+9
| | | | before updating
* Experimental: Fixed #5693Stephen Beaver2015-12-281-6/+16
| | | | Added new functionality to PHP classes, and used it ONLY in system_advanced_notifications.php -> smtp password
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style System AdvancedPhil Davis2015-12-151-3/+5
|
* Merge pull request #2164 from ecovillage/ADD_SMTP_TEST_NOTERenato Botelho2015-12-071-1/+1
|\
| * Improve helpfulness of smtp-test buttons help-text.Felix Wolfsteller2015-12-061-1/+1
| |
* | Standardize System Advanced breadcrumbsPhil Davis2015-12-071-1/+1
|/
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-9/+8
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Fixed #5296Stephen Beaver2015-10-121-0/+7
|
* Fixed #5100Stephen Beaver2015-09-041-5/+5
| | | | | Corrected input names (test_snmp => test-snmp. SAme for growl. Made buttons prettier
* Added autocomplete = off to smtpusernameStephen Beaver2015-09-041-18/+4
|
* Test for #5087Stephen Beaver2015-09-041-4/+20
| | | | Attempt to prevent browser autofil on email username
* Fixed #5087Stephen Beaver2015-09-031-1/+1
| | | | My fault. Dropped the 's' in smtp :(
* Fixed #5087Stephen Beaver2015-09-031-34/+62
| | | | Programmer had changed the input names such that they no longer matched the config system nasmes (again)
* Fixed 5086Stephen Beaver2015-09-031-0/+4
| | | | Now has its own section
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Fixed #5025Stephen Beaver2015-08-271-21/+21
| | | | | All system_advanced_* pages had made-up lement names instead of hte correct config system names. All (several hundred) have been corrected, and tested where possible.
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-244/+172
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+413
OpenPOWER on IntegriCloud