RosarioSIS 2.6.6
·
6786 commits
to mobile
since this release
Changes in 2.6.6
- Fix PHP notices undefined index in index.php
- Display error if no quarters in Side.php & GetMP.php
- Force login vars to POST in index.php
- Bugfix SQL error column "subject_id" specified more than once in Courses.php
- Bugfix illegal offset when adding user/student in new school in Other_info.inc.php
- Bugfix Student enrollment saved for new students when error in Student.php & Enrollment.inc.php
- Move fix SQL bug FIRST_NAME, LAST_NAME is null up in User.php & Student.php
- No 'N/A' for Grade Level select input in General_Info.inc.php
- Fix Attendance Summary calendar gen for Full Year over 2 years
Upgrade from 2.6.4-
- Flush the functions/ folder
Upgrade from 2.6.2-
- Flush the functions/ & ProgramFunctions/ folders
Upgrade from 2.5.x
- Execute the SQL commands to add the accounting module & the food service options, see https://gist.github.com/francoisjacquet/8cd6c3625a68628674a8
- Add the Accounting module to the config.inc.php file, see https://github.com/francoisjacquet/rosariosis/blob/mobile/config.inc.sample.php#L40
Note for developers
- The default program to be loaded when a module is opened is not defined in the Search.php file anymore. Please update your custom modules' Menu.php file by adding the "default" entry, following this example https://github.com/francoisjacquet/rosariosis/blob/mobile/modules/Attendance/Menu.php#L3