LDEV-4184: Silence "[DEPRECATION] Encountered positional parameter" warning in hibernatelams.log. Fixing them requires going through multiple SQL queries and it is not worth it. Positional parameters work fine.
LDEV-4311: increasing default file upload sizes to 10MB for students and 100MB for teahers. Only for new installations, existing ones will maintain their currents
LDEV-4275: Creating a simplified version of gradebook export. Added support for central alignment in an excel spreadsheet as well as another border style.
LDEV-4184: "outer-join" attribute in hbm.xml files is deprecated and produces warnings on server start up. Remove entries with "auto" value. Entries with value "true" become fetch=join.