Tasks (site requests, bug reports, etc.) which affect Gujarati language editions only.
Proposed and discussed at T254963
Tasks (site requests, bug reports, etc.) which affect Gujarati language editions only.
Proposed and discussed at T254963
This ticket seems to be about how lsearchd parses wikitext, which isn't really relevant anymore. I can't reproduce the unwanted parsing behavior with current on-wiki search, so I'm closing the ticket. If there is still a problem, please re-open with new examples, or open a new ticket.
Em T361622#9779696, @Dsvyas escreveu:Thank you for this, however magic word EXPECTWITHOUTSCANS doesn't seem to be active on gu.ws yet as the main page{F50929864} displays this as text when added.
Thank you for this, however magic word EXPECTWITHOUTSCANS doesn't seem to be active on gu.ws yet as the main page{F50929864} displays this as text when added.
Main Pages will now be able to add the __EXPECTWITHOUTSCANS__ magic word to be excluded from Special:PagesWithoutScans.
In T361622#9681331, @Soda wrote:Wsstats just subtracts one from the totals we get :)
Wsstats just subtracts one from the totals we get :)
As per API output https://gu.wikipedia.org/w/api.php?action=query&format=json&list=contenttranslationlangtrend&target=gu&origin=* and https://gu.wikipedia.org/wiki/વિશેષ:ContentTranslationStats I see that the data for 2016-02-28 is not missing. There are 4 published translations
I have configured InternetArchiveBot for Gujarati Wikipedia. As linked above community consensus has already been obtained. Since there are no local bureaucrats on Gujarati Wikipedia I have requested approval from the stewards.
@Aklapper Sorry, this is a wiki content (gadget fixing) request. It is not supposed to be here.
Could someone please elaborate what exactly is requested here, so this does not depend on the knowledge of two people only? Steps to reproduce, what exactly is expected where, links, would help. Thanks! :)
Ah, Apologize! 🤦
@CptViraj That category seems to be the category of pages that contain the __NOINDEX__ magic word. You added __NOINDEX__ to the category body meaning you made the category a member of itself leading to the endless recursion. I've removed the __NOINDEX__ magic word from the Category body in this edit.
Hi @CptViraj, thanks for taking the time to report this! For future reference, please always follow https://www.mediawiki.org/wiki/How_to_report_a_bug and include links:
Thank you @Soda I have corected the same.
Thank you @Aklapper I will do the needful
Thank you @AntiCompositeNumber
Thank you @Mahir256
Thank you all.
@AntiCompositeNumber: Whou, thanks for finding that!
In T261420#6416665, @Aklapper wrote:On an unrelated note (not related to this bug!): If you follow https://www.mediawiki.org/wiki/Help:Locating_broken_scripts (which is always a good idea) you can see Error: Unknown module: ext.wikiEditor.toolbar. On https://gu.wikisource.org/wiki/મીડિયાવિકિ:Gadgets-definition , the line button-center[ResourceLoader|dependencies=ext.wikiEditor.toolbar|default]|button-center.js is broken and needs fixing by the community.
Looks like it. That's been fixed in code, so removing the snippet is the right solution.
In T261420#6416738, @AntiCompositeNumber wrote:This script, called on page load, replaces every number in a thumbnail URL with that number truncated to an integer, which strips leading zeros. It was placed in MediaWiki:Common.js by Sushant salva in this edit. I'm not sure what problem it's trying to solve, so I can't really recommend a fix short of completely removing it.
It appears that the function at the bottom of https://gu.wikisource.org/wiki/MediaWiki:Common.js is causing this problem:
// Script to fix the fraction of PDFHandler // Copy this code in your User:Username/common.js $( function(){ if( mw.config.get('wgCanonicalNamespace') === 'Page' ){ var file_url = $('.prp-page-image > img').attr("src"), rx = /[- ]?([0-9]*\.[0-9] |[0-9] )/g; matches = file_url.match(rx); matches.forEach(function(v ,k ){ file_url = file_url.replace(v, Math.trunc(v)); }); $('.prp-page-image > img').attr("src", file_url); } });
On an unrelated note (not related to this bug!): If you follow https://www.mediawiki.org/wiki/Help:Locating_broken_scripts (which is always a good idea) you can see Error: Unknown module: ext.wikiEditor.toolbar. On https://gu.wikisource.org/wiki/મીડિયાવિકિ:Gadgets-definition , the line button-center[ResourceLoader|dependencies=ext.wikiEditor.toolbar|default]|button-center.js is broken and needs fixing by the community.