• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file design.adp was initially added on branch oacs-5-8.

- prettify documentation (use master templates) and fix incorrect HTML markups

  1. … 77 more files in changeset.
file index.adp was initially added on branch oacs-5-8.

    • -0
    • +0
    ./doc/widgets/index.adp
  1. … 2 more files in changeset.
- change spelling of TCL to Tcl

- change requirements to Tcl 8.5

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

  1. … 4 more files in changeset.
- improve wording (don't use "Error" for a potentially expected result

- improve page contracts

  1. … 14 more files in changeset.
- handle empty query parameter

- use consistently "naturalnum" instead of "integer" when accepting just positive values

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

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

  1. … 12 more files in changeset.
- perform better checking on page number

  1. … 3 more files in changeset.
- fix for bug #3224

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

  1. … 1 more file in changeset.
- use doc(title) instead of title

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

  1. … 14 more files in changeset.
- flatten nested lindex-structures

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

  1. … 3 more files in changeset.
- normalize string expressions

  1. … 8 more files in changeset.
- don't abbreviate subcommands of "file"

  1. … 2 more files in changeset.
- improve documentation

- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 323 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url" in documentation

  1. … 5 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 121 more files in changeset.
- replace deprecated "export_form_vars" in adp files and documentation

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

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

  1. … 31 more files in changeset.
- replace deprecated "ad_verify_and_get_user_id" by "ad_conn user_id"

  1. … 5 more files in changeset.
- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 64 more files in changeset.
- replace deprecated ad_permission_p with permission::permission_p

  1. … 22 more files in changeset.