Closed
Bug 293890
Opened 20 years ago
Closed 20 years ago
Missing element declarations in bugzilla.dtd
Categories
(Bugzilla :: Bug Import/Export & Moving, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: bugz, Assigned: cso)
Details
Attachments
(2 files)
|
1.56 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
|
1.51 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 bugzilla.dtd is not a valid DTD: colsw04m -> ./dtdvalid -d bugzilla.dtd bugzilla.dtd:W::: element type "votes" has not been declared bugzilla.dtd:W::: element type "groups" has not been declared There's a "group" which is unused so that's probably just a typo... Reproducible: Always Steps to Reproduce:
| Assignee | ||
Comment 1•20 years ago
|
||
Group is actually used... it looks like the typo is actaully groups.
Summary: Missing element declarations in bugzilla.dtd → Missing element declarations in bugzilla.dtd
Forgot to mention that this is not yet fixed in CVS (bugzilla.dtd-1.10).
| Assignee | ||
Updated•20 years ago
|
Assignee: import-export → colin.ogilvie
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 3•20 years ago
|
||
Fixes this... the output from a test install seems to be valid based on this patch.
Attachment #183403 -
Flags: review?
Updated•20 years ago
|
Attachment #183403 -
Flags: review? → review+
| Assignee | ||
Updated•20 years ago
|
Attachment #183403 -
Flags: review+ → review?(mkanat)
Updated•20 years ago
|
Attachment #183403 -
Flags: review?(mkanat) → review+
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Bugzilla 2.20
Version: unspecified → 2.19
| Assignee | ||
Updated•20 years ago
|
Flags: approval?
Comment 4•20 years ago
|
||
Is this broken on 2.18, too? This is something we should backport if so.
Flags: approval? → approval+
| Assignee | ||
Comment 5•20 years ago
|
||
Backported patch.
| Assignee | ||
Updated•20 years ago
|
Attachment #184245 -
Flags: review?
Updated•20 years ago
|
Flags: blocking2.20+
Flags: blocking2.18.2+
Target Milestone: Bugzilla 2.20 → Bugzilla 2.18
| Assignee | ||
Updated•20 years ago
|
Attachment #184245 -
Flags: review? → review?(mkanat)
Updated•20 years ago
|
Attachment #184245 -
Flags: review?(mkanat) → review+
Updated•20 years ago
|
Flags: approval2.18?
Updated•20 years ago
|
Flags: approval2.18? → approval2.18+
| Assignee | ||
Comment 6•20 years ago
|
||
Trunk: Checking in bugzilla.dtd; /cvsroot/mozilla/webtools/bugzilla/bugzilla.dtd,v <-- bugzilla.dtd new revision: 1.11; previous revision: 1.10 done Branch (2.18): Checking in bugzilla.dtd; /cvsroot/mozilla/webtools/bugzilla/bugzilla.dtd,v <-- bugzilla.dtd new revision: 1.8.4.1; previous revision: 1.8 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•