mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
61fad215f1
If the file does not have Unix line endings then the regular expression in oci_native_moodle_database::attempt_oci_package_install() does not split it correctly. This leads to an invalid package being created in Oracle. The .gitattribute file changes for oci_native_moodle_package.sql force it to have Unix style line endings when the branch is checked out and the file does not already exist. The file has been modified so that the Unix style line endings are applied even if the file already exists, for example when pulling in this change to an existing branch.
6 lines
180 B
Plaintext
6 lines
180 B
Plaintext
**/yui/build/** -diff
|
|
**/amd/build/** -diff
|
|
lib/dml/oci_native_moodle_package.sql text eol=lf
|
|
theme/bootstrapbase/style/editor.css -diff
|
|
theme/bootstrapbase/style/moodle.css -diff
|