summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-35/+35
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Read tab information from package xml file instead of config.xmlRenato Botelho2015-05-071-7/+9
|
* Code style usr-local-www back-endPhil Davis2015-04-191-220/+287
| | | | files that do stuff in mostly in the background.
* Remove pre-check and post-check from Cache-ControlJose Luis Duran2015-04-141-1/+1
| | | | | | | If both `post-check` and `pre-check` are specified and set to `0`, both are entirely ignored: http://blogs.msdn.com/b/ieinternals/archive/2009/07/20/using-post_2d00_check-and-pre_2d00_check-cache-directives.aspx
* Combine Cache-Control header in one lineJose Luis Duran2015-04-141-2/+1
| | | | | | | | | | | | | Sorted by RFC 2616: Section 14.9.1 `no-cache` Section 14.9.2 `no-store` Section 14.9.4 `must-revalidate` Combined into one line with IE's `pre-check` and `post-check`. However, when both set to `0`, both are entirely ignored: http://blogs.msdn.com/b/ieinternals/archive/2009/07/20/using-post_2d00_check-and-pre_2d00_check-cache-directives.aspx
* h-node should be 8Chris Buechler2014-10-191-1/+1
|
* Fix close button in the info boxbruno2014-09-241-2/+2
|
* Fix dscp values and provide a config upgrade to fix values stored in ↵Renato Botelho2014-06-241-3/+3
| | | | config.xml. This is a proper fix for #3688
* Fix syntax errorjim-p2014-06-171-1/+1
|
* Fix core dump on viewing invalid package logMatt Smith2014-06-171-1/+3
|
* Replace Header() calls by lowercaseRenato Botelho2014-06-131-1/+1
|
* Fix a typo on variable nameRenato Botelho2014-06-121-1/+1
|
* Add (self) keyword for specifying "any IP address on this firewall" as a ↵jim-p2014-05-231-1/+1
| | | | rule choice.
* Move clog from /usr to /usr/localRenato Botelho2014-04-281-3/+3
|
* Tidy up "guiconfig.inc" XHTMLColin Fleming2014-04-081-0/+1
| | | | Add missing closing SELECT tag
* Fix abvious error in string buildingErmal2014-03-201-1/+1
|
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Add all advanced options to rule table hover textPhil Davis2014-03-081-2/+16
| | | Bug #3512
* better make of gettext in expression (thanks rbgarga)Luiz Gustavo Costa2014-03-071-2/+2
|
* fix some variables gettextLuiz Gustavo Costa2014-03-071-15/+14
|
* Move this global declaration to the proper file rather than backend codeErmal2014-02-171-0/+13
|
* Simplify logic calling grep less times, as done on mail_reports.inc on 2c6efc9Renato Botelho2014-02-041-8/+4
|
* Merge pull request #900 from Klaws--/patch-1Ermal Luçi2014-02-041-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-041-0/+1
| |
* | Add escapeshellarg() calls on exec parameters. While I'm here, replace some ↵Renato Botelho2014-02-041-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-p2013-12-261-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 ↵Ermal2013-12-201-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 Botelho2013-07-251-1/+1
| | | | #3108
* Implement URL Table aliases for ports instead of IP addressesRenato Botelho2013-07-081-3/+10
|
* Added previously missing class selectors cs1-cs7 plus VA (voice-admit), plus ↵Klaws--2013-07-021-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" XHTMLColin Fleming2013-04-171-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 #2451Renato Botelho2013-02-131-4/+13
|
* Fix indent and whitespacesRenato Botelho2013-02-131-250/+247
|
* Add some newlines to this one too.jim-p2013-02-091-2/+2
|
* Unbreak firewall rule interface drop-down selection. Fixes #2805jim-p2013-02-091-3/+3
|
* Fix quoting.jim-p2013-02-071-1/+1
|
* This is quoted that way because it's passed in javascript. If another better ↵jim-p2013-02-071-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_06Jim P2013-02-071-2/+2
|\ | | | | Remove escaped apostrophe
| * Remove escaped apostropheColin Fleming2013-02-071-2/+2
| |
* | Only include files that actually end in .inc, otherwise patching can lead to ↵jim-p2013-02-061-1/+1
|/ | | | errors since .inc.orig patched the old test.
* Update HTML code in "include" filesColin Fleming2013-02-061-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 matchjim-p2013-01-101-1/+2
|
* Not sure why this has been hidden so deep but putting that in the right ↵Ermal2012-11-151-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.logErmal2012-11-121-1/+2
|
* Make a function to get the current theme and use it everywhere rather than ↵jim-p2012-11-021-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 htmljim-p2012-10-311-3/+3
|
* Remove debug outputjim-p2012-10-311-1/+0
|
* Set the CSRF Magic timeout to the same as the session timeout, so that if a ↵jim-p2012-10-311-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 3168bcyrill2012-10-011-1/+1
|
* fix imbalanced HTML tagsDarren Embry2012-09-061-7/+16
| | | | hopefully continues to fix #2625 but no guarantees.
OpenPOWER on IntegriCloud