From 23fe8750afa937ab821b062c5fdea61f9114215f Mon Sep 17 00:00:00 2001 From: Ross Parker <> Date: Thu, 12 Sep 2024 13:22:43 +0800 Subject: [PATCH] v1.6.00 --- Higher Education/CHANGEDB.php | 7 +++++++ Higher Education/CHANGELOG.txt | 4 ++++ Higher Education/applications_track.php | 6 ++++-- Higher Education/applications_trackProcess.php | 6 ++++-- Higher Education/applications_track_add.php | 6 ++++-- Higher Education/applications_track_addProcess.php | 6 ++++-- Higher Education/applications_track_delete.php | 6 ++++-- .../applications_track_deleteProcess.php | 6 ++++-- Higher Education/applications_track_edit.php | 6 ++++-- Higher Education/applications_track_editProcess.php | 6 ++++-- Higher Education/applications_view.php | 6 ++++-- Higher Education/applications_view_details.php | 6 ++++-- Higher Education/css/module.css | 7 ++++--- Higher Education/index.php | 6 ++++-- Higher Education/institutions_manage.php | 6 ++++-- Higher Education/institutions_manage_add.php | 6 ++++-- Higher Education/institutions_manage_addProcess.php | 6 ++++-- Higher Education/institutions_manage_delete.php | 6 ++++-- .../institutions_manage_deleteProcess.php | 6 ++++-- Higher Education/institutions_manage_edit.php | 6 ++++-- Higher Education/institutions_manage_editProcess.php | 6 ++++-- Higher Education/js/module.js | 7 ++++--- Higher Education/majors_manage.php | 6 ++++-- Higher Education/majors_manage_add.php | 6 ++++-- Higher Education/majors_manage_addProcess.php | 6 ++++-- Higher Education/majors_manage_delete.php | 6 ++++-- Higher Education/majors_manage_deleteProcess.php | 6 ++++-- Higher Education/majors_manage_edit.php | 6 ++++-- Higher Education/majors_manage_editProcess.php | 6 ++++-- Higher Education/manifest.php | 12 +++++++----- Higher Education/moduleFunctions.php | 6 ++++-- Higher Education/references_manage.php | 6 ++++-- Higher Education/references_manage_addMulti.php | 6 ++++-- .../references_manage_addMultiProcess.php | 6 ++++-- Higher Education/references_manage_delete.php | 6 ++++-- Higher Education/references_manage_deleteProcess.php | 6 ++++-- Higher Education/references_manage_edit.php | 6 ++++-- Higher Education/references_manage_editProcess.php | 6 ++++-- .../references_manage_edit_contribution_delete.php | 6 ++++-- ...rences_manage_edit_contribution_deleteProcess.php | 6 ++++-- .../references_manage_edit_contribution_edit.php | 7 ++++--- ...ferences_manage_edit_contribution_editProcess.php | 6 ++++-- Higher Education/references_manage_edit_print.php | 6 ++++-- Higher Education/references_myNotes.php | 6 ++++-- Higher Education/references_myNotesProcess.php | 6 ++++-- Higher Education/references_request.php | 6 ++++-- Higher Education/references_request_add.php | 6 ++++-- Higher Education/references_request_addProcess.php | 6 ++++-- Higher Education/references_write.php | 6 ++++-- Higher Education/references_write_edit.php | 6 ++++-- Higher Education/references_write_editProcess.php | 6 ++++-- Higher Education/src/Domain/ApplicationGateway.php | 6 ++++-- .../src/Domain/ApplicationInstitutionGateway.php | 6 ++++-- Higher Education/src/Domain/InstitutionGateway.php | 6 ++++-- Higher Education/src/Domain/MajorGateway.php | 6 ++++-- Higher Education/src/Domain/ReferenceGateway.php | 6 ++++-- Higher Education/src/Domain/StaffGateway.php | 6 ++++-- Higher Education/src/Domain/StudentGateway.php | 6 ++++-- Higher Education/staff_manage.php | 6 ++++-- Higher Education/staff_manage_add.php | 6 ++++-- Higher Education/staff_manage_addProcess.php | 6 ++++-- Higher Education/staff_manage_delete.php | 6 ++++-- Higher Education/staff_manage_deleteProcess.php | 6 ++++-- Higher Education/staff_manage_edit.php | 6 ++++-- Higher Education/staff_manage_editProcess.php | 6 ++++-- Higher Education/student_manage.php | 6 ++++-- Higher Education/student_manage_add.php | 6 ++++-- Higher Education/student_manage_addProcess.php | 6 ++++-- Higher Education/student_manage_delete.php | 6 ++++-- Higher Education/student_manage_deleteProcess.php | 6 ++++-- Higher Education/student_manage_edit.php | 6 ++++-- Higher Education/student_manage_editProcess.php | 6 ++++-- Higher Education/version.php | 8 +++++--- 73 files changed, 299 insertions(+), 149 deletions(-) diff --git a/Higher Education/CHANGEDB.php b/Higher Education/CHANGEDB.php index 4569536..091eb06 100644 --- a/Higher Education/CHANGEDB.php +++ b/Higher Education/CHANGEDB.php @@ -207,3 +207,10 @@ ++$count; $sql[$count][0] = '1.5.06'; $sql[$count][1] = ""; + +//v1.6.00 +++$count; +$sql[$count][0] = '1.6.00'; +$sql[$count][1] = " +UPDATE gibbonModule SET author='Gibbon Foundation', url='https://gibbonedu.org' WHERE name='Higher Education';end +"; \ No newline at end of file diff --git a/Higher Education/CHANGELOG.txt b/Higher Education/CHANGELOG.txt index 099c03b..feafd0c 100644 --- a/Higher Education/CHANGELOG.txt +++ b/Higher Education/CHANGELOG.txt @@ -1,5 +1,9 @@ CHANGELOG ========= +v1.6.00 +------- +Transferred ownership from Ross Parker to Gibbon Foundation + v1.5.06 ------- Fixed bug in Write References in non-current years diff --git a/Higher Education/applications_track.php b/Higher Education/applications_track.php index 80efd03..62cf5aa 100755 --- a/Higher Education/applications_track.php +++ b/Higher Education/applications_track.php @@ -1,7 +1,9 @@