• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Inline usages of acs_rte* js utilities in unmaintained packages and remove it from core.js

acs_rte* is most likely broken anyway, as nobody seems to define updateRTEs function...

  1. … 1 more file in changeset.
make packages in principle installable under PG 13+

    • -1
    • +1
    ./sql/postgresql/imsld-tree-create.sql
  1. … 19 more files in changeset.
improve spelling

improve spelling

moderize Tcl idioms

improve spelling

    • -2
    • +2
    ./lib/gsi-plugins/gsi-gspread-procs.tcl
    • -1
    • +1
    ./www/admin/imsld-role-add-members.tcl
  1. … 6 more files in changeset.
Use current namespace ::tdom instead of legacy ::tDOM

  1. … 1 more file in changeset.
Use '::content::item::get_content_type' instead of the deprecated '::content::item::content_type'

  1. … 4 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).

    • -7
    • +7
    ./www/admin/monitor/activity-frame.tcl
    • -1
    • +1
    ./www/admin/monitor/environment-frame.tcl
  1. … 464 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

    • -7
    • +7
    ./www/admin/monitor/activity-frame.tcl
    • -1
    • +1
    ./www/admin/monitor/environment-frame.tcl
  1. … 217 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 202 more files in changeset.
Fix a bunch of typos

    • -2
    • +2
    ./sql/postgresql/imsld-level-a-create.sql
    • -1
    • +1
    ./tcl/imsld-export-ld-components-procs.tcl
    • -1
    • +1
    ./www/doc/xmlfiles/imsld-data-model.xml
  1. … 106 more files in changeset.
Fix typos

    • -3
    • +3
    ./www/admin/imsld-role-add-members.tcl
    • -3
    • +3
    ./www/doc/xmlfiles/imsld-short-intro.xml
  1. … 137 more files in changeset.
Fix typos (info exist -> info exists)

  1. … 12 more files in changeset.
Fix typos

  1. … 34 more files in changeset.
Fix typos

  1. … 5 more files in changeset.
Fix typos

    • -1
    • +1
    ./sql/postgresql/imsld-level-a-create.sql
  1. … 28 more files in changeset.
Fix typos

  1. … 58 more files in changeset.
Fix typos

    • -2
    • +2
    ./www/doc/xmlfiles/imsld-data-model.xml
  1. … 14 more files in changeset.
Fix typos

    • -1
    • +1
    ./sql/postgresql/imsld-level-a-create.sql
  1. … 73 more files in changeset.
Fix typos

    • -2
    • +2
    ./www/doc/xmlfiles/imsld-short-intro.xml
  1. … 65 more files in changeset.
Fix more typos

    • -4
    • +4
    ./tcl/imsld-export-ld-method-procs.tcl
  1. … 80 more files in changeset.
Fix typos

  1. … 52 more files in changeset.
- fix sloppy pseudo-comments to silence automated testing

  1. … 8 more files in changeset.
Don't delete dom trees until returning otherwise subtree references will be deleted too and can not be used once the temporal one is deleted.

add missing keys and spanish translations

Move previous after_upgrade callback that was in install:: namespace to the new apm:: one to avoid confusion

    • -360
    • +417
    ./tcl/imsld-install-procs.tcl
untabify and indent

untabify and indent

    • -324
    • +324
    ./tcl/imsld-install-procs.tcl
    • -219
    • +219
    ./tcl/imsld-runtime-procs.tcl
Apply show/hide action on activity structure to its children.

Show activity structure element only if there are visible children.