Skip to content

Commit

Permalink
Version 2.5.7 update
Browse files Browse the repository at this point in the history
  • Loading branch information
François Jacquet committed Aug 14, 2014
1 parent d214d6f commit 8b7dd1a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
Rosario Student Information System - CHANGES

Changes in 2.5.7
----------------
- RosarioSIS 2014 update
- Include Lunch Payment in Balance
- Add School submenu in School Setup module
- Bugfix SQL bug more than one row returned by subquery when more than one school and numbered days
- Bugfix array_key_exists() expects param 2 to be array when deleting the only existing calendar
- Bugfix SQL bug empty school dates in Calendar.php
- Bugfix Missing arg 2 for _removeSpaces() in ProgressReport.php
- Bugfix Invalid argument supplied for foreach() in Scheduler.php, Configuration.php & Preferences.php
- School Fields fixes:
- display empty fields in Add a School
- display label in red if required
- add required attribute when apply
- /assets/PortalNotesFiles/ folder created
- Add PortalNotesFiles upload error if not moved
- Place embed link detection first in PortalPollsNotes.fnc.php
- Bugfix SQL bug datestyle in Calendar.php
- Note after admins creation only in User.php
- Bugfix array_key_exists() expects $options to be array in SelectInput()
- Link variables out of string in EditReportCardGrades.php
- Add #selectedModuleLink bugfix in warehouse.js
- select & input to same height in stylesheet.css

Changes in 2.5.6
----------------
- Bugfix remove Refund payment with refunded payment in StudentPayments.php
Expand Down
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @package RosarioSIS
* @version v2.5.6 - June, 2014
* @version v2.5.7 - August, 2014
* @copyright (C) 2004-2009 The Miller Group
* @copyright (C) 2009 Glenn-Abbey Software
* @copyright (C) 2009 Learners Circle
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Rosario Student Information System - INSTALLATION DIRECTIONS

-------------------------------------------------------------------------------
Version 2.5.6
Version 2.5.7
-------------------------------------------------------------------------------

NOTE: Before Installing RosarioSIS, you must read and agree to the included
Expand Down
2 changes: 1 addition & 1 deletion Warehouse.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if(!defined('WAREHOUSE_PHP'))
{
define("WAREHOUSE_PHP",1);
$RosarioVersion = '2.5.6';
$RosarioVersion = '2.5.7';

if (!file_exists ('config.inc.php'))
die ('config.inc.php not found. Please read the configuration guide.');
Expand Down

0 comments on commit 8b7dd1a

Please sign in to comment.