2009/7/25 Miguel Enrique Cobá Martinez <miguel.coba@gmail.com>:
http://code.google.com/p/pharo/issues/detail?id=981
Name: SLICE-ChangeAuthorInitialsAndNameToFullName-MiguelCoba.3 Author: MiguelCoba Time: 25 July 2009, 3:53:41 am UUID: 27a1accc-4f41-4d11-94f5-9bdbb4166bd7 Ancestors: SLICE-ChangeAuthorInitialsAndNameToFullName-MiguelCoba.2 Dependencies: Monticello-MiguelCoba.372, Morphic-MiguelCoba.347, ScriptLoader-MiguelCoba.972, System-Changes-MiguelCoba.11, System-Support-MiguelCoba.62, Tools-MiguelCoba.179
Removes all the code from initials and name on Author class. It is replaced by a new fullName inst var and corresponding methods. The old code it is deprecated and the image contains no more calls to the old code. All the new code should call only the fullName methods in Author
This is my first intent to rewrite the Author class to unify the instance variables. Please, check it on a 10392 core image and post your comments/critics.
Also, I didn't modify the following methods of Utilities. Tell me what would you like to do with them, please:
Utilities fixStamp: Utilities methodsWithInitials: Utilities doesMethod:forClass:bearInitials
Also, it should fix also http://code.google.com/p/pharo/issues/detail?id=142 http://code.google.com/p/pharo/issues/detail?id=344 I changed the status of 981 to fixed as directed by the HowToContribute wiki page. Miguel Cobá
Cheers, Miguel Cobá