OpenEuphoria.org Ticket #157: Interwiki link failed should be highlighted

idealy there will be one master version of the css

the euforum & docs css are missing a few classes, when creole fails to resolve a link it assigns class=euwiki_error this was in the css at some point got lost.

<span class="euwiki_error">Interwiki link failed for eu:find, eu:find</span>  
Interwiki link failed for eu:find should be highlighted 
current css should have something like, 
 
.euwiki_error{ 
text-decoration: none; 
color: #fa8072; 
} 
 
this will highlight external links better 
 
.euwik{ 
text-decoration: none; 
color: #fa8072; 
} 
 
.external{ 
text-decoration: none; 
color:#f08080; 
} 
 
.euwiki:hover 
{ 
text-decoration: none; 
background:#ffe4e1; 
} 
 
.external:hover 
{ 
text-decoration: none; 
background:#ffe4e1; 
} 
 

Details

Type: Bug Report Severity: Textual Category: General
Assigned To: jeremy Status: Fixed Reported Release: 3189
Fixed in SVN #: 3753,3867 View VCS: 3753, 3867 Milestone:

1. Comment by jeremy Nov 01, 2010

Fixed, new style added to style.css.

2. Comment by ne1uno Nov 05, 2010

should have included an example Interwiki link failed for test:WikiWordword?, test:WikiWordword?

seems fix not deployed or the class changed or something

3. Comment by ne1uno Nov 05, 2010

the above interwiki error renders as

<span class="error">Interwiki link failed for test:WikiWordword?, test:WikiWordword?</span> 

not sure why there is class error and was or is also class euwiki_error

4. Comment by jeremy Nov 05, 2010

euwiki is no more, so the class name was changed. It does work when under the parent .wiki class. I guess it needs to function under other non-wiki cases as well, such as the ticket.

See wiki:Sandbox

5. Comment by jeremy Nov 05, 2010

No longer depending on surrounding context, the class is a generic .interwiki_error, thus it works in the wiki, forum, ticket and news modules.

Search



Quick Links

User menu

Not signed in.

Misc Menu