Closed
Bug 467279
Opened 17 years ago
Closed 17 years ago
config.rdf.tmpl flag uri is not equal in resource and about tag
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: Frank, Assigned: Frank)
Details
Attachments
(1 file)
|
991 bytes,
patch
|
wicked
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; de-de) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1
Build Identifier: Bugzilla 3.2
in https://bugzilla.mozilla.org/show_bug.cgi?id=465219#c12 I report that problem. After the release of 3.2 I hope that now is the right time to do an api break.
Reproducible: Always
Actual Results:
I think that the uri used as a resource should be the same as the about uri of
the definition.
Example:
<li
resource="http://macmainz.dyndns.org/Internet/Bugzilla_Develop/component.cgi?name=Bugzilla&product=MylynTest"/>
and
<bz:component
rdf:about="http://macmainz.dyndns.org/Internet/Bugzilla_Develop/component.cgi?name=Bugzilla&product=MylynTest">
but not
<li
resource="http://macmainz.dyndns.org/Internet/Bugzilla_Develop/flags.cgi?id=1&name=FLAG_A"
/>
and
<bz:flag_type
rdf:about="http://macmainz.dyndns.org/Internet/Bugzilla_Develop/flag.cgi?id=1&name=FLAG_A">
| Assignee | ||
Comment 1•17 years ago
|
||
| Assignee | ||
Updated•17 years ago
|
Attachment #350674 -
Flags: review?
Comment 2•17 years ago
|
||
Comment on attachment 350674 [details] [diff] [review]
patch, V1
Looks good.
Attachment #350674 -
Flags: review? → review+
Updated•17 years ago
|
Assignee: general → Frank
Severity: normal → trivial
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: approval?
Target Milestone: --- → Bugzilla 3.4
Version: unspecified → 3.2
Comment 3•17 years ago
|
||
OK, but it's kind of an API break so we have to relnote it.
Flags: approval? → approval+
Keywords: relnote
Comment 4•17 years ago
|
||
Checking in template/en/default/config.rdf.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/config.rdf.tmpl,v <-- config.rdf.tmpl
new revision: 1.16; previous revision: 1.15
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
Added to the release notes for Bugzilla 3.4 in bug 494037.
Keywords: relnote
You need to log in
before you can comment on or make changes to this bug.
Description
•