Last modified: 2006-03-23 00:03:05 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 T7329, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 5329 - directionality of " (" and ")" hardcoded text constants should match directionality of special page
directionality of " (" and ")" hardcoded text constants should match directio...
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Normal normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://www.anubite.co.uk/mediawiki/he...
:
Depends on:
Blocks: 4040
  Show dependency treegraph
 
Reported: 2006-03-22 22:39 UTC by lɛʁi לערי ריינהארט
Modified: 2006-03-23 00:03 UTC (History)
1 user (show)

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


Attachments

Description lɛʁi לערי ריינהארט 2006-03-22 22:39:24 UTC
Hallo!

This is a simple fix, easier then
Bug 4044: BiDi: embed 3 fields in special:Recentchanges

 . (isRTL() ? '‏' : '‎')
should be appended in
http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/includes/SpecialListusers.php?view=markup
after the hardcoded text constants " (" and ")" in order to match directionality
of the special page (at this moment the directionality of the content language /
variant).

*note*
It would improuve the code if a global string wariable $wgPageMark could be
defined and have the value
(isRTL() ? '‏' : '‎')

Will fix this bug together with Rob (either with the global variable or without).

best reagrds reinhardt [[user:gangleri]]
Comment 1 lɛʁi לערי ריינהארט 2006-03-22 22:57:09 UTC
Instructions are available at
http://test.leuksman.com/view/FiverAlpha:Special_pages/BiDi/Listusers

(In reply to comment #0)
> *note*
> It would improuve the code if a global string wariable $wgPageMark could be
> defined and have the value
> (isRTL() ? '‏' : '‎')

The safe variant of the fix requires also *another* global string wariable
$wgPageMark haveing the value
(isRTL() ? '&rtl;' : '&ltr;')

best reagrds reinhardt [[user:gangleri]]
Comment 2 Brion Vibber 2006-03-23 00:03:05 UTC
Illegible.

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


Navigation
Links