acs-bootstrap-installer

  • last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
remove dead code

Fix typos

  1. … 5 more files in changeset.
fix for #3354.

bump version number to 5.10.0d5

improve spelling

    • -3
    • +3
    ./tcl/40-db-query-dispatcher-procs.tcl
Fix typos

Make sure namespaced variable ::acs::db_pools is created before accessing it

This is needed when upgrading from openacs versions that didn't use this variable before

Fix typo

Port of downstream changes: use namespaced variables instead of nsvs

reduce hammering on nsv for variables that never change. Use namespaced variables instead.

  1. … 2 more files in changeset.
Improve 'ad_proc' documentation, including positional parameters, '@see' and '@return' doc elements.

align comment to implementation; be more explicit on optional/default values

improve spelling

    • -2
    • +2
    ./tcl/40-db-query-dispatcher-procs.tcl
  1. … 6 more files in changeset.
Remove obsolete table apm_package_db_types: this was superseded by threaded cache ::acs::known_database_types

  1. … 5 more files in changeset.
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).

    • -2
    • +2
    ./tcl/40-db-query-dispatcher-procs.tcl
  1. … 471 more files in changeset.
Rework variable assigning loops (set -> lassign) + Whitespace changes

    • -3
    • +2
    ./tcl/40-db-query-dispatcher-procs.tcl
  1. … 11 more files in changeset.
improve list operations

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

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

    • -2
    • +2
    ./tcl/40-db-query-dispatcher-procs.tcl
  1. … 67 more files in changeset.
Fix typos

  1. … 62 more files in changeset.
Fix typos

  1. … 41 more files in changeset.
fix typos

  1. … 4 more files in changeset.
fix typos

  1. … 2 more files in changeset.
Provide new function "ad_with_deprecated_code_p" to check config file if we should load deprecated code.

Bump version number to 5.10.0d3

add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 22 more files in changeset.
fix typos

  1. … 1 more file in changeset.
Improve robustness of the blank master

- added call to subsite::page_plugin callback to blank-master

- standardize spellings

Improve variable names

merged changes from the oacs-5-9 branch and resolved conflicts

    • -133
    • +139
    ./installer/www/blank-master.tcl
    • -0
    • +2
    ./installer/www/SYSTEM/csp-collector.tcl
  1. … 7820 more files in changeset.
- do not depend on beta or development versions

- make sure that released versions are not beta or development

- align version numbers (e.g. use also 5.9.1 for xotcl-core)

- bump version numbers to 5.9.1

  1. … 83 more files in changeset.