Last modified: 2004-11-24 00:30:57 UTC
One of the features that's quite nice with bugzilla is that anywhere a link occurs to a closed bug, it is styled differently (crossed out) to make this clear. This even, I believe, applies to the links created by just typing "bug 804" or whatever in a comment. However, the "MediaZilla" stylesheets seem to be lacking this styling. I think it just needs someone to add a CSS rule for the "bz_closed" style, as the links are being enclosed in <span style="bz_closed">...</span>. It would be very nice to have this feature working, as it makes things like lists of dependencies much more useful.
Note that strikeout should also be applied to the class bz_obsolete, which is used for patches which have been marked as obsolete. Oddly, the source for this page seems to link to http://bugzilla.wikipedia.org/css/global.css and http://bugzilla.wikipedia.org/css/edit_bug.css but neither seems to actually exist/be accessible. Maybe the rules are in there, but the files are in the wrong place or have bad permissions or somesuch malarkey.
Yeah, there was a permissions problem; when I upgraded us from 2.18rc2 to 2.18rc3 a lot of files in the CSS subdirectory got reset to be unreadable. Should be fixed now. There is in fact no edit_bug.css in 2.18rc3; not sure what's up with that.