View Issue Details

IDProjectCategoryView StatusLast Update
0010887mantisbtlocalizationpublic2010-12-17 04:40
Reporterha17 Assigned Tosiebrand  
PrioritylowSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.8 
Fixed in Version1.2.4 
Summary0010887: button names don't describe what it does very well
Description

from a Mantis newbie perspective, some of the names of the buttons are a little confusing

Steps To Reproduce

Go to the Manage page; click a user, "Add user to project" - add one
Go down to projects, click "remove"
next screen says "Remove User" and kind of makes you double take

Recommend changing it to "Remove User from Project 123"

TagsNo tags attached.

Activities

giallu

giallu

2009-08-31 03:10

reporter   ~0022828

A couple things. I agree we're in need of improvements on the interface side, so your suggestions are really welcome.

That said, you can probably notice we are actually changing some buttons names and stuff in 1.2 (cfr this very tracker instance).

It would be very very useful if you could:

  1. use a recent tarball
  2. suggest changes in form of small patches (if it's just changing string they're going to be trivial)

thanks!

siebrand

siebrand

2010-11-01 06:57

developer   ~0027205

Thanks for the report. I played out your scenario and it looked confusing to me too. I surely didn't want to delete the whole user, did I?

So: Changed to read 'Remove User from Project <project name>' per the next 1.2.x release.

Updated in commit 04a055dd97e4e4fd9307b2d1162165e564bc750c. Not yet pushed.

Related Changesets

MantisBT: master-1.2.x e1a519c1

2010-11-01 06:56

siebrand


Details Diff
Fix 0010887: 'Remove User' button to remove user from project is confusing.

Changed to read 'Remove User from Project <project name>'.
Affected Issues
0010887
mod - manage_proj_user_remove.php Diff File
mod - lang/strings_english.txt Diff File
mod - manage_user_proj_delete.php Diff File

MantisBT: master f10c878b

2010-11-16 10:40

Damien Regad

Committer: dhx


Details Diff
Fix 0010887: Remove "Reset Password" button on User Edit Page when using LDAP

With LDAP, Mantis is not controlling the password, so resetting it does not make
sense (i.e. be consistent with behavior in My Account page)

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0010887
mod - manage_user_edit_page.php Diff File

MantisBT: master-1.2.x 0ac367d1

2010-11-16 10:40

Damien Regad

Committer: dhx


Details Diff
Fix 0010887: Remove "Reset Password" button on User Edit Page when using LDAP

With LDAP, Mantis is not controlling the password, so resetting it does not make
sense (i.e. be consistent with behavior in My Account page)

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0010887
mod - manage_user_edit_page.php Diff File