FlightPath 6.x-6.7.1

Referenced project: 
Release version: 
6.7.1
Release type: 
New features
Release notes: 

2022-01-03
Added new permission just for clearing system cache (was using administer_modules, which isn't really the same thing)

Added ability in public files to replace existing filename if it already exists.

Changed course popup description to note when a student was enrolled in a course, vs. just showing the enrolled
grade (ex: "E").

2022-01-02
Added extra verbage to cli.php to make it clear it should be run as the webserver user.

2022-01-01
Added new base_url() function.

Created new concept of "public files" which users may upload to a special directory under /custom/files/content_uploads/public_uploads. This screen is on a subtab
from the normal Content screen, and allows users to upload and delete files (with allowed extensions) for use outside of FlightPath, or when linking
to CSS or other files from within settings.

2021-12-30
Added new indexes to watchdog table for faster reporting.

Fixed typo in descriptions in encryption module.

Updated cli.php to also allow db updates from the command line, as well as display help if no arguments
are sent, or if ?, -h, --help, or help or sent.