Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a636155

Browse files
committed
v1.6.01
1 parent f003a1c commit a636155

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+251
-3089
lines changed

Data Admin/CHANGEDB.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,9 @@
136136
$sql[$count][0]="1.6.00" ;
137137
$sql[$count][1]="";
138138

139+
//v1.6.01
140+
$count++;
141+
$sql[$count][0]="1.6.01" ;
142+
$sql[$count][1]="
143+
UPDATE `gibbonAction` SET `URLList`='records_manage.php,records_orphaned.php,records_duplicates.php,export_run.php' WHERE name='Manage Records' AND gibbonModuleID=(SELECT gibbonModuleID FROM gibbonModule WHERE name='Data Admin');end";
144+

Data Admin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
## [1.6.01] 2022-02-07
5+
### Fixed
6+
- Fixed access error when using the Export action in Manage Records
7+
- Fixed PHP excel errors when using the Export action in Manage Records
8+
- Fixed PHP error when using Orphaned Records action in Manage Records
9+
- Removed unused import definitions from module folder
10+
411
## [1.6.00] 2022-02-01
512
### Fixed
613
- Fixed deprecated functions for v23 compatibility. Not backwards compatible.

Data Admin/export_run.php

Lines changed: 187 additions & 113 deletions
Large diffs are not rendered by default.

Data Admin/imports/courseClassEnrolment.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

Data Admin/imports/courseClasses.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

Data Admin/imports/courses.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

Data Admin/imports/departmentStaff.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

Data Admin/imports/departments.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

Data Admin/imports/externalAssessmentStudent.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

Data Admin/imports/externalAssessmentStudentEntry.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)