The Trunk: Monticello-mt.611.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.611.mcz

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

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

Name: Monticello-mt.611
Author: mt
Time: 17 April 2015, 3:33:36.908 pm
UUID: abc01e81-ece1-7647-a6b1-77fae85775d5
Ancestors: Monticello-mt.610

Interface added to http repos to clear both password and username.

=============== Diff against Monticello-mt.610 ===============

Item was added:
+ ----- Method: MCHttpRepository class>>clearPasswordsAndUsers (in category 'class initialization') -----
+ clearPasswordsAndUsers
+ self allSubInstancesDo: [:ea | ea user: ''; password: ''].
+ !