Project

General

Profile

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

# Date Author Comment
079948bd 08/21/2005 08:10 PM Scott Ullrich

Use sync_webgui_passwords()

ceae1304 08/10/2005 08:16 PM Scott Ullrich

Sync password database before installation.

4f409c9e 07/24/2005 07:59 PM Scott Ullrich

Change name of main div to avoid conflicting

30af342f 07/21/2005 12:39 AM Erik Kristensen

just a few modifications

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

8d8f8970 07/09/2005 05:55 PM Scott Ullrich

Sync master.passwd database before beginning package operations

a9dc5e11 07/08/2005 10:08 PM Scott Ullrich

Do not foreach through installedpackages['package'] if its not defined

7a13e63a 07/04/2005 01:33 AM Colin Smith

Fix indent.

276d1b95 07/04/2005 01:25 AM Colin Smith

Don't fclose() the log if it doesn't exist.

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
52380979 07/02/2005 02:20 AM Scott Ullrich

Cleanup and add rounded corners.

338ec5f4 07/02/2005 02:13 AM Scott Ullrich

Correct urls

e3ebc979 07/02/2005 02:12 AM Scott Ullrich

Convert Packages tabs to rounded aka (display_top_tabs() calls

c347ddb3 06/23/2005 05:20 PM Scott Ullrich

No need for {} surrounding a one line foreach()

25cbd600 06/23/2005 05:19 PM Scott Ullrich

make sure $todo is an array

91e58a1a 06/21/2005 03:37 PM Scott Ullrich

Mount image RW before package operations

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

No more xmlparse_pkg.

aca3b8c9 06/12/2005 07:47 PM Colin Smith

Add "Package Installer" tab.

60c5ffdb 06/12/2005 07:26 PM Colin Smith

Update package reinstallation to use depends_on_package.

6199503b 06/12/2005 07:21 PM Colin Smith

Use depends_on_package to properly remove a BSD package.

c3fcf407 06/07/2005 09:10 PM Scott Ullrich

Break between progress bar and first textarea

497fa5ed 06/07/2005 06:44 PM Colin Smith

Remove an extra newline.

e1531d00 06/07/2005 06:43 PM Colin Smith

Add support for XML (or package) reinstallation and package deletion.

05b3b83a 06/07/2005 03:48 AM Colin Smith

Fix package reinstallation.

1733581d 06/07/2005 03:39 AM Colin Smith

Fix syntax error.

52111a3a 06/07/2005 03:35 AM Colin Smith

Whoops, checking for the wrong $_GET variable.

efd81869 06/07/2005 03:33 AM Colin Smith

Add reinstall all packages. This needs to be tested.

8c304753 06/06/2005 10:27 PM Colin Smith

Fix progress bars.

25038334 06/06/2005 10:18 PM Colin Smith

Update output and status windows when installation is complete.

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

require -> require_once

6751a1a3 06/06/2005 01:53 AM Colin Smith

Add pkg-utils based package installer.

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.

2f22c8ff 06/02/2005 05:41 AM Holger Bauer

don't initiate progressbar with 100% at start. 0% is better ;-)

71a85b21 06/02/2005 04:22 AM Holger Bauer

ups, one border border too much...

cff79a9f 06/02/2005 04:19 AM Holger Bauer

changed the package-install-progressbar to the new style.
now uses the same graphs like the the system-status and queue-graphs.
one look, one feel and makes customization later easier :-)

abadeb6e 05/24/2005 12:42 AM Colin Smith

Missing '-'.

2983ae92 05/24/2005 12:41 AM Colin Smith

Tighten up pattern matching - I completely overlooked the obvious :)

4cff4d3f 05/24/2005 12:24 AM Colin Smith
  • Fix skip_install_checks.
  • Loosen up pattern matching on /var/db/pkg. This is not an ideal solution.
0d534dce 05/23/2005 11:23 PM Scott Ullrich

Carriage return after Package installation completed

e559aae9 05/19/2005 09:56 PM Colin Smith

Add tag to skip installation verification.

fc5a35cf 04/26/2005 09:11 PM Scott Ullrich

Create /var/db/pkg if it does not exist

04000d32 04/26/2005 03:49 PM Colin Smith

Clean up full reinstall code.

af2e88f3 04/23/2005 09:49 PM Colin Smith
  • Fix successful install logic.
  • Don't download the package if it's already installed - this is useful if you only need to update XML.
5cab2f55 04/23/2005 05:20 AM Colin Smith

Minor tweaks.

fdb718b9 04/22/2005 01:57 AM Scott Ullrich

Give a show log option upon failed package install

5f18c7fe 04/21/2005 10:22 PM Colin Smith

Fix logic for checking for package reinstallation.

XXX: Some logic is still a bit shaky.

059249e1 04/20/2005 07:01 PM Scott Ullrich

Do not traverse arrays if they are not an array

8b77ffc9 04/18/2005 02:45 AM Scott Ullrich

Zap unused code

fb97298b 04/18/2005 02:43 AM Scott Ullrich

CORRECTLY detect if a package is installed, if is not, add it to the config.xml file

1063d44a 04/18/2005 02:42 AM Scott Ullrich

CORRECTLY detect if a package is installed, if is not, add it to the config.xml file

3cb72f63 04/18/2005 02:37 AM Scott Ullrich

fix reinstall all packages

a764453f 04/13/2005 11:10 PM Colin Smith

Fix logic that checks whether a package is already installed.

58f130e4 04/13/2005 04:25 PM Colin Smith

Make sure that package tarballs and staging areas are removed once all packages are installed.

89a0d34f 04/13/2005 04:11 PM Colin Smith
  • Write all output window messages to the log after successful installation.
  • Comment out some code - please test.
