From 1a1cff57b05d31fbbb8be17262b283a82727f988 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 21 Nov 2019 12:09:51 -0500 Subject: [PATCH 001/123] missing-entities --- .../ExpressionEngine/Config/foreign_chars.php | 28 +++++++++++++++++-- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/system/ee/EllisLab/ExpressionEngine/Config/foreign_chars.php b/system/ee/EllisLab/ExpressionEngine/Config/foreign_chars.php index 8a4f88baf7..8a6e7e946f 100644 --- a/system/ee/EllisLab/ExpressionEngine/Config/foreign_chars.php +++ b/system/ee/EllisLab/ExpressionEngine/Config/foreign_chars.php @@ -1,4 +1,4 @@ - "ss", // ß + '192' => "a", // À + '193' => "a", // Á + '194' => "a", // Â + '195' => "a", // Ã + '196' => "a", // Ä '224' => "a", '225' => "a", '226' => "a", @@ -18,22 +23,39 @@ '227' => "ae", // ã '228' => "ae", // ä '230' => "ae", // æ + '199' => "c", // Ç '231' => "c", + '200' => "e", // È + '201' => "e", // É + '202' => "e", // Ê + '203' => "e", // Ë '232' => "e", // è '233' => "e", // é '234' => "e", // ê '235' => "e", // ë + '204' => "i", // Ì + '205' => "i", // Í + '206' => "i", // Î + '207' => "i", // Ï '236' => "i", '237' => "i", '238' => "i", '239' => "i", '241' => "n", '242' => "o", + '210' => "o", // Ò + '211' => "o", // Ó + '212' => "o", // Ô + '213' => "o", // Õ '243' => "o", '244' => "o", '245' => "o", '246' => "oe", // ö '249' => "u", + '217' => "u", // Ù + '218' => "u", // Ú + '219' => "u", // Û + '220' => "u", // Ü '250' => "u", '251' => "u", '252' => "ue", // ü From 582b04d9a9d24a2585be012ff63306fae2533cce Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 21 Nov 2019 12:27:09 -0500 Subject: [PATCH 002/123] Add missing entities --- .../ee/EllisLab/ExpressionEngine/Config/foreign_chars.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/ee/EllisLab/ExpressionEngine/Config/foreign_chars.php b/system/ee/EllisLab/ExpressionEngine/Config/foreign_chars.php index 8a6e7e946f..53ac5ba5e2 100644 --- a/system/ee/EllisLab/ExpressionEngine/Config/foreign_chars.php +++ b/system/ee/EllisLab/ExpressionEngine/Config/foreign_chars.php @@ -1,4 +1,4 @@ - "ss", // ß '192' => "a", // À '193' => "a", // Á From 333651d7bbb711e5861c1c6f98ef73c3e2f755a9 Mon Sep 17 00:00:00 2001 From: Gary Reckard Date: Fri, 22 Nov 2019 13:07:22 -0500 Subject: [PATCH 003/123] Fix php opening tag On the Debug Extensions page, if short tags is not on, the pagination would not show. I fixed the opening php tag. --- .../ee/EllisLab/ExpressionEngine/View/utilities/extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/ee/EllisLab/ExpressionEngine/View/utilities/extensions.php b/system/ee/EllisLab/ExpressionEngine/View/utilities/extensions.php index e6f3848fb6..5111199fbd 100644 --- a/system/ee/EllisLab/ExpressionEngine/View/utilities/extensions.php +++ b/system/ee/EllisLab/ExpressionEngine/View/utilities/extensions.php @@ -5,7 +5,7 @@

getAllInlines()?>
embed('_shared/table', $table); ?> - + 0): ?>