RosarioSIS 2.7.1
·
6607 commits
to mobile
since this release
Changes in 2.7.1
- Add widget & hide + remove cellpadding-0/1/2/3/4/6 CSS classes, programwide
- Add check wkhtmltopdf binary exists in diagnostic.php
- Remove inline CSS in index.php & Address.inc.php
- Bugfix SQL error more than one row returned by a subquery used as an expression in GetStuList.fnc.php (Fix #92)
- Bugfix display Moodle rollover error only if rolled once in Moodle/functions.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.)