abelp in OpenACS

Added some keywords and icons in Environment edit (cockpit)

The variable total_completed, used for counting the number of completed

activities was not initialized. I just added the line before the loop.

* Modified the parsing procedure to upload into FS also those files in the

UoL ZIP that are not referenced as resources in the imsmanifest. All

images and additional files linked from an HTML page were not uploaded

because they do not appear as resources in the manifest.

* Fixed a few bugs when handling file properties. Also, personal properties

are now created in a sub-folder in the FS to facilitate its identification.

    • -0
    • +41
    /openacs-4/packages/imsld/lib/choice-select.adp
    • -25
    • +2
    /openacs-4/packages/imsld/lib/imsld-master.adp
    • -19
    • +19
    /openacs-4/packages/imsld/lib/imsld-master.tcl
    • -18
    • +100
    /openacs-4/packages/imsld/tcl/imsld-fs-procs.tcl
    • -37
    • +68
    /openacs-4/packages/imsld/tcl/imsld-parse-procs.tcl
    • -20
    • +59
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
    • -14
    • +15
    /openacs-4/packages/imsld/www/environment-frame.adp
    • -19
    • +16
    /openacs-4/packages/imsld/www/environment-frame.tcl
    • -44
    • +46
    /openacs-4/packages/imsld/www/imsld-tree.adp
  1. … 11 more files in changeset.
file choice-select.adp was initially added on branch oacs-5-3.

    • -0
    • +0
    /openacs-4/packages/imsld/lib/choice-select.adp
Added run_id input field in two locations in order for file properties

to upload correctly.

Removed line with incorrect variable and fixed recursive invocation which

was wrongly calling a function outside the monitor.