summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* make sure that the settings page also shows only the valid tabs.Seth Mos2010-01-121-8/+30
|
* Add cellular tab to RRD settings page, as it was missing. Noticed-by: xbipin ↵jim-p2010-01-031-0/+2
| | | | on forum.
* Include needed files. Ticket #209.Ermal Luçi2009-12-071-0/+2
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | include 2009 on files that I have asserted (C) on
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-3/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Fix tab display as reported in ↵Ermal Luçi2009-03-221-15/+19
| | | | http://forum.pfsense.org/index.php/topic,15114.0.html
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-2/+0
| | | | duplication
* Fix enable/disable checkboxSeth Mos2008-09-201-1/+1
|
* Correctly use defaultsSeth Mos2008-09-061-3/+3
|
* 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-2/+1
|
* Add rrd graph settings page.Seth Mos2007-07-211-0/+165
Bump config out of line with 1.2 Add rrd config upgrade code.
OpenPOWER on IntegriCloud