Project

General

Profile

Download (26.4 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
07bcca25 07/08/2009 02:50 PM Ermal Luçi

Add needed filter_reload call.

457106da 06/25/2009 07:17 PM Renato Botelho

Revert 2 last hunks of last commit since it's not related with the fix

dcf6d563 06/25/2009 07:13 PM Manoel Carvalho

PHP wasn't generating javascript for input fields named with brackets like "iface_array[]"

7e542bd1 06/21/2009 01:18 AM Scott Ullrich

Remove is_int check, it appears to be failing

13e92c36 06/21/2009 12:25 AM Scott Ullrich

Unbreal rowhelper in 2.0

4c09b655 06/20/2009 11:19 PM Scott Ullrich

Ensure size is a int

a9b2e638 05/29/2009 09:49 PM Ermal Luçi

Present a new package option filter_rules_needed which has a function name 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).

625dcc40 03/14/2009 07:41 PM Bill Marquette

Massive javascript cleanup, all .js files now live in $g['www_path']/javascript
Purged unused JS

e4f8f7d2 03/14/2009 01:35 AM Bill Marquette

make packages use the same formfield css the rest of the UI uses

2e069686 03/13/2009 06:04 AM Bill Marquette

Move Scriptaculous/Prototype includes to head.inc and remove the code duplication

916b74c6 02/15/2009 03:44 AM Scott Ullrich

When editing a record and not posting, there must be a valid id.

This will fix pages coming in from after authing that accidently
drop &id=0

0f68e352 02/10/2009 06:46 PM Scott Ullrich

Test that item has a value instead of using isset which
will return true on blank <descr/> items.

6e32d276 12/12/2008 06:20 PM Scott Ullrich

Do not allow \ in fieldnames.

349ef5c9 10/25/2008 06:46 AM Scott Ullrich

Do not attempt to save blank fieldname values

41fd0445 10/25/2008 02:53 AM Scott Ullrich

Ignore listtopic fields

32487e42 10/25/2008 12:44 AM Scott Ullrich

Add listtopic field type

85a5da13 10/23/2008 09:51 PM Ermal Luçi
  • Rename get_current_wan_address to get_interface_ip
  • 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.
f1412ed6 10/11/2008 11:27 PM Scott Ullrich

Allow setting the size of password fields

82458abb 09/29/2008 10:09 PM Mark Crane

pkg_edit add <wrap>off</wrap> for textarea

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

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...

a93e56c5 07/11/2008 01:55 AM Matthew Grooms

Overhaul IPsec related code. Shared functions have been consolidated into
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...

1ebe9f62 03/10/2008 12:38 AM Scott Ullrich

Do not redeclare gettext

d8c1a6c5 02/12/2008 04:40 AM Scott Ullrich

Make scripts XSS input safe.

Pointed-out: by

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

ae2ea68c 10/17/2007 02:13 AM Scott Ullrich

Ensure that all form elements have an id.

4fd34cce 01/20/2007 08:52 PM Scott Ullrich

Kill trailing space and note that dsh submitted last patch.

67fa245a 01/20/2007 08:51 PM Scott Ullrich

Fix multiple selection in RELENG_1 package editor. -HEAD does not suffer from this bug as the codebase is different.

656a2fea 12/17/2006 09:40 PM Seth Mos

MFC fixes for Ticket 1187 by proxy for Scott Dale

c7a12188 12/08/2006 07:29 PM Scott Ullrich

Set value to ON when checked.

45a63647 12/08/2006 07:26 PM Scott Ullrich

Kill trailing space

855cab21 12/08/2006 07:26 PM Scott Ullrich

Add checkbox support to rowhelper

9996eff6 09/26/2006 07:22 PM Scott Ullrich

Detect if stored item in config.xml is an array. If it's an array simply pass array along, if its not then attempt to explode the array.

3c616886 09/26/2006 07:15 PM Scott Ullrich

Fix interfaces selection widget. Now selections are restored.

d012cff4 09/01/2006 04:44 AM Bill Marquette

display page title during package editing

e1567752 09/01/2006 12:13 AM Bill Marquette

per dsh@ this breaks enablechange() when multiselect is used (routed package
is an example of this)

03664f64 06/22/2006 01:35 PM Scott Ullrich

Rowhelper saves rows in incorrect order when you save for the 1st time

Ticket #1000

e34c9c00 06/08/2006 08:39 PM Scott Ullrich

<br> before showing options

14db714e 06/07/2006 07:22 PM Scott Ullrich

Add dummy stubs for some code that was MFC'd

fbd14b13 06/07/2006 07:17 PM Scott Ullrich

MFC more needed package improvements

57876601 06/01/2006 04:22 AM Scott Ullrich

add multiple select support

todo: figure out the new mystery which is our system in -HEAD. it sure is
shiny.

b91540da 04/20/2006 09:53 PM Scott Ullrich MFC from HEAD
  • Add gettext() dummy function to avoid needing gettext from -HEAD's php binary.
b627d72c 04/19/2006 06:34 PM Scott Ullrich

Kill Warning: in_array(): Wrong datatype for second argument in /usr/local/www/pkg_edit.php on line 417 errors

5e4b648e 04/19/2006 06:30 PM Scott Ullrich

Nuke a c/r if included.

7c172009 04/01/2006 10:18 PM Scott Ullrich

MFC Fernando's OpenVPN changes.

8b978050 02/21/2006 05:12 AM Scott Ullrich

Correctly restore interface array selections

934ab6a2 01/28/2006 06:42 AM Scott Ullrich

Process include_file

767a716e 01/15/2006 03:33 AM Scott Ullrich

Correct warnings and errors found eclipse

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

c52e000f 12/22/2005 07:16 PM Scott Ullrich

