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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Jul 11 15:28:25 UTC 2009


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

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

Name: Installer-Core-kph.319
Author: kph
Time: 11 July 2009, 4:28:22 pm
UUID: 99f78d8a-5d7a-4d39-8557-3554cb81c028
Ancestors: Installer-Core-kph.314

Installer bug: reads the date and status

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

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