• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use tcl 8.5 extended index format for "string range"

- modernize tcl

  1. … 6 more files in changeset.
- use tcl 8.5 extended index format for "lindex"

- use tcl 8.5 extended index format for "lrange"

- use tcl 8.5 expand operator instead of "eval lappend ..." idiom

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

  1. … 9 more files in changeset.
- fix function for multiserver and global driver configurations

- mark "util_unlist" as depreacted, since it is superceded by the tcl-builtin lassign

- use "lassign" instead of "foreach ... break" idiom

- modernize tcl

- use ad_return_top_of_page rather then the raw ReturnHeaders

  1. … 1 more file in changeset.
- mark strange functionad_dbclick_check_dml as deprecated

- improve clarity of the code

- raise limit in html/text processing from 1000 to 3000 in "loop detection"

- improve performance by byte-code-compiling expressions

- use more tcl8.5 idioms

  1. … 2 more files in changeset.
- mark util_ReturnMetaRefresh deprecated as indicated in http://openacs.org/forums/message-view?message_id=121704

- replace deprecated "util_quote_double_quotes" by "ad_quotehtml"

- mark "export_url_vars" as deprecated as indicated by the documentation

- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 121 more files in changeset.
- mark "export_url_vars" as deprecated as indicated by the documentation

- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 72 more files in changeset.
- revert form_vars update

  1. … 82 more files in changeset.
- replace deprecated "ad_export_vars" by "form_vars"

  1. … 53 more files in changeset.
- replace deprecated "export_form_vars" by "form_vars"

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

- remove unneeded "expr" in side if-expressions

  1. … 13 more files in changeset.
- set "ad_conn peeraddr" to the value of "X-Forwarded-For" only in ReverseProxyMode

  1. … 1 more file in changeset.
Adding config parameter ReverseProxyMode in order to let know openacs that it runs behind a proxy that handles encrypted connections and that it should always use the https protocol.

  1. … 1 more file in changeset.
- get rid of empty_string_p

  1. … 20 more files in changeset.
- use tcl 8.5 idioms

Performance improvements for rp_filter and parameter:

- improve performance of rp_filter (which is run on every

non-resources request) significantly (often a factor of 2)

- improve scalability by reducing number of required mutex locks

(e.g. for secret token handling)

  1. … 8 more files in changeset.
- use tcl 8.4 comparison operator

remove unneeded arg

*** empty log message ***

  1. … 5 more files in changeset.
Treating ad_set_cookie's boolean switches as such.

- Fix for Tcl 8.5: OpenACS did overwrite the Tcl built-in command

"::apply" and broke therefore all scripts/libraries using it.

Changed the name of the OpenACS function to "ad_apply" and altered

the few occurances. The fix works as well with Tcl 8.4. The proper

fix for 8.5 would be to use instead of the function the expand

operator {*}

  1. … 3 more files in changeset.