Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix gettext issues | Carlos Eduardo Ramos | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Reviewing gettext() | Carlos Eduardo Ramos | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Implementing gettext() | Carlos Eduardo Ramos | 2010-04-29 | 1 | -2/+2 |
| | |||||
* | Restore select_source value correctly | Scott Ullrich | 2010-04-28 | 1 | -1/+1 |
| | |||||
* | Update (C) to 2010 | Scott Ullrich | 2010-04-27 | 1 | -2/+2 |
| | |||||
* | Add binding support for row helper drop downs | Scott Ullrich | 2010-04-27 | 1 | -1/+23 |
| | |||||
* | Allow mapping a select drop down to any area of config.xml | Scott Ullrich | 2010-04-27 | 1 | -0/+34 |
| | |||||
* | Check for an empty <config/> as the first setting for a given package's ↵ | jim-p | 2010-04-04 | 1 | -0/+5 |
| | | | | config. When present, this breaks saving for certain packages (namely Squid's caching tab). | ||||
* | Fix rowhelper size usage. | Ermal Luçi | 2010-03-08 | 1 | -4/+19 |
| | |||||
* | Increase execution time | Scott Ullrich | 2010-01-21 | 1 | -0/+2 |
| | |||||
* | Nuke pkg_build_filter_rules();. It would have never covered reinstallation ↵ | Scott Ullrich | 2009-12-24 | 1 | -3/+1 |
| | | | | cases. | ||||
* | Fix webgui protocol detection here, too. | jim-p | 2009-12-24 | 1 | -1/+1 |
| | |||||
* | Require filter.inc and shaper.inc | Scott Ullrich | 2009-11-21 | 1 | -1/+4 |
| | |||||
* | Missed commit on removing all_interfaces. | Ermal Luçi | 2009-10-05 | 1 | -12/+3 |
| | |||||
* | Remove support for all_interfaces from wizard.php it is not used anywhere. ↵ | Ermal Luçi | 2009-10-05 | 1 | -1/+1 |
| | | | | Convert the interfaces_selection to use the interface API. | ||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -1/+4 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | Add needed filter_reload call. | Ermal Luçi | 2009-07-08 | 1 | -1/+3 |
| | |||||
* | Revert 2 last hunks of last commit since it's not related with the fix | Renato Botelho | 2009-06-25 | 1 | -2/+2 |
| | |||||
* | PHP wasn't generating javascript for input fields named with brackets like ↵ | Manoel Carvalho | 2009-06-25 | 1 | -10/+30 |
| | | | | "iface_array[]" | ||||
* | Remove is_int check, it appears to be failing | Scott Ullrich | 2009-06-20 | 1 | -1/+1 |
| | |||||
* | Unbreal rowhelper in 2.0 | Scott Ullrich | 2009-06-20 | 1 | -3/+2 |
| | |||||
* | Ensure size is a int | Scott Ullrich | 2009-06-20 | 1 | -2/+4 |
| | |||||
* | Present a new package option filter_rules_needed which has a function name ↵ | Ermal Luçi | 2009-05-29 | 1 | -0/+3 |
| | | | | to be called if the package needs to create firewall rules. The function should have a switch statement one with 'nat' option wich is called for nat/rdr and one with 'rule' option which is needed for rules. This will help on removing from filter.inc all the packages hardcoded includes and rules and give some more dynamicity. The rules by this function will be included on rules.nat.packages and rules.packages on /tmp partition and called by anchors include file when filter reloads(still this has to come). | ||||
* | Massive javascript cleanup, all .js files now live in $g['www_path']/javascript | Bill Marquette | 2009-03-14 | 1 | -1/+1 |
| | | | | Purged unused JS | ||||
* | make packages use the same formfield css the rest of the UI uses | Bill Marquette | 2009-03-13 | 1 | -4/+4 |
| | |||||
* | Move Scriptaculous/Prototype includes to head.inc and remove the code ↵ | Bill Marquette | 2009-03-13 | 1 | -2/+0 |
| | | | | duplication | ||||
* | When editing a record and not posting, there must be a valid id. | Scott Ullrich | 2009-02-14 | 1 | -2/+7 |
| | | | | | This will fix pages coming in from after authing that accidently drop &id=0 | ||||
* | Test that item has a value instead of using isset which | Scott Ullrich | 2009-02-10 | 1 | -8/+1 |
| | | | | will return true on blank <descr/> items. | ||||
* | Do not allow \ in fieldnames. | Scott Ullrich | 2008-12-12 | 1 | -2/+3 |
| | |||||
* | Do not attempt to save blank fieldname values | Scott Ullrich | 2008-10-25 | 1 | -3/+6 |
| | |||||
* | Ignore listtopic fields | Scott Ullrich | 2008-10-25 | 1 | -0/+2 |
| | |||||
* | Add listtopic field type | Scott Ullrich | 2008-10-25 | 1 | -1/+9 |
| | |||||
* | * Rename get_current_wan_address to get_interface_ip | Ermal Luçi | 2008-10-23 | 1 | -1/+1 |
| | | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one. | ||||
* | Allow setting the size of password fields | Scott Ullrich | 2008-10-11 | 1 | -1/+2 |
| | |||||
* | pkg_edit add <wrap>off</wrap> for textarea | Mark Crane | 2008-09-29 | 1 | -2/+3 |
| | |||||
* | 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 | ||||
* | Overhaul IPsec related code. Shared functions have been consolidated into | Matthew Grooms | 2008-07-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | a new file named /etc/ipsec.inc. Tunnel definitions have been split into phase1 and phase2. This allows any number of phase2 definitions to be created for a single phase1 definition. Several facets of configuration have also been improved. The key size for variable length algorithms can now be selected and the phase1 ID options have been extended to allow for more flexible configuration. Several NAT-T related issues have also been resolved. Please note, IPsec remote access functionality has been temporarily disabled. An improved implementation will be included in a follow up commit. | ||||
* | Do not redeclare gettext | Scott Ullrich | 2008-03-10 | 1 | -2/+1 |
| | |||||
* | Make scripts XSS input safe. | Scott Ullrich | 2008-02-12 | 1 | -5/+4 |
| | | | | Pointed-out: by hoopercharles@gmail.com | ||||
* | Switch over to array style page titles. Obtained-from: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -1/+0 |
| | |||||
* | Ensure that all form elements have an id. | Scott Ullrich | 2007-10-17 | 1 | -13/+13 |
| | |||||
* | Kill trailing space and note that dsh submitted last patch. | Scott Ullrich | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | Fix multiple selection in RELENG_1 package editor. -HEAD does not suffer ↵ | Scott Ullrich | 2007-01-20 | 1 | -2/+3 |
| | | | | from this bug as the codebase is different. | ||||
* | MFC fixes for Ticket 1187 by proxy for Scott Dale | Seth Mos | 2006-12-17 | 1 | -2/+12 |
| | |||||
* | Set value to ON when checked. | Scott Ullrich | 2006-12-08 | 1 | -2/+2 |
| | |||||
* | Kill trailing space | Scott Ullrich | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | Add checkbox support to rowhelper | Scott Ullrich | 2006-12-08 | 1 | -0/+5 |
| | |||||
* | Detect if stored item in config.xml is an array. If it's an array simply ↵ | Scott Ullrich | 2006-09-26 | 1 | -2/+4 |
| | | | | pass array along, if its not then attempt to explode the array. | ||||
* | Fix interfaces selection widget. Now selections are restored. | Scott Ullrich | 2006-09-26 | 1 | -7/+8 |
| | |||||
* | display page title during package editing | Bill Marquette | 2006-09-01 | 1 | -1/+1 |
| |