summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Do not redeclare gettextScott Ullrich2008-03-101-2/+1
|
* Make scripts XSS input safe.Scott Ullrich2008-02-121-5/+4
| | | | Pointed-out: by hoopercharles@gmail.com
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-1/+0
|
* Ensure that all form elements have an id.Scott Ullrich2007-10-171-13/+13
|
* Kill trailing space and note that dsh submitted last patch.Scott Ullrich2007-01-201-1/+1
|
* Fix multiple selection in RELENG_1 package editor. -HEAD does not suffer ↵Scott Ullrich2007-01-201-2/+3
| | | | from this bug as the codebase is different.
* MFC fixes for Ticket 1187 by proxy for Scott DaleSeth Mos2006-12-171-2/+12
|
* Set value to ON when checked.Scott Ullrich2006-12-081-2/+2
|
* Kill trailing spaceScott Ullrich2006-12-081-1/+1
|
* Add checkbox support to rowhelperScott Ullrich2006-12-081-0/+5
|
* Detect if stored item in config.xml is an array. If it's an array simply ↵Scott Ullrich2006-09-261-2/+4
| | | | pass array along, if its not then attempt to explode the array.
* Fix interfaces selection widget. Now selections are restored.Scott Ullrich2006-09-261-7/+8
|
* display page title during package editingBill Marquette2006-09-011-1/+1
|
* per dsh@ this breaks enablechange() when multiselect is used (routed packageBill Marquette2006-09-011-1/+0
| | | | is an example of this)
* Rowhelper saves rows in incorrect order when you save for the 1st timeScott Ullrich2006-06-221-2/+1
| | | | Ticket #1000
* <br> before showing optionsScott Ullrich2006-06-081-0/+1
|
* Add dummy stubs for some code that was MFC'dScott Ullrich2006-06-071-0/+4
|
* MFC more needed package improvementsScott Ullrich2006-06-071-122/+95
|
* add multiple select supportScott Ullrich2006-06-011-2/+3
| | | | | todo: figure out the new mystery which is our system in -HEAD. it sure is shiny.
* MFC from HEADScott Ullrich2006-04-201-15/+31
| | | | * Add gettext() dummy function to avoid needing gettext from -HEAD's php binary.
* Kill Warning: in_array(): Wrong datatype for second argument in ↵Scott Ullrich2006-04-191-1/+2
| | | | /usr/local/www/pkg_edit.php on line 417 errors
* Nuke a c/r if included.Scott Ullrich2006-04-191-1/+1
|
* MFC Fernando's OpenVPN changes.Scott Ullrich2006-04-011-26/+61
|
* Correctly restore interface array selectionsScott Ullrich2006-02-211-0/+1
|
* Process include_fileScott Ullrich2006-01-281-0/+4
|
* Correct warnings and errors found eclipseScott Ullrich2006-01-151-1/+4
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* MFC 8610Scott Ullrich2005-12-221-1/+1
| | | | 'cancel' -> 'Cancel'
* Do not show value = fooScott Ullrich2005-09-161-2/+1
|
* Turn off debugging helper lineScott Ullrich2005-09-111-2/+0
|
* When multiple and size is defined for a interface, treat it as a php array.Scott Ullrich2005-08-271-2/+12
|
* Fix a XXXScott Ullrich2005-08-011-1/+0
|
* updating files to use theme imagesErik Kristensen2005-07-211-2/+2
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Respect themes.Colin Smith2005-07-181-22/+1
|
* If we don't have any adddeleteedit fields or a special redirect, default to ↵Colin Smith2005-07-181-3/+4
| | | | pkg_edit.php?xml=$xml&id=0.
* It no longer breaks when the output of a package is displayed.Erik Kristensen2005-07-171-3/+18
|
* Minor cleanup.Colin Smith2005-07-141-12/+0
|
* Add rounded tabs.Colin Smith2005-07-141-35/+18
|
* Fix missing ')'.Colin Smith2005-07-131-1/+1
|
* Clean up eval()s.Colin Smith2005-07-131-19/+9
|
* Code cleanupBill Marquette2005-07-041-4/+6
|
* Include IP on interface when all_interfaces is enabledScott Ullrich2005-07-041-2/+5
|
* Correctly show all interfacesScott Ullrich2005-07-031-5/+7
|
* Add <all_interfaces> optionScott Ullrich2005-07-031-6/+14
|
* Allow filtering of interfaces_selection boxScott Ullrich2005-07-031-4/+14
|
* Use $pgtitleBill Marquette2005-07-031-6/+5
|
OpenPOWER on IntegriCloud