RosarioSIS 2.6.5
·
6802 commits
to mobile
since this release
Changes in 2.6.5
- Bugifx Invalid argument supplied for foreach() in Food_service/Users/Accounts.php
- Always include Transactions.php
- Move HackingLog function to ProgramFunctions/
- Remove .htaccess
- Remove Reports/Students.php
- Update french & spanish translations
- Bugfix No balance in Food_Service/Users/ServeMenus.php
- Bugfix if no more transaction items, delete transaction in DeleteTransationItem.fnc.php
- Bugfix User Statements access in Statements.php
- Bugfix Activity Report:
- Enable Student / User links and selection
- Adapt code for Staff
- Fix $where (Type & User filters)
- Only display confirm screen when modfunc delete in ActivityReport.php & Statements.php
- Reactivate Cancel Transaction in Transactions.php
- Bigger font size for PDF (medium)
- Add tabindex to username / password inputs in index.php
- Rework Course Period TITLE generationin Courses.php
- Fix SQL bug invalid display columns in UserFields.php & StudentFields.php
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