summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
* | | | Remove debug code for #5463Phil Davis2015-11-191-3/+1
| |_|/ |/| | | | | | | | and it still works. Feel free to close this and do what is really needed to remove the debug code and leave the functional code working.
* | | Fix icon in dashboardStephen Beaver2015-11-181-1/+1
| | |
* | | fix invalid foreach with no DHCP server enabled introduced in Ticket #5387Chris Buechler2015-11-181-32/+33
| | |
* | | DEBUG code for Redmine: 5463Stephen Beaver2015-11-182-3/+15
| | |
* | | handle -c parameters in rc.initial. Ticket #4422Chris Buechler2015-11-181-0/+12
| | |
* | | change widget icon color to whiteJared Dillard2015-11-181-0/+8
| | |
* | | Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-1821-92/+92
| | |
* | | Move the widget icons back to the rightStephen Beaver2015-11-182-2/+9
| | |
* | | xt string changesStephen Beaver2015-11-182-9/+16
| | |
* | | Fixed #5475Stephen Beaver2015-11-181-105/+145
| | |
* | | Change option 13 to "Update"Stephen Beaver2015-11-181-1/+1
| | |
* | | Detailed cosmetic changes to the system update systemStephen Beaver2015-11-183-7/+7
| | |
* | | System update settings UI implementedStephen Beaver2015-11-186-72/+38
| | |
* | | Restored glyphicon import until @jdillard can eleimnate those iconsStephen Beaver2015-11-182-2/+5
| | |
* | | Make block bogon rule display consistentPhil Davis2015-11-181-1/+1
| | | | | | | | | | | | The block private networks and anti-lockout rules display in the firewall rules display with the schedule column blank. But the block bogon networks has an asterisk. That looks odd. I noticed it just now when looking at firewall rules in 2.3 and looked back in 2.2.5 also - it is the same there.
* | | Fix tooltip text for associated filter rulesPhil Davis2015-11-181-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Add a port forward with associated filter rule 2) Go to firewall_rules and hover over the icon on the left of the rule. It says "traffic is ed". The problem is that, for whatever reason, an associated rule does not have ['type'] specified, even in config.xml. It is that way in 2.2.5, so not a new thing or regression. I guess that the back-end rule generation works by assuming that a rule in config.xml that does not have 'type' defined should be a pass rule. So we can't write code anywhere that assumes that every rule has a defined 'type'. This text was different fixed stuff in 2.2.5, so there was no problem there. In fixing this I also made the text explicit for each type. This will help with the gettext translation. The way it did it before, putting "ed" on the end, would not have worked for translation.
* | | filter_log.inc - use full paths to executablesdoktornotor2015-11-181-1/+1
| | |
* | | filter_log.inc - use full paths to executablesdoktornotor2015-11-181-2/+2
| | |
* | | pfsense-utils.inc - use full paths to executablesdoktornotor2015-11-181-6/+6
| | |
* | | interfaces.inc - use full paths to executablesdoktornotor2015-11-181-4/+4
| | |
* | | Use full path to executable in mwexec() calldoktornotor2015-11-181-1/+1
| | |
* | | At least /boot/loader.rc has schg, make sure to remove it before upgrade. ↵Renato Botelho2015-11-181-0/+3
| | | | | | | | | | | | Ticket #5448
* | | Add a new function pkg_switch_repo() to change between stable and devel pkg repoRenato Botelho2015-11-181-0/+26
| | |
* | | Retire system_firmware.php, system_firmware_auto.php and ↵Renato Botelho2015-11-187-874/+3
| | | | | | | | | | | | system_firmware_check.php
* | | Obsolete recently removed filesRenato Botelho2015-11-181-1/+5
| | |
* | | Retire /etc/rc.create_full_backup and ↵Renato Botelho2015-11-189-289/+0
| | | | | | | | | | | | usr/local/www/system_firmware_restorefullbackup.php
* | | Remove unused variableRenato Botelho2015-11-181-2/+0
| | |
* | | Retire /etc/rc.firmware and /etc/rc.firmware_autoRenato Botelho2015-11-182-549/+0
| | |
* | | Stop creating /var/etc/cfdevice, it's not being usedRenato Botelho2015-11-181-3/+0
| | |
* | | Replace all update_output_window() calls by update_status() that now only ↵Renato Botelho2015-11-181-127/+74
| | | | | | | | | | | | print on console. While here, also remove all use of $static_output
* | | Change update_status to only print on consoleRenato Botelho2015-11-181-2/+1
| | |
* | | Retire rc.initial.firmware_updateRenato Botelho2015-11-181-190/+0
| | |
OpenPOWER on IntegriCloud