• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make spelling more consistent

  1. … 16 more files in changeset.
Deprecate value_if_exists proc, replace occurrences with plain tcl idioms

  1. … 21 more files in changeset.
Deprecate exists_and_equals and replace its occurrences

  1. … 10 more files in changeset.
removed obsolete flag -include_bio of acs_user::get

  1. … 6 more files in changeset.
improve rowcount expressions

  1. … 47 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 474 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 224 more files in changeset.
Fix typos

  1. … 150 more files in changeset.
Fix typos

  1. … 23 more files in changeset.
Fix typos (info exist -> info exists)

  1. … 22 more files in changeset.
Fix typos

  1. … 67 more files in changeset.
Fix more typos

  1. … 84 more files in changeset.
Use consistently ad_script_abort after ad_return_error.

  1. … 32 more files in changeset.
add ad_script_abort after connection-closing commands to make termination intent explicit

  1. … 29 more files in changeset.
add required ad_script_abort after ad_returnredirect

  1. … 15 more files in changeset.
normalize boolean expressions in ADP files

  1. … 36 more files in changeset.
Add support for section and course admins that are not pacakge admins

    • -0
    • +66
    ./add-course-admin.tcl
    • -0
    • +21
    ./application-approve.tcl
    • -0
    • +21
    ./application-reject.tcl
    • -0
    • +16
    ./application-view.tcl
    • -0
    • +237
    ./course-add-edit.tcl
    • -0
    • +35
    ./course-add-edit.xql
    • -0
    • +5
    ./course-attribute-add.adp
    • -0
    • +48
    ./course-attribute-add.tcl
    • -0
    • +27
    ./course-attributes-delete.tcl
  1. … 123 more files in changeset.