• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix acs_attribute datatype to match table type (fixes automated tests)

    • -0
    • +34
    ./sql/postgresql/upgrade/upgrade-2.10.0d0-2.10.0d1.sql
Unwrap indentation

    • -233
    • +1320
    ./tcl/as-install-procs.tcl
Fix duplicate 'the'

    • -1
    • +1
    ./catalog/assessment.en_US.ISO-8859-1.xml
  1. … 17 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- Add mising @param

- Add missing @author

- @creation_date -> @creation-date

- @creation-user -> @author

- Fix typos

  1. … 7 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

    • -2
    • +2
    ./www/admin/asm-action-param-admin.tcl
    • -2
    • +2
    ./www/admin/asm-action-param-delete.tcl
  1. … 354 more files in changeset.
Prefer 'person::name' to 'acs_user::get_element ... -name' + Fix arguments: user_id -> person_id

  1. … 8 more files in changeset.
Prefer 'person::name' to 'acs_user::get_element ... -name'

    • -1
    • +1
    ./www/asm-admin/request-notification.tcl
  1. … 7 more files in changeset.
Reduce divergency between oracle and postgres codebase

    • -26
    • +0
    ./lib/comments-chunk-postgresql.xql
Whitespace changes

    • -196
    • +195
    ./tcl/as-assessment-procs.tcl
    • -60
    • +61
    ./tcl/as-item-display-tb-procs.tcl
  1. … 2 more files in changeset.
Avoid unnecesary existence checks.

  1. … 2 more files in changeset.
Fix query in generic xql that was committed by mistake, replace it with the one for postgres, as it is portable, remove oracle query

    • -39
    • +0
    ./www/asm-admin/send-mail-oracle.xql
    • -39
    • +0
    ./www/asm-admin/send-mail-postgresql.xql
Whitespace changes

Fix duplicated words

  1. … 2 more files in changeset.
Make clearer what is going on here (a lot, apparently)

    • -14
    • +66
    ./www/asm-admin/admin-request.tcl
Remove unused query and put last remaining inline to avoid xql file. Reduce joining

    • -1
    • +12
    ./www/asm-admin/request-notification.tcl
    • -26
    • +0
    ./www/asm-admin/request-notification.xql
Don't pass fine tcl variables through the database for random reasons, improve code legibility, reduce divergency between oracle and postgres codebase, exploit multi-user permission checking on postgres

    • -40
    • +3
    ./www/asm-admin/send-mail-oracle.xql
    • -48
    • +6
    ./www/asm-admin/send-mail-postgresql.xql
Beautify code, remove unneded variables and queries

modernize tcl

Add missing brace

Transform page_contract into include_contract, and add 'session_id' required parameter for the 'find_assessment' query

Create 'ad_include_contract' for includelet

Rework adp boolean expressions

  1. … 21 more files in changeset.
Prefer literal in adp axpressions + Whitespace changes

    • -43
    • +43
    ./www/asm-admin/item-edit-general.adp
  1. … 24 more files in changeset.
Prefer literal in adp axpressions

  1. … 6 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. … 470 more files in changeset.
Replace 'exists_and_not_null'

Replace deprecated proc 'ad_parameter' with 'parameter::get'

Replace deprecated proc 'empty_string_p'

  1. … 1 more file in changeset.
regenerated documentation

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

  1. … 224 more files in changeset.