openwebwork / webwork2

Course management front end for WeBWorK
http://webwork.maa.org/wiki/Main_Page
Other
145 stars 165 forks source link

Move database and external program settings #2338

Open pstaabp opened 7 months ago

pstaabp commented 7 months ago

This PR

These settings will be loaded after simple.conf and course.conf so instructors will not be able to override these settings.

pstaabp commented 7 months ago

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.

Also, removed the older style unarchive database archive file. It was unclear when this was last in the codebase, probably > 10 years.

Alex-Jordan commented 6 months ago

Note conflicts here now from a recent merge.

pstaabp commented 6 months ago

Fixed now.