This website requires JavaScript.
Explore
Help
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-01-17 13:38:32 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
.gitattributes
4 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
MDL-53432 core: Treat derived css and js as binary files in git
2016-03-14 12:17:01 +11:00
**/yui/build/** -diff
**/amd/build/** -diff
MDL-60041 dml: MOODLELIB sql file must have Unix line endings 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.
2017-09-06 15:04:39 +01:00
lib/dml/oci_native_moodle_package.sql text eol=lf
Reference in New Issue
Copy Permalink