apm-install-procs.tcl

  • last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Prevent double loading when the identical version is already loaded (can happen via install.xml files)

  1. … 1 more file in changeset.
Revive installing by apm file from the UI

  1. … 1 more file in changeset.
Remove changes not meant to be committed

Fix bug when uninstalling packages having been upgraded over time

  1. … 1 more file in changeset.
- improve line reaks in source control

- replace deprecated "cc_email_from_party ..." by "party::email -party_id ..."

  1. … 3 more files in changeset.
Bugfix:

- when a package is deleted, which is already disabled, the

"before-uninstall" callback was not executed.

- Reason: apm_version_id_from_package_key returns just enabled packages

- the new version of apm_version_id_from_package_key has an optional

argument "-all" to return enabled or disabled version_ids

  1. … 2 more files in changeset.
.xql-file reform of acs-tcl (part 1)

- remove sql statements from the code, where these are provided via .xql

- prefer empty sql statements over various forms of *SQL*

  1. … 7 more files in changeset.
- no need to use backslash for continuation between curly brackets

- improve readability of code

- modernize tcl

  1. … 13 more files in changeset.
- backport of oacs-5-9 to reflect changes of HTML markup affecting apm_get_repository_channels

  1. … 1 more file in changeset.
- update apm_get_repository_channels to reflect new HTML website interface (this api call should not depend on markup)

- increase robsutness of apm_package_installed_p_not_cached

- make ad_unquote capable to unquote ns_qutehtml

- fix test cases

  1. … 4 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

  1. … 36 more files in changeset.
installer-updates:

- distinguish in messages between "install" and "upgrade"

- move code for per-package install.xml from www code to library

function apm_package_install and evaluate the file only on installs

  1. … 2 more files in changeset.
- improve robustness for initial installs

  1. … 1 more file in changeset.
- fix indentation

  1. … 1 more file in changeset.
- remove globals for errorInfo/errorCode and use namespace qualifiers instead

  1. … 12 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- fix invalid @param declaration for API browser

  1. … 5 more files in changeset.
- fix comment

- use dicts to avoid extra arrays

- add size and xml formatter to apm parameter spec

- add configurable xml formatter that is able to handle multiple entries and value-coding in attributes

- improve error message

- handle missing packages

- replace "[llength [array names ...]]" by "[array size ...]"

- simplify logic in apm_simple_package_install and apm::package_version::attributes::get_instance_name

- minor syntax changes, better warning message

- whitespace change (follow more closely to OpenACS coding conventions, replacing tabs by spaces)

- apm_scan_packages: added release-date to reported fields

- make naming of xom-attributes of info files more regular (use "." for separator for xml-attributes)

  1. … 1 more file in changeset.
- use util::http::* instead of deprecated procs

- do not raise error on duplicate dependencies

- follow formatting conventions