• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- call ds_init for all types of concrete files for which handlers are registered

- fix 2 typos

- add missing commits for more light-weight developer support integration

- use variable ::acs::rootdir instead of function

- fetch screen name just when needed

- reduce verbosity

- revert escaped change

    • -240
    • +110
    /openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl
- provide fallback values for ad_conn in cases, requests fail early, but templated results are provided

- add ds_init call

    • -111
    • +241
    /openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl
- fix default for package parameter cache_max_age

- use $::acs::rootdir in documentation

- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

- use variables rather than function to determine state of the developer support

- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

- flatten nested "lindex" structures

- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

- escape message keys

- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

- use expand operator instead of eval

- simplify logic

- use ::acs::rootdir variable instead of call

- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

- mark deprected functions as such in browser

- flatten nested "lindex" structures

- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

    • -11
    • +11
    /openacs-4/packages/acs-tcl/tcl/apm-procs.tcl
- use lock-free ::acs::rootdir variable instead of nsv variable

- use global variable ::acs::rootdir similar to ::acs::libdir or ::acs::pageroot

- revert escaped change for the time being

- use "... eq {} " instead of "template::util::is_nil" where it is clear that the variable exists

- use "![info exists]" instead of "template::util::is_nil" on scalars

- get rid of "template::util::is_nil" by initializing variable

- use "... eq {} " instead of "template::util::is_nil" where it is clear that the variable exists

- use "![info exists]" instead of "template::util::is_nil" on scalars

- use "![info exists]" instead of "template::util::is_nil" on scalars

- use "![info exists]" instead of "template::util::is_nil" on scalars

remove obsolete file

- make it easier to track invalid provided ranges

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