• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixing the replace texts in adp files with message lookups UI. Now indicating which replacements to do with checkboxes which should be more usable

    • -3
    • +23
    ./www/apm/version-i18n-process-2.tcl
Let the page title say whether installation failed or not

Added Andrew's OpenACS authentication server as a separate package

  1. … 11 more files in changeset.
Cleaned up context bar

Configure all parameters for an authority on a single page, to allow sharing of parameter values across implementations (useful if all the drivers talk to the same server, as is normally the case)

    • -32
    • +36
    ./www/auth/authority-parameters.tcl
Fixed focus, removed old vars

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. … 1 more file in changeset.
Shuffled around elements on the form a bit, changed Disabled to --Disabled--

Make the input field wider

Changed wording of 'Become this user' to 'Login as this user'

Fixed local install path problem introduced by remote install

Clarified documentation of apm_higher_version_installed_p

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

    • -0
    • +68
    ./www/apm/build-repository.tcl
    • -0
    • +34
    ./www/install/install-2.adp
    • -0
    • +114
    ./www/install/install-2.tcl
    • -0
    • +123
    ./www/install/install-3.tcl
    • -0
    • +15
    ./www/install/install-4.adp
    • -0
    • +16
    ./www/install/install-4.tcl
    • -0
    • +21
    ./www/install/install.adp
    • -0
    • +107
    ./www/install/install.tcl
    • -127
    • +0
    ./www/install/local-install-2.tcl
    • -108
    • +0
    ./www/install/local-install-3.tcl
  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.

Typo

Cleaned up version-i18n pages

    • -0
    • +11
    ./www/apm/version-i18n-import.adp
    • -32
    • +29
    ./www/apm/version-i18n-index.adp
Don't display package type in list

Installed packages list

Added some debugging and logging statements

fixing upgrade bug related to .ctl (ctl_file) files. First of all, don't offer ctl files when upgrading (ok, we should make this possible if we need it). Second of all, use the ctl file selections the user actually made when choosing files to source (in proc apm_package_install_data_model)

  1. … 1 more file in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -1
    • +1
    ./www/users/member-state-change-oracle.xql
  1. … 275 more files in changeset.
making the administrator user-add page reuse the user-new include from the registration page

Always display reload links, but not always check file status

-install_path has been changed to -package_path

Check of version name didn't allow more than one digit after the letter (e.g. 5.0d10)

bug 50 - adding note saying that sql scripts can be sourced manually when install fails

  1. … 1 more file in changeset.
bug 335 - making sure it's possible to install from .apm files again. The UI needs improvement. Robustness could also be improved. May need to handle the case when there is a later version of a package in the packages directory than in the apm_workspace dir

  1. … 3 more files in changeset.
- Returned to installing packages in foreground so they have a connection

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

    • -146
    • +68
    ./www/install/local-install-3.tcl
removing files and queries related to the removed tables apm_package_files and apm_package_file_types

    • -77
    • +0
    ./www/apm/view-unattached-files.tcl
    • -13
    • +0
    ./www/apm/view-unattached-files.xql
Added acs-core-docs to developer's admin page