Skip to content

Commit

Permalink
Version 1.4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
François Jacquet committed Nov 7, 2013
1 parent 64530a9 commit 468403b
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGES
@@ -1,5 +1,24 @@
Rosario Student Information System - CHANGES

Changes in 1.4
----------------
- added discipline_categories to discipline Widget
- wkhtmltopdf update for StudentLabels.php
- activate Custom service Attendance Summary
- bugfix: escape double quotes in stm() tipmessage
- bugfix: discipline_entry_begin Date format
- add Discipline new referrals Portal alert
- set width to 1448px for landscape PDF
- bugfix: ViewContacts.php not accessible
- SQL bugs: sequences start values fix

Upgrade from 1.3x
-----------------
- execute those 3 SQL statements to fix RosarioSIS database:
SELECT pg_catalog.setval('staff_field_categories_seq', 3, true);
SELECT pg_catalog.setval('student_field_categories_seq', 5, true);
INSERT INTO profile_exceptions VALUES (1, 'Custom/AttendanceSummary.php', 'Y', 'Y');

Changes in 1.3.5
----------------
- bugfix: illegal offset type in Inputs.php
Expand Down
2 changes: 1 addition & 1 deletion COPYRIGHT
@@ -1,6 +1,6 @@
/**
* @package RosarioSIS
* @version v1.3.5 - October, 2013
* @version v1.4 - November, 2013
* @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
@@ -1,7 +1,7 @@
Rosario Student Information System - INSTALLATION DIRECTIONS

-------------------------------------------------------------------------------
Version 1.3.5
Version 1.4
-------------------------------------------------------------------------------

NOTE: Before Installing RosarioSIS, you must read and agree to the included
Expand Down
10 changes: 10 additions & 0 deletions WHATS_NEW
@@ -1,5 +1,15 @@
Rosario Student Information System - WHATS_NEW

New in 1.4
-----------
Discipline
- Added Discipline Categories to Discipline Widget
- Added new referrals Portal alert

Custom
- Added Attendance Summary


New in 1.3
-----------
Security improved
Expand Down
2 changes: 1 addition & 1 deletion Warehouse.php
Expand Up @@ -3,7 +3,7 @@
if(!defined('WAREHOUSE_PHP'))
{
define("WAREHOUSE_PHP",1);
$RosarioVersion = '1.3.5';
$RosarioVersion = '1.4';

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

0 comments on commit 468403b

Please sign in to comment.