Miles Lott
|
2e3ec5c126
|
Add list_apps function back (new name) - this needs touching up
|
2002-03-01 10:34:12 +00:00 |
|
skeeter
|
1cd5737c51
|
Will now download the requested app. Still need to add the setup/install process to it.
|
2002-02-24 21:00:59 +00:00 |
|
skeeter
|
caeeb6a766
|
Missed another semicolon.
|
2002-02-23 14:39:24 +00:00 |
|
skeeter
|
30aad35397
|
Missed a semicolon.
|
2002-02-23 14:35:31 +00:00 |
|
skeeter
|
924617a0e4
|
Renamed the system call package_app_byid() to package_app().
|
2002-02-23 14:23:13 +00:00 |
|
skeeter
|
ce5d0d62e9
|
This is a few after the fact cleanups. I think this will now handle passing either the app_id or the app_name to package_app().
|
2002-02-23 13:40:31 +00:00 |
|
skeeter
|
a3c1738bec
|
This will now create the files after d/l'ing them. This could be dangerous as it actually overwrites any files that are in your apps directory. Remember, overwrites, it does not delete the app directory and reinstalls. Maybe it should as it would need to be allowed to remove old unused files.
|
2002-02-23 13:22:59 +00:00 |
|
skeeter
|
6697ac21b4
|
Adding new functionality. Can now request an app to be delivered to your system from a host server via XML-RPC. The app is passed via an associated array of [] = base64_encoded();. Using base64 to maintain binary file types (images/foreign lang files).
|
2002-02-20 03:46:27 +00:00 |
|
skeeter
|
220e0a5c62
|
Adding parts of new app registry system. Initial calls allow get_appby[id/name] and find_new_app. More to follow.
|
2002-02-15 19:05:40 +00:00 |
|