From commits@source.squeak.org Mon Nov 20 20:50:22 2023 From: commits@source.squeak.org To: packages@lists.squeakfoundation.org Subject: [Pkg] The Trunk: MonticelloConfigurations-ct.182.mcz Date: Mon, 20 Nov 2023 20:50:17 +0000 Message-ID: <20231120205021.74C90583F40@mail.squeak.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3628892545272289764==" --===============3628892545272289764== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Christoph Thiede uploaded a new version of MonticelloConfigurations to projec= t The Trunk: http://source.squeak.org/trunk/MonticelloConfigurations-ct.182.mcz =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Summary =3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Name: MonticelloConfigurations-ct.182 Author: ct Time: 20 November 2023, 9:50:13.899173 pm UUID: 3e2bf297-aa4c-48ce-b067-8d96cd1c4750 Ancestors: MonticelloConfigurations-ct.181 Fixes escaping regression from the parent version. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Diff against MonticelloConfigur= ations-ct.181 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Item was changed: ----- Method: MCMcmUpdater>>updateMessageFor: (in category 'private') ----- updateMessageFor: previousUpdateLevel =20 ^ ('Update completed.

Version: {1}
Update: {3}{2}

= Url: {4}
Map: ''{5}''
CI status:
{9}{6}{11}' translated format: { SystemVersion current version escapeEntities. SystemVersion current highestUpdate. (previousUpdateLevel =3D SystemVersion current highestUpdate ifTrue: [''] ifFalse: [previousUpdateLevel asString, ' -> ']) escapeEntities. self repository escapeEntities. MCMcmUpdater updateMapName escapeEntities. SystemVersion current description ifEmpty: [''] ifNotEmpty: [:d | '

{1}' format: { d escapeEntities. Preferences standardButtonFont familyName. Preferences standardButtonFont pointSize. }]. SystemVersion current ciStatusBadgeUrl. SystemVersion current ciStatusPageUrl. SystemVersion current ciStatusTimestamp ifNil: ['(build inaccessible!!)'= translated]. "mt: Avoid triggering the Windows Defender. See http://lists.squeakfound= ation.org/pipermail/squeak-dev/2021-December/217346.html" 'a'. SystemVersion current recommendedVMUpdateInfo ifNil: [''] ifNotNil: [:in= fo | '

A newer VM is recommended ({1}= -> {2})!! Visit the
project page to download it.' translated format: { + info key. + info value. - info key escapeEntities. - info value escapeEntities. SystemVersion current vmUpdateURL. 'a'. "avoid Windows Defender again" Preferences standardButtonFont familyName. Preferences standardButtonFont pointSize }] }) asTextFromHtml! --===============3628892545272289764==--