Closed
Bug 245035
Opened 21 years ago
Closed 21 years ago
cleanup help-toc.rdf
Categories
(SeaMonkey :: Help Documentation, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: opitz.michael, Assigned: opitz.michael)
Details
Attachments
(1 file, 2 obsolete files)
4.74 KB,
patch
|
rjkeller
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a2) Gecko/20040527
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a2) Gecko/20040527
While working on Bug 203458 i noticed some things in help-toc.rdf
Reproducible: Always
Steps to Reproduce:
Assignee | ||
Comment 1•21 years ago
|
||
this is the first part.
I also notice that white-space is not always the same
Comment 2•21 years ago
|
||
Comment on attachment 149580 [details] [diff] [review]
first part
> - <rdf:li><rdf:Description ID="shortcuts" nc:name="Mozilla Keyboard Shortcuts" nc:link="chrome://help/locale/shortcuts.xhtml"/> </rdf:li>
> + <rdf:li> <rdf:Description ID="shortcuts" nc:name="Mozilla Keyboard Shortcuts" nc:link="chrome://help/locale/shortcuts.xhtml"/> </rdf:li>
> + <rdf:li> <rdf:Description ID="tools" nc:name="Tools and Development" nc:link="chrome://help/locale/developer_tools.xhtml"/> </rdf:li>
Why are you making this change? It was correct the way it was.
Thanks for the patch! You definetely caught some problems in the TOC RDF!
Attachment #149580 -
Flags: review-
Comment 3•21 years ago
|
||
--> michael.opitz
Assignee: rlk → michael.opitz
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 4•21 years ago
|
||
(In reply to comment #2)
> Why are you making this change? It was correct the way it was.
Since all root-Elements where in the section at the beginning and only the
tools-entry had was in a seperat root-section i thought they should be together.
But when each entry should be at the beginning of the spezific section i can
change this
Comment 5•21 years ago
|
||
Comment on attachment 149580 [details] [diff] [review]
first part
> Since all root-Elements where in the section at the beginning and only the
> tools-entry had was in a seperat root-section i thought they should be together.
> But when each entry should be at the beginning of the spezific section i can
> change this
oh sorry! so some reason I thought you were adding it to the Keyboard Shrotcuts
item. I have been ill lately, so you'll have to excuse me.
Thanks for the patch! r=rlk@trfenv.com.
Attachment #149580 -
Flags: review- → review+
Assignee | ||
Comment 6•21 years ago
|
||
Since the checkin for Bug 236942 the old patch doesn't apply anymore.
This patch will do.
no change from old patch.
Attachment #149580 -
Attachment is obsolete: true
Updated•21 years ago
|
Attachment #150834 -
Flags: review+
Assignee | ||
Comment 7•21 years ago
|
||
Another time the patch doesn't apply.
This time i also fixed a link from the last checkin to help-toc.rdf
Attachment #150834 -
Attachment is obsolete: true
Assignee | ||
Comment 8•21 years ago
|
||
Comment on attachment 152254 [details] [diff] [review]
Updated Patch
rlk can you give r+ and chack this in pls.
Attachment #152254 -
Flags: review?(rlk)
Comment 9•21 years ago
|
||
Fix checked in. Thanks michael!
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 10•21 years ago
|
||
Checked in a whitespace change to give you credit for the patch. Sorry for not
doing it before.
Updated•21 years ago
|
Attachment #152254 -
Flags: review?(rlk) → review+
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•