Index: openacs-4/packages/acs-admin/www/apm/version-parameters.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-parameters.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/acs-admin/www/apm/version-parameters.tcl 16 May 2018 17:08:51 -0000 1.14 +++ openacs-4/packages/acs-admin/www/apm/version-parameters.tcl 15 Oct 2018 16:52:00 -0000 1.15 @@ -1,4 +1,4 @@ -ad_page_contract { +ad_page_contract { List all the files in a particular version of a package. @param version_id The package to be processed. @@ -14,7 +14,7 @@ db_1row apm_package_by_version_id { select pretty_name, version_name, package_key - from apm_package_version_info + from apm_package_version_info where version_id = :version_id } @@ -37,7 +37,7 @@ description { label "Description" orderby description - } + } } #DRB: sql_clauses must not contain RDBMS-specific query clauses. @@ -69,7 +69,7 @@ db_multirow -extend {actions} parameters parameter_table {} { set actions [subst {\[ - delete | + delete | edit\] }] } 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.28 -r1.29 --- openacs-4/packages/acs-admin/www/apm/version-view.tcl 14 May 2018 14:48:09 -0000 1.28 +++ openacs-4/packages/acs-admin/www/apm/version-view.tcl 15 Oct 2018 16:52:00 -0000 1.29 @@ -59,12 +59,12 @@ } else { set href [export_vars -base version-install {version_id}] set status [subst { - No version of this package is installed. You may + No version of this package is installed. You may install this package now. }] } lappend prompts $status - + } elseif { $installed_version_id == $version_id } { set status "This version of the package is installed" if { $enabled_p == "t" } { @@ -186,7 +186,7 @@ if { $tarball_length ne "" && $tarball_length > 0 } { set href [export_vars -base packages/[file tail $version_uri] {version_id}] append body [subst { - [format "%.1f" [expr { $tarball_length / 1024.0 }]]KB + [format "%.1f" [expr { $tarball_length / 1024.0 }]]KB }] if { $distribution_uri eq "" } { append body "(generated on this system" @@ -198,11 +198,11 @@ {{m create-new} {p.description $summary} {title "[file tail $version_uri]"}}] append body [subst {
- In order to contribute this package back to the OpenACS community, + In order to contribute this package back to the OpenACS community,