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

  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. … 8 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
    ./asm-admin/send-mail-postgresql.xql
Make clearer what is going on here (a lot, apparently)

Remove unused query and put last remaining inline to avoid xql file. Reduce joining

    • -1
    • +12
    ./asm-admin/request-notification.tcl
    • -26
    • +0
    ./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

    • -48
    • +6
    ./asm-admin/send-mail-postgresql.xql
Rework adp boolean expressions

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

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

  1. … 7 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. … 472 more files in changeset.
Replace deprecated proc 'empty_string_p'

  1. … 2 more files in changeset.
regenerated documentation

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

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

  1. … 203 more files in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

    • -64
    • +60
    ./asm-admin/item-add-mc-choices.tcl
    • -238
    • +236
    ./asm-admin/item-edit-general.tcl
    • -51
    • +49
    ./asm-admin/item-edit-mc-choices.tcl
Fix typos

  1. … 148 more files in changeset.
Fix metadata

Fix typos

  1. … 25 more files in changeset.
Fix typos

  1. … 52 more files in changeset.
Fix typos

  1. … 72 more files in changeset.
Fix typos

    • -1
    • +1
    ./doc/user_interface/item_creation.adp
    • -1
    • +1
    ./doc/user_interface/item_creation.html
  1. … 65 more files in changeset.
Fix more typos

    • -2
    • +2
    ./doc/user_interface/item_creation.adp
    • -1
    • +1
    ./doc/user_interface/item_creation.html
  1. … 73 more files in changeset.
Fix typos

    • -1
    • +1
    ./doc/user_interface/section_creation.adp
    • -1
    • +1
    ./doc/user_interface/section_creation.html
  1. … 45 more files in changeset.
Fix incorrect meta-data

fix more typos

    • -3
    • +3
    ./doc/user_interface/user_experience.adp
  1. … 4 more files in changeset.
Fix more typos

    • -1
    • +1
    ./doc/user_interface/item_creation.adp
    • -1
    • +1
    ./doc/user_interface/section_creation.adp
fix typos

    • -1
    • +1
    ./doc/user_interface/item_creation.html
    • -1
    • +1
    ./doc/user_interface/section_creation.html
  1. … 13 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

    • -1
    • +4
    ./asm-admin/add-edit-section-check.tcl
  1. … 19 more files in changeset.