summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #5497Stephen Beaver2015-11-202-11/+29
|
* Completed #5499Stephen Beaver2015-11-201-9/+3
|
* Merge pull request #2088 from phil-davis/bindlanRenato Botelho2015-11-204-11/+16
|\
| * Fix old SNMP bindlan setting - Redmine #3883Phil Davis2015-11-194-11/+16
| | | | | | | | | | | | Remove run-time code in services.inc that referenced "bindlan". Provide upgrade code to convert bindlan to bindip="lan" if needed. Update current config version.
* | Fixes #5488Stephen Beaver2015-11-201-58/+64
| |
* | Remove /etc/inc/uuid.php and /etc/inc/dot.hushlogin, both unused filesRenato Botelho2015-11-203-327/+2
| |
* | Move timeout value to PHP definition for easier modificationStephen Beaver2015-11-201-7/+7
| |
* | If webguicss is not yet specified then default to pfSensePhil Davis2015-11-201-0/+4
| | | | | | | | | | | | | | On systems where webguicss (the theme) was not yet set in the config, the selection here was defaulting to other than pfSense. Now that pfSense-dark has come along, it happened to be first in the list. When I changed something else in General Setup today, my them went to pfSense-dark because I did not notice the (accidentally) selected value that was in the field. I also added a check for if the current webguicss is not a valid one - e.g. if a theme is selected in the config that is no longer on the system. That should help future-proof it so it will default back to pfSense.css in that case also.
* | Redmine #5492 case of acronyms in widget namesPhil Davis2015-11-201-0/+7
| | | | | | | | | | | | | | | | | | | | I am not sure how else to do this. If someone in future writes a widget about "Smart Carp" (an intelligent species of fish) then it will get turned into "SMART CARP". The other strings are not English words, or parts of English words, so not likely to be matched wrongly in future. Note 1: The redmine issue also mentions changing "Dyn DNS Status" to "Dynamic DNS Status". For that reason I put a special entry to change any "dyn dns" to "Dynamic DNS". I also put the "dns" to "DNS" in case there are ever any other occurrences of "dns" in other widget names that would need to be changed to "DNS". Note 2: "gmirror" to "gmirror" is not a mistake. str_ireplace() is case-insensitive. So this will replaces stuff like "Gmirror" with "gmirror". Note 3: None of this stuff has gettext() translation support. But it did not in 2.2.* either. That is something else for future thought - how to take text that is generated from file names found at run-time and give translators a chance to translate it.
* | Fix widgetname variablesPhil Davis2015-11-201-3/+3
| | | | | | | | These were wrong. But actually I don't think any widgets use this mechanism of $config['widgets']['mywidget-config'] - they seem to do their own thing making names for the keys they use in $config['widgets'] to store their settings. So I didn't find anything actually broken because of this.
* | PEAR.inc is already required by radius.incRenato Botelho2015-11-201-1/+0
| |
* | Break long linesRenato Botelho2015-11-201-2/+4
| |
* | Delete code that is commented out since 2005Renato Botelho2015-11-201-43/+0
| |
* | Remove debug leftoverRenato Botelho2015-11-201-1/+0
| |
* | Fix #5329Renato Botelho2015-11-201-37/+20
| | | | | | | | | | | | | | | | Since PHP 5.6, fsockopen() is checking SSL certificates, xmlrpc_client is used only for HA today so it's safe to disable this check. Since fsockopen() doesn't provide a way to disable it, move code to use stream_socket_client()
* | Remove unused function http_post()Renato Botelho2015-11-201-44/+0
| |
* | correct igmpproxy command for new version.Chris Buechler2015-11-201-1/+1
| |
* | Cosmetic fixesStephen Beaver2015-11-191-2/+2
| |
* | Partial fix to #5495Stephen Beaver2015-11-191-1/+1
| |
* | Fixed #5489Stephen Beaver2015-11-191-2/+4
| |
* | Fixed #5490Stephen Beaver2015-11-191-4/+10
| |
* | -d4 doesn't exist in updated igmpproxy version, remove.Chris Buechler2015-11-191-2/+1
| |
* | Work-around for #5488Stephen Beaver2015-11-191-52/+58
| |
* | Ticket #5470 fix dashboard breadcumbsJared Dillard2015-11-191-1/+1
| |
* | Fixed #5478 clean up title textJared Dillard2015-11-192-5/+9
| |
* | Make text areas fixed width font with a tabstop of 4Stephen Beaver2015-11-191-1/+10
| |
* | Merge pull request #2090 from brunostein/add_identification_form_sectionStephen Beaver2015-11-191-2/+5
|\ \
| * | add attribute 'id' for the Form_Sectionbruno2015-11-191-2/+5
| | |
* | | Merge pull request #2089 from brunostein/fix_move_optionsStephen Beaver2015-11-192-2/+4
|\ \ \ | |/ / |/| |
| * | fix moveOption functionbruno2015-11-192-2/+4
| | |
* | | Fixed #5486Stephen Beaver2015-11-191-1/+1
|/ /
* | Use full 'Local Database' name to be sure it's authmode is local, fixes #4469Renato Botelho2015-11-193-4/+4
| |
* | Remove commentStephen Beaver2015-11-191-1/+0
| |
* | Add tr/td to empty tbodys for Microsoft IEStephen Beaver2015-11-194-3/+14
| |
* | Duplicate slice before upgrade, fixes #5483Renato Botelho2015-11-191-25/+36
| |
* | Revised order of input fields in edit formStephen Beaver2015-11-191-6/+6
| |
* | Alternate solution to #5459Stephen Beaver2015-11-191-1/+1
| |
* | Completed #5470Stephen Beaver2015-11-191-1/+1
| |
* | Completed #5482Stephen Beaver2015-11-191-13/+19
| |
* | added support flash messagesbruno2015-11-192-0/+18
|/
* Merge pull request #2086 from phil-davis/patch-13Renato Botelho2015-11-191-19/+7
|\
| * Gateways widget remove unused codePhil Davis2015-11-191-12/+0
| | | | | | This stuff is done further down. Somewhere in the integration of RELENG_2_2 and Bootstrap this chunk of code has been accidentally duplicated. It is not like this in RELENG_2_2.
| * Fix $5475 $display_type needs to be set earlierPhil Davis2015-11-191-7/+7
| |
* | Merge pull request #2076 from doktornotor/patch-2Renato Botelho2015-11-191-0/+2
|\ \
| * | service-utils.inc - add fallback for stop_service() for package-defined servicesdoktornotor2015-11-181-0/+2
| | | | | | | | | | | | | | | To avoid adding silly bloat to packages like here: https://redmine.pfsense.org/issues/5468 If package defines a service executable, chances are that killing that executable will indeed stop the service as intended, instead of doing nothing and pretending that it worked.
* | | Merge pull request #2075 from phil-davis/patch-11Renato Botelho2015-11-191-1/+1
|\ \ \
| * | | diag_nanobsd options textPhil Davis2015-11-171-1/+1
| | | | | | | | | | | | There are multiple options in this section. Use the plural to be consistent with other text on this page and the section titles of other diag "options" pages.
* | | | Merge pull request #2070 from jean-m-cyr/masterRenato Botelho2015-11-191-0/+4
| | | |
* | | | fix text. Ticket #5387Chris Buechler2015-11-191-3/+3
| | | |
* | | | Clarify description. Ticket #5387Chris Buechler2015-11-191-3/+3
| | | |
OpenPOWER on IntegriCloud