[squeak-dev] The Trunk: MonticelloConfigurations-fbs.123.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Dec 31 14:11:57 UTC 2013


Frank Shearar uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-fbs.123.mcz

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

Name: MonticelloConfigurations-fbs.123
Author: fbs
Time: 31 December 2013, 2:11:41.532 pm
UUID: b9735d10-7cf4-a746-8a64-b50fa9cf273f
Ancestors: MonticelloConfigurations-fbs.122

These preferences used to be in the "updates" category, and that sounds nicer than "Monticello". We should keep things specific to Monticello in "Monticello", and things to do with updating the image in "updates".

=============== Diff against MonticelloConfigurations-fbs.122 ===============

Item was changed:
  ----- Method: MCConfiguration class>>upgradeIsMerge (in category 'preferences') -----
  upgradeIsMerge
  	"Answer true if you wish to merge upstream changes whenever you upgrade."
  	<preference: 'Upgrade is merge'
+ 		category: 'updates'
- 		category: 'Monticello'
  		description: 'When upgrading packages, use merge instead of load'
  		type: #Boolean>
  	^UpgradeIsMerge ifNil: [true]!

Item was changed:
  ----- Method: MCMcmUpdater class>>defaultUpdateURL (in category 'preferences') -----
  defaultUpdateURL
  	"The default update repository URL"
  
  	<preference: 'Update URL'
+ 		category: 'updates'
- 		category: 'Monticello'
  		description: 'The repository URL for loading updates'
  		type: #String>
  
  	^DefaultUpdateURL ifNil:['']!

Item was changed:
  ----- Method: MCMcmUpdater class>>updateMissingPackages (in category 'preferences') -----
  updateMissingPackages
  	"Whether to update missing (unloaded) packages"
  
  	<preference: 'Update missing package'
+ 		category: 'updates'
- 		category: 'Monticello'
  		description: 'If true, missing (unloaded) packages will be loaded during the update process.'
  		type: #Boolean>
  
  	^UpdateMissingPackages ifNil:[true]!



More information about the Squeak-dev mailing list