summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Status Logs breadcrumbs and tab array highlightingPhil Davis2016-01-142-7/+11
| | | | | | | | | 1) When on Status Logs->VPN the VPN part of the breadcrumb list was missing. 2) When selecting Status Logs-> System->Gateways... the underlining of the "System" level tab went AWOL. 3) When selecting Status Logs->VPN-> PPPoE Servixce or L2TP Service the underlining of the "VPN" level tab went AWOL.
* Merge pull request #2434 from NewEraCracker/masterRenato Botelho2016-01-141-1/+1
|\
| * Fix misplaced parenthesesNewEraCracker2016-01-141-1/+1
| |
* | Merge pull request #2431 from phil-davis/h1Renato Botelho2016-01-1435-60/+62
|\ \
| * | UI ConsistencyPhil Davis2016-01-1435-60/+62
| |/ | | | | | | | | | | | | | | | | 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
* | Merge pull request #2430 from phil-davis/patch-10Renato Botelho2016-01-141-1/+1
|\ \
| * | Use trash icon in diag states displayPhil Davis2016-01-141-1/+1
| |/ | | | | This had an "x" icon button. Should it be a trash icon?
* | Merge pull request #2429 from phil-davis/patch-8Renato Botelho2016-01-141-1/+10
|\ \
| * | Make RRD Graph VPN Users page title more friendlyPhil Davis2016-01-141-1/+10
| |/ | | | | Rather than ucfirst("vpnusers") becomes "Vpnusers".
* | Merge pull request #2428 from phil-davis/patch-7Renato Botelho2016-01-141-1/+1
|\ \
| * | LT2P Users remove random extra >Phil Davis2016-01-141-1/+1
| |/
* | Merge pull request #2427 from phil-davis/patch-6Renato Botelho2016-01-141-4/+4
|\ \
| * | Make NAT NPt entry rows have fa edit and delete buttonsPhil Davis2016-01-141-4/+4
| |/
* | Merge pull request #2426 from phil-davis/patch-5Renato Botelho2016-01-141-1/+1
|\ \
| * | Interfaces QinQ fix closing table header tagPhil Davis2016-01-141-1/+1
| |/
* | Merge pull request #2425 from phil-davis/patch-3Renato Botelho2016-01-141-2/+2
|\ \
| * | Fix redundant tests for reinstallpkgPhil Davis2016-01-141-2/+2
| |/
* | Merge pull request #2424 from phil-davis/patch-2Renato Botelho2016-01-141-3/+3
|\ \
| * | Consistent use of System UpdatePhil Davis2016-01-141-3/+3
| |/ | | | | | | | | | | | | In some places it said "System update" and in others "System Update" - be consistent. The confirm button called it "Upgrade". Make that consistent with the existing use of the term "Update" for system updates. Note: Packages are still said to be "upgraded" rather than "updated" - there are places where headings, confirm prompts etc will say "Upgrade package". Is that intended? That the terminology for packages is to "upgrade" them and for the base system it is an "update"?
* | Merge pull request #2423 from phil-davis/headingsRenato Botelho2016-01-142-4/+4
|\ \
| * | Consistent headings for Dynamic DNSPhil Davis2016-01-142-4/+4
| |/ | | | | | | | | | | | | | | Other place like "Open VPN Clients" have the "Clients" capitalized - do it here. Dynamic DNS has column heading "Interface" - make RFC2136 the same. Dynamic DNS (and most other places) have a column heading "Actions" - make it the same for RFC2136.
* | Change pfSense-upgrade to return time for reboot so GUI can use itRenato Botelho2016-01-142-8/+23
| |
* | Rename variables to make more senseRenato Botelho2016-01-141-4/+4
| |
* | Simplify logicRenato Botelho2016-01-141-3/+4
|/
* Merge pull request #2422 from phil-davis/patch-2Chris Buechler2016-01-131-47/+62
|\
| * Fix #5767 config validation errors when first enabling DNS ResolverPhil Davis2016-01-131-47/+62
| | | | | | | | | | | | Generate a complete set of test conf files in /var/unbound/test subdir when doing the validation of the tentative config that is being saved. This avoids any dependency on any of the "real" files already existing in /var/unbound and also avoids the chance of overwriting a live file that is currently in use by the running unbound. /var/unbound/test is removed once the validation has been done. The real unbound conf files are created in /var/unbound like they always were after the user presses apply.
* | More gettext~ingStephen Beaver2016-01-131-2/+2
| |
* | Added gettext() around alert stringStephen Beaver2016-01-131-1/+1
| |
* | Fixed #5566Stephen Beaver2016-01-1327-954/+1071
| |
* | Don't validate 'external' when nobinat is checkedStephen Beaver2016-01-131-2/+7
| |
* | Revise binat rule when nobinat is setStephen Beaver2016-01-131-1/+1
| |
* | Revise tooltipStephen Beaver2016-01-131-1/+1
| |
* | Fix no binat checkboxStephen Beaver2016-01-132-4/+4
| |
* | Fix helpStephen Beaver2016-01-131-1/+1
| |
* | Fixed #3887Stephen Beaver2016-01-133-14/+31
|/
* Prevent GIF/GRE from making dummy/unusable gateways that show up for ↵jim-p2016-01-131-2/+6
| | | | monitoring/routing/etc. Fixes #5766
* Fix missing ')'Stephen Beaver2016-01-131-1/+2
|
* Accommodate webgui separator bar by ignoring when loading rulesStephen Beaver2016-01-131-0/+4
|
* Update copyright noticeStephen Beaver2016-01-131-35/+53
|
* Remove duplicate "Are you sure you want to" on deleteStephen Beaver2016-01-131-1/+1
|
* Fix icon by including "fa" in classStephen Beaver2016-01-131-1/+1
|
* Sort the Available Widgets before displayStephen Beaver2016-01-131-23/+6
| | | | Remove unused modal
* Newline is added only if both IPv4 and IPv6 addresses presentStephen Beaver2016-01-131-1/+6
|
* Fix whitespace in upgrade_118_to_119jim-p2016-01-131-3/+3
|
* Merge pull request #2419 from NOYB/Firewall_NAT_Edit_AutoSuggest_Fix_ContinuedStephen Beaver2016-01-131-17/+12
|\
| * Continued:NOYB2016-01-121-17/+12
| | | | | | | | | | | | | | | | | | Fix port aliases (Seems you can't autosuggest an element of type "number") Also apply to src too. remove is_numeric check remove min/max (not valid on text fields; does not work) add pattern in place of min/max
* | Gateways Widget Refactor init-ajaxNOYB2016-01-131-104/+109
| | | | | | | | | | Move table content creation into a function so initial table load can be done normally without resize flicker. Subsequent content updates remain via ajax.
* | Merge pull request #2414 from stilez/patch-18Renato Botelho2016-01-131-1/+1
|\ \
| * | Remove spaces at EOL as requestedstilez2016-01-131-1/+1
| | |
| * | redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-1/+1
| | | | | | | | | | | | ip2long32() etc
OpenPOWER on IntegriCloud