Skip to content

RosarioSIS 2.7.3

Choose a tag to compare

@francoisjacquet francoisjacquet released this 23 Jan 16:40
· 6599 commits to mobile since this release

Changes in 2.7.3

  • Bugfix SQL error invalid input syntax for type numeric in InputFinalGrades.php & Courses.php
  • Bugfix SQL error unterminated quoted identifier in InputFinalGrades.php
  • Bugfix SQL error column "period_id" does not exist in UnfilledRequests.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.)