• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- mark more of the functions as deprecated which are not called

by the major 80 packages and for which popular alternatives exist

* pkg_home (-> acs_package_root_dir)

* ad_get_user_info (-> acs_user::get)

* exists_or_null (-> tcl builtins)

* lmap (danger, this function is a built-in of Tcl 8.6)

* template::util::server_root (-> $::acs::rootdir)

* template::util::display_value (-> ns_log)

* template::util::proper_noun (-> string totitle)

* template::util::string_range (-> string range)

* template::util::get_cookie (-> ad_get_cookie)

* template::util::set_cookie (-> ad_set_cookie)

* template::util::clear_cookie (-> ad_set_cookie)

- util_wrap_list: fix bug, when length of first word less then indent

(space was missing)

  1. … 4 more files in changeset.
- use charset utf-8 instead of iso-8859-1 in pagiantor-procs

- change spelling of TCL to Tcl

- change requirements to Tcl 8.5

  1. … 61 more files in changeset.
- fix invalid @param declaration for API browser

  1. … 5 more files in changeset.
- produce more efficient compiled adp template code (using preferably byte-compiled functions)

  1. … 1 more file in changeset.
- reduce usage of "eval"

  1. … 1 more file in changeset.
- patch for a subtle difference between aolserver and Naviserver in the handling of "--" (nonpos parameter terminator)

  1. … 1 more file in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 33 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 13 more files in changeset.
- white space change to follow coding conventions

- what space change to follow coding guidelines

- factor out apm_package_url

- use lassign instead of 3 cmds

- fix formulation in api-browser docu for recently added "async" option

- add support for the script async attribute (http://www.w3schools.com/tags/att_script_async.asp)

  1. … 2 more files in changeset.
- fix for bug #3216 (xss vulnerbility found by AppScan)

- improve indenting

- fix old bug occuring e.g. in payment demo, where form_properties(sec_fieldset) are undefined

  1. … 1 more file in changeset.
- remove needless quotes from numeric comparison

  1. … 1 more file in changeset.
- remove needless quotes from numeric comparisons

- use tcl 8.5 expand operator instead of "eval"

- simplify regular expression handling

- replace "foreach ... break" idiom by "lassign"

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

  1. … 1 more file in changeset.
- use variable ::acs::rootdir instead of function

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

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

  1. … 3 more files in changeset.
- make variable reference absolute

- use "" for empty

- remove braces

- revert to the previous version, although the code is conceptually broken. however, ad_form relies on the current version.