Closed
Bug 102942
Opened 23 years ago
Closed 21 years ago
User Picker for bugzilla
Categories
(Bugzilla :: User Interface, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 102852
People
(Reporter: ludovic, Assigned: myk)
Details
Attachments
(4 files, 3 obsolete files)
4.55 KB,
patch
|
Details | Diff | Splinter Review | |
4.01 KB,
patch
|
jouni
:
review-
|
Details | Diff | Splinter Review |
452 bytes,
patch
|
Details | Diff | Splinter Review | |
2.79 KB,
patch
|
Details | Diff | Splinter Review |
DESCRIPTION:
This patch provides a picker for choosing users. This patch supports search in
the database as well as in an LDAP directory... Another use of the picker is
available in the keyword picker in bug 102852
DETAILS:
libpicker.js, picker.cgi, picker_search.cgi, picker_searchresult.cgi:
database and ldap picker that is used by the keyword picker as well as the user
picker (other bug). This picker is able to be used to search in different
databases as well as ldap in the same installation..
user_picker.patch:
patch inserting the picker code into enter bug, edit bug and bug list (for
multiple edits)
REQUIREMENTS:
- Node
AUTHOR(S):
This patch has been developed by Ludovic Dubost <ludovic@netvalue.com> for the
bugzilla installation at Netvalue (http://www.netvalue.com).
Reporter | ||
Comment 1•23 years ago
|
||
This patch needs to picker code from the keyword picker (see Bug 102852)
Reporter | ||
Comment 2•23 years ago
|
||
Reporter | ||
Comment 3•23 years ago
|
||
Reporter | ||
Comment 4•23 years ago
|
||
The ldap patch allows to extract the ldap connect code from confirm_login and
put it in an ldap_connect function that can be reused and is used by the code in
picker_searchresult.cgi (see bug 102852) and is necessary for the user picker to
work in LDAP mode...
Updated•23 years ago
|
Updated•23 years ago
|
Attachment #53874 -
Attachment is obsolete: true
Updated•23 years ago
|
Attachment #53906 -
Attachment is obsolete: true
Comment 10•23 years ago
|
||
Comment on attachment 53907 [details] [diff] [review]
enter_bug.cgi:display user in list box; optional in def_params.pl Part 2 final try
marking these last two obsolete per email from the uploader.
He thought the upload was goofed up, but it wasn't.
Attachment #53907 -
Attachment is obsolete: true
Comment 11•23 years ago
|
||
We are currently trying to wrap up Bugzilla 2.16. We are now close enough to
release time that anything that wasn't already ranked at P1 isn't going to make
the cut. Thus this is being retargetted at 2.18. If you strongly disagree with
this retargetting, please comment, however, be aware that we only have about 2
weeks left to review and test anything at this point, and we intend to devote
this time to the remaining bugs that were designated as release blockers.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
Comment 12•23 years ago
|
||
Comment on attachment 51910 [details] [diff] [review]
User Picker patch
This needs more work because of the templatization issues. Applies to some of
the other patches as well, but I won't spam you by flagging them separately.
Attachment #51910 -
Flags: review-
Reporter | ||
Comment 13•23 years ago
|
||
I can't do this work right now because we don't have a templatized version of
bugzilla used in our organization and we are also using the LDAP picket only..
If anybody wants to step-in to work on this patch, feel free.. It's a nice
enhancement for day to day worker if you have an installation with a lot of
users and you can't remember all email addresses..
Comment 14•22 years ago
|
||
Bug 162990 makes it possible to specify users in all the forms as "justdave*" or
"bugrep*@peshkin*" and have it filled in and confirmed on a confirm page.
How many of the applications for this would be covered by that patch?
Comment 15•22 years ago
|
||
The User Interface component now belongs to Gerv. Reassigning all UNCONFIRMED
and NEW (but not ASSIGNED) bugs currently owned by Myk (the previous component
owner) to Gerv.
Assignee: myk → gerv
Comment 16•22 years ago
|
||
Reassigning back to Myk. That stuff about Gerv taking over the User Interface
component turned out to be short-lived. Please pardon our confusion, and I'm
very sorry about the spam.
Assignee: gerv → myk
Reporter | ||
Comment 17•21 years ago
|
||
A new version of this patch for 2.17 is in Bug 102852 merged with the keywords
patch.. Also the user picker is a little obsolete because of Bug 162990 which
allows wildcards in the user boxes..
*** This bug has been marked as a duplicate of 102852 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Comment 18•21 years ago
|
||
bulk removing target on WONTFIX/INVALID/WORKSFORME/DUPLICATE so they'll show up
as untriaged if they get reopened.
Target Milestone: Bugzilla 2.18 → ---
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•