Skip to content

Releases: commercekitchen/cpldl

Miami-Dade and Branch Import

13 Feb 00:59
840707f
Compare
Choose a tag to compare

Adds Miami-Dade subsite
Updates new subsite documentation
Adds a task for importing library branches from CSV file

README and required emails

08 Jan 17:40
dcc72ce
Compare
Choose a tag to compare

Updates README.

Adds required attribute to input field for admin invitations.

Alphabetized Schools List

03 Aug 17:48
b768448
Compare
Choose a tag to compare

Orders list of schools returned to registration page by school name.

Nashville School Programs

27 Jul 00:30
d4753eb
Compare
Choose a tag to compare

Changes Nashville's custom Programs registration flow for schools:

  1. Schools now have a type (Elementary, Middle, High, Charter, Specialty)
  2. Programs can now be archived and won't show up on the registration form
  3. Date of Birth is removed from registrations form
  4. Student ID input field marked as "required" for students (UX consideration only - no backend validation)
  5. School information has been added to several reports

Program Locations fix and dependency update

12 Jun 19:08
8c0b695
Compare
Choose a tag to compare

Require ProgramLocation name to add, don't try to render ProgramLocation row if the record is invalid.

Bump websocket dependency based on Dependabot's suggestion.

Make some minor formatting changes

Users Table

01 Jun 20:44
988d884
Compare
Choose a tag to compare

Updates to users table on Admin "User Accounts" page:

  1. Removes language preference from table
  2. Adds language preference to the "Export User Information" download
  3. Limits visible roles in the Role dropdown to roles that are appropriate for the organization

Text copy display fix

23 Apr 17:15
06f038a
Compare
Choose a tag to compare

The previous release made child courses read "Text Copies of Course" attachments from the parent course. However, the imported course edit view was attempting to display a list of the child course's Text Copy attachments. This fix displays the parent course attachments on that form.

Automatic Course Propagation

13 Apr 16:50
4763fdc
Compare
Choose a tag to compare
  • Removes manual course and lesson propagation
  • Restricts what Subsite Admins can edit on imported courses
  • Adds a course preview feature

Cleanup and simplification

15 Jan 21:35
ce6fe7c
Compare
Choose a tag to compare

Removes unused duplicate storyline file uploads for child lessons.

Fixes many code style offenses, in several cases refactoring to fix underlying causes.

Fixes potential security issue in which a user could set arbitrary session values with specially crafted language preference parameters.

S3 Storyline Files

31 Oct 05:32
8ecf170
Compare
Choose a tag to compare

Moves unzipped Articulate Storyline Lesson files to S3.

Also includes some layout refactoring and movement away from Bourbon/Neat to CSS Grid.