[Pkg] The Trunk: Installer-Core-ul.398.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Aug 14 20:28:00 UTC 2015


Levente Uzonyi uploaded a new version of Installer-Core to project The Trunk:
http://source.squeak.org/trunk/Installer-Core-ul.398.mcz

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

Name: Installer-Core-ul.398
Author: ul
Time: 14 August 2015, 7:00:44.34 pm
UUID: b99e1238-ba2d-4373-bb14-f146de86ff72
Ancestors: Installer-Core-cmm.397

#includesSubString: -> #includesSubstring:

=============== Diff against Installer-Core-cmm.397 ===============

Item was changed:
  ----- Method: InstallerInternetBased>>wasPbwikiSpeedWarning (in category 'url') -----
  wasPbwikiSpeedWarning
  		
+ 		^ self hasPage and: [pageDataStream contents includesSubstring: 'Please slow down a bit' ] 
- 		^ self hasPage and: [pageDataStream contents includesSubString: 'Please slow down a bit' ] 
   
  !

Item was changed:
  ----- Method: InstallerMonticello>>http:user:password: (in category 'instance creation') -----
  http: aUrl user: name password: secret
  	| url |
+ 	url := (aUrl includesSubstring: '://')
- 	url := (aUrl includesSubString: '://')
  		ifTrue: [aUrl]
  		ifFalse: ['http://', aUrl].
  	mc := self classMCHttpRepository location: url user: name password: secret.
  	root := mc locationWithTrailingSlash	
   !



More information about the Packages mailing list