summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
Commit message (Collapse)AuthorAgeFilesLines
* * Fix diagnostics logging tab menusScott Ullrich2005-07-021-0/+9
| | | | | | * Curve bottom of grey areas if needed * Curve tabs * Cleanup
* Cleanup and add rounded corners.Scott Ullrich2005-07-021-7/+3
|
* Correct urlsScott Ullrich2005-07-021-2/+2
|
* Convert Packages tabs to rounded aka (display_top_tabs() callsScott Ullrich2005-07-021-5/+7
|
* No need for {} surrounding a one line foreach()Scott Ullrich2005-06-231-2/+1
|
* make sure $todo is an arrayScott Ullrich2005-06-231-0/+2
|
* Mount image RW before package operationsScott Ullrich2005-06-211-40/+49
|
* No more xmlparse_pkg.Colin Smith2005-06-201-1/+0
|
* Add "Package Installer" tab.Colin Smith2005-06-121-1/+2
|
* Update package reinstallation to use depends_on_package.Colin Smith2005-06-121-1/+3
|
* Use depends_on_package to properly remove a BSD package.Colin Smith2005-06-121-1/+3
|
* Break between progress bar and first textareaScott Ullrich2005-06-071-0/+1
|
* Remove an extra newline.Colin Smith2005-06-071-1/+1
|
* Add support for XML (or package) reinstallation and package deletion.Colin Smith2005-06-071-21/+41
|
* Fix package reinstallation.Colin Smith2005-06-071-9/+9
|
* Fix syntax error.Colin Smith2005-06-071-1/+1
|
* Whoops, checking for the wrong $_GET variable.Colin Smith2005-06-071-1/+1
|
* Add reinstall all packages. This needs to be tested.Colin Smith2005-06-071-8/+17
|
* Fix progress bars.Colin Smith2005-06-061-4/+12
|
* Update output and status windows when installation is complete.Colin Smith2005-06-061-0/+3
|
* require -> require_onceScott Ullrich2005-06-061-2/+3
|
* Add pkg-utils based package installer.Colin Smith2005-06-061-411/+3
|
* Include pkg-utils.inc to atleast get the scripts running again. It doesn't ↵Scott Ullrich2005-06-051-0/+1
| | | | install correctly however.
* don't initiate progressbar with 100% at start. 0% is better ;-)Holger Bauer2005-06-021-1/+1
|
* ups, one border border too much...Holger Bauer2005-06-021-1/+1
|
* changed the package-install-progressbar to the new style.Holger Bauer2005-06-021-3/+23
| | | | | now uses the same graphs like the the system-status and queue-graphs. one look, one feel and makes customization later easier :-)
* Missing '-'.Colin Smith2005-05-241-2/+2
|
* Tighten up pattern matching - I completely overlooked the obvious :)Colin Smith2005-05-241-2/+2
|
* * Fix skip_install_checks.Colin Smith2005-05-241-3/+3
| | | | * Loosen up pattern matching on /var/db/pkg. This is not an ideal solution.
* Carriage return after Package installation completedScott Ullrich2005-05-231-1/+1
|
* Add tag to skip installation verification.Colin Smith2005-05-191-0/+2
|
* Create /var/db/pkg if it does not existScott Ullrich2005-04-261-0/+3
|
* Clean up full reinstall code.Colin Smith2005-04-261-12/+10
|
* * Fix successful install logic.Colin Smith2005-04-231-11/+20
| | | | * Don't download the package if it's already installed - this is useful if you only need to update XML.
* Minor tweaks.Colin Smith2005-04-231-1/+1
|
* Give a show log option upon failed package installScott Ullrich2005-04-221-0/+1
|
* Fix logic for checking for package reinstallation.Colin Smith2005-04-211-16/+12
| | | | XXX: Some logic is still a bit shaky.
* Do not traverse arrays if they are not an arrayScott Ullrich2005-04-201-16/+18
|
* Zap unused codeScott Ullrich2005-04-181-7/+0
|
* *CORRECTLY* detect if a package is installed, if is not, add it to the ↵Scott Ullrich2005-04-181-4/+4
| | | | config.xml file
* *CORRECTLY* detect if a package is installed, if is not, add it to the ↵Scott Ullrich2005-04-181-5/+5
| | | | config.xml file
* fix reinstall all packagesScott Ullrich2005-04-181-2/+2
|
* Fix logic that checks whether a package is already installed.Colin Smith2005-04-131-3/+2
|
* Make sure that package tarballs and staging areas are removed once all ↵Colin Smith2005-04-131-0/+6
| | | | packages are installed.
* * Write all output window messages to the log after successful installation.Colin Smith2005-04-131-1/+4
| | | | * Comment out some code - please test.
* If the package already exists in config.xml, overwrite the previous entry ↵Colin Smith2005-04-131-1/+14
| | | | with the new one.
* * Minor cleanup.Colin Smith2005-04-121-2/+2
| | | | * Log pkg_add output in pkg_fetch_recursive.
* *Rework package installation interface.Colin Smith2005-04-111-101/+81
| | | | | | | | * 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().
* Remove javascript statement that is causing errors. It wasn't needed anyways.Scott Ullrich2005-04-061-1/+0
|
* Make sure we pass a number of y's to pkg_add -r to answer yes.Scott Ullrich2005-04-061-1/+11
|
OpenPOWER on IntegriCloud