• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
prefer acs_object__new/9 over acs_object__new/7

    • -136
    • +134
    ./sql/postgresql/api-create.sql
    • -0
    • +359
    ./sql/postgresql/upgrade/upgrade-2.10.0d2-2.10.0d3.sql
Removed obsolete @arch-tag

  1. … 26 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
Harmonize parameter names in proc documentation removing unexistent ones

Fix parameter names in proc doc

Fix spelling

improve testcases by removing useless expr commands

  1. … 3 more files in changeset.
improve spelling

  1. … 10 more files in changeset.
Fix typos

  1. … 6 more files in changeset.
Align case of acs_object_type with that of the actual table (fixes automated tests)

This change intentionally ingores Oracle, as its behavior with respect to case is not clear to me.

    • -10
    • +10
    ./sql/postgresql/objects-create.sql
    • -0
    • +14
    ./sql/postgresql/upgrade/upgrade-2.10.0d1-2.10.0d2.sql
Remove leftover acs_attribute definitions with no database table counterpart (fixes tests)

    • -49
    • +1
    ./sql/postgresql/objects-create.sql
Simplify idioms, handle also the case where multiple results might come from the query, as the datamodel doesn't state it clearly and we also had a suspicious orderby

Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @parameter -> @param

- @params -> @param

- Add missing @param

- @cvs -> @cvs-id

- @version -> @cvs-id

  1. … 12 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. … 357 more files in changeset.
Prefer again 'person::name', as the proc has been reimplemented using 'person::get_person_info', which uses the new 'person_info_cache' cache.

  1. … 13 more files in changeset.
Whitespace changes

  1. … 11 more files in changeset.
Prefer 'acs_user::get_element ...' to 'person::name ...', in cases when 'person' is a user, as it doesn't rely on util_memoize_cache.

  1. … 13 more files in changeset.
Rework adp boolean expressions

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

  1. … 27 more files in changeset.
Prefer literal in adp axpressions

  1. … 7 more files in changeset.
Use init file to initialize threaded caches

Roll back to a cache created inside the proc, as site_node machinery might lack ::xo::dc api at load time

Un-deprecate API to keep open the possibility e.g. for other portal mount points in the future

Replace invariant information stored into procs with threaded caches

Improve code quality

    • -75
    • +22
    ./www/themes/kelp-theme/dotlrn/dotlrn-master-kelp.tcl
Deprecate get_root_dir proc, duplicated to every extent by acs_root_dir

  1. … 9 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. … 475 more files in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

  1. … 17 more files in changeset.
remove duplicated words

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

  1. … 204 more files in changeset.