-
-
Notifications
You must be signed in to change notification settings - Fork 168
Move database and external program settings #2338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
drgrice1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a lot of work to be acceptable.
1dfc58e to
efc71d0
Compare
|
This removes all references to dbLayoutName and cases where the dbLayouts hash is used. With this, there is only the standard dbLayout, which is now defined in Also, removed the older style unarchive database archive file. It was unclear when this was last in the codebase, probably > 10 years. |
783dbb2 to
2103368
Compare
|
Note conflicts here now from a recent merge. |
This moves database and external program settings to webwork2.mojolicious.yml, moves code from database.conf.dist to WeBWorK::DB::Utils and load these settings into the CourseEnvironment.
This removes all references to dbLayoutName and cases where the dbLayouts hash is used. With this, there is only the standard dbLayout, which is now defined in `WeBWorK::DB::Layout`.
2103368 to
58fa953
Compare
|
Fixed now. |
This PR
site.confanddefaults.configtowebwork2.mojolicious.ymldatabase.conf.disttoWeBWorK::DB::UtilsCourseEnvironment.These settings will be loaded after
simple.confandcourse.confso instructors will not be able to override these settings.