[Pkg] Installer: Installer-Core-kph.290.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Feb 15 06:38:49 UTC 2009


A new version of Installer-Core was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Core-kph.290.mcz

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

Name: Installer-Core-kph.290
Author: kph
Time: 15 February 2009, 6:38:44 am
UUID: db7cc4a5-7ffe-4273-8974-131adcc3a7d5
Ancestors: Installer-Core-kph.289

merged

=============== Diff against Installer-Core-kph.289 ===============

Item was changed:
  ----- Method: InstallerMantis>>validChangeSetName: (in category 'action report') -----
  validChangeSetName: aFileName
  
  	| csn prefix |
  
  	csn := super validChangeSetName: aFileName.
  	
  	prefix := 'M' , self bug asString.
  	
  	^ (csn beginsWith: prefix) 
  		ifTrue: [ csn ]
+ 		ifFalse: [ prefix, '-', (csn replaceAll: prefix with: '') ].
+ 		
+ 	!
- 		ifFalse: [ prefix, '-', csn ]!

Item was changed:
+ ----- Method: Installer class>>bug:fix: (in category 'mantis') -----
- ----- Method: Installer class>>bug:fix: (in category 'url') -----
  bug: n fix: filename
  
  	Transcript cr; show: 'Code script in Mantis:', n asString, ' should read Installer mantis bug: ',n asString, ' fix: ', filename printString,'.'.
  	
  	^ self mantis bug: n fix: filename!



More information about the Packages mailing list