Skip to content

Releases: commercekitchen/cpldl

Admin Customization and Ruby/Rails version upgrade

17 Oct 17:48
Compare
Choose a tag to compare

Allows subsite admins to customize their site settings, including custom text, survey, footer logos, and more.

Upgrades site to use Ruby 2.6.4 and Rails 5.2.

Fix footer nav link colors

18 Feb 23:10
Compare
Choose a tag to compare

Footer nav link css and normal link css has gotten to be a mess of !important declarations and order-specific CSS classes. Link CSS should be redone, but this provides a bandaid fix.

Subsite Lesson Propagation Bugfix

18 Feb 21:43
Compare
Choose a tag to compare

When propagating changes to lesson Articulate Storyline files to subsites, the storyline file destination directories weren't being removed, so changes weren't properly propagating.

This change completely removes and rebuilds the unzip destination when unzipping new storyline files to ensure the changes are made.

Fix data migrate deployment task

18 Feb 22:07
Compare
Choose a tag to compare

The capistrano deployment migration task bundled with the data-migrate gem is broken and only runs migrations if both data AND database migration files are deployed.

This overwrites that capistrano task to run db_migrate_with_data if there are new data OR database migration files being deployed.

Subsite Login Bug fix and ADA updates

18 Dec 15:57
Compare
Choose a tag to compare

Fix bug where users could authenticate while on the wrong organization subdomain, make some changes to move toward ADA compliance (there's still work to be done there).

Library Card Login bug fixes

18 Dec 15:28
Compare
Choose a tag to compare

Check for presence of profile branch before checking if it's a custom branch, don't validate library card number as email, make some minor formatting adjustments.

Custom Library Locations

18 Dec 15:57
Compare
Choose a tag to compare

Allow users to specify custom branch names for some libraries.

Library Card Login

19 Nov 22:28
Compare
Choose a tag to compare

Allow some organizations to accept Library Card Number and Library Card PIN as login credentials.

Library Locations scoping

12 Jan 21:16
Compare
Choose a tag to compare

Fix Library Locations scoping issue that was causing locations from all subdomains to show on registration pages.

UI Changes

12 Sep 18:41
Compare
Choose a tag to compare

Update some language, fix a few UI display issues, update character counter.