Skip to content

Commit

Permalink
v7.0.01 Final Commit
Browse files Browse the repository at this point in the history
Updated library tcpdf to ensure compatability with Gibbon 7.
  • Loading branch information
Ross Parler authored and Ross Parler committed Oct 10, 2013
1 parent 01f25fb commit e5396eb
Show file tree
Hide file tree
Showing 72 changed files with 42,016 additions and 11,414 deletions.
5 changes: 5 additions & 0 deletions CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -1453,4 +1453,9 @@
INSERT INTO `gibbonPermission` (`permissionID` ,`gibbonRoleID` ,`gibbonActionID`) VALUES (NULL , '2', (SELECT gibbonActionID FROM gibbonAction JOIN gibbonModule ON (gibbonAction.gibbonModuleID=gibbonModule.gibbonModuleID) WHERE gibbonModule.name='Planner' AND gibbonAction.name='Staff Gold Stars'));end
";

//v7.0.01
$count++ ;
$sql[$count][0]="7.0.01" ;
$sql[$count][1]="";

?>
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
CHANGELOG
=========
v7.0.01
-------
Lib: updated TCPDF to work better with v7
Updated files /lib/tcdpf/*

v7.0.00
-------
System Admin: added main menu refresh on module install and uninstall
Expand Down
2 changes: 1 addition & 1 deletion gibbon.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3291,7 +3291,7 @@ INSERT INTO `gibbonSetting` (`gibbonSystemSettingsID`, `scope`, `name`, `nameDis
(00036, 'Behaviour', 'levels', 'Levels', 'Allowalbe 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', '7.0.00'),
(00039, 'System', 'version', 'Version', 'The version of the Gibbon database', '7.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 e5396eb

Please sign in to comment.