imsld-parse-procs.tcl

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

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

  1. … 2 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.
Prefer '{}' to '[list]' when creating empty lists

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

  1. … 120 more files in changeset.
Fix typos

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

  1. … 19 more files in changeset.
Fix typos

  1. … 5 more files in changeset.
Fix typos

  1. … 76 more files in changeset.
Fix typos

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

Make deleting dom tree more robust

Delete dom tree after processing all the depending nodes, otherwise they won't be available anymore (probably a misbehavior of tDom that doesn't keep reference count).

Several fixes, mainly:

- Freeing tdom objects from memory

- Invoking on_completion triggers for acts, plays and method

  1. … 18 more files in changeset.
Merge from oacs-5-5.

  1. … 28 more files in changeset.
Converting links and images to xowiki syntax at import.

  1. … 2 more files in changeset.
Release of version 1.8: improvements in export, HTML generation and edition fetures.

  1. … 60 more files in changeset.
Cleaning redundant code. Adding proc to obtain a page list from xowiki. Showing missing resources in tree structure.

  1. … 2 more files in changeset.
Adding parameter to identify the resource handler of the UoL

  1. … 5 more files in changeset.
Last commit of Javier Morales work integrating imsld with assessment.

  1. … 1 more file in changeset.
Going back to FS for default and preparming modules to work with XoWiki if installed/instantiated.

Adding proc for role-creation from XML.

  1. … 2 more files in changeset.
Reverting the changes of the files that weren't supposed to go in the last commit.

  1. … 4 more files in changeset.
Adding parameter to import callback definition. Done by Javier Morales.

  1. … 5 more files in changeset.
Fixing typo in property-group parse/creation.

New editting functionalities.

  1. … 2 more files in changeset.
Fixing time-limit treatment.

Making all links work with and without JS enabled.

  1. … 6 more files in changeset.
Improving time-limit completion support.

Added and changed procs to work better with frame-less layout.

  1. … 5 more files in changeset.
Merge from oacs-5-3 to HEAD

  1. … 64 more files in changeset.
Merging Luis fixes from 5.3

  1. … 3 more files in changeset.
- adding support for properties of type file

* providing upgrade scripts

- adding monitor service of the properties

- fixing bugs

- adding a constraint on the evaluation of the conditions avoiding infinite loops

- now the files of the UoL can be updated/changed from the file-storage UI

  1. … 34 more files in changeset.