• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.

- normalize string expressions

- reduce number of remaining "string equal" operations

- use namespace qualifier rather than "global" command

- fix reporting of errors from nested adp calls leading to

"Error: rp_report_error: Error rendering error page (!)"

Example http://openacs.org/shared/community-member?user_id=27685

- normalize string expressions

- merge multiple "lappend" operations

- flatten nested lindex-structures

- use single "lassign" instead of multiple "lindex" operations

  1. … 2 more files in changeset.
- brace expressions

- factor out groupby tests

- avoid setting one-use variables for frequently called code

- fold multiple upvars to a single one

- make indentation more regular

- fix one case of double dollar

- normalize string expressions

  1. … 5 more files in changeset.
- avoid unneeded eval for better bytecode compilation

- siumplify setting of head-variables