Closed
Bug 327528
Opened 20 years ago
Closed 15 years ago
Add an XML format for describekeywords.cgi
Categories
(Bugzilla :: User Interface, enhancement, P4)
Bugzilla
User Interface
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: remi_zara, Assigned: remi_zara)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8
Build Identifier:
This could help to for instance for AJAXifying the interaction with keywords
Reproducible: Always
Steps to Reproduce:
adopt format/ctype mechanism
Attachment #212145 -
Flags: review?(LpSolit)
![]() |
||
Updated•20 years ago
|
Assignee: ui → remi_zara
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Flags: approval?
Target Milestone: --- → Bugzilla 2.24
![]() |
||
Comment 2•20 years ago
|
||
Comment on attachment 212145 [details] [diff] [review]
adopt format/ctype mechanism
It would have been nice to actually have at least another template (besides the default one) in order to be able to use this feature, but yeah, code-wise, it looks good.
Attachment #212145 -
Flags: review?(LpSolit) → review+
Updated•20 years ago
|
Flags: approval? → approval+
Here is a simple XML template, with the list of keywords and their description.
Attachment #215806 -
Flags: review?
Comment 4•20 years ago
|
||
Comment on attachment 215806 [details]
Simple XML template
> <dd><![CDATA[[% keyword.description %]]]></dd>
Sorry, this fails test suite:
not ok 246 - (en/default) template/en/default/reports/keywords.xml.tmpl has unfiltered directives:
# 27: keyword.description
# --ERROR
# Failed test (t/008filter.t at line 131)
Not to mention it looks funky. :) I assume it's syntactically valid XML because FF doesn't seem to choke on it. As there's no attached style to say what dl, dt and dd are then I must assume they are formatted correctly..
PS. Would be nice if your next attachment of this file would be in a patch format. That way the file would be much easier to add to a test system. :)
Attachment #215806 -
Flags: review? → review-
![]() |
||
Comment 5•20 years ago
|
||
LpSolit said in IRC in regard to this:
19:13 LpSolit justdave: could you have a look at the patch in bug 327528?
19:13 ssdbot LpSolit: Bug https://bugzilla.mozilla.org/show_bug.cgi?id=327528 enh, --, Bugzilla 2.24, remi_zara%mac.com, ASSI, Make describekeywords.cgi adopt the template format/ctype mechanism
19:13 LpSolit justdave: the patch having r=vladd on it
19:13 LpSolit justdave: shouldn't it have -content_disposition => in it?
(posting here so that everybody can see it next to the patch itself)
![]() |
||
Comment 6•20 years ago
|
||
Cancelling approval till my question in comment 5 is answered.
Flags: approval+
![]() |
||
Comment 7•19 years ago
|
||
This bug is retargetted to Bugzilla 3.2 for one of the following reasons:
- it has no assignee (except the default one)
- we don't expect someone to fix it in the next two weeks (i.e. before we freeze the trunk to prepare Bugzilla 3.0 RC1)
- it's not a blocker
If you are working on this bug and you think you will be able to submit a patch in the next two weeks, retarget this bug to 3.0.
If this bug is something you would like to see implemented in 3.0 but you are not a developer or you don't think you will be able to fix this bug yourself in the next two weeks, please *do not* retarget this bug.
If you think this bug should absolutely be fixed before we release 3.0, either ask on IRC or use the "blocking3.0 flag".
Target Milestone: Bugzilla 3.0 → Bugzilla 3.2
![]() |
||
Comment 8•18 years ago
|
||
Bugzilla 3.2 is now frozen. Only enhancements blocking 3.2 or specifically approved for 3.2 may be checked in to the 3.2 branch. If you would like to nominate your enhancement for Bugzilla 3.2, set "blocking3.2" tp "?", and either the target milestone will be changed back, or the blocking3.2 flag will be granted, if we will accept this enhancement for Bugzilla 3.2.
Target Milestone: Bugzilla 3.2 → Bugzilla 4.0
![]() |
||
Updated•16 years ago
|
Priority: -- → P4
Summary: Make describekeywords.cgi adopt the template format/ctype mechanism → Add an XML format for describekeywords.cgi
Whiteboard: [needs new patch]
Target Milestone: Bugzilla 4.0 → ---
![]() |
||
Comment 9•15 years ago
|
||
This bug is no longer relevant to fix comment 0, which is already implemented. Also, I think we should start using WebServices rather than wanting admin pages to be available in XML format. So I'm pretty opposed to this bug.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Whiteboard: [needs new patch]
You need to log in
before you can comment on or make changes to this bug.
Description
•