Last modified: 2012-02-23 05:39:44 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 T36596, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 34596 - Instead '\.', '.' is replace by danda
Instead '\.', '.' is replace by danda
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Narayam (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Santhosh Thottingal
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-22 17:34 UTC by Shantanoo
Modified: 2012-02-23 05:39 UTC (History)
4 users (show)

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


Attachments

Description Shantanoo 2012-02-22 17:34:24 UTC
On mr.wikipedia.org and mr.wikisource.org, when user types '.' it is replaced by danda. According to code in file ext.narayam.rules.mr.js

<snip>
['\\.', '', '।'], // Danda
</snip>

'\.' should be replaced by danda and not '.'.
Comment 1 Shantanoo 2012-02-22 18:05:59 UTC
If the user type \ followed by ., then it should be replace by danda.

Probable solution:


<code>
['\\\\.', '', '।'], // Danda
</code>
Comment 2 Shantanoo 2012-02-22 18:16:22 UTC
Till the correct regex starts working properly, disable the danda character. '.' is more frequently used than danda.
Comment 3 Santhosh Thottingal 2012-02-23 05:24:53 UTC
Fixed in r112186. Please verify and confirm by testing using translatewiki.net
Comment 4 Shantanoo 2012-02-23 05:34:06 UTC
(In reply to comment #3)
> Fixed in r112186. Please verify and confirm by testing using translatewiki.net

Verified. Working for dot and danda on translatewiki.net.

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


Navigation
Links