apm-install-procs.tcl

  • last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix typo

  1. … 1 more file in changeset.
improve spelling

  1. … 6 more files in changeset.
Fix parameter names and descriptions in proc doc

  1. … 3 more files in changeset.
Fix misleading and uncoherent 'apm_data_model_scripts_find' proc documentation

improve spelling

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer 'lappend' to 'set ... concat' for appending elements to lists + Whitespace changes

  1. … 3 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.
improve documentation

  1. … 10 more files in changeset.
Rework variable assignment (set -> lassign)

  1. … 1 more file in changeset.
Fix typos

  1. … 11 more files in changeset.
Fix typos

  1. … 62 more files in changeset.
Fix more typos

  1. … 11 more files in changeset.
- use "ad_try" instead of "with_catch"

- use "ad_try" instead of "with_finally"

  1. … 4 more files in changeset.
Remove usage of apm_package_version__version_name_greater in favor of apm_version_names_compare proc as their logics conflict

  1. … 2 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
undo untested last minute check

  1. … 2 more files in changeset.
Unify version comparison logics so we always use apm_version_names_compare instead of other db api as apm_package_version__version_name_greater plus handcrafted queries which also might behave slightly differently

  1. … 2 more files in changeset.
fixed typo in comment

Debug "upgrade from repo strangeness": don't skip loading of acs-tcl files

Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer)

  1. … 43 more files in changeset.
Fix spelling errors

  1. … 6 more files in changeset.
Fix spelling errors

  1. … 22 more files in changeset.
Improve robustness of file operations against names starting with a "-"

  1. … 8 more files in changeset.
Improve robustness of "file delete" operations

  1. … 25 more files in changeset.
Allow to install dotlrn from repo in one sweep.

Since install-from-repo loads the files noted in install-xml

by itself (obtained from manifest.xml), avoid install attempts

to access these package directories in apm_package_install

(and the private procs apm::process_install_xml apm_invoke_install_proc).

get install recommendation from manifest into repository structure, such such www/install/install-2.tcl can use it

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