acs-bootstrap-installer

  • last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- replace "eval" by expand operator

  1. … 11 more files in changeset.
- bump version numbers

  1. … 11 more files in changeset.
- brace expressions to allow for tcl compilation

- use "in" or not in (ni) operator instead of lsearch (for readability and performance)

  1. … 9 more files in changeset.
- use "in" or not in (ni) operator instead of lsearch (for readability and performance)

  1. … 1 more file in changeset.
- use "in" or not in (ni) operator instead of lsearch (for readability and performance)

  1. … 2 more files in changeset.
- use "in" operator instead of lsearch

    • -2
    • +2
    ./tcl/40-db-query-dispatcher-procs.tcl
- simply string comparisons

- use tcl 8.5 extended index format for "lindex" and "lrange"

    • -3
    • +3
    ./tcl/40-db-query-dispatcher-procs.tcl
- remove unused function

- check for tcl version 8.5

- remove obsolete information

- improve independence from local vs. global driver configuration

- use tcl 8.5 idioms to improve readability and performance

- bump version numbers

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

- remove unneeded "expr" in side if-expressions

    • -2
    • +2
    ./tcl/40-db-query-dispatcher-procs.tcl
  1. … 12 more files in changeset.
- update release dates in .info files to make it easier to spot, what old versions are installed

  1. … 36 more files in changeset.
- bump version number to 5.8.0

  1. … 24 more files in changeset.
- bump version number to beta 2 (5.8.0b2)

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

    • -5
    • +5
    ./tcl/40-db-query-dispatcher-procs.tcl
  1. … 17 more files in changeset.
- get rid of last ad_user_new (deprecated function)

- change deprecated message from "Debug" to "Notice" level

- bumped version number to 5.8.0b1

  1. … 24 more files in changeset.
- apm_get_package_files: add flag "-all", otherwise .apm file generation on openacs.org leads to incomplete package files

- ensure that bootstrap_write_error work on aolserver and naviserver

- ensure sorted loading order of bootstrap files (Tcl's glob does not guarantee order)

Moving handling NaviServer deprecated ns_info subcommands to 0-acs-init.tcl.

  1. … 2 more files in changeset.
Bumping up version numbers to 5.9.0d1 for core packages on HEAD.

  1. … 24 more files in changeset.
- turn on warning for using deprecated commands, at least during the release phase

- Bumping version numbers to 5.8.0a1

  1. … 24 more files in changeset.
- the error with accessing favicon.ico (previous commit) happens during ad_returnredirect; change it to ns_returnredirect

- the filter "install_handler" should return with the documented filter results. Otherwise, the installer returns an error (tries to access non-existing tables) when the browser asks for /favicon.ico (many thanks to Michael Aram for reporting this)

apm_include_file_p wont ignore anymore the upgrade directory in case data_model_files flag is set.

apm_get_package_files has new boolean switch -include_data_model_files in order to allow including/excluding sql files when looking for files within a package.

Taking .sql out of the list of ignored file extensions. Otherwise create/upgrade sql scripts are not loaded while installing/upgrading.