• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.10.1b3-5.10.1b4.sql was initially added on branch oacs-5-10.

file upgrade-0.6.2d6-0.6.2d7.sql was initially added on branch oacs-5-10.

added commit on openacs for sscheder

Added dotlrn-bootstrap3-theme to modules and to dotlrn-all

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

    • -0
    • +0
    /openacs-4/packages/xowf/www/sitewide-admin/index.adp
file index.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xowf/www/sitewide-admin/index.tcl
Prefer portable idiom

Replace deprecated idiom

Reduce divergency between Oracle and Postgres codebase

file calendar.js was initially added on branch oacs-5-10.

Move custom calendar widget javascript implementation out of the core.js and into a separate file

In core/maintained packages, this widget is used only by template::widget::textdate (which in turn is used nowhere). For this widget, we can include the relevant code on-demand.

Direct usages found in unsupported packages have been adapted by adding the extra requirement on the fly.

It is unclear if we should keep maintaining a calendar widget in our codebase, however, as the current one still works (kudos to the original author), we do not deprecate it for the time being.

It is also true that a custom widget provides a way to customize the look and feel of date fields, which is otherwise completely delegated to the browser.

Various packages, including the core, provide custom css styling for the current widget.

  1. … 3 more files in changeset.
Replace custom calendar widget implementation with native HTML5 fields

Cleanup acs_CopyText and inline the only usage found in the codebase with a modern replacement

The function was using deprecated idioms, see https://developer.mozilla.org/en-US/docs/Web/API/document/execCommand, and "PrivilegeManager" and the "netscape" property, both long discontinued.

On modern browsers, under the correct conditions, the function can be reimplemented via a oneliner (see https://developer.mozilla.org/en-US/docs/Web/API/Clipboard)

Cleanup trivial acs_initHtmlArea and inline its only usages in the codebase

Inline usages of acs_rte* js utilities in unmaintained packages and remove it from core.js

acs_rte* is most likely broken anyway, as nobody seems to define updateRTEs function...

    • -1
    • +15
    /openacs-4/packages/dbm/www/lib/master.tcl
    • -0
    • +14
    /openacs-4/packages/imsld/lib/imsld-master.tcl
file richtext-or-file.js was initially added on branch oacs-5-10.

added bootstrap-icons to module list

removed duplicated line

updated and sorted module aliases

file upgrade-5.10.1b2-5.10.1b3.sql was initially added on branch oacs-5-10.

file upgrade-5.10.1b1-5.10.1b2.sql was initially added on branch oacs-5-10.

file inclass-exam.js was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xowf/www/resources/inclass-exam.js
Provide italian localization

Commit test suite

TLF Assignments for .LRN

This is a dotlrn applet providing functionality for conducting and

evaluating assignments. It has been used for university classes at WU

Vienna for more than 10 years.

With this module, you can

- define different assignment types (textbox-, file- or peer review

assignments).

- assign homework to single students or

- define groups within the group manager and assign homework to

groups. Only one group member needs to turn in the homework, then

- provide feedback and grade assignments or return the assignments to

the students for resubmission.

- grade assignments once they are turned in, even if the submission

period has not yet expired.

- hand in assignments for students, eg pdf files you receive via email.

Many thanks to Markus Moser for authoring most of the code and the support while porting the code upstream.

    • -0
    • +109
    /openacs-4/packages/tlf-assignments/README
    • -0
    • +33
    /openacs-4/packages/tlf-assignments/tlf-assignments.info
    • -0
    • +104
    /openacs-4/packages/tlf-assignments/lib/assignment.wf
    • -0
    • +41
    /openacs-4/packages/tlf-assignments/lib/create-assignment.wf
  1. … 1021 more files in changeset.
Add package description, update owner email

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

    • -0
    • +0
    /openacs-4/packages/chat/lib/chat.adp
file chat.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/chat/lib/chat.tcl
file upgrade-5.10.1b1-5.10.1b2.sql was initially added on branch oacs-5-10.

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