UDOIT Versions Save

The Universal Design Online content Inspection Tool, or UDOIT (pronounced, “You Do It”) enables faculty to identify accessibility issues in their Learning Management System. It will scan a course, generate a report, and provide resources on how to address common accessibility issues.

3.4.0

2 months ago

This release is mostly security fixes and catching up to changes with the .env file structure. It also increases the memory limit for the Docker container to 800MB to address memory allocation issues we've seen with some courses.

Download the source code using the links below, or use the Docker image.

What's Changed

Full Changelog: https://github.com/ucfopen/UDOIT/compare/3.3.2...3.4.0

3.3.2

11 months ago

Download the source code using the links below, or use the Docker image.

What's Changed

New Contributors

Full Changelog: https://github.com/ucfopen/UDOIT/compare/3.3.1...3.3.2

3.3.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ucfopen/UDOIT/compare/3.3.0...3.3.1

3.3.0

1 year ago

Sorry for the long wait! This release contains some huge quality of life improvements and code cleanup. The biggest improvement is that we now have a working Docker development and production environment! You can use the pre-baked Docker image that includes NGINX, or you can set up your local development environment with NGINX and MySQL by following INSTALL.md. This release also includes a complete Spanish translation. Huge thanks to @emanuelGitCodes and @DanielMolares for their help with the translations!

What's Changed

New Contributors

Full Changelog: https://github.com/ucfopen/UDOIT/compare/3.2.0...3.3.0

3.2.0

2 years ago

UDOIT Version 3.2.0 "June Park"

This release contains many quality of life changes and bug fixes.

What's Changed

Full Changelog: https://github.com/ucfopen/UDOIT/compare/3.1.1...3.2.0

3.1.1

2 years ago

This release is in response to #713 . The broken/redirect link checks can cause UDOIT to time out on Heroku if there are many links in a course. They are now disabled by default, but can be re-enabled by changing PHPALLY_EXCLUDED_RULES in the Heroku app settings.

What's Changed

Full Changelog: https://github.com/ucfopen/UDOIT/compare/3.1.0...3.1.1

3.1.0

2 years ago

UDOIT Version 3.1.0 "Istachatta"

What's Changed

Full Changelog: https://github.com/ucfopen/UDOIT/compare/v3.0.1...3.1.0

2.8.3

2 years ago

What's Changed

Full Changelog: https://github.com/ucfopen/UDOIT/compare/v2.8.2...2.8.3

v3.0.1

2 years ago

UDOIT Version 3.0.1

What's Changed

Full Changelog: https://github.com/ucfopen/UDOIT/compare/v3.0.0...v3.0.1

v3.0.0

2 years ago

UDOIT Version 3.0.0 "Howey-in-the-Hills"

This is the first official open source release of the "Next Generation" UDOIT! It has been completely rewritten from the ground up to make it easier and faster to use. It's also more extensible, so we can more easily add new accessibility checks and other features. Cidi Labs put together a great overview video of UDOIT 3.0.0 that covers all the new features and user interface.

Changes Required for Existing Installations

  • This is a completely new codebase, so doing a fresh install with a brand-new database is required! Follow the instructions in the Readme

Changelog

Features Added

  • Completely new codebase using the Symphony and React frameworks.
  • Support for D2L Brightspace, and the capability to add support for more learning management systems in the future.
  • Incremental scanning. A full scan of the course is only done once, and only content changes are scanned after that, greatly reducing the wait time to start using UDOIT each time you open it.
  • Issue sorting and filtering.
  • Spanish translation. The entire interface has been translated to Spanish, although it may differ from regional dialects of Spanish. Please feel free to open an issue if you find any problems with the translation.