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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Dec 9 03:10:07 UTC 2008


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

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

Name: Installer-Core-kph.263
Author: kph
Time: 9 December 2008, 3:10:05 am
UUID: ffde2019-3d94-4da6-ba1e-560f602cc3ef
Ancestors: Installer-Core-kph.262

revert some corrupted code

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

Item was changed:
  ----- Method: InstallerInternetBased>>urlGet: (in category 'url') -----
  urlGet: aUrl
  
  	| page |
  	page := HTTPSocket httpGet: aUrl accept: 'application/octet-stream'.  
  	(page respondsTo: #reset)  ifFalse: [ ^ nil ].
+ 	(self isHtmlStream: page) ifTrue: [ self extractFromHtml: page option: nil ].
- 	(self isHtmlStream: page) ifTrue: [ (Installer web copyFrom: self) self extractFromHtml: page option: nil ].
  	^ page reset
  	!



More information about the Packages mailing list