Closed
Bug 265644
Opened 20 years ago
Closed 8 years ago
When querying multiple repositories, broken links from cvsquery.cgi
Categories
(Webtools Graveyard :: Bonsai, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kiko, Assigned: timeless)
References
Details
Attachments
(2 obsolete files)
When we have multiple repositories and list checkins in all repositories from cvsquery.cgi, broken links are generated. The reason is that we are using a single CVS_ROOT everywhere, and files listed there can be in various different repositories. I have a rather hackish patch in hand that works. I suspect CVS_ROOT should be nuked but I'll leave that up for grabs.
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Updated•20 years ago
|
Attachment #163034 -
Flags: review?(cls)
Attachment #163034 -
Flags: review?(cls) → review+
Comment on attachment 163034 [details] [diff] [review] kiko_v1: fix mozilla/webtools/bonsai/cvsquery.cgi 1.53 kiko: please verify this was applied correctly...
Attachment #163034 -
Attachment is obsolete: true
ok this isn't fixed. the javascript code is broken. output looks like this: <tr> <TD width=2%><font face='Arial,Helvetica' size=-2>2005-12-12 07:08</font><TD width=2%><a href='http://webtools.mozilla.org/registry/who.cgi?email=bsmedberg%25covad.net' onClick="return js_who_menu('bsmedberg%25covad.net','',event);" >bsmedberg%covad.net</a> <TD width=45%><a href='cvsview2.cgi?subdir=mozilla/js/src/xpconnect/shell&files=xpcshell.cpp&command=DIRECTORY&branch=&root=/cvsroot' onclick="return js_file_menu(/cvsroot, 'mozilla/js/src/xpconnect/shell','xpcshell.cpp','1.91','',event)"> mozilla/<wbr>js/<wbr>src/<wbr>xpconnect/<wbr>shell/<wbr>xpcshell.cpp <TD width=2%><font face='Arial,Helvetica' size=-2><a href='cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/js/src/xpconnect/shell&command=DIFF_FRAMESET&file=xpcshell.cpp&rev1=1.90&rev2=1.91&root=/cvsroot'>1.91</a></font> <TD width=2%><TT><FONT SIZE=-1> </FONT></TT> <TD width=2%><font face='Arial,Helvetica' size=-2>2/0</font>  <TD WIDTH=45% VALIGN=TOP>Bug <A HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=315090">315090</A> - convert xpconnect utils/tests to use frozen linkage, r=shaver </tr> And it really upsets IE.
Attachment #212215 -
Flags: review?(kiko)
| Reporter | ||
Comment 5•19 years ago
|
||
Comment on attachment 212215 [details] [diff] [review] quote text sure
Attachment #212215 -
Flags: review?(kiko) → review+
Comment 6•19 years ago
|
||
Comment on attachment 212215 [details] [diff] [review] quote text one review is enough
Attachment #212215 -
Flags: review?(justdave)
Comment on attachment 212215 [details] [diff] [review] quote text mozilla/webtools/bonsai/cvsquery.cgi 1.55
Attachment #212215 -
Attachment is obsolete: true
Comment 8•19 years ago
|
||
*** Bug 340408 has been marked as a duplicate of this bug. ***
Updated•18 years ago
|
QA Contact: timeless → bonsai
Comment 9•8 years ago
|
||
Bonsai was decommissioned, closing all remaining bugs "wontfix"
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•