• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Richtext Xinha package revamp:

since this editor now seems to enjoy somewhat better support, I have "borrowed" much of the logic available in richtext-ckeditor4 so that users can keep their editor version up to date.

Notable changes:

- we do not ship the actual Xinha editor ourselves, it will by default come from the cdn (on Amazon servers) or can be downloaded locally as we do for CKEditor4

- plugins that have been developed specifically for OpenACS (which seem to keep working) are now maintained in a separate folder tree and configured in the editor specifically

- The configuration for which plugins should be available is now maintained at the package level

  1. … 1939 more files in changeset.
fixes for Oracle 19c

Provide an api to delete proctoring artifacts together with their folder in order to reduce duplication

Fix typo in doc

Fix typo in doc

Provide an api to store proctoring artifacts, and a callback hook for postprocessing

ensure html markup is well formed

"::xowiki::includelet::personal-notification-messages modal_message_dialog"

is returning the html link with an open a-tag, which has to be closed from the caller

file apm-callback-procs.tcl was initially added on branch oacs-5-10.

Introduce a data model for "proctoring artifacts", aka the pictures

and audios, which so far have only lived as files in the filesystem

named after a convention

The new datamodel allows to quickly and reliably retrieve the pictures

collected by proctoring and also provides for a technical space, in

form of a JSON metadata column, to store additional information coming

from e.g. postprocessing phases.

The idea is to use this feature to provide reviewing tools of proctoring results and allow for flexile downstream postprocessing.

The file naming convention has not been changed for the time being, so this would be

retro-compatible. However, integrators should start relying on the new

data model to retrieve pictures.

file upgrade-3.0.0-3.1.0.sql was initially added on branch oacs-5-10.

bump version number of CKeditor to 4.17.2 and package to 0.24

display notification link while the exam is published

Get the user_id directly

Not rely on a deprecated command to check for websockets, improve idiom

Merge if conditions

Improve doc

Fix typical last minute mistake

Proctoring enforcing reform:

so far, to proctor applications that do not have a "single point of entry", such as e.g. dotlrn communities, we have integrated the lib/proctoring-enforce include into the website master template. Now we improve from this by introducing a callback mechanism that allows the single packages to decide if a request is "theirs to be proctored" or not.

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

whitespace changes

reduce verbosity

fix messed up commit

It seems that param has the minus, while declared_parameters do not

Fixes downstream pipeline

Beautify display of CSS tree renderer for deeper trees

- allow one to specify general UL class via "toc" includelet (was only CSS class for top-level UL)

- support passing general class for UL for tree renderer (was only CSS class for top-level UL)

- passing properties also via "add_page" to TreeNode instances

    • -10
    • +31
    /openacs-4/packages/xowiki/tcl/tree-procs.tcl
Humanize code

Update italian localization

    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
Update italian localization

Return a 422 complaint, introduce a generic error message when an item is invalid

Be stricter when validating widgets with restricted options: when no options are specified, treat it as automatic failure

Enforce that region is an integer