exports.generateDraftTitle = function(title) { var c = 0, draftTitle, username = this.getTiddlerText("$:/status/UserName"), attribution = username ? " by " + username : ""; do { draftTitle = "Draft " + (c ? (c + 1) + " " : "") + "of '" + title + "'" + attribution; c++; } while(this.tiddlerExists(draftTitle)); return draftTitle;};This only happens in the comment plugin. See a subsequent reply by me.
Regards
Tony
this may be quite easy by locating all uses of the navigator widget and qualifying the history and story lists. Then change every reference to story list. Perhaps it would be easier to save and restore these tiddlers on user change.
Of note however I have come to believe the standard username field would be best considered a display name only. With an independent user management mechanisium setting this value. Since this is applied to creator and modifier fields automaticaly its also a way to capture session changes e.g. "Tony design updates" on tiddlers.