Project

General

Profile

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

# Date Author Comment
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

79f6fe7b 07/14/2005 01:04 AM Colin Smith

Say hello to rounded tabs ;)

ce696feb 07/13/2005 06:56 PM Colin Smith

Clean up eval()s.

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

Use $pgtitle

323d040b 07/02/2005 08:51 PM Scott Ullrich
  • Fix diagnostics logging tab menus
  • Curve bottom of grey areas if needed
  • Curve tabs
  • Cleanup
83ddedcd 07/02/2005 03:50 AM Scott Ullrich

Set page titles accordingly

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

parse_xml_config -> parse_xml_config_pkg

e4bf1c19 06/21/2005 01:25 AM Colin Smith

require -> require_once

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.

5f9c0e68 04/12/2005 07:30 PM Bill Marquette

doubleclick to edit

a339c26a 04/04/2005 01:36 AM Bill Marquette

icon placement

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

Add $Id$ tag

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

Add basic support for <custom_php_global_functions> tag.

009c7905 03/12/2005 07:26 PM Colin Smith

Add <prefix> and <suffix> tags to <adddeleteeditfields>.

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

Process before form events

2d512c84 02/19/2005 03:08 AM Scott Ullrich

Do not attempt to foreach through the ['adddeleteeditpagefields']['columnitem'] if it does not exist

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.

7c061036 02/18/2005 05:21 PM Scott Ullrich

Add tab code.

549912e3 02/16/2005 07:32 PM Scott Ullrich

Check that $pkg['adddeleteeditpagefields']['columnitem'] exists before foreaching through it.

8596e0a4 02/09/2005 04:44 AM Scott Ullrich

Enclose the php call in

ad2987f1 02/05/2005 11:26 PM Scott Ullrich

Add savemsg get parm.

2c634bdd 01/18/2005 01:26 AM Scott Ullrich

Add support for vpn_selection.

2cf712c4 01/18/2005 12:01 AM Scott Ullrich

Add type column to adddeleteeditpagefields allowing for the script to answer yes and no for checkbox items.

7c539965 01/11/2005 06:35 PM Scott Ullrich

Add package edit buttons

b49448ac 01/10/2005 06:24 AM Scott Ullrich

Update a few (C)

f9a91638 01/05/2005 01:07 AM Scott Ullrich

Add new custom_php_command_before_form directive which is handy to setup function evals that can be hooked into throughout the life of a package

a28c8b59 12/29/2004 12:37 AM Scott Ullrich

Correct package header name

e55a0a25 12/23/2004 12:16 AM Scott Ullrich

Make sure item is array before traversing.

65dd1ea3 12/22/2004 12:26 AM Scott Ullrich

Stray a.

3a35ed19 12/22/2004 12:25 AM Scott Ullrich

Dont delete pkg* here, delete in pkg_mgr only.

090d69c0 12/21/2004 06:50 PM Scott Ullrich

Remove package manifest after usage forcing fresh package listing each time you enter packaage manager.

116b5114 12/21/2004 06:47 PM Scott Ullrich

Remove package manifest after usage forcing fresh package listing each time you enter packaage manager.

3eaeb703 12/21/2004 06:03 PM Scott Ullrich

Changes for nmap and packages that do not require anything to be saved.

0bb335f4 12/21/2004 01:49 AM Scott Ullrich

document the new xml variable setting routine

e3c4b6b7 12/21/2004 01:46 AM Scott Ullrich

Finish packaging storage mechanism. Upon package deletin the package manager will loop through the variables and set them so that you can invoke commands such as system("pw userdel " . $username); from the xml configuration file.

d47013e1 12/13/2004 12:58 AM Scott Ullrich

Say hello to the pkg_edit.php automated gui creation utility!
http://www.pfsense.com/screens/pkg_mgr.JPG
http://www.pfsense.com/screens/pkg_edit.JPG

859329c8 12/12/2004 08:25 PM Scott Ullrich
  • converted return_menu to return_ext_menu in fbegin.inc.
  • fixed interfaces left menu from not displaying additional interfaces by saving and restoring config value.
  • equipped edit.php with the pfSense theme so it looks uniform
a7f908db 12/12/2004 08:05 PM Scott Ullrich
  • Add pkg.php which will parse the package xml file and present an interface (see http://www.pfsense.com/screens/pkg.JPG )
  • Correct behavior of pkg_mgr.php when multiple packages are included
  • Other minor cleanups