Skip to content

Commit

Permalink
System: v24.0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
SKuipers committed Nov 10, 2022
1 parent d234ab1 commit a813309
Show file tree
Hide file tree
Showing 5 changed files with 255 additions and 245 deletions.
5 changes: 5 additions & 0 deletions CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -671,3 +671,8 @@
DELETE FROM `gibbonPermission` WHERE gibbonActionID=(SELECT gibbonActionID FROM gibbonAction JOIN gibbonModule ON (gibbonAction.gibbonModuleID=gibbonModule.gibbonModuleID) WHERE gibbonModule.name='Admissions' AND gibbonAction.name='Manage Other Forms');end
";

//v24.0.01
++$count;
$sql[$count][0] = '24.0.01';
$sql[$count][1] = "";
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ v24.0.00
User Admin: fixed Force Password Reset not redirecting users
User Admin: fixed users able to change roles for Student username format

v24.0.01
--------
Security
System: fixed character encoding conversion when sanitizing input from rich text fields

v23.0.02
--------

Expand Down
2 changes: 1 addition & 1 deletion gibbon.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5203,7 +5203,7 @@ INSERT INTO `gibbonSetting` (`gibbonSettingID`, `scope`, `name`, `nameDisplay`,
(00036, 'Behaviour', 'levels', 'Levels', 'Allowable choices for severity level (from lowest to highest)', ',Stage 1,Stage 1 (Actioned),Stage 2,Stage 2 (Actioned),Stage 3,Stage 3 (Actioned),Actioned'),
(00037, 'Resources', 'categories', 'Categories', 'Allowable choices for category', 'Article,Book,Document,Graphic,Idea,Music,Object,Painting,Person,Photo,Place,Poetry,Prose,Rubric,Text,Video,Website,Work Sample,Other'),
(00038, 'Resources', 'purposesGeneral', 'Purposes (General)', 'Allowable choices for purpose when creating a resource', 'Assessment Aid,Concept,Inspiration,Learner Profile,Mass Mailer Attachment,Provocation,Skill,Teaching and Learning Strategy,Other'),
(00039, 'System', 'version', 'Version', 'The version of the Gibbon database', '24.0.00'),
(00039, 'System', 'version', 'Version', 'The version of the Gibbon database', '24.0.01'),
(00040, 'Resources', 'purposesRestricted', 'Purposes (Restricted)', 'Additional allowable choices for purpose when creating a resource, for those with \"Manage All Resources\" rights', ''),
(00041, 'System', 'organisationEmail', 'Organisation Email', 'General email address for the school', ''),
(00042, 'Activities', 'dateType', 'Date Type', 'Should activities be organised around dates (flexible) or terms (easy)?', 'Term'),
Expand Down
Loading

0 comments on commit a813309

Please sign in to comment.