Skip to content

Releases: francoisjacquet/rosariosis

RosarioSIS v1.4.4

23 Dec 18:11
Compare
Choose a tag to compare

Changes in 1.4.4

  • Escape course title & period title in popups
  • Correct "Parent Course Period" translations
  • Display letter grade according to Configuration in Grades.php
  • Bugfix: AJAX User photo upload error handling
  • Remove semester exam & "trimestre" => "bimestre" in Help files
  • Update translations: "quarter" => "bimestre"
  • Spanish translation: "letter"/"letter grade" = "nota"
  • Update spanish translation: correct misspellings
  • Adjust min course period length to appear in table in PrintSchedules.php

RosarioSIS v1.3.3

25 Sep 20:30
Compare
Choose a tag to compare

Changes in 1.3.3

  • bugix: JS bug mig_clay is not defined in warehouse.js
  • bugix: division by zero in MenuReports.php
  • bugix: SQL bug more than one residence address
  • bugix: no student selected in DuplicateAttendance.php
  • bugix: SelectInput with no title
  • bugix: escape Course Title in ChooseRequest.php
  • bugix: nothing displayed if user selected in NotifyParents.php
  • bugix: nothing displayed after user search in Exceptions.php
  • bugix: add Parent/Student nobody selected
  • bugix: URL filter for Portal Note's files attached
  • bugix: SQL bug cpsp reference missing in AddAbsences.php
  • bugix: update Medical fields
  • bugixes: DailySummary.php:
    • bug when Back to Student Search
    • SQL bug PERIOD_ID numeric
    • modname not set

RosarioSIS v1.3.2

27 Aug 22:50
Compare
Choose a tag to compare

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

RosarioSIS v1.3.1

17 Aug 22:39
Compare
Choose a tag to compare

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

RosarioSIS v1.3

27 Jul 01:01
Compare
Choose a tag to compare

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

RosarioSIS v1.2.2

19 Jul 20:12
Compare
Choose a tag to compare

Changes in 1.2.2

  • bugfix: SQL bug invalid sort order & numeric data in Assignments.php
  • disable remaining vra_dump
  • translation correction
  • removed IgnoreFiles
  • added query string to HackingLog
  • bugfix: SQL bug course period in Grades.php
  • reduced header icon size

Changes in 1.2

  • replace ? with & in modname parameter
  • security fix, see http://www.securiteam.com/securitynews/6S02U1P6BI.html
  • removed modname var scan
  • added HackingLog function
  • SQL queries fix: put quotes around all PHP variables
  • adapt Bottom.php to wkhtmltopdf
  • added Failed Login to the expanded view of staff listing
  • bugfix: SQL bug when incomplete END_DATE in Schedule.php
  • bugfix: PrintClassLists with all contacts
  • bugfix: PDF orientation
  • bugfix: wkhtmltopdf screen resolution on linux, see https://code.google.com/p/wkhtmltopdf/issues/detail?id=118
  • removed staff_exceptions table data in rosariosis.sql
  • bugfix: SQL bug 'NULL' instead of NULL in InputFinalGrades.php
  • relate users to Default School in rosariosis.sql
  • added translations