rfe: User Profile Privacy Settings (#507) - users now have granular control of whether or not their profile fields are viewable - admin settings still apply

This commit is contained in:
Frank Dillon 2008-11-19 05:18:58 +00:00
parent 2945189adb
commit 6eff997f81
8 changed files with 266 additions and 46 deletions

View file

@ -160,7 +160,15 @@ our $I18N = {
lastUpdated => 1225724810,
},
'set by admin' => {
message => q{site administrator has set this field to not be visible },
lastUpdated => 1225724810,
},
'required field' => {
message => q{required },
lastUpdated => 1225724810,
},
};
1;

View file

@ -3603,17 +3603,17 @@ LongTruncOk=1</p>
},
'user profile field private message allow label' => {
message => q|Allow All|,
message => q|Public|,
lastUpdated => 1181019679,
},
'user profile field private message friends only label' => {
message => q|Allow From My Friends Only|,
message => q|Friends Only|,
lastUpdated => 1181019679,
},
'user profile field private message allow none label' => {
message => q|Allow None|,
message => q|Private|,
lastUpdated => 1181019679,
},
@ -4306,6 +4306,12 @@ Users may override this setting in their profile.
context => q{i18n label for time duration in WebGUI::DateTime},
},
'profile privacy settings' => {
message => q{Privacy Settings},
lastUpdated => 1226706547,
context => q{i18n label for time duration in WebGUI::DateTime},
},
};
1;