summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_filter_reload.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-5/+5
| | | | | | | 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.
* Code style WWW StatusPhil Davis2015-05-151-49/+51
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "status_filter_reload.php" XHTMLColin Fleming2014-05-161-10/+14
| | | | | | | Close INPUT tags Remove NAME from DIV tags, not valid in XHTML Add CDATA section to SCRIPTS Close IMG tags and add ALT to IMG
* replaced uppercase html tags with lowercaseayvis2014-03-191-2/+2
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-2/+2
| | | replaced <br>, <br/> and </br> with <br />
* Remove remaining hardcoded theme namesRenato Botelho2013-07-171-3/+3
|
* Value in attributes should be lower caseColin Fleming2013-02-071-1/+1
| | | | Value in the "method" attribute should be lower case
* Update PHP shorthand tagColin Fleming2013-01-141-1/+1
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* Move CARP settings from pkg XML to a real PHP pageDarren Embry2012-03-221-1/+1
| | | | https://redmine.pfsense.org/issues/647
* Removing scriptaculous effects, now we use jQuery UI for visual effectsVinicius Coque2011-11-211-1/+1
|
* Converting from prototype to jQuery status_*Vinicius Coque2011-10-221-7/+7
|
* 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