summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Allow setting package interfaces to loopback (lo0)Scott Ullrich2011-01-191-0/+1
|
* Move this validation down so we can still assume id=0 if it's not present, ↵jim-p2010-12-071-7/+6
| | | | and then redirect if it's non-numeric.
* Form image buttons are submit buttons and thus default buttons, causing ↵Erik Fonnesbeck2010-11-121-2/+2
| | | | unwanted behavior with the enter key. Use links instead, where possible.
* Add style to rowhelper normal text fields in packages for consistency.Erik Fonnesbeck2010-11-121-1/+1
|
* Fix misc input validation errors. Move routed/* to same dir as pkg itemsScott Ullrich2010-11-061-0/+6
|
* Ensure that the value is returned as 'selected' when using a multiple select ↵Warren Baker2010-09-211-1/+1
| | | | list.
* Change windows.onLoad event to rely on DOM readiness instead, for ↵Warren Baker2010-09-151-1/+19
| | | | enablechange() function. Tested on Safari, Chrome, FFox and IE7+8 on windows and OSX.
* Ensure $value is unset so that subsequent rowhelper fields, without <value/> ↵Warren Baker2010-09-141-0/+1
| | | | don't have a previous $value set.
* Add Save + Cancel buttons to be below advanced features section if advanced ↵Warren Baker2010-09-141-1/+15
| | | | features is enabled.
* Fix enablechange() js problem caused by converting print() to echo().Warren Baker2010-09-111-10/+10
|
* Converted all print() statements to echo() and also added 2 new XML tags for ↵Warren Baker2010-09-081-148/+283
| | | | | | packages to create an 'Advanced Features' section. Tags are <advanced_options/> and <advancedfield/> which when enabled will add the advanced field into the new advanced section and also gives it a shiny new 'Advanced' button to click.
* New Package XML tag 'tab_level' allows for multiple rows of tab displays.Warren Baker2010-08-251-30/+36
|
* Ignore sorting field typesScott Ullrich2010-08-031-0/+4
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-1/+1
|
* Reviewing gettext()Carlos Eduardo Ramos2010-04-291-1/+1
|
* Implementing gettext()Carlos Eduardo Ramos2010-04-291-2/+2
|
* Restore select_source value correctlyScott Ullrich2010-04-281-1/+1
|
* Update (C) to 2010Scott Ullrich2010-04-271-2/+2
|
* Add binding support for row helper drop downsScott Ullrich2010-04-271-1/+23
|
* Allow mapping a select drop down to any area of config.xmlScott Ullrich2010-04-271-0/+34
|
* Check for an empty <config/> as the first setting for a given package's ↵jim-p2010-04-041-0/+5
| | | | config. When present, this breaks saving for certain packages (namely Squid's caching tab).
* Fix rowhelper size usage.Ermal Luçi2010-03-081-4/+19
|
* Increase execution timeScott Ullrich2010-01-211-0/+2
|
* Nuke pkg_build_filter_rules();. It would have never covered reinstallation ↵Scott Ullrich2009-12-241-3/+1
| | | | cases.
* Fix webgui protocol detection here, too.jim-p2009-12-241-1/+1
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-1/+4
|
* Missed commit on removing all_interfaces.Ermal Luçi2009-10-051-12/+3
|
* Remove support for all_interfaces from wizard.php it is not used anywhere. ↵Ermal Luçi2009-10-051-1/+1
| | | | Convert the interfaces_selection to use the interface API.
* 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
* Add needed filter_reload call.Ermal Luçi2009-07-081-1/+3
|
* Revert 2 last hunks of last commit since it's not related with the fixRenato Botelho2009-06-251-2/+2
|
* PHP wasn't generating javascript for input fields named with brackets like ↵Manoel Carvalho2009-06-251-10/+30
| | | | "iface_array[]"
* Remove is_int check, it appears to be failingScott Ullrich2009-06-201-1/+1
|
* Unbreal rowhelper in 2.0Scott Ullrich2009-06-201-3/+2
|
* Ensure size is a intScott Ullrich2009-06-201-2/+4
|
* Present a new package option filter_rules_needed which has a function name ↵Ermal Luçi2009-05-291-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']/javascriptBill Marquette2009-03-141-1/+1
| | | | Purged unused JS
* make packages use the same formfield css the rest of the UI usesBill Marquette2009-03-131-4/+4
|
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-2/+0
| | | | duplication
* When editing a record and not posting, there must be a valid id.Scott Ullrich2009-02-141-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 whichScott Ullrich2009-02-101-8/+1
| | | | will return true on blank <descr/> items.
* Do not allow \ in fieldnames.Scott Ullrich2008-12-121-2/+3
|
* Do not attempt to save blank fieldname valuesScott Ullrich2008-10-251-3/+6
|
* Ignore listtopic fieldsScott Ullrich2008-10-251-0/+2
|
* Add listtopic field typeScott Ullrich2008-10-251-1/+9
|
* * Rename get_current_wan_address to get_interface_ipErmal Luçi2008-10-231-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 fieldsScott Ullrich2008-10-111-1/+2
|
* pkg_edit add <wrap>off</wrap> for textareaMark Crane2008-09-291-2/+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
* Overhaul IPsec related code. Shared functions have been consolidated intoMatthew Grooms2008-07-111-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.
OpenPOWER on IntegriCloud