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
Remove folder after it was moved to masterRemoving it as there is no need to keep it in lams25 branch after it was moved to the master branch. Besides, it was never meant to be run under JBoss (lams25 branch).
LDEV-4364 Properly save question after another one was removedThe problem comes from MCQ incorrectly assigning question's orderIdafter some question was removed.
LDEV-4363 Adding stub for old lams_tool_dimdimAdding lams_tool_dimdim to GitHub as we need to use it for other siteand we didn't import it originally from CVS.