The Trunk: Monticello-mt.680.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Monticello-mt.680.mcz

commits-2
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.'!