Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | h-node should be 8 | Chris Buechler | 2014-10-19 | 1 | -1/+1 |
| | |||||
* | Fix close button in the info box | bruno | 2014-09-24 | 1 | -2/+2 |
| | |||||
* | Fix dscp values and provide a config upgrade to fix values stored in ↵ | Renato Botelho | 2014-06-24 | 1 | -3/+3 |
| | | | | config.xml. This is a proper fix for #3688 | ||||
* | Fix syntax error | jim-p | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Fix core dump on viewing invalid package log | Matt Smith | 2014-06-17 | 1 | -1/+3 |
| | |||||
* | Replace Header() calls by lowercase | Renato Botelho | 2014-06-13 | 1 | -1/+1 |
| | |||||
* | Fix a typo on variable name | Renato Botelho | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Add (self) keyword for specifying "any IP address on this firewall" as a ↵ | jim-p | 2014-05-23 | 1 | -1/+1 |
| | | | | rule choice. | ||||
* | Move clog from /usr to /usr/local | Renato Botelho | 2014-04-28 | 1 | -3/+3 |
| | |||||
* | Tidy up "guiconfig.inc" XHTML | Colin Fleming | 2014-04-08 | 1 | -0/+1 |
| | | | | Add missing closing SELECT tag | ||||
* | Fix abvious error in string building | Ermal | 2014-03-20 | 1 | -1/+1 |
| | |||||
* | xhtml Compliance | ayvis | 2014-03-14 | 1 | -1/+1 |
| | | | replaced <br>, <br/> and </br> with <br /> | ||||
* | Add all advanced options to rule table hover text | Phil Davis | 2014-03-08 | 1 | -2/+16 |
| | | | Bug #3512 | ||||
* | better make of gettext in expression (thanks rbgarga) | Luiz Gustavo Costa | 2014-03-07 | 1 | -2/+2 |
| | |||||
* | fix some variables gettext | Luiz Gustavo Costa | 2014-03-07 | 1 | -15/+14 |
| | |||||
* | Move this global declaration to the proper file rather than backend code | Ermal | 2014-02-17 | 1 | -0/+13 |
| | |||||
* | Simplify logic calling grep less times, as done on mail_reports.inc on 2c6efc9 | Renato Botelho | 2014-02-04 | 1 | -8/+4 |
| | |||||
* | Merge pull request #900 from Klaws--/patch-1 | Ermal Luçi | 2014-02-04 | 1 | -0/+1 |
|\ | | | | | Added previously missing DSCP VA (requires kernel patch patch submitted ... | ||||
| * | Added previously missing DSCP VA (requires kernel patch patch submitted by me) | Klaws-- | 2014-02-04 | 1 | -0/+1 |
| | | |||||
* | | Add escapeshellarg() calls on exec parameters. While I'm here, replace some ↵ | Renato Botelho | 2014-02-04 | 1 | -12/+12 |
|/ | | | | exec() calls by php functions like symlink, copy, unlink, mkdir | ||||
* | Add a setting to allow the user to specify the clog file size so more (or ↵ | jim-p | 2013-12-26 | 1 | -4/+22 |
| | | | | less) entries may be kept in the raw logs. Retain previous default size values if the user has not specified a preferred size. Files can only be resized when initialized, so provide a "Reset All Logs" button as well to force clear all logs and set them up at the new size. | ||||
* | Rmoeve register_long_arrays from php.ini and from php code the use of ↵ | Ermal | 2013-12-20 | 1 | -1/+0 |
| | | | | HTTP_*_VARS as its deprecated and luckily low use in pfSense to win memory and compativility | ||||
* | Mark input_errors as reference at do_input_validation declaration, it fixes ↵ | Renato Botelho | 2013-07-25 | 1 | -1/+1 |
| | | | | #3108 | ||||
* | Implement URL Table aliases for ports instead of IP addresses | Renato Botelho | 2013-07-08 | 1 | -3/+10 |
| | |||||
* | Added previously missing class selectors cs1-cs7 plus VA (voice-admit), plus ↵ | Klaws-- | 2013-07-02 | 1 | -3/+10 |
| | | | | | | | | | | | | | | the TOS values which still work with DSCP Definitely requires my patches to the kernel patches to work (dscp.RELENG_*.diff). OTOH, it is currently broken anyway, so wahtever happens, it cannot get more broken. ;-) Reasons for inclusion of the missing classes into filter.inc (and not the kernel): 1.I wanted to keep kernel changes to a minimum. 2.This approach provides a clear point if users need to add their own DSCPs. Yup, two of the DSCP pools are reserved for experimental and internal use...didn't want to add 'em all (2*16 DSCPs) to the list. http://forum.pfsense.org/index.php/topic,63580.0.html Redmine entry: http://redmine.pfsense.org/issues/2998 | ||||
* | Tidy up "guiconfig.inc" XHTML | Colin Fleming | 2013-04-17 | 1 | -6/+3 |
| | | | | | | | Remove the P tag between the DIV and TABLE tag Change the SPAN tag to a P tag and close properly Move the class statement from the SPAN tag to the TD tag Remove the closing P and closing SPAN tags | ||||
* | Deal correct with /32 subnet mask for ipv6 addresses. If fixes #2451 | Renato Botelho | 2013-02-13 | 1 | -4/+13 |
| | |||||
* | Fix indent and whitespaces | Renato Botelho | 2013-02-13 | 1 | -250/+247 |
| | |||||
* | Add some newlines to this one too. | jim-p | 2013-02-09 | 1 | -2/+2 |
| | |||||
* | Unbreak firewall rule interface drop-down selection. Fixes #2805 | jim-p | 2013-02-09 | 1 | -3/+3 |
| | |||||
* | Fix quoting. | jim-p | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | This is quoted that way because it's passed in javascript. If another better ↵ | jim-p | 2013-02-07 | 1 | -1/+1 |
| | | | | way to quote it works, feel free to change it back, but test the fix first and make sure aliases still display in the firewall rule list. | ||||
* | Merge pull request #391 from ExolonDX/branch_06 | Jim P | 2013-02-07 | 1 | -2/+2 |
|\ | | | | | Remove escaped apostrophe | ||||
| * | Remove escaped apostrophe | Colin Fleming | 2013-02-07 | 1 | -2/+2 |
| | | |||||
* | | Only include files that actually end in .inc, otherwise patching can lead to ↵ | jim-p | 2013-02-06 | 1 | -1/+1 |
|/ | | | | errors since .inc.orig patched the old test. | ||||
* | Update HTML code in "include" files | Colin Fleming | 2013-02-06 | 1 | -71/+79 |
| | | | | | | | Close BR, INPUT and IMG tabs, update the IMG tags with "alt" and update the TABLE tags with "summary". Update SCRIPT with proper CDATA sections. | ||||
* | Show the hostname if it doesn't match | jim-p | 2013-01-10 | 1 | -1/+2 |
| | |||||
* | Not sure why this has been hidden so deep but putting that in the right ↵ | Ermal | 2012-11-15 | 1 | -0/+1 |
| | | | | place should help with error displayed related to HEADER already sent in PHP errors.log | ||||
* | Resolves #2678. Merge patch suggedted to stop warnings on PHP_errors.log | Ermal | 2012-11-12 | 1 | -1/+2 |
| | |||||
* | Make a function to get the current theme and use it everywhere rather than ↵ | jim-p | 2012-11-02 | 1 | -16/+1 |
| | | | | duplicating code or missing functions. (Fixes forced themes using the wrong theme for login screen) | ||||
* | Encode the if parameter before using it in html | jim-p | 2012-10-31 | 1 | -3/+3 |
| | |||||
* | Remove debug output | jim-p | 2012-10-31 | 1 | -1/+0 |
| | |||||
* | Set the CSRF Magic timeout to the same as the session timeout, so that if a ↵ | jim-p | 2012-10-31 | 1 | -0/+3 |
| | | | | user sets a lower session time, the CSRF magic tokens do not outlive the user's session. | ||||
* | Add ECE and CWR TCP flags as defined in RFC 3168 | bcyrill | 2012-10-01 | 1 | -1/+1 |
| | |||||
* | fix imbalanced HTML tags | Darren Embry | 2012-09-06 | 1 | -7/+16 |
| | | | | hopefully continues to fix #2625 but no guarantees. | ||||
* | a few coding indentation/style fixes. | Darren Embry | 2012-09-06 | 1 | -63/+61 |
| | |||||
* | Inconsistent behavior with Alias info popup | Darren Embry | 2012-09-06 | 1 | -1/+1 |
| | | | | | | hopefully fixes #2625 http://redmine.pfsense.org/issues/2625 | ||||
* | Use config array to get the timezone. syscfg is no longer defined here. | Phil Davis | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | improve alias popup in firewall_rules | Charlie Root | 2012-06-16 | 1 | -61/+93 |
| | | | | | | | | include url_table list up to 10000 items read alias only on mouseover use table to list columns show edit shortcut show total items value on popup description | ||||
* | fix permissions check to xml package files and show only menus user has ↵ | marcelloc | 2012-06-12 | 1 | -29/+4 |
| | | | | access to |