RosarioSIS 2.7.2
·
6604 commits
to mobile
since this release
Changes in 2.7.2
- Bugfix SQL error more than one row returned by a subquery used as an expression in Export.php
- Rollback select all the course periods (for all the selected mps) of the same course in InputFinalGrades.php
Upgrade from 2.6.x
- Flush the functions/ & ProgramFunctions/ folders
- Delete the modules/Moodle/ & modules/Reports/ folders
- Extract the 2.7 files
- Execute the SQL commands, see https://gist.github.com/francoisjacquet/eee136a8431b704646dc
- You can safely remove the following variables from the config.inc.php file (see new config.inc.sample.php file for comparison):
- $RosarioAdmins
- $CurrencySymbol
- $RosarioModules
- MOODLE_INTEGRATOR
- (Re)activate the Moodle integrator via: School Setup > School Configuration > Plugins
- Set the Currency Symbol ($) via: School Setup > School Configuration
- Note: all the modules coming with RosarioSIS will be activated
- Activate/deactivate modules via: School Setup > School Configuration > Modules
- Note2: if you have custom modules, reactivate them:
- Please rename first the install.sql file in your module directory (if any). (This will prevent automatic installation when reactivated.)