• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

improve spelling

moderize Tcl idioms

  1. … 5 more files in changeset.
improve spelling

  1. … 12 more files in changeset.
Use current namespace ::tdom instead of legacy ::tDOM

  1. … 2 more files 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).

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

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

    • -1
    • +1
    ./imsld-export-ld-components-procs.tcl
  1. … 115 more files in changeset.
Fix typos

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

  1. … 14 more files in changeset.
Fix typos

  1. … 34 more files in changeset.
Fix typos

  1. … 5 more files in changeset.
Fix typos

  1. … 60 more files in changeset.
Fix typos

  1. … 16 more files in changeset.
Fix typos

  1. … 74 more files in changeset.
Fix typos

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

  1. … 83 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.

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

untabify and indent

untabify and indent

Apply show/hide action on activity structure to its children.

Show activity structure element only if there are visible children.

  1. … 1 more file in changeset.
Search next activity only in visible plays

Make deleting dom tree more robust

Fix typo

Recursively show/hide activities of a activity_structure

Show only visible activities

Retrieve conditions in order set by the author for robustness.

Reduce code duplication