Skip to content

Commit

Permalink
System: merge v27.0.01 into v28.0.00
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGEDB.php
#	CHANGELOG.txt
#	gibbon.sql
#	version.php
  • Loading branch information
SKuipers committed Jun 7, 2024
2 parents 8cc5e97 ad7efd2 commit 8049d7e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 812,11 @@
ALTER TABLE `gibbonMessenger` ADD `enableSharingLink` ENUM('N','Y') NOT NULL DEFAULT 'N';end
";

//v27.0.01
$count;
$sql[$count][0] = '27.0.01';
$sql[$count][1] = "";

//v28.0.00
$count;
$sql[$count][0] = '28.0.00';
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 33,17 @@ v28.0.00
Attendance: added an index to the attendance log to help speed up attendance pages
Markbook: updated markbook columns to grey out students who joined after the Go Live date
Reports: added a Progress by Department report for viewing class criteria progress

Bug Fixes

v27.0.01
--------

Bug Fixes
Admissions: fixed submission emails and acceptance emails not sending as expected
Admissions: fixed required field logic checking in Form Builder
Admissions: fixed "Do not include a second parent" being accidentally checked by default
Admissions: fixed username and password missing from re-sent Acceptance Email
Attendance: fixed handling of Count Class as School setting in Students Not Onsite/Students Not Present reports
Messenger: fixed error redirect for New Message sending users to a non-existing page

Expand Down
2 changes: 1 addition & 1 deletion i18n
Submodule i18n updated 48 files
af_ZA/LC_MESSAGES/gibbon.mo
85 −52 af_ZA/LC_MESSAGES/gibbon.po
4 −1 am_ET/LC_MESSAGES/gibbon.po
4 −1 ar_SA/LC_MESSAGES/gibbon.po
4 −1 bg_BG/LC_MESSAGES/gibbon.po
4 −1 da_DK/LC_MESSAGES/gibbon.po
4 −1 de_DE/LC_MESSAGES/gibbon.po
4 −1 el_GR/LC_MESSAGES/gibbon.po
4 −1 en_GB/LC_MESSAGES/gibbon.po
4 −1 en_US/LC_MESSAGES/gibbon.po
4 −1 es_DO/LC_MESSAGES/gibbon.po
es_ES/LC_MESSAGES/gibbon.mo
93 −49 es_ES/LC_MESSAGES/gibbon.po
4 −1 es_MX/LC_MESSAGES/gibbon.po
4 −1 et_EE/LC_MESSAGES/gibbon.po
4 −1 fa_IR/LC_MESSAGES/gibbon.po
4 −1 fi_FI/LC_MESSAGES/gibbon.po
fr_FR/LC_MESSAGES/gibbon.mo
652 −568 fr_FR/LC_MESSAGES/gibbon.po
4 −1 he_IL/LC_MESSAGES/gibbon.po
4 −1 hr_HR/LC_MESSAGES/gibbon.po
4 −1 hu_HU/LC_MESSAGES/gibbon.po
id_ID/LC_MESSAGES/gibbon.mo
4,657 −2,949 id_ID/LC_MESSAGES/gibbon.po
4 −1 in_OR/LC_MESSAGES/gibbon.po
4 −1 it_IT/LC_MESSAGES/gibbon.po
4 −1 ja_JP/LC_MESSAGES/gibbon.po
4 −1 ka_GE/LC_MESSAGES/gibbon.po
4 −1 ko_KP/LC_MESSAGES/gibbon.po
4 −1 my_MM/LC_MESSAGES/gibbon.po
4 −1 nl_NL/LC_MESSAGES/gibbon.po
4 −1 no_NO/LC_MESSAGES/gibbon.po
4 −1 om_ET/LC_MESSAGES/gibbon.po
4 −1 pl_PL/LC_MESSAGES/gibbon.po
4 −1 pt_BR/LC_MESSAGES/gibbon.po
4 −1 pt_PT/LC_MESSAGES/gibbon.po
4 −1 ro_RO/LC_MESSAGES/gibbon.po
4 −1 ru_RU/LC_MESSAGES/gibbon.po
4 −1 sq_AL/LC_MESSAGES/gibbon.po
4 −1 sw_KE/LC_MESSAGES/gibbon.po
4 −1 th_TH/LC_MESSAGES/gibbon.po
4 −1 tr_TR/LC_MESSAGES/gibbon.po
4 −1 uk_UA/LC_MESSAGES/gibbon.po
4 −1 ur_PK/LC_MESSAGES/gibbon.po
4 −1 vi_VN/LC_MESSAGES/gibbon.po
zh_CN/LC_MESSAGES/gibbon.mo
73 −65 zh_CN/LC_MESSAGES/gibbon.po
4 −1 zh_HK/LC_MESSAGES/gibbon.po
2 changes: 1 addition & 1 deletion modules/Admissions/applications_manage_editProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 89,7 @@
// Setup which processes are going to run, based on user-selected checkboxes
foreach ($processes as $processName => $process) {
$formBuilder->addConfig(['mode' => 'process', $processName.'Enabled' => $process['enabled'] ?? 'N']);
$formData->setResults($process['data'] ?? []);
$formData->addResults($process['data'] ?? []);
}

// Run any edit-related processes
Expand Down

0 comments on commit 8049d7e

Please sign in to comment.