From 62c1661f04d27f4ce5bda36bc2736ded15744353 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Fri, 2 Mar 2018 19:38:11 -0500 Subject: [PATCH 001/104] Add missing migration --- install/migrations/core.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/migrations/core.php b/install/migrations/core.php index 4a22c4b7..e02a83ca 100644 --- a/install/migrations/core.php +++ b/install/migrations/core.php @@ -226,6 +226,7 @@ function getAllMigrations() { 168 => new \v330\CalendarImprovements\AddBusinessHoursTable(168), 169 => new \v330\CalendarImprovements\InsertDefaultBusinessHours(169), 170 => new \v330\CalendarImprovements\AddShowStartTimeSetting(170), - 171 => new UpdateMigration('3.3.0', '3.2.5', 171), + 171 => new \v330\AddHighlightTicketRowsSetting(171), + 172 => new UpdateMigration('3.3.0', '3.2.5', 172), ); } \ No newline at end of file From 34895de5bc21c82a504eab5eaf44d168b43878ab Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 22 Mar 2018 21:42:00 -0400 Subject: [PATCH 002/104] Business hours should be hidden --- calendar.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/calendar.php b/calendar.php index 64488e4c..2f788a8c 100644 --- a/calendar.php +++ b/calendar.php @@ -120,11 +120,11 @@ echo mfh_get_hidden_fields_for_language(array(

- - -

-

- \ No newline at end of file + +

+

+ + \ No newline at end of file From 56eeaea61ecddf0b4f6d9cf8f261a949025a1906 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 22 Mar 2018 21:43:29 -0400 Subject: [PATCH 003/104] Fix non-contentified strings --- admin/service_messages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/service_messages.php b/admin/service_messages.php index 052e0eb4..a3efb682 100644 --- a/admin/service_messages.php +++ b/admin/service_messages.php @@ -127,8 +127,8 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');