summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_filter_reload.php
Commit message (Collapse)AuthorAgeFilesLines
* Add checks to prevent php warnings.Ermal2011-07-151-1/+1
|
* this should be checking for synchronizetoip not pfsyncpeeripChris Buechler2011-05-071-1/+1
|
* Change this form to a POST instead of using GET with button inputs. For some ↵jim-p2011-02-161-4/+6
| | | | reason using the GET method was causing things to be invoked twice, which led to two concurrent XMLRPC syncs, which can cause issues.
* Check if this is an array first, just in case.jim-p2011-02-091-1/+1
|
* Use != here to avoid a potential issue with empty() testing intermediate arrays.jim-p2010-11-031-1/+1
|
* Add a button to the filter reload screen to force a config sync (only shows ↵jim-p2010-11-031-0/+9
| | | | up if a config sync peer is defined).
* Provide a button to reload the filter at status->filter reload status.Ermal2010-09-071-1/+8
|
* Implement gettext() calls on status_filter_reload.phpCarlos Eduardo Ramos2010-07-211-2/+2
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-3/+0
| | | | duplication
* UnbreakScott Ullrich2008-10-301-2/+2
|
* Make sure globals are loadedScott Ullrich2008-10-271-1/+1
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-3/+1
|
* changed text for consistencySimon Cornelius P Umacob2007-08-291-1/+1
|
* Move fend.inc before <body>Scott Ullrich2006-04-051-2/+4
|
* Create rule that covers all protos instead of two seperate rulesScott Ullrich2006-04-021-0/+1
|
* Add loading indicator for Intializing statusScott Ullrich2006-04-021-1/+3
|
* * Explain further that the filter rules have been reloadedScott Ullrich2006-04-021-13/+4
| | | | * Hide info box that explains that the status reloads every 3 seconds
* Move loading indicator inside the divScott Ullrich2006-04-021-4/+6
|
* Put note inside main areaScott Ullrich2006-04-021-4/+4
|
* * Add descriptionScott Ullrich2006-04-021-0/+4
| | | | * Add filter reload status to drop down status menu
* * Add new filter loading status page used after traffic shaper load screenScott Ullrich2006-04-021-0/+145
* Fix p2p queues
OpenPOWER on IntegriCloud