LDEV-4365 Implement duplicate lesson featureMoodle has a particular method that is called when duplicating an item. In such case, what it needs to do is create a new instance based on the lesson we had before and then copy the same settings.
LDEV-4367 SASS Used for CSS DevelopmentFirst pass of converting our .css development to use SASS. Autobuild toconvert .scss to .css files has been set up for all projects wheretarget .css files were found. The overall ANT build has been modifiedso the normal build will generate the .css files from .scss files. Thebase variables are defined in lams_build/conf/sccs.
Ignore common.properties and unix.propertiesAdding common.properties and unix.properties files to .gitignore inorder to be able to modify them locally without the need to push them tothe remote repo