File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 11Rosario Student Information System - CHANGES
22
3- Changes in 2.0b
3+ Changes in 2.0b2
44----------------
55Responsive design
66- Compatible with smartphones and tablets
77- AJAX design
88- Retractable menu
99- Responsive tables
1010
11+ Changes in 1.4.3
12+ ----------------
13+ - Fix attendance color codes in StudentSummary.php
14+ - Add Comment Codes tipmessage in FinalGrades.php
15+ - Fix COURSE_PERIOD_SCHOOL_PERIODS Rollover
16+ - Display grades according to GRADES_DOES_LETTER_PERCENT in StudentGrades.php
17+ - ROLL Gradebook Config's Final Grading Percentages
18+ - SQL bug: DOES_BREAKOFF grades displayed twice in Gradebook Config
19+ - SQL bug: First Name initial in Export.php
20+ - Bugfix: date of the day outside Quarter in ProgressReport.php
21+ - Bugfix: no student found when parent logged in
22+
1123Changes in 1.4.2
1224----------------
1325- Security fixes: delete & save not accessible to non admins in
Original file line number Diff line number Diff line change 11/**
22 * @package RosarioSIS
3- * @version v2.0b - November , 2013
3+ * @version v2.0b2 - December , 2013
44 * @copyright (C) 2004-2009 The Miller Group
55 * @copyright (C) 2009 Glenn-Abbey Software
66 * @copyright (C) 2009 Learners Circle
Original file line number Diff line number Diff line change 11Rosario Student Information System - INSTALLATION DIRECTIONS
22
33-------------------------------------------------------------------------------
4- Version 2.0b
4+ Version 2.0b2
55-------------------------------------------------------------------------------
66
77NOTE: Before Installing RosarioSIS, you must read and agree to the included
Original file line number Diff line number Diff line change 33if (!defined ('WAREHOUSE_PHP ' ))
44{
55 define ("WAREHOUSE_PHP " ,1 );
6- $ RosarioVersion = '2.0b ' ;
6+ $ RosarioVersion = '2.0b2 ' ;
77
88 if (!file_exists ('config.inc.php ' ))
99 die ('config.inc.php not found. Please read the configuration guide. ' );
You can’t perform that action at this time.
0 commit comments