Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Jacquet
rosariosis
Commits
000c7345
Commit
000c7345
authored
May 21, 2022
by
François Jacquet
Browse files
Version 9.0 update
parent
e46b199f
Changes
5
Hide whitespace changes
Inline
Side-by-side
COPYRIGHT
View file @
000c7345
/**
* @package RosarioSIS
* @version
8.9
- Ma
rch
, 2022
* @version
9.0
- Ma
y
, 2022
* @copyright (C) 2004-2009 The Miller Group
* @copyright (C) 2006 Andrew Schmadeke (Discipline & Student Billing modules)
* @copyright (C) 2009 Glenn-Abbey Software
...
...
ProgramFunctions/Update.fnc.php
View file @
000c7345
...
...
@@ -31,7 +31,7 @@ function Update()
* Prevent DB version update if new Update.fnc.php file has NOT been uploaded YET.
* Update must be run once both new Warehouse.php & Update.fnc.php files are uploaded.
*/
if
(
version_compare
(
'
8.9
'
,
ROSARIO_VERSION
,
'<'
)
)
if
(
version_compare
(
'
9.0
'
,
ROSARIO_VERSION
,
'<'
)
)
{
return
false
;
}
...
...
WHATS_NEW.md
View file @
000c7345
...
...
@@ -11,6 +11,8 @@ PHP8.1 compatibility
Security improvements
French translation revised, thanks to Étienne de Blois
School Setup
-
Calendars: legend
...
...
Warehouse.php
View file @
000c7345
...
...
@@ -17,7 +17,7 @@
* @package RosarioSIS
*/
define
(
'ROSARIO_VERSION'
,
'
8.9
'
);
define
(
'ROSARIO_VERSION'
,
'
9.0
'
);
/**
* Include config.inc.php file.
...
...
rosariosis.sql
View file @
000c7345
...
...
@@ -2354,7 +2354,7 @@ INSERT INTO attendance_codes VALUES (NEXTVAL('attendance_codes_id_seq'), 2021, 1
--
INSERT
INTO
config
VALUES
(
0
,
'LOGIN'
,
'No'
);
INSERT
INTO
config
VALUES
(
0
,
'VERSION'
,
'
8.9
'
);
INSERT
INTO
config
VALUES
(
0
,
'VERSION'
,
'
9.0
'
);
INSERT
INTO
config
VALUES
(
0
,
'TITLE'
,
'Rosario Student Information System'
);
INSERT
INTO
config
VALUES
(
0
,
'NAME'
,
'RosarioSIS'
);
INSERT
INTO
config
VALUES
(
0
,
'MODULES'
,
'a:13:{s:12:"School_Setup";b:1;s:8:"Students";b:1;s:5:"Users";b:1;s:10:"Scheduling";b:1;s:6:"Grades";b:1;s:10:"Attendance";b:1;s:11:"Eligibility";b:1;s:10:"Discipline";b:1;s:10:"Accounting";b:1;s:15:"Student_Billing";b:1;s:12:"Food_Service";b:1;s:9:"Resources";b:1;s:6:"Custom";b:1;}'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment