Skip to content

RosarioSIS v1.3.2

Choose a tag to compare

@francoisjacquet francoisjacquet released this 27 Aug 22:50
· 158 commits to master since this release

Changes in 1.3.2

  • Moodle create user: remove lang
  • User & student password:
    • Moodle password check fix
    • password saving fix
  • translations: update .po project name & plural form syntax
  • remove Semester / Full Year exam
  • bugfix: addHTML is not defined
  • bugfix: SQL bug $_SESSION['student_id'] is not set in Schedule.php
  • embed link detection change in PortalNotes.php
  • file upload rework
  • bugix: SQL bug Event TITLE too long in Calendar.php

Changes in 1.3.1

  • bugfix: comma escape in SelecInput function
  • added limit visibility to the students of a determined teacher in Portal Polls
  • functions folder sweep, regroup functions & removed 6 files
  • removed BackPrompt & replace with ErrorMessage in AddAbsences.php, CreateParents.php, NotifyParents.php, AddActivity.php, FinalGrades.php, MassDrops.php, MassRequests.php, MassSchedule.php, AddressFields.php, AssignOtherInfo.php, Address.inc.php, PeopleFields.php, StudentFields.php, MassAssignFees.php, MassAssignPayments.php, UserFields.php,
  • delete FDFReportCards.php
  • bugfix: SQL bug duplicate entry in profile_exceptions
  • bugfix: $_REQUEST['include'] 2 times in links
  • bugfix: urlencoded include & next_modname vars
  • added PHP version check in dagnostic.php

Changes in 1.3

  • UTF-8 multibyte strings:
    • stripos => mb_stripos
    • strlen => mb_strlen
    • strpos => mb_strpos
    • strrchr => mb_strrchr
    • strrpos => mb_strrpos
    • strstr => mb_strstr
    • strtolower => mb_strtolower
    • strtoupper => mb_strtoupper
    • substr_count => mb_substr_count
    • substr => mb_substr
  • DBEscapeString on $_REQUEST vars
  • unescape strings for password encryption / to display / to search
  • removed old string escaping method
  • HTML table fix in Medical.inc.php
  • bugfix: SQL bug when incomplete or non-existent date
  • CSS header icon resize
  • help PDF rework
  • bugfix: no student selected in MassSchedule.php
  • bugfix: include in GradebookBreakdown.php
  • IN operator SQL queries fix
  • deleted config.inc.php, config.dist.php and created config.inc.sample.php
  • added school configuration:
    • move $RosarioTitle & $DefaultSyear to database
    • delete Grades/config.inc.php
    • move $semester_comment to database
    • move Moodle/config.inc.php to database
  • added Notify Parents custom service
  • HTML table fix in HonorRoll*.php, Letters.php & Transcripts.php
  • added templates to CreateParents.php and NotifyParents.php email text
  • disabled student lists SQL echo
  • removed $DatabaseANSI & $DatabaseType config value
  • removed oracle and mysql cases in database.inc.php
  • updated spanish and french translations