I took a stab at adding support for a screen name parameter which is one way to address ROL-1136.

http://opensource.atlassian.com/projects/roller/browse/ROL-1136

I have a patch that can be applied to the current trunk which touches some 25 files. It essentially adds a "screenName" parameter to the user profile and matches access occurrences with "fullName." I have also modified the included themes so that "screenName" is made visible in place of "username" and "fullName." I didn't attempt to add this change to source files located in the sandbox directory.

I made the following DB alteration.

alter table rolleruser add screenname varchar(255) not null;

--
Matthew Montgomery
.Sun Engineering
Sun Microsystems, Inc.

Reply via email to