Last modified: 2012-08-14 11:36:51 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T6187, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 4187 - HTML and wiki-links in MediaWiki:Tagline are discarded
HTML and wiki-links in MediaWiki:Tagline are discarded
Status: RESOLVED DUPLICATE of bug 3208
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.6.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-12-05 22:08 UTC by T. Gries
Modified: 2012-08-14 11:36 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
regular patch for CVS-HEAD to show the tagline and allowing wikified texts and links (1.40 KB, patch)
2005-12-13 00:22 UTC, T. Gries
Details

Description T. Gries 2005-12-05 22:08:00 UTC
For several applications I need the possibility to have [[Internal]] and
[http://www.external.org] links rendered in [[MediaWiki:Tagline]] strings.

Currently, this is not the case.

For me it looks like a bug, because the other similar message
[[MediaWiki:sitenotice]] which is shown above the page title, allows both
[[Internal]] and [http://www.external.org] links !
Comment 1 lɛʁi לערי ריינהארט 2005-12-05 22:40:54 UTC
(In reply to comment #0)
> ... For me it looks like a bug, ...

This is "how it is". MediaWiki messages are / can be handeled differently. I
experienced this for many messages. The only way to find it out is to look in
the php code, to use the trial and error method *and* to hope that the message
will not be handeled differently in comming releases.

This is at least the *third* bug report on that topic during the last three
days. I proposed some times ago
Bug 2453: [[Special:Allmessages]] should provide information about the type of
the MediaWiki message

A common table with these types could help
a) to generate this type information in [[Special:Allmessages]]
b) to use common functions where this additional information is implemented /
updated consitently.

best regards reinhardt [[user:gangleri]]
Comment 2 T. Gries 2005-12-08 23:35:16 UTC
can someone _please_ fix that problem, that tagline does neither allow HTML nor
Wiki-syntax links ?
I need that working
Comment 3 Rob Church 2005-12-09 08:01:36 UTC
You selected 1.5-cvs. Is it fixed in HEAD?
Comment 4 T. Gries 2005-12-11 23:06:03 UTC
is a duplicate description of Comment #8 in bugzilla 3208
http://bugzilla.wikipedia.org/show_bug.cgi?id=3208#c8

When can we expect to have this solved ?

*** This bug has been marked as a duplicate of 3208 ***
Comment 5 T. Gries 2005-12-11 23:07:45 UTC
(In reply to comment #3)
> You selected 1.5-cvs. Is it fixed in HEAD?


Rob, i just checked this for MediaWiki:tagline : NOT fixed in HEAD, i.e. wiki
syntax in tagline is ignored. Should be pleased solved -- who can solve this and
similar inconsistently not working wiki formatting in certain message text ?
Comment 6 T. Gries 2005-12-12 21:06:23 UTC
(In reply to comment #0) 
For those who need [[MediaWiki:tagline]] messages with HTML and Wiki-formatted texts (which is currently not 
possible), the attached very simple patch is suggested for CVS-HEAD and similar products: 
 
/skins/Monobook.php  
change line 84 (or search for 'tagline') 
 
	<h3 id="siteSub"><?php $this->msg('tagline') ?></h3> 
to 
	<h3 id="siteSub"><?php $this->msgWiki('tagline') ?></h3> 
 
I will submit a regular patch as soon as the cvs access to sf.net is working again (which is currently not the 
case for me for an unknown reason). 
 
I also ask the experts to review my patch - if it could negative side effects 
 
Comment 7 T. Gries 2005-12-13 00:22:57 UTC
Created attachment 1178 [details]
regular patch for CVS-HEAD to show the tagline and allowing wikified texts and links

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links