• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 17 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Fix typos

  1. … 68 more files in changeset.
add ad_script_abort after connection-closing commands to make termination intent explicit

  1. … 31 more files in changeset.
add required ad_script_abort after ad_returnredirect

  1. … 18 more files in changeset.
Trim section key before creating section.

Add popup calendar

Collect start and end date

Allow section code to be 200 characters

Create ecommerce product directory on section create

Bugfix on currency create

Display price information option based on parameter

Added option to show section price or not

  1. … 6 more files in changeset.
Added check if section name is too long for a dotLRN community name

Allow setting of price to $0 to allow free courses - additional UI updates

  1. … 2 more files in changeset.
Allow setting of price to $0 to allow free courses

  1. … 4 more files in changeset.
sending email to the patron (if applicable)

  1. … 1 more file in changeset.
add parameters to control category fields in section add/edit forms and whether to require a particular grade during registration

  1. … 2 more files in changeset.
missed another role name that should have been changed in section.tcl

fix edit_data section in ad_form for editin instructor/assistant, roles are defaulting back to admin

add additional roles and relations to dotlrn_community type for use with dotlrn-ecommerce

  1. … 3 more files in changeset.
do not make instructors admin

fix validation for max participants

description field is now optional

make max participant field required field

add an offer code so that sale prices are not freebies

Adding code for additional editable email templates.

  1. … 10 more files in changeset.
Sort instructors and assistants alphabetically