summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix QinQ member save action. Ticket #5965jim-p2016-03-101-1/+1
|
* Fix some Save button quirks. Ticket #5965jim-p2016-03-103-5/+4
|
* change to class for multiple update locationsJared Dillard2016-03-101-1/+1
|
* Merge pull request #2722 from ↵Jared Dillard2016-03-103-0/+28
|\ | | | | | | NOYB/Status_Monitoring_-_Settings_Panel_Collapsible
| * Status Monitoring - Settings Panel CollapsibleNOYB2016-03-103-0/+28
| | | | | | | | | | | | | | Make the status monitoring settings panel collapsible with page load state configurable in general setup associated panels show/hide. Replace Update button with refresh icon on title bar. Required by FreeBSD-Ports pull request #78 Status Monitoring - Settings Panel Collapsible.
* | Doesn't seem to be any reason rc.newwanip should skip things while the ↵Chris Buechler2016-03-101-12/+3
| | | | | | | | system is booting. Ticket #5952
* | More icon and button inconsistencies. Should be the last batch. Ticket #5965jim-p2016-03-1016-26/+39
| |
* | More icon/button inconsistencies. Ticket #5965jim-p2016-03-1010-39/+59
| |
* | More icon/button inconsistencies. Ticket #5965jim-p2016-03-1012-54/+94
| |
* | Make fa-save the default button icon for 'Save' on all forms. Ticket #5965jim-p2016-03-101-2/+6
| |
* | Advanced button consistency. Ticket #5965jim-p2016-03-109-56/+104
| |
* | Fix button icons in the package manager. Ticket #5965jim-p2016-03-102-5/+11
| |
* | More icon and button consistency fixes. Ticket #5965jim-p2016-03-1021-82/+88
| |
* | Add the ability for packages to control their button icon and class. Ticket ↵jim-p2016-03-101-1/+14
| | | | | | | | #5965
* | Revised disk space display to use progress barStephen Beaver2016-03-101-13/+10
| |
* | Make the Notification settings test buttons consistent with other buttons in ↵jim-p2016-03-101-8/+8
| | | | | | | | the GUI. Ticket #5965
* | Merge pull request #2721 from phil-davis/patch-2Stephen Beaver2016-03-101-2/+18
|\ \
| * | Improve test for firewall rule advanced settingPhil Davis2016-03-101-2/+18
| |/ | | | | | | You could make some advanced settings, save the firewall rule, then when editing again the advanced section would not be automatically open. That makes it hard for users to realise that a rule has some advanced setting(s). This change enhances function is_aoadv_used() so it checks all the things that are an advanced setting.
* | Display NAT advanced source settings if definedPhil Davis2016-03-101-1/+3
|/ | | | On NAT Port Forward Edit, if any of the source port settings are different to the defaults then display the source fields, rather than just the Advanced button. Otherwise when editing a NAT port forward with source address/port settings, it is not obvious to the user that there are existing source settings "hiding" under the Advanced button.
* Add button on pkg needs fa-plus, too. Ticket #5965jim-p2016-03-091-2/+4
|
* Fix CP portal page controls (view, download, reset) for consistency. Ticket ↵jim-p2016-03-091-36/+51
| | | | #5965
* Fix some more stragglers for icon/button consistency. Ticket #5965jim-p2016-03-095-29/+75
|
* Fix icon consistency and some other formatting issues on the LDAP picker. ↵jim-p2016-03-091-26/+18
| | | | Ticket #5965
* Fix typojim-p2016-03-091-1/+1
|
* Fix voucher regenerate button action.jim-p2016-03-091-5/+5
|
* Fixed 5971Stephen Beaver2016-03-091-0/+2
|
* Icon consistency in Repeatable blocks. Ticket #5965jim-p2016-03-0911-41/+82
|
* Fix formatting on the UPnP page, fixes #5970jim-p2016-03-091-18/+39
|
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-0938-118/+330
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* log dhcpleases and dhcpleases6 to dhcpd.log. Ticket #5968Chris Buechler2016-03-081-1/+1
|
* Correct reference for 6rd. Ticket #5967Chris Buechler2016-03-081-1/+1
|
* Remove bonus commajim-p2016-03-081-1/+1
|
* Fix alias import icon visibility, and change to a more relevant icon. Fixes ↵jim-p2016-03-081-2/+2
| | | | #5963
* Changed all selectoraction to"change" instead of "click"Stephen Beaver2016-03-081-4/+4
|
* Fixed #5962Stephen Beaver2016-03-081-1/+1
|
* Upon further review, use a more clear and related set of icons for CARP ↵jim-p2016-03-082-4/+4
| | | | status, play-circle (master) and pause-circle (backup). Ticket #5965
* Change shortcut bar status icon to bar-chart, the gear/cog purpose was ↵jim-p2016-03-081-1/+1
| | | | unclear, looked too much like a settings icon. Ticket #5965
* Change "internal" representation of CA on CA and CRL list to an icon, and ↵jim-p2016-03-082-6/+3
| | | | the inuse indicator on CRLs to an icon. Ticket #5965
* Add visual indication of negation on Outbound NAT list. Fix static port ↵jim-p2016-03-081-14/+14
| | | | representation to use an icon with a helpful title. Ticket #5965
* Give a visual indication when a port forward has the negation option active ↵jim-p2016-03-081-0/+3
| | | | (no rdr). Ticket #5965
* Correct the text and placement of the disable and nobinat options for 1:1 ↵jim-p2016-03-081-9/+9
| | | | NAT rules. Fixes #5966
* Slight change to CARP status icons, difference between master and backup ↵jim-p2016-03-082-2/+2
| | | | status was not clear enough. Ticket #5965
* Correct some icon usage inconsistencies. Fixes #5965jim-p2016-03-088-28/+28
|
* Clean up the CARP status widget. Fixes #5964jim-p2016-03-081-19/+22
|
* Move Save button on config history settings inside the panel with the other ↵jim-p2016-03-081-4/+6
| | | | settings. Fixes #5961
* Merge pull request #2717 from NOYB/System_/_User_Manager_/_Groups_/_EditStephen Beaver2016-03-081-2/+5
|\
| * System / User Manager / Groups / EditNOYB2016-03-071-2/+5
| | | | | | | | | | | | Error: th start tag in table body. Warning: A table row was 3 columns wide and exceeded the column count established by the first row (2).
* | Merge pull request #2716 from phil-davis/patch-6Stephen Beaver2016-03-081-1/+1
|\ \
| * | Change invalid use of $iface in interfaces.phpPhil Davis2016-03-081-1/+1
| |/ | | | | | | | | | | | | | | | | At this point $iface is an undefined var. So the last test of this "if" statement is useless. That code fragment was introduced in commit https://github.com/pfsense/pfsense/commit/e4d40f41aafe00353c0069b457a0b1b0d6c20987 I think that code fragment came from a similar thing that is inside a "foreach $iface" loop in interfaces_pps_edit.php https://github.com/pfsense/pfsense/blob/master/src/usr/local/www/interfaces_ppps_edit.php#L300 and was pasted into the condition here back in 2011 without being changed. What I have done to the test here seems what would have been intended. Any better ideas are welcome.
* | Merge pull request #2715 from phil-davis/patch-5Stephen Beaver2016-03-081-2/+6
|\ \
OpenPOWER on IntegriCloud