Fix abvious error in string building
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Add all advanced options to rule table hover text
Bug #3512
better make of gettext in expression (thanks rbgarga)
fix some variables gettext
Move this global declaration to the proper file rather than backend code
Simplify logic calling grep less times, as done on mail_reports.inc on 2c6efc9
Merge pull request #900 from Klaws--/patch-1
Added previously missing DSCP VA (requires kernel patch patch submitted ...
Add escapeshellarg() calls on exec parameters. While I'm here, replace some exec() calls by php functions like symlink, copy, unlink, mkdir
Added previously missing DSCP VA (requires kernel patch patch submitted by me)
Add a setting to allow the user to specify the clog file size so more (or 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 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 #3108
Implement URL Table aliases for ports instead of IP addresses
Added previously missing class selectors cs1-cs7 plus VA (voice-admit), plus 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. ;-)...
Tidy up "guiconfig.inc" XHTML
Remove the P tag between the DIV and TABLE tagChange the SPAN tag to a P tag and close properlyMove the class statement from the SPAN tag to the TD tagRemove the closing P and closing SPAN tags
Deal correct with /32 subnet mask for ipv6 addresses. If fixes #2451
Fix indent and whitespaces
Add some newlines to this one too.
Unbreak firewall rule interface drop-down selection. Fixes #2805
Fix quoting.
This is quoted that way because it's passed in javascript. If another better 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
Remove escaped apostrophe
Only include files that actually end in .inc, otherwise patching can lead to errors since .inc.orig patched the old test.
Update HTML code in "include" files
Close BR, INPUT and IMG tabs, update the IMG tags with "alt" and updatethe TABLE tags with "summary".
Update SCRIPT with proper CDATA sections.
Show the hostname if it doesn't match
Not sure why this has been hidden so deep but putting that in the right 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
Make a function to get the current theme and use it everywhere rather than duplicating code or missing functions. (Fixes forced themes using the wrong theme for login screen)
Encode the if parameter before using it in html
Remove debug output
Set the CSRF Magic timeout to the same as the session timeout, so that if a 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
fix imbalanced HTML tags
hopefully continues to fix #2625 but no guarantees.
a few coding indentation/style fixes.
Inconsistent behavior with Alias info popup
hopefully fixes #2625
http://redmine.pfsense.org/issues/2625
Use config array to get the timezone. syscfg is no longer defined here.
improve alias popup in firewall_rulesinclude url_table list up to 10000 itemsread alias only on mouseoveruse table to list columnsshow edit shortcutshow total items value on popup description
fix permissions check to xml package files and show only menus user has access to
Add SUBMISSION port, fixes #2387
Fix a logical bug on gettext
The parameter showapply determines when the apply button should be displayedTicket #1686
Adding multi-language support to WebGUI
Ensure timezone is set
Converting javascript code from scriptaculous to jQuery
make the tab character limit 92, leaves plenty of room and prevents some custom builds from unnecessarily turning tabs into a drop down
Merge remote-tracking branch 'mainline/master' into inc
Conflicts: etc/inc/voucher.inc usr/local/www/fbegin.inc
Add a div around input errors box so that it can be hidden on subequent page posting
Conflicts: etc/inc/auth.inc etc/inc/config.lib.inc etc/inc/filter.inc etc/inc/pfsense-utils.inc etc/inc/pkg-utils.inc etc/inc/priv.defs.inc etc/inc/services.inc...
Only show the you can monitor the filter reload process for filter related changes
Break on 'You can also monitor the reload progress' instead of letting it wrap into a newline.
Merge remote branch 'mainline/master'
BP: Add gettext() function #multilang
Misc fixups
Adding switch to prevent dropdown menu creation.
Ticket #1060. Escape even the alias entry descritpions.
Add nocsrf flag
Unbreak AJAX
Move this function to allow removing it from easyrule.
Fix filter_rules_sort's compare function to know about floating rules so it won't change their order.
Ensure csrf magic is loaded
Ticket #568. Do not show the save/cancel buttons on the edit page of firewall rules if that are advanced options set.
use / as relative since items might be living in a subdirectory off of / such as pfCenter/
Remove \r from this file usually crated when edited by Windows editors because it makes it unreadble in unix editors.
add func disc
new tab menu
WAN and LAN don't need to be specially added to $specialnets, since the code after can add them anyway.
Fix display of optX addresses in rule lists.
No need to use # in color code, it's already set with this
Allow overriding the Nifty corners background color
Add undo button for drag and drop reordering
Nuke trailing c/r
Add a Close button option for notices that have appeared as long as the save button has not been set
Unbreak nifty
Rename to already existing name=infoboxnp
Add a id of redboxtable to the table so that ajax can interact with this box.
Add 0x10 diffserv option. http://forum.pfsense.org/index.php/topic,24954.0.html
Implement tcp flags and sloppy state on the GUI.
Add a new alias type, urltable, which downloads a file of IP/CIDR addresses and loads them into a pf persist table instead of importing the addresses directly into a traditional alias. This allows for using huge tables of addresses that would otherwise break the GUI and/or fail to load into pf. Part of ticket #512
Add iPad support
Add more descriptive mode names to the error messages.
Allow the GUI auth API to be used for doing authentication against authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.
Ticket #338. Remove aliases_sort function and keep the list always sorted in config.xml. This reverts to previous behaviour.
Ticket #341. Fix setting of default gw. Generate config after saving the changes as done on other places on pfsense code.
Make the "Currently viewing" drop down work in all browsers, not just Firefox.
Ticket #109
Add ignorefirmwarelock variable that can be used by some ajax callers
Add forgotten curly.
add teredo-protocol to port definitions
_REQUEST has data, too. Don't just check _POST only.
Fix ' in alias description. Confirmed working fix for ticket #143
Seperate diffserv box into a <select> dropdown. Hide item behind advanced button. Move down one section near other advanced items. Resolves #60
Fix hostname in page title. thanks to sullrich@ for pointer
Put the FQDN back into the page title. Many people have numerous firewalls up across tabs, and it's impossible to differentiate without this, which we've had for many years.
fix typo
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Move functions to pfsense-utils.inc since they can be called from either console or gui side
Move download_file_with_progress bar back to shared are where it belongs. These functions can be called from both console and the webConfigurator. Unbreaks pkg operations on bootup such as resinstall broken packages
Remove debugging echos