Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix text | Chris Buechler | 2009-12-13 | 1 | -1/+1 |
| | |||||
* | Require filter.inc and shaper.inc | Scott Ullrich | 2009-11-21 | 1 | -0/+3 |
| | |||||
* | Reload filter in case we need to sync CARP data | Scott Ullrich | 2009-10-21 | 1 | -0/+3 |
| | |||||
* | Turn off sortable on this page. Something else is sorting the data prior ↵ | Scott Ullrich | 2009-10-10 | 1 | -1/+1 |
| | | | | and is causing the ordering to get foobar'd. | ||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -1/+3 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | Make sortable | Scott Ullrich | 2009-08-23 | 1 | -1/+1 |
| | |||||
* | Clear guiconfig from all sort junk functions and put them on the specific ↵ | Ermal Luçi | 2009-06-30 | 1 | -1/+0 |
| | | | | | | pages where they are needed. Remove some sort functions not used. | ||||
* | * Reorganize the 'apply' button infrustructure in the GUI. | Ermal Luçi | 2009-06-30 | 1 | -7/+5 |
| | | | | | | - 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 | ||||
* | * Create two new functions lock($subsystem)/unlock() to have more reliable ↵ | Ermal Luçi | 2009-05-08 | 1 | -4/+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. | ||||
* | Do not hard code white | Scott Ullrich | 2008-10-12 | 1 | -1/+1 |
| | |||||
* | Do not hard code white | Scott Ullrich | 2008-10-12 | 1 | -1/+1 |
| | |||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -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: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -2/+1 |
| | |||||
* | Add a plus button on the top header of these pages. | Seth Mos | 2007-05-08 | 1 | -4/+26 |
| | | | | This to make it easier on large configurations. | ||||
* | MFC [15285] | Bill Marquette | 2006-11-11 | 1 | -3/+31 |
| | | | | add dhcpd static mappings to dns forwarder | ||||
* | Remove #!/usr/local/bin/php | Scott Ullrich | 2006-01-02 | 1 | -1/+0 |
| | |||||
* | Remove reboot required checks | Scott Ullrich | 2005-12-14 | 1 | -5/+5 |
| | |||||
* | MFC 7984 | Scott Ullrich | 2005-11-25 | 1 | -2/+2 |
| | | | | Don't end <span> tags in the middle of paragraphs, it makes people wonder if their monitors are messedup when text sizes change in wierd places | ||||
* | updating files to use theme images | Erik Kristensen | 2005-07-21 | 1 | -6/+6 |
| | | | | | removing images from /usr/local/www adding specific images into the correct theme directories | ||||
* | Use $pgtitle | Bill Marquette | 2005-07-03 | 1 | -1/+1 |
| | | | | small code cleanups | ||||
* | Consolidate Apply changes button into the info box on the right hand side | Scott Ullrich | 2005-07-03 | 1 | -1/+0 |
| | |||||
* | include head.inc and round corners on tabs | Scott Ullrich | 2005-07-02 | 1 | -7/+2 |
| | |||||
* | Correctrly remove host type dns masq records | Scott Ullrich | 2005-07-01 | 1 | -1/+1 |
| | |||||
* | Minor code cleanups (style related). | Scott Ullrich | 2005-07-01 | 1 | -19/+18 |
| | |||||
* | Match prior table behavior by doing a hard break | Scott Ullrich | 2005-06-15 | 1 | -0/+1 |
| | |||||
* | Turn description font color white | Scott Ullrich | 2005-06-15 | 1 | -1/+1 |
| | |||||
* | fix chopped lines from import patch | Scott Ullrich | 2005-06-15 | 1 | -4/+2 |
| | |||||
* | Space the tables out a little bit more. | Scott Ullrich | 2005-06-15 | 1 | -0/+1 |
| | |||||
* | Close off table | Scott Ullrich | 2005-06-15 | 1 | -1/+3 |
| | |||||
* | Initial commit of dnsmasq domain overrides | Scott Ullrich | 2005-06-14 | 1 | -8/+61 |
| | | | | | | | | Submitted-to-m0n0wall-dev-by: Joe Suhre The patch adds the ability to make use of dnsmasq's --server=/domain/auth_server ARG in order to force queries for domain to a specific dns server rather then doing a full recursive query | ||||
* | Doubleclick for edit | Bill Marquette | 2005-04-12 | 1 | -4/+4 |
| | |||||
* | Cleanup icon placement to be more like rules screen | Bill Marquette | 2005-04-04 | 1 | -6/+16 |
| | |||||
* | Add $Id$ tag | Bill Marquette | 2005-03-27 | 1 | -0/+1 |
| | |||||
* | Convert description font color to white | Scott Ullrich | 2004-11-19 | 1 | -30/+30 |
| | |||||
* | Initial revision | Scott Ullrich | 2004-11-07 | 1 | -0/+168 |