summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | 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 #2408 from stilez/patch-12Renato Botelho2016-01-131-8/+6
|\ \ \
| * | | Remove spaces at EOL as requestedstilez2016-01-131-4/+4
| | | |
| * | | redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-7/+5
| |/ / | | | | | | | | | ip2long32() etc
* | | Merge pull request #2406 from stilez/patch-9Renato Botelho2016-01-131-3/+3
|\ \ \
| * | | Remove spaces at EOL as requestedstilez2016-01-131-3/+3
| | | |
| * | | redmine 5702 - change to use high level IPv4 functions where low level ↵stilez2016-01-121-3/+3
| |/ / | | | | | | | | | ip2long32() etc are used
* | | 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 "==".
* | Fix attribution. Spotted-by BBcan177Renato Botelho2016-01-121-1/+1
| |
* | 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 #2407 from stilez/patch-11Renato Botelho2016-01-121-2/+2
|\ \
| * | redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-2/+2
| |/ | | | | | | 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).
OpenPOWER on IntegriCloud