summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* | | | Add missing spacesRenato Botelho2016-01-121-2/+2
| |/ / |/| |
* | | Revise auto infoblock to accommodate initially open divsStephen Beaver2016-01-111-9/+3
| | |
* | | Use case-insensitive regex matching for http_host in nginx captive portal ↵Chris Buechler2016-01-111-2/+2
| | | | | | | | | | | | configs.
* | | Update URL for dyns to match their current docs. Reported by GP^ on IRCChris Buechler2016-01-111-1/+1
| | |
* | | Match nginx max body size with PHP's upload_max_filesizeChris Buechler2016-01-111-1/+1
|/ /
* | Convert remaining short_open_tag occurances. See PR #2378NewEraCracker2016-01-116-7/+7
| |
* | set nginx client_max_body_size large enough for config restore and other ↵Chris Buechler2016-01-111-0/+1
| | | | | | | | purposes.
* | Correct PHP error. (Wrong variable name)Stephen Beaver2016-01-112-2/+3
| |
* | Rework a bit interface_mtu_wanted_for_pppoe(), no functional changesRenato Botelho2016-01-111-28/+36
| |
* | 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-062-33/+16
| | |
| * | Consolidate with status_logs_common.incNOYB2016-01-062-485/+206
| | |
| * | Function is now in guiconfig.incNOYB2016-01-061-12/+0
| | |
| * | Per Colin (PR #2300)NOYB2016-01-061-4/+4
| | | | | | | | | | | | | | | | | | | | | Use Bootstraps text alignment classes As per "http://getbootstrap.com/css/#type-alignment", use CLASS statement instead in inline STYLE statement (much tidier)
| * | Staus - System - Logs - VPN - Write Config OnlyNOYB2016-01-061-4/+14
| | | | | | | | | | | | If no logging changes have been made, only write the config file.
| * | Status - System Logs - VPNNOYB2016-01-062-110/+736
| | | | | | | | | | | | | | | | | | Revamp log file selection method to be consistent with the other system logs. Add advanced filter section; only activated for the non-vpn.log files (needs testing with vpn.log file first, continue using dump_clog_vpn until tested). Add manage log section
* | | Merge pull request #2402 from NewEraCracker/masterStephen Beaver2016-01-111-2/+1
|\ \ \
| * | | Minor unused tag clean upNewEraCracker2016-01-111-2/+1
| | | |
* | | | Merge branch 'print_info_box' of https://github.com/phil-davis/pfsenseStephen Beaver2016-01-1124-41/+55
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * 'print_info_box' of https://github.com/phil-davis/pfsense: Redmine #5759 print_info_box style
| * | | | Redmine #5759 print_info_box stylePhil Davis2016-01-1126-44/+60
| | | | | | | | | | | | | | | | | | | | Define the 'success' 'info' etc style of calls to print_info_box()
* | | | | Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-1127-45/+57
| |/ / / |/| | |
* | | | Merge pull request #2400 from phil-davis/patch-2Stephen Beaver2016-01-111-2/+10
|\ \ \ \
| * | | | services_dnsmasq put info in infoblockPhil Davis2016-01-111-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are 3 sets of info. But when I put each in an infoblock then: 1) Only the first "i" icon works to open and close, and it opens and closes all 3 blocks of text. 2) The first 2 text boxes still have an "x" and they can be dismissed. Do we want to enhance the supporting code for infoblock so that it can work with multiple infoblocks on the same page? Or do we have a policy that there is only to be 1 infoblock on a page, and other 'info' text just has to not be in an infoblock?
* | | | | Fixed #5729Stephen Beaver2016-01-111-2/+2
| | | | |
* | | | | Use sprintf to add vaiable to gettext() callRenato Botelho2016-01-111-1/+1
| | | | |
* | | | | Remove a debug leftoverRenato Botelho2016-01-111-1/+0
|/ / / /
OpenPOWER on IntegriCloud