• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
FIxing a problem when no package is to be upgraded with maturity label

Made sure an upgrade from local works and does not complain about missing functions

Fix bug#2633. Make context bar consistent for all pages in install page flow.

Update wording to be more accurate

Showing maturity on the package install page. Renaming apm_maturity_int_to_text to apm::package_version::attributes::maturity_int_to_text (in namespace where it belongs)

  1. … 1 more file in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
Minor adjustment of title and message of progress bar

merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 644 more files in changeset.
Made the package name be a link to install the package, instead of having a separate link at the far right side

Implemented first step towards merging the six different install options - now there are just 4

Fixed Bug #1646 by applying Patch #1646 with modifications for a typo

  1. … 1 more file in changeset.
added some band-aid layout to make install from repository/local less

confusing.

Applied Lars' fix for bug #1141 from HEAD

Add extra check to catch when downloading an APM failed

Fixed bug #1141: restart server link

Repository now lives on openacs.org

fixing package_path typo (it was missing the ) reported by Mark Aufflick

Added debug log statement to installer

Fixed bug in upgrading, upgraded from version_id instead of version_name

Fixed stupid little typo: string ... instead of string equal

Let the page title say whether installation failed or not

fixing problem that I introduced earlier with ctl files not being loaded when package is installed from install.xml file and the the proc apm_packages_full_install. The problem was that no data model files were provided and the proc apm_data_model_scripts_find was used to provide the default. However, that proc would not return ctl files. I therefore changed it to do so and removed the proc apm_ctl_files_find that we no longer need

  1. … 2 more files in changeset.
Fixed local install path problem introduced by remote install

Installation from package repository -- now we just need the repository up at openacs.org

  1. … 5 more files in changeset.
Installer didn't work on Oracle because it had a PG-specific query in the page. Changed to use API.

Don't display package type in list

Installed packages list

Added some debugging and logging statements

-install_path has been changed to -package_path

- Returned to installing packages in foreground so they have a connection

- Templated the progress bar and made it a general utility in acs-tcl