• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN%3Adaveb%3A20060721175453 does not exist.

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.
Deprecate exists_and_equals and replace its occurrences

  1. … 10 more files in changeset.
removed obsolete flag -include_bio of acs_user::get

  1. … 6 more files in changeset.
improve rowcount expressions

  1. … 44 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. … 472 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 222 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.
normalize boolean expressions in ADP files

  1. … 35 more files in changeset.
- remove backup file

Hide instructors filter on calendar page and don't let search robots search the calendar indefinitely into the past.

Trim section key before creating section.

Get rid of outer join forcing sequential scan on cr-items!

Dynamic selection of list style

Remove duplicate login page. Use the one is acs-subsite.

Link course name to one-course page.

  1. … 2 more files in changeset.
Add popup calendar

Allow hiding filters

Allow getting data for just one course

Collect start and end date

Improve filters

Allow section code to be 200 characters

Fix default email from statement

Initialize pos variable.

Hide instructors in filter that's not in any of the displayed courses

Show category filters based on show_hidden flag

Fix for incomplete registrations

Replaced dotlrn::user_add calls with a proc that gets param settings for user type, can browse, guest/non-guest

  1. … 12 more files in changeset.