• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove leftover text_file reference from revision add: reform happened in http://cvs.openacs.org/changelog/OpenACS?cs=MAIN%3Adonb%3A20091230231336 11 years ago discontinued this feature

Allow to turn off the actual upload of proctored files e.g. to implement a test page or when proctoring should just be used as a deterrent

Added points in addition to minutes to test items and inclass-exam workflows

    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
remove personal-message dialog when user has finished her exam

improve source code documentation

    • -0
    • +6
    /openacs-4/packages/xowf/lib/inclass-exam.wf
return raw value for form-fields of type label, when disableOutputEscaping is set

fix broken support for explicit bindvars to db_foreach

added last_contribution based on last created object

file ip-info.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/acs-admin/www/ip-info.adp
file ip-info.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/acs-admin/www/ip-info.tcl
remove stray "from" in last visit information

we have in table "users" no last IP, we could just fall back to a

last contribution field

Increase threshold to 5Kb

use common "icanuse" idioms

Fix typo

Update proctoring upload URL to the new one

fix typos in message keys

update message key Exam_mode_message

Fix typo

add missing spaces

add missing spaces

fix condition: blob can either be null or the size of blob is below the threshold

use localized_text for folders and links

no need to subst

resolve message keys in titles

    • -0
    • +3
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
reduce verbosity

factor out script wrappers

    • -26
    • +18
    /openacs-4/packages/xowiki/tcl/chat-procs.tcl
fix typo

undo recent changes on too global localizations

The new form-field class localized_text text solves the goals

of for providing a formfield interface to message keys in a

loca fashion rather than altering the behavior of all form

field and of all property interfaces.

    • -35
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
New form-field class: localized_text

This class can be used to provide an interface for specifying

internationalized text strings saved in message keys via input

from a form. When editing the content provided via the input field

is saved together with an item-specific message keys in the

message key tables via lang::util::convert_to_i18n.

This formfield class is especially useful for xowiki items which

have no language-prefix (e.g. folders or links). In other cases it

is probably still a better idea to create same named pages with

different language prefixes.

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
improve spelling