Project

General

Profile

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

# Date Author Comment
313a14f7 10/31/2012 08:01 PM Jim Pingle

More encoding...

504a57b2 07/06/2012 09:54 PM Charlie Root

pkg_edit - add show_disable_value option to select_source xml option

2c51f293 06/28/2012 11:58 PM Jim Pingle

If a package has donotsave, still process its input validation. Properly handle preoutput in the case of input errors also.

1624b5f1 06/07/2012 06:59 PM Marcello Silva Coutinho

fix select_source option

e14fbca4 06/01/2012 09:34 PM Marcello Silva Coutinho

include more features to interfaces_selection
<showips>
<showvirtualips>
<showlistenall>
<hideinterfaceregex>

New features will show only with these new options on xml file

55c846c4 05/31/2012 09:49 PM Marcello Silva Coutinho

new pkg_edit.php code with revised functions, no 0-99 loop on row_helper, movable rows, tootip with domtt.
new field types button, info as well combinefileds working and colspan2 on nodisplaname option.
jquery code improved too.
tested on squid, dansguardian, sshdcond , filer , pfblocker package.

098686af 04/12/2012 06:50 PM Cyrill B

Fix tag order.

2afb2c37 04/11/2012 04:34 PM Cyrill B

Removed flawed HTML.

85a46fbd 04/06/2012 02:21 PM Anton Bontes

Added interface_selection to choose a interface in tinydns failover selection
Changed the $text so that no "option value" is preselected when adding a newrow with addrowto function.

44c70591 04/06/2012 02:17 PM Anton Bontes

Added rowsize[] for use in row_helper_dynamic.js

177a823e 04/06/2012 02:13 PM Anton Bontes

Added empty option line so not to write to config.xml if not filled in

b65ce59a 10/27/2011 09:09 PM Marcello Silva Coutinho

Fix missing description in rowhelper.

9622da26 07/06/2011 03:47 PM Jim Pingle

Fix use post here, since the other var isn't defined as it was before my commit yesterday.

8aafd58e 07/05/2011 07:43 PM Jim Pingle

Fix handling of interface selectors in packages.

91c31339 06/22/2011 05:19 PM Warren Baker

Revert "Correct displaying any availble default value."

This reverts commit 01c170c4612a4afdbaa2d6e9bf98552dddc1cde3.

01c170c4 06/14/2011 01:39 PM Ermal LUÇI

Correct displaying any availble default value.

f8c462dd 06/12/2011 02:10 PM Warren Baker

Allow packages to specify that their tabmenus should not be a drop-down list by using a <no_drop_down/> tag.

86ae3621 01/19/2011 11:35 PM Scott Ullrich

Allow setting package interfaces to loopback (lo0)

5a61331a 12/07/2010 04:34 PM Jim Pingle

Move this validation down so we can still assume id=0 if it's not present, and then redirect if it's non-numeric.

bddc8818 11/13/2010 05:44 AM Erik Fonnesbeck

Form image buttons are submit buttons and thus default buttons, causing unwanted behavior with the enter key. Use links instead, where possible.

6f7a9978 11/13/2010 03:05 AM Erik Fonnesbeck

Add style to rowhelper normal text fields in packages for consistency.

98bcf1f8 11/06/2010 04:40 PM Scott Ullrich

Fix misc input validation errors. Move routed/* to same dir as pkg items

d1a0d9d0 09/21/2010 11:16 AM Warren Baker

Ensure that the value is returned as 'selected' when using a multiple select list.

cf6a1f80 09/15/2010 12:32 PM Warren Baker

Change windows.onLoad event to rely on DOM readiness instead, for enablechange() function. Tested on Safari, Chrome, FFox and IE7+8 on windows and OSX.

0c8cdb25 09/14/2010 07:31 PM Warren Baker

Ensure $value is unset so that subsequent rowhelper fields, without <value/> don't have a previous $value set.

b9d8c75d 09/14/2010 05:51 PM Warren Baker

Add Save + Cancel buttons to be below advanced features section if advanced features is enabled.

d92b3311 09/11/2010 12:18 PM Warren Baker

Fix enablechange() js problem caused by converting print() to echo().

e11aa161 09/08/2010 08:06 PM Warren Baker

Converted all print() statements to echo() and also added 2 new XML tags for 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.

90551807 08/25/2010 04:18 PM Warren Baker

New Package XML tag 'tab_level' allows for multiple rows of tab displays.

969a36ce 08/03/2010 10:57 PM Scott Ullrich

Ignore sorting field types

f0d1af93 04/29/2010 05:53 PM Carlos Eduardo Ramos

Fix gettext issues

e6ffcfbd 04/29/2010 01:31 PM Carlos Eduardo Ramos

Reviewing gettext()

c8536f7d 04/29/2010 01:17 PM Carlos Eduardo Ramos

Implementing gettext()

9605d06f 04/29/2010 12:49 AM Scott Ullrich

Restore select_source value correctly

4f6a5e6a 04/27/2010 11:32 PM Scott Ullrich

Update (C) to 2010

db3829e1 04/27/2010 04:38 AM Scott Ullrich

Add binding support for row helper drop downs

9f65abbf 04/27/2010 04:06 AM Scott Ullrich

Allow mapping a select drop down to any area of config.xml

a2a7f74d 04/04/2010 04:58 AM Jim Pingle

Check for an empty <config/> as the first setting for a given package's config. When present, this breaks saving for certain packages (namely Squid's caching tab).

e54626e2 03/08/2010 12:29 PM Ermal Luçi

Fix rowhelper size usage.

0089af7c 01/22/2010 12:20 AM Scott Ullrich

Increase execution time

b8d220ab 12/25/2009 02:30 AM Scott Ullrich

Nuke pkg_build_filter_rules();. It would have never covered reinstallation cases.

58362f9d 12/25/2009 01:37 AM Jim Pingle

Fix webgui protocol detection here, too.

7a927e67 11/22/2009 12:28 AM Scott Ullrich

Require filter.inc and shaper.inc

5d65350b 10/05/2009 06:52 PM Ermal Luçi

Missed commit on removing all_interfaces.

203de6bf 10/05/2009 06:49 PM Ermal Luçi

Remove support for all_interfaces from wizard.php it is not used anywhere. Convert the interfaces_selection to use the interface API.

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

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