The Trunk: MonticelloConfigurations-pre.146.mcz

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

The Trunk: MonticelloConfigurations-pre.146.mcz

commits-2
Patrick Rein uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-pre.146.mcz

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

Name: MonticelloConfigurations-pre.146
Author: pre
Time: 6 October 2016, 6:34:12.000487 pm
UUID: fb8e5e56-8586-1943-b186-e48db629e1da
Ancestors: MonticelloConfigurations-mt.145

Removes the Post button which is based on an API which does not exist anymore and re-names the Store button to Save to be consistent with Monticello vocabulary.

=============== Diff against MonticelloConfigurations-mt.145 ===============

Item was changed:
  ----- Method: MCConfigurationBrowser>>buttonSpecs (in category 'morphic ui') -----
  buttonSpecs
  ^ #(('Add' addDependency 'Add a dependency')
  ('Update' updateMenu 'Update dependencies')
  ('Install' installMenu 'Load/Merge/Upgrade into image')
  ('Up' up 'Move item up in list' canMoveUp)
  ('Down' down 'Move item down in list' canMoveDown)
  ('Remove' remove 'Remove item' canRemove)
+ ('Save' store 'Store the configuration to a repository')
- ('Store' store 'store configuration')
- ('Post' post 'Post this configuration to an update stream')
  )!