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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Mar 13 22:03:33 UTC 2009


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

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

Name: Installer-Core-kph.317
Author: kph
Time: 13 March 2009, 10:03:28 pm
UUID: 6f1b21bf-a87c-404e-96a1-4e179f48b7af
Ancestors: Installer-Core-kph.316

k

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

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



More information about the Packages mailing list