Closed
Bug 102852
Opened 23 years ago
Closed 17 years ago
Picker to choose keywords and users
Categories
(Bugzilla :: User Interface, enhancement)
Tracking
()
People
(Reporter: ludovic, Unassigned)
References
Details
Attachments
(1 file, 7 obsolete files)
20.24 KB,
patch
|
jouni
:
review-
|
Details | Diff | Splinter Review |
DESCRIPTION:
This patch provides a picker for choosing keywords. Another patch will provide a
user picker.
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..
keyword_picker.patch:
patch inserting the picker code into the 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
|
||
Reporter | ||
Comment 2•23 years ago
|
||
Reporter | ||
Comment 3•23 years ago
|
||
Reporter | ||
Comment 4•23 years ago
|
||
Reporter | ||
Comment 5•23 years ago
|
||
Reporter | ||
Comment 7•23 years ago
|
||
Reporter | ||
Comment 8•23 years ago
|
||
I would like to rename attachment "picker search patch v2" to "picker search
page v2".. and mark "picker search page" obsolete..
The update is just to allow search on multiple fields in the Database...
Updated•23 years ago
|
Updated•23 years ago
|
Attachment #51840 -
Attachment is patch: true
Comment 9•23 years ago
|
||
Comment on attachment 51836 [details]
Picker library
This file contains the following copyright notice:
> * last updated : 971228
> * by Ludovic Dubost - December 1997
> *
> * Copyright Netvalue 2001
with no other licensing info specified. This basically prevents us from being
able to use it because there is no permission granted for modifications or
distribution.
Netvalue would need to re-release this file under Mozilla Public License before
we can use it.
Attachment #51836 -
Flags: review-
Reporter | ||
Comment 10•23 years ago
|
||
Reporter | ||
Comment 11•23 years ago
|
||
I've re-released the picker library using the MPL...
BTW, attachment 51839 [details] and now 51836 should be marked obsolete..
Updated•23 years ago
|
Attachment #51836 -
Attachment is obsolete: true
Updated•23 years ago
|
Attachment #51839 -
Attachment is obsolete: true
Updated•23 years ago
|
Attachment #51906 -
Attachment description: Picker Search Patch v2 → Picker Search Page v2
Comment 12•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 13•23 years ago
|
||
*** Bug 114799 has been marked as a duplicate of this bug. ***
Comment 14•23 years ago
|
||
Comment on attachment 51840 [details] [diff] [review]
Patch for keyword picker
ludovic@netvalue.com: This patch is badly outdated and many of the files need
templatization. In addition to this, it's hard to review half a dozen of
separate files without filenames.
If you plan on continuing work with this code, please generate a single diff
-uN (against current trunk codebase) about the whole thing so that it's easier
to install the patch and try it out.
Attachment #51840 -
Flags: review-
Reporter | ||
Comment 15•23 years ago
|
||
Here are the name of the files..
Picker frame set: picker.cgi
Picker search form: picker_search.cgi
Picker Search Page v2: picker_searchresult.cgi
Picker Library v2: libpicker.js
Patch: bug_form.pl buglist.cgi
I understand the patch is pretemplatization but we don't plan to upgrade our
bugzilla to the templatized one soon (because it means reimplementing many of
our changes) so I'm not sure I will be runnning a diff soon..
Anyway thanks for the diff -uN as I didn't find any documentation on how to
generate the patches the right way...
The actual patches to bug_form.pl and buglist.pl are quite short so should be
quite easy to port to the trunk..
Comment 16•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 17•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
Updated•22 years ago
|
OS: Linux → All
Hardware: PC → All
Reporter | ||
Comment 18•21 years ago
|
||
This is a new version of the patch against 2.17. You also need to apply the
patch in Bug 221039 that separates the knob code from the edit template.
The modifications are done to the template but the scripts themselves are not
templatized (they are quite simple and there is not much to customize in terms
of look)..
This patch includes the keyword picker but also the user picker of bug 102942.
The user picker is a little obsolete at least for the assigned/cc field as now
there is user matching.. However I still submit it as it is a different
approach..
Attachment #51837 -
Attachment is obsolete: true
Attachment #51838 -
Attachment is obsolete: true
Attachment #51840 -
Attachment is obsolete: true
Attachment #51906 -
Attachment is obsolete: true
Attachment #53805 -
Attachment is obsolete: true
Reporter | ||
Updated•21 years ago
|
Summary: Picker to choose keywords → Picker to choose keywords and users
Reporter | ||
Comment 19•21 years ago
|
||
*** Bug 102942 has been marked as a duplicate of this bug. ***
Reporter | ||
Updated•21 years ago
|
Attachment #132530 -
Flags: review?
Comment 20•21 years ago
|
||
Where can i look at a "user picker" in action ? Do you have a testing site or
could you provide a screenshot ?
Comment 21•21 years ago
|
||
Comment on attachment 132530 [details] [diff] [review]
Patch against 2.17 head of Oct 2nd
Slight bitrot, but more importantly, I also think we should have all
user-facing code templatized, no matter how little actual customizability there
may be. You can always add CSS classes and stuff, but more importantly, we have
a reasonably good framework for finding template problems (like XSS), which
doesn't help for print-using CGI code.
Attachment #132530 -
Flags: review? → review-
Updated•21 years ago
|
Assignee: myk → ludovic
Comment 22•21 years ago
|
||
enhancements without current patches are being pushed to 2.20
Target Milestone: Bugzilla 2.18 → Bugzilla 2.20
Comment 23•20 years ago
|
||
Bugzilla 2.20 feature set is now frozen as of 15 Sept 2004. Anything flagged
enhancement that hasn't already landed is being pushed out. If this bug is
otherwise ready to land, we'll handle it on a case-by-case basis, please set the
blocking2.20 flag to '?' if you think it qualifies.
Target Milestone: Bugzilla 2.20 → Bugzilla 2.22
Assignee: ludovic → myk
QA Contact: mattyt-bugzilla → default-qa
Target Milestone: Bugzilla 2.22 → ---
![]() |
||
Updated•18 years ago
|
Assignee: myk → ui
![]() |
||
Comment 24•17 years ago
|
||
About users, we already have the usemenuforusers parameter for a long time. About keywords, this has been implemented in bug 80169 in Bugzilla 3.2.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•