summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* 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
* 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 config...Scott Ullrich2005-04-181-4/+4
* *CORRECTLY* detect if a package is installed, if is not, add it to the config...Scott Ullrich2005-04-181-5/+5
* 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 packag...Colin Smith2005-04-131-0/+6
* * Write all output window messages to the log after successful installation.Colin Smith2005-04-131-1/+4
* If the package already exists in config.xml, overwrite the previous entry wit...Colin Smith2005-04-131-1/+14
* * Minor cleanup.Colin Smith2005-04-121-2/+2
* *Rework package installation interface.Colin Smith2005-04-111-101/+81
* 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
* Add $Id$ tagBill Marquette2005-03-271-0/+1
* Mount the image RW again after write_config() since it will set the image bac...Scott Ullrich2005-03-241-0/+2
* Do not eval custom_php_install_command unless it existsScott Ullrich2005-03-211-1/+1
* Do not newline on udpate_status() itemsScott Ullrich2005-03-211-3/+3
* Mount compact flash rw during package installScott Ullrich2005-03-201-1/+3
* write_config() log what package was installed (I hope this is right)Bill Marquette2005-03-201-1/+1
* Add basic support for <custom_php_global_functions> tag.Colin Smith2005-03-191-0/+3
* use new make_dirs() and safe_mkdir() functionsBill Marquette2005-03-171-11/+11
* Correctly assign chmod commands with older system format until we can discove...Scott Ullrich2005-03-171-0/+1
* oops, really remove the system(chmod) callBill Marquette2005-03-161-1/+0
* replace hardcoded path with variableBill Marquette2005-03-161-1/+1
* use chmod() instead of system(chmod)Bill Marquette2005-03-161-1/+2
* Use php_check_syntax on code before eval()Scott Ullrich2005-03-131-4/+10
OpenPOWER on IntegriCloud