summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* If <prefix> does not exist, then call safe_mkdir on it.Scott Ullrich2008-10-191-1/+3
|
* Add plugins folder for firmware_upgradeScott Ullrich2008-10-191-0/+2
|
* Only attempt to run plugins if directory existsScott Ullrich2008-10-191-4/+6
|
* * Add run_plugins() functionScott Ullrich2008-10-196-26/+89
| | | | | * Use run_plugins() function in filter.inc * Add plugin hook for parse_config and write_config
* Reload the filter. Plugins might need to run.Scott Ullrich2008-10-191-0/+3
|
* Use zoneinfo.tgz from m0n0wall 1.3b15Scott Ullrich2008-10-181-0/+0
|
* Cleanup some not needed code and use the correct debug var.Ermal Luçi2008-10-181-14/+17
| | | | A lot of code references $debug as var but actually there is only $g['debug'] and $debugging that are defined!!
* When creating vlan interfaces from console fill all the needed information.Ermal Luçi2008-10-181-1/+4
|
* Restore accidentally removed code with bigpond removal which is causing ↵Ermal Luçi2008-10-171-0/+12
| | | | issues with pppoe/pptp.
* Navigate to / after 40 seconds to avoid accidental reboots.Scott Ullrich2008-10-161-0/+1
|
* Check for valid IP address using is_ipaddrScott Ullrich2008-10-151-2/+2
| | | | Suggested-by: Ermal
* Misc style fix and checking to see if this is noticed by GITScott Ullrich2008-10-151-1/+1
|
* Still array handling changes on php5. Reported by: ↵Ermal Luçi2008-10-151-1/+1
| | | | http://forum.pfsense.org/index.php/topic,12043.0.html
* Test for existence before unsetting, this is do to changed behavior in php5. ↵Ermal Luçi2008-10-151-11/+11
| | | | Reported by: http://forum.pfsense.org/index.php/topic,12060.0.html
* Add table header rowScott Ullrich2008-10-141-0/+3
|
* Lock the config before reconfiguring filter rules.Ermal Luçi2008-10-141-0/+2
|
* Fix issue reported by http://forum.pfsense.org/index.php/topic,12043.0.html.Ermal Luçi2008-10-141-1/+1
|
* Actually insert the interface address when the option is specified.Scott Ullrich2008-10-141-5/+9
|
* All these flushing is not needed now that apply is a differnet step like ↵Ermal Luçi2008-10-141-0/+2
| | | | everywhere else in code.
* Actually apply fixes to the correct files.Ermal Luçi2008-10-133-7/+8
|
* I always remember having done this long ago?!Ermal Luçi2008-10-132-2/+2
|
* Revert this and see if it affects any of problem reported on latest builds.Ermal Luçi2008-10-131-5/+1
|
* Add global debug where neededScott Ullrich2008-10-131-3/+6
|
* Only show debug Running commands if $debug is enabledScott Ullrich2008-10-131-24/+31
|
* Use listbg as all other pages doScott Ullrich2008-10-123-3/+3
|
* Add missing imageScott Ullrich2008-10-123-0/+0
|
* Do not wrap dropdown menusScott Ullrich2008-10-121-1/+1
|
* Make sure all themes have login box informationScott Ullrich2008-10-121-0/+58
|
* Do not list color: #FFFFFF; twiceScott Ullrich2008-10-121-1/+0
|
* Do not hard code whiteScott Ullrich2008-10-121-1/+1
|
* Do not hard code whiteScott Ullrich2008-10-1214-27/+9
|
* Do not hard code white colorScott Ullrich2008-10-121-1/+1
|
* Do not harc code whiteScott Ullrich2008-10-123-3/+3
|
* Do not hard code whiteScott Ullrich2008-10-122-2/+2
|
* Do not hard code whiteScott Ullrich2008-10-121-2/+0
|
* Do not hard code whiteScott Ullrich2008-10-122-2/+2
|
* Do not hard code whiteScott Ullrich2008-10-123-3/+2
|
* Do not hard code whiteScott Ullrich2008-10-129-16/+6
|
* Use listbgScott Ullrich2008-10-121-4/+2
|
* Honour listbg font propertiesScott Ullrich2008-10-121-1/+1
|
* Set foreground color to whiteScott Ullrich2008-10-125-1/+6
|
* Use listbg instead of hard coding red background for RFC1918 informationScott Ullrich2008-10-121-2/+2
|
* Read in tabcontrols.php and properly eval()Scott Ullrich2008-10-121-3/+5
|
* If /usr/local/www/themes/$themename/tabcontrols.php exists, then evalScott Ullrich2008-10-121-9/+20
| | | | | | | | | | | | | it and allow the tabbing colors and nifty corners to be overriden. The file simply needs to look like: <?php $tab_active_bg = "#EEEEEE"; $tab_inactive_bg = "#777777"; $nifty_tabs_corners = "#FFF"; $font_color = "white"; ?>
* * Fix a case where instead of testing(==) we where assigning(=) and resulted ↵Ermal Luçi2008-10-121-29/+30
| | | | | | in strange behaviour * Do not unset everything when an interface is disabled just mark it as disabled and write so in the log.
* Only set font color to white when background is redScott Ullrich2008-10-111-3/+1
|
* Allow setting the size of password fieldsScott Ullrich2008-10-111-1/+2
|
* Black does not show up well on a red background, use white.Scott Ullrich2008-10-111-1/+3
|
* Fix applying interface settings and prevent it from being applied multiple ↵Ermal Luçi2008-10-111-10/+11
| | | | times as in ocasions with browser glitches. Remove some only wan part code.
* Use ECN for the queues created by the wizard which is a more recent ↵Ermal Luçi2008-10-084-68/+68
| | | | | | technology and i am tired of explaining to users how to handle errors on it. Strange is this is an ALPHA(!!) release! The actual problem is in the dummynet merge with pf which has a red keyword with diferent parameters.
OpenPOWER on IntegriCloud