summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Fix helpStephen Beaver2016-01-131-1/+1
|
* Fixed #3887Stephen Beaver2016-01-132-0/+12
|
* 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
|
* 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
* | | Merge pull request #2412 from stilez/patch-16Renato Botelho2016-01-131-3/+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-3/+1
| |/ / | | | | | | | | | ip2long32() etc
* | | Merge pull request #2416 from phil-davis/patch-2Renato Botelho2016-01-131-3/+3
|\ \ \
| * | | status_dhcp6_leases incorrect comparison operatorPhil Davis2016-01-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rather than assignment. Also $dhcpv6leaseinlocaltime was also being re-used as the value part of the foreach - that looks not so good also. Even so, I think the old code would have worked by good luck - in the end $dhcpv6leaseinlocaltime is only compared to "yes" anyway, so if it ended up as unset, or some part of a sub-array of $config['dhcpdv6'] or... it still functioned like "no". I found this by a quick scan through the output of: find /usr -type f -exec grep -H "^[^(]*==" {} \; That returns a lot of other stuff, but the bad uses of "==" stand out.
* | | | Remove reference to obsoleted row_toggle.js. Noted in Ticket #5724Chris Buechler2016-01-121-2/+0
| |_|/ |/| |
* | | Fix port aliases (Seems you can't autosuggest an element of type "number")Stephen Beaver2016-01-121-4/+5
| | |
* | | Ensure toggled text is NOT selected (Chrome browser quirk)Stephen Beaver2016-01-121-0/+1
| | |
* | | IPsec phase 2 display existing keylenPhil Davis2016-01-121-1/+1
|/ / | | | | | | | | When you edit an IPsec phase2, if there are any particular key lengths already selected in the config for each of the encryption algorithms they are not displayed - they just all show as Auto. That then "accidentally" changes previous settings when you save. Found as part of searching for dodgy-loking uses of "==".
* | pfSenseHelpers comment textPhil Davis2016-01-121-3/+3
| |
* | Improved infoblock system no longer needs sufficies if more than one per pageStephen Beaver2016-01-128-29/+21
| | | | | | | | Removed long commented out script
* | Fix syntax errors introduced on recent merged pull requestsRenato Botelho2016-01-123-3/+3
| |
* | Merge pull request #2413 from stilez/patch-17Renato Botelho2016-01-121-5/+1
|\ \
| * | redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-5/+1
| |/ | | | | | | ip2long32() etc
* | Merge pull request #2411 from stilez/patch-15Renato Botelho2016-01-121-4/+1
|\ \
| * | redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-4/+1
| |/ | | | | | | ip2long32() etc
* | Merge pull request #2410 from stilez/patch-14Renato Botelho2016-01-121-4/+1
|\ \
| * | redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-4/+1
| |/ | | | | | | ip2long32() etc
* | Merge pull request #2391 from stilez/patch-7Renato Botelho2016-01-121-3/+1
|\ \
| * | SImplify a recent-added validation teststilez2016-01-091-3/+1
| | | | | | | | | numericint is the standard test for numeric && >=0
* | | Merge pull request #2405 from NOYB/HTML_Compliance_-_Services_/_NTP_/_Serial_GPSRenato Botelho2016-01-121-1/+1
|\ \ \
| * | | HTML Compliance - Services / NTP / Serial GPSNOYB2016-01-121-1/+1
| | |/ | |/| | | | | | | | | | Named character reference was not terminated by a semicolon. id="btnadvgps"/>&nbspShow GPS Initialization commands
* | | Merge pull request #2404 from NOYB/System_/_General_Setup_-_Word_SpacingRenato Botelho2016-01-121-4/+4
|\ \ \ | |/ / |/| |
| * | System / General Setup - Word SpacingNOYB2016-01-111-4/+4
| | | | | | | | | | | | | | | Add space between words. Restore gateway placeholder; now being handled by form input class (PR #2295).
* | | Revise auto infoblock to accommodate initially open divsStephen Beaver2016-01-111-9/+3
|/ /
* | Convert remaining short_open_tag occurances. See PR #2378NewEraCracker2016-01-115-6/+6
| |
* | Correct PHP error. (Wrong variable name)Stephen Beaver2016-01-112-2/+3
| |
* | Look for element inside array instead of string matchRenato Botelho2016-01-111-1/+1
| |
* | Remove unused global varRenato Botelho2016-01-111-1/+1
| |
* | Fix spacesRenato Botelho2016-01-111-2/+1
| |
* | Fixed #5760Stephen Beaver2016-01-112-27/+8
| |
* | e-apply f693437Stephen Beaver2016-01-111-4/+4
| |
* | Merge branch 'Status_-_System_Logs_-_VPN' of https://github.com/NOYB/pfsenseStephen Beaver2016-01-111-4/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'Status_-_System_Logs_-_VPN' of https://github.com/NOYB/pfsense: Remove unneeded old commented pgtitle var If action is not 'login' or 'logout' then display text of action. But only if vpn.log file. Use the log file path provide from status_logs_common.inc Fixed up for vpn.log filtering. Consolidate with status_logs_common.inc Function is now in guiconfig.inc Per Colin (PR #2300) Staus - System - Logs - VPN - Write Config Only Status - System Logs - VPN
| * | Remove unneeded old commented pgtitle varNOYB2016-01-061-1/+0
| | |
| * | If action is not 'login' or 'logout' then display text of action.NOYB2016-01-061-3/+5
| | | | | | | | | | | | | | | Allow long action text to line wrap. Don't line wrap IP address.
| * | But only if vpn.log file.NOYB2016-01-061-3/+5
| | |
| * | Use the log file path provide from status_logs_common.incNOYB2016-01-061-7/+10
| | | | | | | | | | | | Apply a better way of filtering the vpn type that also provides the count of only the selected type (unset record from the array).
| * | Fixed up for vpn.log filtering.NOYB2016-01-061-22/+11
| | |
OpenPOWER on IntegriCloud