summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
Commit message (Expand)AuthorAgeFilesLines
* Allow -1 return to indicated package failure. Removing exitScott Ullrich2005-10-131-1/+1
* Don't foreach though menus if we don't have any. Ticket #595Colin Smith2005-10-091-2/+4
* Only iterate through if the item is an array.Scott Ullrich2005-10-031-4/+6
* Stop a package's services when removing it.Colin Smith2005-10-021-1/+4
* remove package name, its already listed on the lineScott Ullrich2005-09-241-1/+1
* Simplify messageScott Ullrich2005-09-241-1/+1
* Alert user when untarring file and checking. It appears the gui is frozen du...Scott Ullrich2005-09-241-0/+2
* download_file_with_progress_bar(): Return true if the transfer was successful...Colin Smith2005-09-231-2/+2
* Loop through $config to see if we have menus already installed. Ticket #539.Colin Smith2005-09-201-0/+3
* eval() our global functions whether or not install commands or defined. This ...Colin Smith2005-09-181-17/+10
* * Resotre <logging>Scott Ullrich2005-08-231-0/+1
* Don't increment $dependlevel if the dependency is already installed.Colin Smith2005-07-241-1/+1
* * Strip package installation and logging from install_package. This function ...Colin Smith2005-07-211-49/+50
* remove trailing spaceScott Ullrich2005-07-131-1/+1
* Make tar silent.Colin Smith2005-07-071-1/+1
* Various code cleanups and a few actual bugfixes courtesy of ZendBill Marquette2005-07-041-46/+48
* Do not eval() before_form when syncing.Colin Smith2005-06-261-11/+9
* parse_xml_config -> parse_xml_config_pkgColin Smith2005-06-231-7/+7
* Uncomment safe_mkdir() - this no longer breaks cdrom.Colin Smith2005-06-231-2/+0
* Don't tinker with listtags.Colin Smith2005-06-231-10/+0
* Add service handler.Colin Smith2005-06-221-0/+15
* Add service handler.Colin Smith2005-06-221-0/+10
* Add function to restore package specific listtags.Colin Smith2005-06-221-1/+7
* Replace listtags instead of merging. This should fix pkg_edit issues.Colin Smith2005-06-221-1/+1
* Make package log streams work.Colin Smith2005-06-211-4/+3
* Add optimization to pkg_fetch_recursive.Colin Smith2005-06-201-4/+5
* Remove a debug line.Colin Smith2005-06-201-1/+0
* Properly squash bytes down to a reasonable unit.Colin Smith2005-06-201-1/+12
* Don't count duplicated dependencies.Colin Smith2005-06-201-6/+16
* Add functions to determine the amount of space a package will take to install...Colin Smith2005-06-201-0/+58
* versioncheck -> xmlrpcColin Smith2005-06-181-1/+1
* parse_xml_config_pkg -> parse_xml_config.Colin Smith2005-06-181-4/+4
* Fix a really stupid typo.Colin Smith2005-06-161-1/+1
* Return an empty array if the XMLRPC transaction is unsuccessful.Colin Smith2005-06-161-3/+7
* Initialize the $evaled array if it doesn't exist.Colin Smith2005-06-161-9/+9
* Style cleanup.Colin Smith2005-06-161-8/+9
* Fix a syntax error.Colin Smith2005-06-161-4/+5
* * Add eval_once, which checks the md5s of code to eval() against already eval...Colin Smith2005-06-161-7/+18
* Send stderr to stdout when extracting archives. This should address ticket #162.Colin Smith2005-06-161-1/+1
* File notices if package information isn't found.Colin Smith2005-06-151-39/+36
* Add 10 second timeout to get_pkg_info. This may fail in interesting ways if i...Colin Smith2005-06-121-1/+1
* Fix various nagging package issues.Colin Smith2005-06-121-3/+4
* Make sure we remove the package's XML file.Colin Smith2005-06-121-0/+6
* Fix a typo. This broke package deinstallation.Colin Smith2005-06-121-1/+1
* Brute force delete a package if it still exists after unlink_ifexists()... th...Scott Ullrich2005-06-121-0/+2
* Don't attempt to run package deinstall commands if the package XML hasn't bee...Colin Smith2005-06-121-3/+8
* Honour the custom_php_deinstall_command which is in about 90% of our packages!Scott Ullrich2005-06-121-0/+3
* Don't attempt to parse package configuration on deinstall if it doesn't exist.Colin Smith2005-06-111-48/+52
* Add 'service' listtag.Colin Smith2005-06-111-1/+1
* Call custom_php_command_before_form before resyncScott Ullrich2005-06-081-0/+5
OpenPOWER on IntegriCloud