[squeak-dev] The Trunk: Monticello-mt.680.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 26 06:40:24 UTC 2018


Marcel Taeumel uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-mt.680.mcz

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

Name: Monticello-mt.680
Author: mt
Time: 26 March 2018, 8:40:04.07367 am
UUID: f25dda73-849e-4343-83df-398625815819
Ancestors: Monticello-ul.679

Minor improvement of security/privacy in Monticello's HTTP repositories.

=============== Diff against Monticello-ul.679 ===============

Item was changed:
  SystemOrganization addCategory: #'Monticello-Base'!
  SystemOrganization addCategory: #'Monticello-Chunk Format'!
+ SystemOrganization addCategory: #'Monticello-Environments'!
  SystemOrganization addCategory: #'Monticello-Loading'!
  SystemOrganization addCategory: #'Monticello-Merging'!
  SystemOrganization addCategory: #'Monticello-Modeling'!
  SystemOrganization addCategory: #'Monticello-Patching'!
  SystemOrganization addCategory: #'Monticello-Repositories'!
  SystemOrganization addCategory: #'Monticello-Storing'!
  SystemOrganization addCategory: #'Monticello-UI'!
  SystemOrganization addCategory: #'Monticello-Versioning'!
- SystemOrganization addCategory: #'Monticello-Environments'!

Item was added:
+ ----- Method: MCHttpRepository>>creationTemplate (in category 'accessing') -----
+ creationTemplate
+ 	^ self asCreationTemplate!

Item was added:
+ ----- Method: MCHttpRepository>>creationTemplate: (in category 'accessing') -----
+ creationTemplate: aString
+ 	creationTemplate := nil.!

Item was changed:
+ (PackageInfo named: 'Monticello') postscript: 'MCHttpRepository allSubInstancesDo: [:ea | ea creationTemplate: nil].'!
- (PackageInfo named: 'Monticello') postscript: '"Woops somehow missed renaming the #browseMcMethodHistory service."
- MCHttpRepository initialize.'!



More information about the Squeak-dev mailing list