• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Sorting packages, clean up text

  1. … 1 more file in changeset.
Executing installation in a background thread; fixed a number of small issues

Typo

Added a progress bar to the installer and renamed it 'Install Software'

    • -0
    • +15
    ./local-install-4.adp
    • -0
    • +10
    ./local-install-4.tcl
  1. … 1 more file in changeset.
Cleaned up UI a bit

Display nice message when there are no packages to install

Added simpler package install/upgrade UI

    • -0
    • +16
    ./local-install-2.adp
    • -0
    • +126
    ./local-install-2.tcl
    • -0
    • +15
    ./local-install-3.adp
    • -0
    • +102
    ./local-install-3.tcl
  1. … 7 more files in changeset.