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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Mar 12 22:56:41 UTC 2009


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

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

Name: Installer-Core-kph.315
Author: kph
Time: 12 March 2009, 10:56:29 pm
UUID: 071c716e-0f59-11de-987b-000a95edb42a
Ancestors: Installer-Core-kph.314

= minor fix to "bug not found" message InstallerMantis #maPage

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

Item was changed:
  ----- Method: InstallerMantis>>maPage (in category 'mantis') -----
  maPage
    	"  self mantis bug: 5251."
  
  	| page |
  	page :=  self httpGet: self maUrl.
   	date := ((self maRead: page field: 'Date Updated') value copyUpTo: $ ).
+ 	date isEmpty ifTrue: [ ^self error: bug asString, ' not found' ].
- 	date isEmpty ifTrue: [ ^self error: bug, ' not found' ].
  	date := date asDate.
   	^page reset!



More information about the Packages mailing list