summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_sysctl.php
Commit message (Collapse)AuthorAgeFilesLines
* Cancel button after input errorPhil Davis2015-07-131-1/+6
| | | | | | | | | | | If there is an input error then the edit page is redrawn showing the input errors. The HTTP_REFERER becomes the current page, rather than the true original referer. Then if you click Cancel the current page is just redrawn. This change makes the code remember the original referer, so if the user enters some invalid data, presses Save, reads the input error messages then presses Cancel they are taken back out to the original page - the same as if Cancel was used before Save.
* Encoding in system_advanced_sysctl.phpjim-p2015-06-161-7/+7
|
* Code style system aPhil Davis2015-05-301-20/+31
|
* Bring back showing of default value like previous versions.Chris Buechler2015-01-111-0/+4
|
* Fix lineup of copyright linesPhil Davis2015-01-011-2/+2
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-2/+2
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-2/+2
|
* Do not require the default sysctl items to be set on the config.xml but ↵Ermal2014-11-101-12/+21
| | | | rather extract the definitions from the sysctl tree. Also to reduce config.xml size
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+3
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* xhtml Complianceayvis2014-03-141-2/+2
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-3/+4
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-151-1/+1
| | | | | | | | | | | | | | | | - Rename some privileges: page-diag-system-activity => page-diagnostics-system-activity page-interfacess-groups => page-interfaces-groups page-interfacess-lagg => page-interfaces-lagg page-interfacess-qinq => page-interfaces-qinq - Write an upgrade function to replace above privileges by the new name - Remove unused privilege page-diagnostics-logs-wireless - Remove duplicated privileges - Fix limiter-info, pf-info and system-pftop that were using wrong name - Add privs for edit pages (interfaces_groups, interfaces_lagg, interfaces_qinq and services-igmpproxy) - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* Tidy up System:Advanced:Tunables XHTMLColin Fleming2013-03-071-13/+13
| | | | | Deprecate ampersand Close INPUT tags
* No need to include head.inc twicejim-p2011-04-261-2/+0
|
* Fix page title.jim-p2011-02-281-1/+1
|
* Change the description field on sysctl tunables to be 'descr' and not 'desc' ↵jim-p2010-10-191-4/+4
| | | | so they will gain CDATA protection. Ticket #320
* Use <?php instead of the short formRenato Botelho2010-08-121-2/+2
|
* gettext fixesRenato Botelho2010-08-121-1/+1
|
* When doubleclicking a tunable, bring up the edit screensmos2010-05-101-3/+3
|
* Implement gettext()Carlos Eduardo Ramos2010-04-271-21/+21
|
* Correct MATCH name.Ermal2010-03-261-1/+1
|
* Redirect to the correct page after deleting an item.Erik Fonnesbeck2010-03-241-1/+1
|
* fix this pageChris Buechler2010-01-221-1/+0
|
* Show default valuessullrich2009-12-061-0/+5
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Adding Notifications tabScott Ullrich2009-07-091-0/+1
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-4/+4
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* s/action/act/Scott Ullrich2008-11-021-1/+1
|
* Actually reload sysctl on changesScott Ullrich2008-11-021-0/+1
|
* Fix add featureScott Ullrich2008-11-021-1/+1
|
* Correct script nameScott Ullrich2008-11-021-4/+4
|
* Move the 'advanced users only' notice into the tab body so the tab headersMatthew Grooms2008-09-091-15/+11
| | | | are not displaced by this message.
* Cleanup the tab format of the system advanced pages. The edges were squareMatthew Grooms2008-09-091-85/+87
| | | | instead of rounded like most pfSense pages.
* Break out the advanced system options page into tabs group by categories.Matthew Grooms2008-09-041-0/+269
Fold the sysctl tunables page into a tab under the advanced options page. This reduces the top level menu options by one. There should be no functional changes.
OpenPOWER on IntegriCloud