apm-install-procs.tcl

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

- use "lassign" instead of multiple "lindex" operations

  1. … 5 more files in changeset.
- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 14 more files in changeset.
- brace while expressions

- don't use expr within while expression

- use numeric comparison for truth values

- normalize string expressions

  1. … 9 more files in changeset.
- simplify various wierd ways to set the variable ::template::parse_level

  1. … 5 more files in changeset.
- don't use backslash in multiline expressions

- make long expressions more uniform and more readable

- use "in" or not in (ni) operator instead of lsearch

- brace expressions to allow for tcl compilation

- bump version number

  1. … 23 more files in changeset.
- modernize tcl

  1. … 9 more files in changeset.
- cleanup of apm management (reduce redundancy, consistent headers, cleanup HTML, reduce deprecated code, remove obsolete files)

- the only remaining calls to apm_headers are now in combination with ad_return_top_of_page

  1. … 42 more files in changeset.
- modernize tcl

- add maturity level for "deprecated"

  1. … 1 more file in changeset.
- replace deprecated "ad_get_user_id" by "ad_conn user_id"

  1. … 8 more files in changeset.
- modernize tcl

  1. … 1 more file in changeset.
- modernize tcl

- remove unneeded "expr" in side if-expressions

  1. … 13 more files in changeset.
- get rid of empty_string_p

  1. … 20 more files in changeset.
When fetching files for a given package we also want to retrieve sql files.

*** empty log message ***

  1. … 5 more files in changeset.
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 214 more files in changeset.
Cleaned up APM handling of inherited parameters so that deletion of

a dependency works well now, the parameters page with the APM only shows

parameters specified in the package (rather than include inherited ones),

and the XML file is correclty written.

  1. … 7 more files in changeset.