• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use better timing idiom

Fixed var name and add warning for 'cr_file_name' being empty (the latter ported from downstream, originally made by Günter Ernst)

new function: ::content::revision::export_to_filesystem

This change moves functionality from file-storage to acs-content-repository.

all application packages should be free of internals, such as the storage

type. Storage_type should be handeled in the content-repository package.

We are not yet done, there is still more to do in this respect in

the file-storage package.

break overlong lines

improve comments

make actions changed from the background state-safe

    • -3
    • +3
    /openacs-4/packages/xowf/lib/inclass-exam.wf
Implement a checksum + cache mechanism to check whether user is sending the same file multiple times:

this is needed to address the problem of timeouts, where the server might process a request even when the client has given up and rescheduled the upload. We now store the latest checksum that has been received and compare it with the new picture.

file proctoring-support-init.tcl was initially added on branch oacs-5-10.

Whitespace changes + Editor hints

Replace deprecated API

Update spanish message keys

Update spanish message keys

    • -0
    • +4
    /openacs-4/packages/xolp/catalog/xolp.es_ES.ISO-8859-1.xml
Improve fix: do not even fetch the context_id for revisions, so we do not touch it when saving

Make sure that the context_id of a CRItem is always fetched from that of the item, rather than the revision, otherwise we could break object_id = context_id constraint on saving

write mutual overwrites to the system log

improve spelling

  1. … 3 more files in changeset.
improve listing of covered methods

added support for pagination buttons, visited buttons and flagged buttons

    • -12
    • +32
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
added support for avoiding quoting of labels (e.g. in buttons)

    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
make question manager configurable

fix regression test which was broken due to last change (move of links to answer panel)

    • -2
    • +2
    /openacs-4/packages/xowf/lib/inclass-exam.wf
whitespace changes (remove tabs)

  1. … 3 more files in changeset.
moved answer status into answer_panel (similar to downstream),

made sensitivity of inspect links automatically updating (like downstream)

made templating easier and refactored code

    • -20
    • +27
    /openacs-4/packages/xowf/lib/inclass-exam.wf
make template::adp_puts private again. removed some of the weirdness in calendar attachments

Some changes to allow including the UI in pages that need query parameters (e.g. the 'm' method)

Make proctoring-display provide a master, according to a parameter

Improve doc, bring param in the contract

Plug the proctoring-display include to the inclass-exam via a web-callable method

    • -0
    • +17
    /openacs-4/packages/xowf/lib/inclass-exam.wf
Port of the downstream proctoring-display user interface, minus the WU-specific stuff, that we will maintain locally

file proctoring-display.tcl was initially added on branch oacs-5-10.