[Pkg] Monticello Public: Monticello.impl-mtf.557.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Wed Jul 23 12:21:03 UTC 2008


Matthew Fulmer uploaded a new version of Monticello.impl to project Monticello Public:
http://www.squeaksource.com/mc/Monticello.impl-mtf.557.mcz

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

Name: Monticello.impl-mtf.557
Author: mtf
Time: 21 July 2008, 6:16:16 pm
UUID: a3462af2-6f7d-47eb-9dc5-ce06fa4cf492
Ancestors: Monticello.impl-kph.556

Made the default HTTP repository creation template more useful

=============== Diff against Monticello.impl-kph.556 ===============

Item was changed:
  ----- Method: MCHttpRepository class>>creationTemplate (in category 'as yet unclassified') -----
  creationTemplate
+ 	^self creationTemplateLocation: 'http://www.squeaksource.com/mc'
+ 		user: ''
+ 		password: ''
- 	^self creationTemplateLocation: 'http://foo.com/bar'
- 		user: 'squeak'
- 		password: 'squeak'
  !

Item was added:
+ ----- Method: MCSnapshotBrowser>>loadClassSelectionDefinition (in category 'listing') -----
+ loadClassSelectionDefinition
+ 
+ 	| classDefinition |
+ 	
+ 	classSelection ifNil: [ ^self ].
+ 
+ 	classDefinition := items 
+ 		detect: [ :defn | defn isClassDefinition and: [ defn className = classSelection ] ].
+ 	
+ 	(MCPackageLoader new) 
+ 		addDefinition: classDefinition;
+ 		load
+ 	!

Item was removed:
- ----- Method: MCSnapshotBrowser>>loadClassSelectionDefinition (in category 'listing') -----
- loadClassSelectionDefinition
- 
- 	| classDefinition |
- 	
- 	classSelection ifNil: [ ^self ].
- 
- 	classDefinition := items 
- 		detect: [ :defn | defn isClassDefinition and: [ defn className = classSelection ] ].
- 	
- 	(MCPackageLoader new) 
- 		addDefinition: classDefinition;
- 		load
- 	!



More information about the Packages mailing list