Index: openacs-4/packages/acs-admin/www/apm/version-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-view.tcl,v diff -u -r1.20.8.4 -r1.20.8.5 --- openacs-4/packages/acs-admin/www/apm/version-view.tcl 5 Aug 2014 10:08:55 -0000 1.20.8.4 +++ openacs-4/packages/acs-admin/www/apm/version-view.tcl 3 Sep 2014 09:45:55 -0000 1.20.8.5 @@ -146,15 +146,15 @@
-
+ Package Name: $pretty_name Package Name: $pretty_name Version: $version_name OpenACS Core: [ad_decode $initial_install_p "t" "Yes" "No"] Singleton: [ad_decode $singleton_p "t" "Yes" "No"] Implements Subsite: [ad_decode $implements_subsite_p t Yes No] Inherit Templates: [ad_decode $inherit_templates_p t Yes No] Auto-mount: $auto_mount - Status: $status + Data Model: $data_model_status }] set supported_databases_list [apm_package_supported_databases $package_key] @@ -165,10 +165,10 @@ } append body [subst { - Data Model: $data_model_status + Database Support: $supported_databases Database Support: $supported_databases - CVS: $cvs_status - [ad_decode [llength $owners] 1 "Owner" "Owners"]: [join $owners "
"]+ Package Key: $package_key + [ad_decode [llength $owners] 1 "Owner" "Owners"]: [join $owners "
"]Package Key: $package_key Summary: $summary Description: $description @@ -188,8 +188,8 @@ append body [subst { Release Date: $release_date - Vendor: [ad_decode $vendor_uri "" $vendor "$vendor"] - Package URL: $package_uri + Version URL: $version_uri + Package URL: $package_uri Version URL: $version_uri Distribution File: }] @@ -237,12 +237,12 @@ Reload
XML .info package specification file
-
- Display an XML package specification file for this version +
- Display an XML package specification file for this version
}] if { ![info exists installed_version_id] || $installed_version_id == $version_id && @@ -252,7 +252,7 @@ # of the package. append body [subst {- Write - an XML package specification to the packages/$package_key/$package_key.info file + an XML package specification to the packages/$package_key/$package_key.info file
}] } @@ -261,32 +261,30 @@ # The distribution tarball was either (a) never generated, or (b) generated on this # system. Allow the user to make a tarball based on files in the filesystem. append body [subst { -- Generate - a distribution file for this package from the filesystem +
- Generate + a distribution file for this package from the filesystem
}] } append body "Disable/Uninstall
" if { [info exists can_disable_p] } { append body [subst { -
- Disable - this version of the package +
- Disable + this version of the package
}] } if { [info exists can_enable_p] } { append body [subst { -- Enable - this version of the package +
- Enable + this version of the package
}] } - append body "" - if { $installed_p == "t" } { append body [subst { -
- Uninstall - this package from your system (be very careful!) +
- Uninstall + this package from your system (be very careful!)
}] } }