Closed
Bug 479224
Opened 16 years ago
Closed 11 years ago
request hooks at create.html.tmpl and userselect.html.tmpl
Categories
(Bugzilla :: Extensions, enhancement)
Bugzilla
Extensions
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: sting606, Unassigned)
References
()
Details
Attachments
(1 file)
20.00 KB,
application/x-tar
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6
Build Identifier: 3.3.3
i wrote an extension to create bug page , when user writes in AssignTo feild the extension will open a menu that suggests name completion .
the mechanism at work is when third letter is typed a javascript intrinsic event will submit a cgi request for suggets.cgi and the reponse will be displayed in an iframe
this page doesn't offer attaching the patch i created , althout the guide at: http://www.bugzilla.org/docs/3.2/en/html/cust-hooks.html says it should
Reproducible: Always
Comment 2•16 years ago
|
||
Hey. You'll want to follow our development process, described here:
http://wiki.mozilla.org/Bugzilla:Developers
Make sure to attach a patch, not a tarball.
Assignee: create-and-change → sting606
Severity: minor → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: x86 → All
can you please point out the most important detail that is inconsistant with your development process ?
icouldn't download cvs version since cvs downlaod is very slow
(In reply to comment #2)
> Hey. You'll want to follow our development process, described here:
>
> http://wiki.mozilla.org/Bugzilla:Developers
>
> Make sure to attach a patch, not a tarball.
Updated•15 years ago
|
Component: Creating/Changing Bugs → Extensions
Comment 4•11 years ago
|
||
These hooks are no longer needed as user fields already offer auto-completion.
Assignee: sting606 → extensions
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•