MFC 8610
'cancel' -> 'Cancel'

a93310c3 09/16/2005 02:55 PM Scott Ullrich

Do not show value = foo

973dbc36 09/11/2005 12:14 AM Scott Ullrich

Turn off debugging helper line

d2ac2599 08/27/2005 01:43 AM Scott Ullrich

When multiple and size is defined for a interface, treat it as a php array.

036f7009 08/01/2005 12:32 AM Scott Ullrich

Fix a XXX

677c0869 07/21/2005 12:17 AM Erik Kristensen

updating files to use theme images
removing images from /usr/local/www
adding specific images into the correct theme directories

539b4c44 07/18/2005 03:38 AM Colin Smith

Respect themes.

3089059e 07/18/2005 02:08 AM Colin Smith

If we don't have any adddeleteedit fields or a special redirect, default to pkg_edit.php?xml=$xml&id=0.

afe4a7d3 07/17/2005 12:01 AM Erik Kristensen

It no longer breaks when the output of a package is displayed.

bd78a845 07/14/2005 01:09 AM Colin Smith

Minor cleanup.

f4cb26b7 07/14/2005 01:00 AM Colin Smith

Add rounded tabs.

e315cfa1 07/13/2005 06:57 PM Colin Smith

Fix missing ')'.

7db8ff99 07/13/2005 06:49 PM Colin Smith

Clean up eval()s.

63637de9 07/04/2005 07:52 PM Bill Marquette

Code cleanup

201bf2ee 07/04/2005 12:10 AM Scott Ullrich

Include IP on interface when all_interfaces is enabled

e6a12151 07/03/2005 11:56 PM Scott Ullrich

Correctly show all interfaces

e4a72146 07/03/2005 11:42 PM Scott Ullrich

Add <all_interfaces> option

c98e7fb7 07/03/2005 11:21 PM Scott Ullrich

Allow filtering of interfaces_selection box

96d9f5c9 07/03/2005 04:35 PM Bill Marquette

Use $pgtitle

83ddedcd 07/02/2005 03:50 AM Scott Ullrich

Set page titles accordingly

2fe6c52b 06/26/2005 04:39 AM Colin Smith

Add field greyout.

ff30be84 06/25/2005 10:17 PM Scott Ullrich

Set title to Package Editor if $title is unset

19a11678 06/23/2005 03:17 AM Colin Smith

parse_xml_config -> parse_xml_config_pkg

336e9b1b 06/22/2005 10:22 PM Scott Ullrich

No need to backup $config and restore. This is a ages old bug.

12123e25 06/22/2005 06:55 PM Colin Smith

Fix package saving.

19d360bf 06/22/2005 06:36 PM Scott Ullrich

Allow a GET savemsg= parm to notify user of updating, etc.

c6ab761d 06/20/2005 02:50 AM Colin Smith

No more xmlparse_pkg.

e307a809 06/18/2005 09:20 PM Colin Smith

Minor cleanup and parse_xml_config_pkg -> parse_xml_config.

9f9dcd98 06/06/2005 03:15 AM Scott Ullrich

require -> require_once

f8e335a3 06/05/2005 11:40 PM Scott Ullrich

Include pkg-utils.inc to atleast get the scripts running again. It doesn't install correctly however.

34591684 05/31/2005 12:36 AM Scott Ullrich

Look at the correct field to deterimine which item should be selected in the interfaces_selection widget

5c74f339 05/23/2005 03:00 PM Scott Ullrich

Reset size in between widgets

4a91019e 05/23/2005 02:57 PM Scott Ullrich

Allow additional entries to be inserted into the interfaces selection widget.
The first usage of this will be with carpdev.

eaa55df2 04/28/2005 03:11 AM Scott Ullrich

Make Save and Cancel buttons the same size

53c59170 04/21/2005 06:42 PM Scott Ullrich

Add a Cancel button which takes the browser back to the page prior.

fb8d451e 04/05/2005 12:16 AM Colin Smith

pka -> pkga

085a7145 03/31/2005 03:11 PM Colin Smith

Fix handling of <note> fields.

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

529ffadb 03/20/2005 03:29 PM Bill Marquette

Gotta load the global functions before the rest of them :)

194b4e0a 03/19/2005 11:29 PM Colin Smith

Add basic support for <custom_php_global_functions> tag.

3e304594 03/16/2005 12:32 AM Colin Smith
  • empty log message ***
b39f5ac4 03/11/2005 11:25 PM Scott Ullrich

Populate interface drop down with the correct selected interface when editing a package record.

95736b54 03/07/2005 01:07 AM Scott Ullrich

Add note field

90779bf7 03/06/2005 07:40 PM Scott Ullrich

is_subqueue() returns 1 if the item is a subqeueu

01e8633b 03/06/2005 06:50 PM Scott Ullrich

Do not redirect if preoutput is setup

4831ce13 03/02/2005 06:24 PM Scott Ullrich

Instead of hard coding an interface address, use the friendly name in packages.

5cd30ac3 02/26/2005 07:49 PM Scott Ullrich

Process before form events

86f3fc00 02/24/2005 08:07 PM Scott Ullrich

Run custom_php_command_before_form commands before
custom_php_resync_config_command if they exist

3b0ebca2 02/19/2005 03:57 AM Scott Ullrich

Eliminate extra <br>

64fba011 02/19/2005 02:27 AM Scott Ullrich

Set the page title to <title>

e17ce934 02/18/2005 10:16 PM Scott Ullrich

Allow $myurl in the url of the tabs .. $myurl is translated to getenv("HTTP_HOST") on the fly

3d335c4d 02/18/2005 07:03 PM Scott Ullrich

Update tab codef.