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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Jul 13 04:23:56 UTC 2009


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

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

Name: Installer-Core-kph.321
Author: kph
Time: 13 July 2009, 5:23:52 am
UUID: d2902eb8-9f4a-4def-879f-914d27de751c
Ancestors: Installer-Core-kph.320, Installer-Core-kph.319

merged

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

Item was changed:
  ----- Method: InstallerMantis>>ensureFix:date: (in category 'public interface') -----
  ensureFix: aBugNo date: aDate
  
  	self setBug: aBugNo.
+ 	self date: aDate.
- 	self date: aDate..
  	
  	self ensureFix.!

Item was changed:
  ----- Method: InstallerMantis>>bug: (in category 'public interface') -----
  bug: aBugNo
  
+ 	| page |
  	self setBug: aBugNo.
+ 	
+ 	page := self maPage.
+ 	date := ((self maRead: page field: 'Date Updated') value replaceAll: $  with: $T) asDateAndTime.
+ 	status := (self maRead: page field: 'Status') value.
+ "	
+ Installer mantis bug: 7235 
+ "!
- 	^ self report!



More information about the Packages mailing list