Project

General

Profile

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

# Date Author Comment
29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

dd447bde 11/11/2014 04:49 AM Jim Thompson

modify copyright statement to reflect reality

62424bdb 09/12/2014 07:37 PM Renato Botelho

Remove almost all calls to history.back() and make Cancel button back to HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work

bef9f697 06/18/2014 04:46 PM Renato Botelho

We need to allow subdirectories under /usr/local/pkg, here is the proper fix

69eb2e29 06/17/2014 01:33 PM Renato Botelho

Avoid directory traversal when reading package xml files, also check if file exists before try to read it

6f3d2063 06/13/2014 11:59 AM Renato Botelho

Replace Header() calls by lowercase

2690afba 06/05/2014 06:41 PM Colin Fleming

Update "pkg_edit.,php"

"custom_php_after_head_command", if the PHP code also contains
JavaScript ("squid_auth.xml" for example) then this will cause HTML
errors, as you are not supposed to have anything between the closing
HEAD tag and the opening BODY tag....

b3733e10 05/27/2014 11:33 AM Colin Fleming

Tidy up Ampersand XHTML

Deprecate Ampersand in Anchor tags

2c0dd263 04/07/2014 02:49 PM Marcello Silva Coutinho

fixes Bug #3569

On packages that uses row_helper when user clicks on add or delete button, the page scrolls to top.
It seems something with ajax
http://stackoverflow.com/questions/1061580/jquery-click-on-anchor-element-forces-scroll-to-top

A simple return false after jquery action fixes the unwanted scroll.

91f026b0 03/19/2014 10:38 PM ayvis

replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

5655d48b 09/26/2013 11:18 AM Colin Fleming

Update "pkg_edit.php" XHTML

Update HTML Boolean operator

2d9063af 09/25/2013 08:16 PM Carlos Cesario

Set network interfaces description as interface name.

1e9b4611 09/12/2013 02:28 PM Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

605ae553 09/06/2013 11:08 AM Renato Botelho

Fix #3127

By default htmlspecialchars does not consider single quotes, what can be
a problem when value attribute is set using it. Replace value attribute
set to use double quotes on places where it's obviously recieving a
result of htmlspecialchars() call.

5aa68a55 07/28/2013 01:31 PM Renato Botelho

Fix #3113, fix multiple english spell errors s/seperet/separat/

81ecdc6c 05/02/2013 06:02 PM Colin Fleming

Update "pkg_edit.php"

Move closing TR tag outside, otherwise the 'foreach' statement will
produce a duplicate closing TR tag.

8612c539 04/22/2013 10:09 AM Colin Fleming

Update "pkg_edit.php"

Add missing closing B tag
Add missing closing TD tag

2a83d2bd 04/16/2013 06:22 PM Colin Fleming

Tidy up "pkg_edit.php" XHTML

Remove duplicate $size variable
Add summary statement to TABLE tags

2e606955 04/15/2013 01:08 PM Colin Fleming

Tidy up "pkg_edit.php" XHTML

Close INPUT tags
Update HTML boolean operators
Add missing start TR tag
Remove "name" statement from OPTION tag, invalid in XHTML
Remove duplicate "id" statement in SELECT tag

8df076fe 04/14/2013 07:48 PM Colin Fleming

Update pkg_edit.php

Correct CDATA sections in SCRIPT tag
Correct ALT statement in IMG tag

7c8bce79 04/14/2013 07:43 PM Colin Fleming

Update pkg_edit.php

Correct CDATA section in SCRIPT tag

befa8be0 04/14/2013 12:37 PM Colin Fleming

Tidy up "pkg_edit.php" XHTML

Close BR and IMG tags and add ALT statement to IMG tags
Change ONCLICK to lower case
Move "fbegin.inc" PHP statement before the SCRIPTS
Add CDATA sections to SCRIPT tags

cfa845a9 02/24/2013 06:18 AM Luiz Gustavo Costa (gugabsd)

Add onchange tag to checkbox too

80d5bd41 02/05/2013 02:31 PM Phil Lavin

Fix PHP errors relating to using string offset as an array

b89a8cbc 12/06/2012 07:06 PM Bruno Ferri

add input autocomplete array aliases

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