[squeak-dev] The Trunk: MonticelloConfigurations-mt.176.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 14 15:30:38 UTC 2022


Marcel Taeumel uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-mt.176.mcz

==================== Summary ====================

Name: MonticelloConfigurations-mt.176
Author: mt
Time: 14 March 2022, 4:30:37.187786 pm
UUID: fa4b62b6-8e57-4345-af19-85de4f6719c3
Ancestors: MonticelloConfigurations-dtl.175

Remove manual line breaks in dialog texts. Keep double-breaks (i.e., '\\' or '<br><br>') as visual gap. Complements Morphic-mt.1935.

=============== Diff against MonticelloConfigurations-dtl.175 ===============

Item was changed:
  ----- Method: MCMcmUpdater>>updateMessageFor: (in category 'private') -----
  updateMessageFor: previousUpdateLevel
  
  	^ ('Update completed.<br><br>Version: {1}<br>Update: {3}<b>{2}</b><br><br>Url: <a href="{4}">{4}</{10}><br>Map: ''{5}''<br>CI status: <a href="{8}"><img src="{7}" /> {9}</{10}>{6}' translated format: {
  			SystemVersion current version.
  			SystemVersion current highestUpdate.
  			previousUpdateLevel = SystemVersion current highestUpdate
  				ifTrue: ['']
  				ifFalse: [previousUpdateLevel asString, ' -> '].
  			self repository.
  			MCMcmUpdater updateMapName.
  			SystemVersion current description ifEmpty: [''] ifNotEmpty: [:d |
  				'<br><br><font face="{2}" size="{3}">{1}</font>'
  					format: {
+ 						d.
- 						d copyReplaceAll: String cr with: '<br>'.
  						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.squeakfoundation.org/pipermail/squeak-dev/2021-December/217346.html"
  			'a'.
  				}) asTextFromHtml!



More information about the Squeak-dev mailing list