Roundup Tracker - Issues

Issue 1539080

classification
more comfortable adding of users
Type: rfe Severity: normal
Components: None Versions:
process
Status: fixed fixed
:
: : rouilj, tobias-herp
Priority: normal : patch

Created on 2006-08-12 05:50 by tobias-herp, last changed 2016-07-04 16:35 by rouilj.

Files
File name Uploaded Description Edit Remove
user-defaults.patch tobias-herp, 2006-08-15 17:22 function split_name(input_control) and helpers; changed user.item template
Messages
msg3436 Author: [hidden] (tobias-herp) Date: 2006-08-12 05:50
Roundup should assist the adding of new users with some
Javascript code, e.g. using the given eMail address to
build the id (which would be done by roundup when
subscribing via mail) and guessing the real name. For
trackers which define firstname and lastname user
attributes, these can be fille, too.

Patch following!
msg3437 Author: [hidden] (tobias-herp) Date: 2006-08-15 17:22
Logged In: YES 
user_id=805804

Enter 'scrooge.mcduck@your.company.com' into the address
field (user.item.html), press the <TAB> key and see what
happens :-)

One could set the focus to the address input field via
Javascript, since this is the best entry point (paste an
email address and get smart defaults entered into some other
fields -- only if empty, of course).

Fields set to 'readonly' shouldn't get changed (untested) as
this is checked by the change_field() function.

The th_label macro and more_javascript slot (submitted
earlier) are needed.

Finally, I added a "reset" button for convenience (which is
localized by the browser)
msg5715 Author: [hidden] (rouilj) Date: 2016-07-02 20:10
I think the earlier patch Tobias references with th_label and
more_javascript is attached to: issue1539081
msg5743 Author: [hidden] (rouilj) Date: 2016-07-04 16:35
Closing. Looks like this as added in:

changeset:   3704:18def94e5150
user:        Tobias Herp <tobias-herp  maybe at users.sourceforge.net>
date:        Sun Sep 17 23:27:21 2006 +0000
files:       templates/classic/html/help_controls.js
templates/classic/html/issu...
description:
macro th_label:

- usage of th_label in user.item.html (for a start)

- macro search_select_translated (for status and priority)

- Javascript support for adding uses (just past the email address and
  leave the input field)
History
Date User Action Args
2016-07-04 16:35:11rouiljsetstatus: open -> fixed
resolution: fixed
messages: + msg5743
2016-07-02 20:10:01rouiljsetnosy: + rouilj
messages: + msg5715
2016-04-11 00:53:37rouiljsetkeywords: + patch
nosy: + tobias-herp, - tobias-herp
2006-08-12 05:50:28tobias-herpcreate