summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
|/ / / /
* | | | Added support for <collapse> tags in listtopic fields. e.g.:Stephen Beaver2016-01-112-1/+17
|/ / / | | | | | | | | | | | | <collapse>closed</collapse> // Creates a panel that is collapsible and iniatially closed <collapse>open</collapse> // Creates a panel that is collapsible and iniatially open
* | | Fix error reported in https://forum.pfsense.org/index.php?topic=105078.0Renato Botelho2016-01-111-1/+1
| | | | | | | | | | | | Fix select name, [] is always added when multiple is set to true
* | | Look for interface name on array instead of partial string matchRenato Botelho2016-01-111-1/+1
| | |
* | | Add a space between interface name and mac addressRenato Botelho2016-01-111-1/+1
| | |
* | | Fix spacesRenato Botelho2016-01-111-2/+1
| | |
* | | Show which is the invalid member on error messageRenato Botelho2016-01-111-1/+1
| | |
* | | Merge pull request #2398 from ExolonDX/branch_03Stephen Beaver2016-01-111-3/+3
|\ \ \
| * | | Tidy up "status_rrd_graph.php"Colin Fleming2016-01-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | - use Bootstrap class "img-responsive center-block" for images (http://getbootstrap.com/css/#images) - remove "name" attribute, invalid in HTML5
* | | | HTML Compliance - Services / DHCP ServerNOYB2016-01-101-1/+1
|/ / / | | | | | | | | | | | | Bad character after <. Probable cause: Unescaped <. Try escaping it as &lt;. Ensure one machine's advskew < 20 (and the other is > 20).
* | | Merge pull request #2397 from ExolonDX/branch_02Stephen Beaver2016-01-101-1/+1
|\ \ \
| * | | Merge duplicate CLASS statementsColin Fleming2016-01-101-1/+1
| | | | | | | | | | | | | | | | Remove duplicate class error by merging them together.
* | | | Merge pull request #2396 from NOYB/GUI_Log_Entires_PlaceholderStephen Beaver2016-01-101-1/+1
|\ \ \ \
| * | | | GUI Log Entires PlaceholderNOYB2016-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | Add placeholder for factory default condition (not set).
* | | | | Merge pull request #2395 from ↵Stephen Beaver2016-01-101-6/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | NOYB/HTML_Compliance_-_Wizard_/_pfSense_Taffic_Shaper_/_
| * | | | | HTML Compliance - Wizard / pfSense Taffic Shaper /NOYB2016-01-101-6/+7
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Empty heading. <h1 class="page-header"> The align attribute on the img element is obsolete. Use CSS instead. <img border="0" src="logo-black.png" alt="logo-black" align="middle" height="45" width="180" /> The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead. <img border="0" src="logo-black.png" alt="logo-black" align="middle" height="45" width="180" /> Bad value FieldValidate(this.value, ^[0-9]+$, ) for attribute onchange on element input: syntax error <input class="form-control" name="numberofconnections" id="numberofconnections" type="text" value="1" onchange="FieldValidate(this.value, ^[0-9]+$, )"> <input class="form-control" name="numberoflocalinterfaces" id="numberoflocalinterfaces" type="text" value="1" onchange="FieldValidate(this.value, ^[0-9]+$, )">
OpenPOWER on IntegriCloud