f4f8d080 04/13/2005 04:04 PM Colin Smith

If the package already exists in config.xml, overwrite the previous entry with the new one.

449a2694 04/12/2005 01:45 PM Colin Smith
  • Minor cleanup.
  • Log pkg_add output in pkg_fetch_recursive.
9a2d499c 04/11/2005 11:14 PM Colin Smith

*Rework package installation interface. * Use progress bar to indicate download progress. * Handle nested dependencies. * Handle dependencies needed by more than one package/depend (please test) * Some minor optimizations.
*Add pkg_fetch_recursive().

85cd9474 04/06/2005 11:14 PM Scott Ullrich

Remove javascript statement that is causing errors. It wasn't needed anyways.

7151c3eb 04/06/2005 09:04 PM Scott Ullrich

Make sure we pass a number of y's to pkg_add -r to answer yes.

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

Add $Id$ tag

f9124d31 03/24/2005 11:09 PM Scott Ullrich

Mount the image RW again after write_config() since it will set the image back to RO.

19fc85b3 03/21/2005 09:39 PM Scott Ullrich

Do not eval custom_php_install_command unless it exists

ce3559dd 03/21/2005 09:28 PM Scott Ullrich

Do not newline on udpate_status() items

ec6879e3 03/20/2005 08:13 PM Scott Ullrich

Mount compact flash rw during package install

eb8a0c24 03/20/2005 05:51 AM Bill Marquette

write_config() log what package was installed (I hope this is right)

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

Add basic support for <custom_php_global_functions> tag.

23dd7ffb 03/17/2005 05:34 AM Bill Marquette

use new make_dirs() and safe_mkdir() functions

a98baaf0 03/17/2005 04:28 AM Scott Ullrich

Correctly assign chmod commands with older system format until we can discover where the php chmod is failing.

5fef092e 03/16/2005 04:34 PM Bill Marquette

oops, really remove the system(chmod) call

a842f124 03/16/2005 04:31 PM Bill Marquette

replace hardcoded path with variable

77789d1f 03/16/2005 04:29 PM Bill Marquette

use chmod() instead of system(chmod)

677e0880 03/13/2005 09:54 PM Scott Ullrich

Use php_check_syntax on code before eval()

0d7c85a6 03/02/2005 06:04 PM Scott Ullrich

Correctly handle additional_files_needed now that its an array type.

3c338e4d 03/02/2005 05:17 PM Scott Ullrich
  • Reset $pkg_chmod variable on each loop
  • Actually invoke chmod command if needed
d4022785 03/02/2005 01:26 AM Scott Ullrich
  • Add prefix option to additional_files_needed
  • Add chmod option to additional_files_needed
c8c2bf0f 02/27/2005 11:48 PM Bill Marquette

more paths

0035d7a6 02/27/2005 10:41 PM Bill Marquette

more hardcoded paths cleanup

960e4d4f 02/27/2005 08:51 PM Scott Ullrich

CORRECTLY use verifyinstalledpkg tag if defined

3059e7ee 02/27/2005 08:27 PM Scott Ullrich

Use Actually use verifyinstalledpkg flag if its defined

131781ba 02/27/2005 08:26 PM Scott Ullrich

Add verifyinstalledpkg tag. This tag can be used to verify a different package has been installed veruses always relying on the package name.

87f9d450 02/26/2005 11:24 PM Scott Ullrich

Notify user when updating filter rules

4b4d5996 02/26/2005 07:26 PM Scott Ullrich

cat y out to pkg_add to automatically answer any nagging questions

dd62c2d4 02/21/2005 07:48 PM Scott Ullrich

Correct form post to url

0025d774 02/20/2005 10:28 PM Scott Ullrich

Add upgrade package support. Still needs an indicator on the installed packages screen.

06e2627e 02/20/2005 09:19 PM Scott Ullrich

Clean up package manager. Move common functions to /etc/inc/pfsense-utils.inc.

440b6d99 02/20/2005 08:52 PM Scott Ullrich

Include full path to .tgz in package manager. Previously broken by me.

77a82d1a 02/20/2005 02:42 AM Scott Ullrich

Use full path to tar

4075d9c1 02/19/2005 05:24 PM Scott Ullrich

Log when the package installation untars an archive

eb6116e1 02/19/2005 05:18 PM Scott Ullrich

Be sure to issue a newline break on logged commands

866d2813 02/19/2005 05:15 PM Scott Ullrich

Inform the user during all actions and make sure they are logged.

06e2abdb 02/19/2005 05:08 PM Scott Ullrich

Additional logging during installation for additional files needed

98a8e831 02/14/2005 09:48 PM Scott Ullrich

Unbreak the package manager.

7b2274cb 02/11/2005 01:20 AM Scott Ullrich
  • Introduce pfsense specific utilities file for easier syncing with m0n0wall util.inc
  • Introduce new log_error() command that logs to syslog
  • Convert all old syslog() functions to use log_error()
8733dcb1 02/07/2005 12:50 AM Scott Ullrich

Add custom /usr/local/pkg/pf directory which will store custom php script that the packages use to modify the pf rules.

6a57391a 02/07/2005 12:37 AM Scott Ullrich

Log package changs to the system log.

a39ea444 02/02/2005 06:17 PM Scott Ullrich

No need for shifting $config around.. we use the pkg xml parser now

6cf08e20 02/01/2005 05:09 PM Scott Ullrich

Add show log feature after package installation is completed.

457161f7 01/31/2005 08:31 PM Scott Ullrich

Add process_kill_command which will kill the process late after installation to allow other items to finish up such as filter_configure();

79b196ee 01/30/2005 09:46 PM Scott Ullrich

Alert user during post package commands