[Bug 54210] New: ULS: Figure out the problems Wiktionary is having and deal with it
https://bugzilla.wikimedia.org/show_bug.cgi?id=54210 Web browser: --- Bug ID: 54210 Summary: ULS: Figure out the problems Wiktionary is having and deal with it Product: MediaWiki extensions Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: UniversalLanguageSelector Assignee: wikibugs-l@lists.wikimedia.org Reporter: krinklem...@gmail.com CC: alolita.sha...@gmail.com, amir.ahar...@mail.huji.ac.il, kartik.mis...@gmail.com, niklas.laxst...@gmail.com, pgi...@wikimedia.org, run...@gmail.com, s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com Classification: Unclassified Mobile Platform: --- If there is a bug or ongoing discussion about this already, feel free to link it and close this bug. I couldn't find any however. -- On the infinite loop journey across site scripts, I had the unfortunate encounter with the following snippet of code[1]: <<< /* There have been literally a hundred thousand comments on the GP about how ULS breaks the fonts, so I am copying code kindly provided by [[User:Kephir]] (just made a bit more suitable for children - who knows, they might be reading this too!). If you were wondering why this is found at the very top, well it turns out there's some kind of race condition in the ULS code so we want this to run as soon as possible. Seriously, if I bothered to actually learn JavaScript and invest my time in it I could do this a hundred times better than any of the MediaWiki developers. I swear. */ if ($(document.body).data('webfonts')) { // the damage has been done. undo it. $('[style], [lang], [class]').css('font-family', ''); } delete mw.uls; delete mw.webfonts; delete $.fn.webfonts; if (Object.defineProperty) { // and never come back! Object.defineProperty(mw, 'uls', { "configurable": false, "set": function () { throw new Error("error"); } }); Object.defineProperty(mw, 'webfonts', { "configurable": false, "set": function () { throw new Error("error"); } }); Object.defineProperty($.fn, 'webfonts', { "configurable": false, "set": function () { throw new Error("error"); } }); } >>> Now, I don't know whether they tried to contact the developers first (if not, that is arguably a small part of blame on them). However now that it has happened and we know about it, we need to do something about it. I'm happy to help out in finding a solution (if needed), but as a start, I'd recommend someone in the language team do the following: * Find, prioritise and resolve whatever issues are most prominent to the point that the community is willing to remove this hack. * Or; if that requires significant development efforts (depends on how big these bugs are): immediately undeploy ULS from Wiktionary (enwiktionary and maybe others) and create a tracker bug for the blocking issues. Undeployment may seem extreme, but the current situation is effectively so already. Either way, something needs to happen. [1] https://en.wiktionary.org/w/index.php?title=MediaWiki:Common.js&oldid=22915160 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54209] New: Image links not leading to image file page
https://bugzilla.wikimedia.org/show_bug.cgi?id=54209 Web browser: --- Bug ID: 54209 Summary: Image links not leading to image file page Product: MediaWiki extensions Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: ZeroRatedMobileAccess Assignee: wikibugs-l@lists.wikimedia.org Reporter: aricha...@wikimedia.org CC: mgro...@wikimedia.org Classification: Unclassified Mobile Platform: --- Go to: https://en.m.wikipedia.org/wiki/San_Francisco Click/tap on an image (the lead image in the infobox will do) You are taken to: https://en.m.wikipedia.org/w/index.php?title=San_Francisco&renderZeroRatedBanner=true&renderwarning=yes&returnto=%2Fwiki%2FFile%3ASF_From_Marin_Highlands3.jpg%3Facceptbilling%3Dyes However, you should be taken to the image's file page. Similar results happen consistently for me on any image I try, either in Chrome on Android 4.2 or on Chrome on OS X. I suspect this is a result of some Zero-related code leaking for non-zero traffic. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52054] EventLogging: Schema samples dialog doesn't handle overflow
https://bugzilla.wikimedia.org/show_bug.cgi?id=52054 --- Comment #4 from Gerrit Notification Bot --- Change 84296 merged by jenkins-bot: Improve styling of schema code samples dialog https://gerrit.wikimedia.org/r/84296 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 12223] Allow distinction between inline and display math
https://bugzilla.wikimedia.org/show_bug.cgi?id=12223 --- Comment #11 from physikerwelt --- The patch that should link here: https://gerrit.wikimedia.org/r/#/c/83666/ -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54208] New: Highlight unpatrolled pages listed for selection
https://bugzilla.wikimedia.org/show_bug.cgi?id=54208 Web browser: --- Bug ID: 54208 Summary: Highlight unpatrolled pages listed for selection Product: MediaWiki extensions Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: Unprioritized Component: Nuke Assignee: wikibugs-l@lists.wikimedia.org Reporter: federicol...@tiscali.it Classification: Unclassified Mobile Platform: --- As an administrator, I sometimes want to delete many pages which don't have a clear user or title pattern, using a broad regex/wildcard and manually unselecting those I'm not interested in because I already reviewed (and patrolled) them. (Un)selecting would be easier if unpatrolled entries showed up in some way, e.g. as they do on Special:NewPages. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 31858] Make Extension:Nuke work with edits that aren't recent
https://bugzilla.wikimedia.org/show_bug.cgi?id=31858 Nemo changed: What|Removed |Added Priority|Normal |Lowest CC||federicol...@tiscali.it --- Comment #1 from Nemo --- Can't you just raise $wgRCMaxAge? And if you can't, are you sure the reason is not precisely to avoid such long-spanning queries? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54182] Cant edit as logged in
https://bugzilla.wikimedia.org/show_bug.cgi?id=54182 --- Comment #3 from Juan de Vojníkov --- OK, thank you. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54122] Commons Delinker sometimes returns HTTP 504: Gateway Timeout
https://bugzilla.wikimedia.org/show_bug.cgi?id=54122 --- Comment #3 from Rainer Rillke @commons.wikimedia --- So here is the complete message: 504 Gateway Time-out 504 Gateway Time-out nginx/1.1.19 https://commons.wikimedia.org/w/index.php?title=User:Rillke/CDC_mystery&oldid=104491400 22:37, 16 September 2013 If you need a special response header for debugging, please let me know. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54193] Warning: Recursion detected in RequestContext::getLanguage in /usr/local/apache/common-local/php-1.22wmf16/includes/context/RequestContext.php on line 281
https://bugzilla.wikimedia.org/show_bug.cgi?id=54193 --- Comment #1 from Niklas Laxström --- I can't do anything about this without a backtrace. Not sure how to mark that. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54076] Database error when installing Flow
https://bugzilla.wikimedia.org/show_bug.cgi?id=54076 Quim Gil changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |FIXED Assignee|wikibugs-l@lists.wikimedia. |sp...@wikimedia.org |org | --- Comment #4 from Quim Gil --- Tested with the last snapshot and now the installation goes fine. Or at least no error is reported during the upgrade, and the extension appears at Special:Version. (Now I'm stuck at https://www.mediawiki.org/wiki/Extension_talk:Flow#Internal_errors_32348 but that seems to be an unrelated problem) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53541] Enable CleanChanges extension on Meta-Wiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=53541 Theo changed: What|Removed |Added CC||de10...@gmail.com --- Comment #21 from Theo --- So, is this settled or can it be disabled until there is any further development? I don't think this was put up for a vote or anything on meta. As Barras said, 4 people voted for it, most didn't even know what it entailed. Also, I hate this. It looks horrible. But whatever (In reply to comment #20) > And in my experience, increased exposure to something, particularly something > incorrect or seemingly in need of improvement, increases the likelihood of > improvements taking place (cf. [[Linus's Law]] and [[m:Cunningham's Law]]). Oh yay more laws! ;) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 41371] Thumbnail/imagescaler (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=41371 Nemo changed: What|Removed |Added Depends on||54045 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54045] Wikimedia thumbnail generator often returns HTTP 500 Internal Server Error
https://bugzilla.wikimedia.org/show_bug.cgi?id=54045 Nemo changed: What|Removed |Added Blocks||41371 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53995] Enable CirrusSearch on it.wiktionary
https://bugzilla.wikimedia.org/show_bug.cgi?id=53995 --- Comment #2 from Nemo --- Thanks! -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54174] accessibility for blind - screen reader can't read translations and declensions
https://bugzilla.wikimedia.org/show_bug.cgi?id=54174 Gabriel Wicke changed: What|Removed |Added CC||gwi...@wikimedia.org --- Comment #1 from Gabriel Wicke --- The JS-based collapsing of those sections could be an issue. OTOH that does not look new in http://en.wiktionary.org/wiki/MediaWiki:Common.js. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54207] New: Allow bureaucrats to de-translationadmin on outreachwiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=54207 Web browser: --- Bug ID: 54207 Summary: Allow bureaucrats to de-translationadmin on outreachwiki Product: Wikimedia Version: wmf-deployment Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: Site requests Assignee: wikibugs-l@lists.wikimedia.org Reporter: rschen7754.w...@gmail.com CC: benap...@gmail.com, dereck...@espace-win.org, wikimedia.b...@snowolf.eu Classification: Unclassified Mobile Platform: --- Please allow bureaucrats to remove the translationadmin status on outreach.wikimedia.org. Currently bureaucrats can remove sysop and bureaucrat, and add translationadmin, but not remove it. Also see https://bugzilla.wikimedia.org/show_bug.cgi?id=23118. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54045] Wikimedia thumbnail generator often returns HTTP 500 Internal Server Error
https://bugzilla.wikimedia.org/show_bug.cgi?id=54045 --- Comment #10 from Krinkle --- The entries in /a/mw-log/thumbnail.log are often hard to correlate since they use temporary file names. However it appears some (or all?) contain a MediaWiki File-namespace url as well. I just got another HTTP 500 Internal Server Error and found the following entry: URL: https://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/Trevor_Parscal_December_2008.jpg/660px-Trevor_Parscal_December_2008.jpg Triggered from an tag on https://commons.wikimedia.org/w/index.php?title=File:Trevor_Parscal_December_2008.jpg&action=submit when previewing an edit. [04:11 UTC] krinkle at fluorine in /a/mw-log $ tail thumbnail.log -n500 | ack-grep Trevor -C 10 Bytes: 0xFF 0x27 0x20 0x69" from "'/usr/bin/'rsvg-convert --no-external-files -w 120 -h 61 -o '/tmp/transform_5a95aeb43c6b-1.png' '/tmp/localcopy_61a6c00091e1-1.svg' 2>&1" 2013-09-17 04:10:06 mw1154 commonswiki: thumbnail failed on mw1154: error 1 "" from "'/usr/bin/convert' -quality 80 -background white -define jpeg:size=660x440 '/tmp/localcopy_cb6372f89daf-1.jpg' -thumbnail '660x440!' -set comment 'File source: http://commons.wikimedia.org/wiki/File:Trevor_Parscal_December_2008.jpg' -depth 8 -sharpen '0x0.8' -rotate -0 '/tmp/transform_f22fd870a3fc-1.jpg' 2>&1" 2013-09-17 04:10:06 mw1154 commonswiki: Removing bad 0-byte thumbnail "/tmp/transform_f22fd870a3fc-1.jpg". unlink() succeeded 2013-09-17 04:10:06 mw1157 commonswiki: thumbnail failed on mw1157: error 1 "convert: no decode delegate for this image format `/a/magick-tmp/magick-NyMRfqeG' @ error/constitute.c/ReadImage/532. convert: missing an image filename `/tmp/transform_6c0a3d0fd7c4-1.jpg' @ error/convert.c/ConvertImageCommand/3011." from "'/usr/bin/convert' -quality 80 -background white -define jpeg:size=120x53 '' -thumbnail '120x53!' -set comment 'File source: http://commons.wikimedia.org/wiki/File:Banknote_5000_rubles_(1997)_front.jpg' -depth 8 -sharpen '0x0.8' -rotate -0 '/tmp/transform_6c0a3d0fd7c4-1.jpg' 2>&1" .. 2013-09-17 04:13:59 mw1159 commonswiki: thumbnail failed on mw1159: error 1 "Error reading SVG:Error domain 1 code 96 on line 1 column 17 of file:///tmp/localcopy_2362643f10ec-1.svg: Malformed declaration expecting version" from "'/usr/bin/'rsvg-convert --no-external-files -w 120 -h 96 -o '/tmp/transform_8ba6acf9d427-1.png' '/tmp/localcopy_2362643f10ec-1.svg' 2>&1" 2013-09-17 04:13:59 mw1154 commonswiki: thumbnail failed on mw1154: error 1 "" from "'/usr/bin/convert' -quality 80 -background white -define jpeg:size=660x440 '/tmp/localcopy_babba88e51a4-1.jpg' -thumbnail '660x440!' -set comment 'File source: http://commons.wikimedia.org/wiki/File:Trevor_Parscal_December_2008.jpg' -depth 8 -sharpen '0x0.8' -rotate -0 '/tmp/transform_de7473e35169-1.jpg' 2>&1" 2013-09-17 04:13:59 mw1154 commonswiki: Removing bad 0-byte thumbnail "/tmp/transform_de7473e35169-1.jpg". unlink() succeeded 2013-09-17 04:14:01 mw1154 commonswiki: Removing bad 0-byte thumbnail "/tmp/transform_55d5b98e5f7b-1.png". unlink() succeeded -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54206] New: browsertests fail if wiki messages aren't customized exactly like enwiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=54206 Web browser: --- Bug ID: 54206 Summary: browsertests fail if wiki messages aren't customized exactly like enwiki Product: Wikimedia Version: wmf-deployment Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: Quality Assurance Assignee: wikibugs-l@lists.wikimedia.org Reporter: sp...@wikimedia.org CC: cmcma...@wikimedia.org, zfili...@wikimedia.org Classification: Unclassified Mobile Platform: --- I ran `bundle exec cucumber features/login.feature` per [1] in my MediaWiki-Vagrant instance and got two failures: expected "Login error\nYou have not specified a valid username." to match "You\\ have\\ not\\ specified\\ a\\ valid\\ user\\ name\\." expected "Login error\nPassword entered was blank. Please try again." to match "The\\ password\\ field\\ was\\ empty\\.\\ Please\\ try\\ again\\." (RSpec::Expectations::ExpectationNotMetError) The first one expects enwiki's modified noname message which adds a space in "user name" (https://test2.wikipedia.org/wiki/MediaWiki:Noname). The second one expects enwiki's rewritten wrongpasswordempty message (https://test2.wikipedia.org/wiki/MediaWiki:Wrongpasswordempty). Obviously any developer who just installed MediaWiki won't have these customizations, so the tests fail. And admins on enwiki regularly change its messages, so the tests are brittle. Some of enwiki's modified messages helpfully include a which won't change, but the default form doesn't have this. The tests could do more generic text matches such as '.*valid user.*', but almost nothing is in common between the default and enwiki for wrongpasswordempty. I think a better approach is to get tests to execute with the ?uselang=qqx language code in the query string, which renders message text as the message keys themselves and thus is independent of language and message tweaks. [1] https://git.wikimedia.org/blob/mediawiki%2Fvagrant.git/HEAD/puppet%2Fmodules%2Fbrowsertests%2FREADME -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 44138] Enable CleanChanges extension on Wikidata
https://bugzilla.wikimedia.org/show_bug.cgi?id=44138 --- Comment #6 from Jasper Deng --- I strongly oppose its use on Wikidata because translation activity is very minor compared to content edits. If it were summarily deployed, even after a small discussion, it would outrage the local community. On Wikidata, it would require an RfC with input from the entire community. There's no saying "that's not how it was done in the past" because a broad well-advertised discussion is how all major user interface changes have been implemented on Wikidata. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 44138] Enable CleanChanges extension on Wikidata
https://bugzilla.wikimedia.org/show_bug.cgi?id=44138 rschen7754.w...@gmail.com changed: What|Removed |Added CC||rschen7754.w...@gmail.com --- Comment #5 from rschen7754.w...@gmail.com --- Considering what happened when this was deployed on Meta, this definitely needs a local discussion. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54205] New: VisualEditor: Dimensions of small images are lost in rendering
https://bugzilla.wikimedia.org/show_bug.cgi?id=54205 Web browser: --- Bug ID: 54205 Summary: VisualEditor: Dimensions of small images are lost in rendering Product: VisualEditor Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: jforres...@wikimedia.org Reporter: krinklem...@gmail.com CC: jforres...@wikimedia.org, krinklem...@gmail.com Classification: Unclassified Mobile Platform: --- Images that have thumbnail sizes that are larger than the original should be rendered at the specified size, not the size of the original. MediaWiki core does this, but somewhere between MediaWiki/Parsoid/VisualEditor the specified dimensions are lost. For example, on https://www.mediawiki.org/wiki/VisualEditor/Team there are various uses of [[File:Wikimedia_Foundation_office_camera_shy.png]] (of which the full size is 140px). The thumbnail size on that page is 150px, and when viewing the page normally it is rendered at 150px (browser scales up from 140px non-thumb url), but when editing in VisualEditor the node has a width attribtue of 140 instead of 150. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54204] CirrusSearch: Call to a member function getContent() on a non-object
https://bugzilla.wikimedia.org/show_bug.cgi?id=54204 --- Comment #1 from Gerrit Notification Bot --- Change 84479 had a related patch set uploaded by Reedy: Fix Call to a member function getContent() on a non-object https://gerrit.wikimedia.org/r/84479 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54204] CirrusSearch: Call to a member function getContent() on a non-object
https://bugzilla.wikimedia.org/show_bug.cgi?id=54204 Gerrit Notification Bot changed: What|Removed |Added Status|NEW |PATCH_TO_REVIEW -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54204] New: CirrusSearch: Call to a member function getContent() on a non-object
https://bugzilla.wikimedia.org/show_bug.cgi?id=54204 Web browser: --- Bug ID: 54204 Summary: CirrusSearch: Call to a member function getContent() on a non-object Product: MediaWiki extensions Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: CirrusSearch Assignee: wikibugs-l@lists.wikimedia.org Reporter: s...@reedyboy.net CC: innocentkil...@gmail.com, neverett+bugzi...@wikimedia.org Classification: Unclassified Mobile Platform: --- [17-Sep-2013 02:35:51] Fatal error: Call to a member function getContent() on a non-object at /usr/local/apache/common-local/php-1.22wmf17/extensions/CirrusSearch/CirrusSearchUpdater.php on line 52 Server: mw1104 Method: POST URL: http://www.mediawiki.org/w/index.php?title=GTA&action=delete Backtrace: #0 /usr/local/apache/common-local/php-1.22wmf17/extensions/CirrusSearch/CirrusSearchUpdater.php(52): CirrusSearchUpdater::updateFromTitleAndText() #1 /usr/local/apache/common-local/php-1.22wmf17/extensions/CirrusSearch/CirrusSearch.body.php(51): CirrusSearchUpdater::updateFromTitleAndText(154433, 'gta', 'doUpdate() #4 /usr/local/apache/common-local/php-1.22wmf17/extensions/CirrusSearch/CirrusSearch.body.php(60): CirrusSearchUpdater::updateFromTitle(Object(Title)) #5 /usr/local/apache/common-local/php-1.22wmf17/includes/search/SearchUpdate.php(107): CirrusSearch->updateTitle(154433, 'gta') #6 /usr/local/apache/common-local/php-1.22wmf17/includes/DeferredUpdates.php(102): SearchUpdate->doUpdate() #7 /usr/local/apache/common-local/php-1.22wmf17/includes/Wiki.php(607): DeferredUpdates::doUpdates('commit') #8 /usr/local/apache/common-local/php-1.22wmf17/includes/Wiki.php(460): MediaWiki->restInPeace() #9 /usr/local/apache/common-local/php-1.22wmf17/index.php(55): MediaWiki->run() #10 /usr/local/apache/common-local/w/index.php(3): require('/usr/local/apac...') #11 {main} -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53541] Enable CleanChanges extension on Meta-Wiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=53541 --- Comment #20 from MZMcBride --- (In reply to comment #18) > To be honest, I'm not convinced that the way this has been introduced > represents an improvement. > > 1) The extension itself clearly still needs UX love. The filter UI is already > cluttered, labels like "Users (Sep: |)" and confusing icon choices (magnify > icon to expand links) don't help. I agree with James' creation of bug 54203. However, I will call out what I see as a double standard here. When it's Meta-Wiki, code in an extension has you eager to pull in the reins; if this were the English Wikipedia, experimental or other one-off changes are _regularly_ deployed in extensions. Hell, the English Wikipedia basically has Wikimedia Foundation development teams devoted to this. Again, I agree that the extension needs work (or rather, Special:RecentChanges needs work). But I think it's also fair to hold CleanChanges to the same standards we hold other extensions to (security check, not out-of-sync with Wikimedia values, a clear enhancement request and/or backed by community consensus, etc.). And in my experience, increased exposure to something, particularly something incorrect or seemingly in need of improvement, increases the likelihood of improvements taking place (cf. [[Linus's Law]] and [[m:Cunningham's Law]]). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53541] Enable CleanChanges extension on Meta-Wiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=53541 --- Comment #19 from James Forrester --- (In reply to comment #18) > In other words, if these improvements are worthwhile […], I would argue that > they should be made in MediaWiki core, and consistently applied across all > wikis, ideally after some more UX attention. Have created bug 54203 to cover this. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54203] New: Core-ify the CleanChanges extension's intent (to filter RecentChanges when it is busy)
https://bugzilla.wikimedia.org/show_bug.cgi?id=54203 Web browser: --- Bug ID: 54203 Summary: Core-ify the CleanChanges extension's intent (to filter RecentChanges when it is busy) Product: MediaWiki Version: unspecified Hardware: All OS: All Status: NEW Keywords: design Severity: enhancement Priority: Unprioritized Component: Recent changes Assignee: wikibugs-l@lists.wikimedia.org Reporter: jforres...@wikimedia.org CC: e...@wikimedia.org, niklas.laxst...@gmail.com Classification: Unclassified Mobile Platform: --- As per Erik's comments in bug 53541 comment 18: | 1) The extension itself clearly still needs UX love. The filter UI is already |cluttered, labels like "Users (Sep: |)" and confusing icon choices (magnify |icon to expand links) don't help. | | 2) RecentChanges is a core feature. New extensions/features need to tie into |it all the time. Maintaining an extension for some subset of wikis that |choose it and ensuring its compatibility with all future code strikes me as |needless complication of our core UI. | | In other words, if these improvements are worthwhile (and I'm not disputing | they are! Credit to Niklas and the translatewiki.net folks for fixing issues | in their workflow), I would argue that they should be made in MediaWiki core, | and consistently applied across all wikis, ideally after some more UX | attention. Creating here without specific judgement. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 25958] thumb.php should work with ForeignAPIRepo
https://bugzilla.wikimedia.org/show_bug.cgi?id=25958 Sam Reed (reedy) changed: What|Removed |Added Blocks||54202 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54202] InstantCommons no longer working
https://bugzilla.wikimedia.org/show_bug.cgi?id=54202 Sam Reed (reedy) changed: What|Removed |Added Depends on||25958 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54202] New: InstantCommons no longer working
https://bugzilla.wikimedia.org/show_bug.cgi?id=54202 Web browser: --- Bug ID: 54202 Summary: InstantCommons no longer working Product: MediaWiki-Vagrant Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: o...@wikimedia.org Reporter: mflasc...@wikimedia.org CC: o...@wikimedia.org Classification: Unclassified Mobile Platform: --- InstantCommons does not work. Reedy suggested it may be related to thumb.php handling (which there were recent changes to). -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 49670] thumb.php doesn't work with files from instant commons
https://bugzilla.wikimedia.org/show_bug.cgi?id=49670 Sam Reed (reedy) changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Sam Reed (reedy) --- *** This bug has been marked as a duplicate of bug 25958 *** -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 25958] thumb.php should work with ForeignAPIRepo
https://bugzilla.wikimedia.org/show_bug.cgi?id=25958 Sam Reed (reedy) changed: What|Removed |Added CC||bawolff...@gmail.com --- Comment #5 from Sam Reed (reedy) --- *** Bug 49670 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 46366] Use formatter for claim diffs
https://bugzilla.wikimedia.org/show_bug.cgi?id=46366 --- Comment #9 from Gerrit Notification Bot --- Change 84478 had a related patch set uploaded by Aude: Revert "Revert "(bug 46366) Use SnakFormatter for diffs and summaries"" https://gerrit.wikimedia.org/r/84478 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54201] New: ElasticSearch for Wikibase
https://bugzilla.wikimedia.org/show_bug.cgi?id=54201 Web browser: --- Bug ID: 54201 Summary: ElasticSearch for Wikibase Product: MediaWiki extensions Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: Unprioritized Component: WikidataRepo Assignee: wikidata-b...@lists.wikimedia.org Reporter: s...@reedyboy.net CC: wikidata-b...@lists.wikimedia.org Classification: Unclassified Mobile Platform: --- Guess this might become some sort of tracker. It seems the WikibaseSolr extension is somewhat abandoned (no changes since January), and with Wikimedia choosing Elastic Search to replace Lucene, and also the solr cluster at some point, it would make more sense if Wikidata used Elastic too... -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54049] Move Elastica to its own mediawiki extension and out of CirrusSearch
https://bugzilla.wikimedia.org/show_bug.cgi?id=54049 Sam Reed (reedy) changed: What|Removed |Added Severity|normal |enhancement -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53541] Enable CleanChanges extension on Meta-Wiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=53541 Erik Moeller changed: What|Removed |Added CC||e...@wikimedia.org --- Comment #18 from Erik Moeller --- To be honest, I'm not convinced that the way this has been introduced represents an improvement. 1) The extension itself clearly still needs UX love. The filter UI is already cluttered, labels like "Users (Sep: |)" and confusing icon choices (magnify icon to expand links) don't help. 2) RecentChanges is a core feature. New extensions/features need to tie into it all the time. Maintaining an extension for some subset of wikis that choose it and ensuring its compatibility with all future code strikes me as needless complication of our core UI. In other words, if these improvements are worthwhile (and I'm not disputing they are! Credit to Niklas and the translatewiki.net folks for fixing issues in their workflow), I would argue that they should be made in MediaWiki core, and consistently applied across all wikis, ideally after some more UX attention. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 46366] Use formatter for claim diffs
https://bugzilla.wikimedia.org/show_bug.cgi?id=46366 --- Comment #8 from Gerrit Notification Bot --- Change 84477 merged by jenkins-bot: Revert "(bug 46366) Use SnakFormatter for diffs and summaries" https://gerrit.wikimedia.org/r/84477 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54200] Add support for ElasticSearch to GeoData
https://bugzilla.wikimedia.org/show_bug.cgi?id=54200 Sam Reed (reedy) changed: What|Removed |Added Priority|Unprioritized |Normal -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52993] Add support for ElasticSearch backend for ttmserver
https://bugzilla.wikimedia.org/show_bug.cgi?id=52993 Sam Reed (reedy) changed: What|Removed |Added See Also||https://bugzilla.wikimedia. ||org/show_bug.cgi?id=54200 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54200] New: Add support for ElasticSearch to GeoData
https://bugzilla.wikimedia.org/show_bug.cgi?id=54200 Web browser: --- Bug ID: 54200 Summary: Add support for ElasticSearch to GeoData Product: MediaWiki extensions Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: Unprioritized Component: GeoData Assignee: wikibugs-l@lists.wikimedia.org Reporter: s...@reedyboy.net CC: maxsem.w...@gmail.com Classification: Unclassified Mobile Platform: --- Wikimedia are swapping Lucene with search, and it would be good if we could migrate GeoData to using ElasticSearch aswell so we can remove that smaller sub-cluster. As such, support for both (or at least adding ElasticSearch) would be good to have -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54200] Add support for ElasticSearch to GeoData
https://bugzilla.wikimedia.org/show_bug.cgi?id=54200 Sam Reed (reedy) changed: What|Removed |Added See Also||https://bugzilla.wikimedia. ||org/show_bug.cgi?id=52993 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52993] Add support for ElasticSearch backend for ttmserver
https://bugzilla.wikimedia.org/show_bug.cgi?id=52993 Sam Reed (reedy) changed: What|Removed |Added Priority|Unprioritized |Normal Severity|normal |enhancement -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53938] PHP fatal error CirrusSearchTextSanitizer.php line 37: Call to a member function setEditSectionTokens() on a non-object
https://bugzilla.wikimedia.org/show_bug.cgi?id=53938 --- Comment #5 from Nik Everett --- We're seeing this again but in it's better, exception caught form: Warning: CirrusSearch couldn't get parser output for Growth/status. Returning null text which should be skipped. [Called from CirrusSearchTextSanitizer::getSantizedTextFromTitle in /usr/local/apache/common-local/php-1.22wmf17/extensions/CirrusSearch/CirrusSearchTextSanitizer.php at line 41] in /usr/local/apache/common-local/php-1.22wmf17/includes/debug/Debug.php on line 296 and Warning: Search update called with false or null text for growth status. Ignoring search update. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54199] Searches like "gro~s" cause Elasticsearch to barf back an error
https://bugzilla.wikimedia.org/show_bug.cgi?id=54199 Nik Everett changed: What|Removed |Added Priority|Unprioritized |High -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54199] New: Searches like "gro~s" cause Elasticsearch to barf back an error
https://bugzilla.wikimedia.org/show_bug.cgi?id=54199 Web browser: --- Bug ID: 54199 Summary: Searches like "gro~s" cause Elasticsearch to barf back an error Product: MediaWiki extensions Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: CirrusSearch Assignee: wikibugs-l@lists.wikimedia.org Reporter: neverett+bugzi...@wikimedia.org CC: innocentkil...@gmail.com, neverett+bugzi...@wikimedia.org Classification: Unclassified Mobile Platform: --- Searches like "gro~s" cause Elasticsearch to barf back an error: 1 Warning: Search backend error during full text search for 'gro~s'. Error message is: SearchPhaseExecutionException[Failed to execute phase [dfs], total failu re; shardFailures {[nVH6MuLCT-Wprk3vavAs9Q][mediawikiwiki_general_red][0]: SearchParseException[[mediawikiwiki_general_red][0]: from[-1],size[-1]: Parse Failure [Failed to parse source [{"fields":["id","title","namespace","redirect"],"query":{"custom_score":{"script":"_score * log10(doc['links'].value + doc['redirect_links'].value + 2 )","query":{"query_string":{"query":"gro~s","fields":["title^20","heading^5","text","redirect.title^15"],"auto_generate_phrase_queries":true,"phrase_slop":3,"highli ght":{"pre_tags":[""],"post_tags":[""],"fields":{"title":{"number_of_fragments":0},"text":{"number_of_fragments":1},"redirect.title": {"number_of_fragments":0},"heading":{"number_of_fragments":0}}},"suggest":{"text":"gro~s","phrase_title":{"phrase":{"field":"title.suggest","size":1,"max_errors":5,"con fidence":2,"direct_generator":[{"f in /usr/local/apache/common-local/php-1.22wmf17/includes/debug/Debug.php on line 296 1 Warning: Search backend error during full text search for 'gro~s'. Error message is: SearchPhaseExecutionException[Failed to execute phase [dfs], total failu re; shardFailures {[nVH6MuLCT-Wprk3vavAs9Q][mediawikiwiki_content_black][2]: SearchParseException[[mediawikiwiki_content_black][2]: from[-1],size[-1]: Parse Failure [Fa iled to parse source [{"fields":["id","title","namespace","redirect"],"query":{"custom_score":{"script":"_score * log10(doc['links'].value + doc['redirect_links'].value + 2)","query":{"query_string":{"query":"gro~s","fields":["title^20","heading^5","text","redirect.title^15"],"auto_generate_phrase_queries":true,"phrase_slop":3,"hi ghlight":{"pre_tags":[""],"post_tags":[""],"fields":{"title":{"number_of_fragments":0},"text":{"number_of_fragments":1},"redirect.tit le":{"number_of_fragments":0},"heading":{"number_of_fragments":0}}},"suggest":{"text":"gro~s","phrase_title":{"phrase":{"field":"title.suggest","size":1,"max_errors":5, "confidence":2,"direct_generator": in /usr/local/apache/common-local/php-1.22wmf17/includes/debug/Debug.php on line 296 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 46366] Use formatter for claim diffs
https://bugzilla.wikimedia.org/show_bug.cgi?id=46366 --- Comment #7 from Gerrit Notification Bot --- Change 84477 had a related patch set uploaded by Aude: I am not sure if/why this patch is a problem for travis, but let's see if this makes travis happy https://gerrit.wikimedia.org/r/84477 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 46366] Use formatter for claim diffs
https://bugzilla.wikimedia.org/show_bug.cgi?id=46366 Gerrit Notification Bot changed: What|Removed |Added Status|RESOLVED|PATCH_TO_REVIEW Resolution|FIXED |--- -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54192] HTTPS for parsoid.wmflabs.org
https://bugzilla.wikimedia.org/show_bug.cgi?id=54192 Gabriel Wicke changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54192] HTTPS for parsoid.wmflabs.org
https://bugzilla.wikimedia.org/show_bug.cgi?id=54192 --- Comment #4 from Gabriel Wicke --- As we have other ports in use (http://parsoid.wmflabs.org:8001/ for example) just changing the DNS does not work so well for us. Instead, we used iptables to DNAT port 443 to the proxy. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54185] Git-deploy should have an rsync backend
https://bugzilla.wikimedia.org/show_bug.cgi?id=54185 --- Comment #1 from Antoine "hashar" Musso --- Eventually keep in mind some other transport systems such as BitTorrent or httpd+(curl|wget) :-) -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54198] "Article Feedback V5" user account used as account archiving feedback, but doesn't exist on enwiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=54198 Sam Reed (reedy) changed: What|Removed |Added Priority|Unprioritized |Normal Severity|normal |minor --- Comment #3 from Sam Reed (reedy) --- Password change for said user, and account created on enwiki by logging in -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54065] Enable HTTPS on a Labs instance
https://bugzilla.wikimedia.org/show_bug.cgi?id=54065 Nicolas Raoul changed: What|Removed |Added Severity|normal |major --- Comment #2 from Nicolas Raoul --- Sam, thanks for confirming the problem! Could you please switch this report from UNCONFIRMED to CONFIRMED? Thanks! Also: Marking as major, as it makes Wikivoyage's dynamic maps unusable for most users (they don't notice the SSL mixed-protocol icon, and just see a blank square where the map should be). -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54198] "Article Feedback V5" user account used as account archiving feedback, but doesn't exist on enwiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=54198 --- Comment #2 from Gerrit Notification Bot --- Change 84476 had a related patch set uploaded by Reedy: Add UserGetReservedNames hook subscriber https://gerrit.wikimedia.org/r/84476 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54198] "Article Feedback V5" user account used as account archiving feedback, but doesn't exist on enwiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=54198 Gerrit Notification Bot changed: What|Removed |Added Status|NEW |PATCH_TO_REVIEW -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54198] "Article Feedback V5" user account used as account archiving feedback, but doesn't exist on enwiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=54198 Legoktm changed: What|Removed |Added CC||legoktm.wikipe...@gmail.com --- Comment #1 from Legoktm --- Right now the account can't be created due to SUL, but it really should be using https://www.mediawiki.org/wiki/Manual:Hooks/UserGetReservedNames -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54198] New: "Article Feedback V5" user account used as account archiving feedback, but doesn't exist on enwiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=54198 Web browser: --- Bug ID: 54198 Summary: "Article Feedback V5" user account used as account archiving feedback, but doesn't exist on enwiki Product: MediaWiki extensions Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: ArticleFeedbackv5 Assignee: wikibugs-l@lists.wikimedia.org Reporter: s...@reedyboy.net CC: mmul...@wikimedia.org Classification: Unclassified Mobile Platform: --- Attributing log entries to non-existent accounts feels icky Taking into account that someone else has already created the account on other wikis (dewiki and metawiki) https://en.wikipedia.org/wiki/Special:CentralAuth/Article_Feedback_V5 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 33029] Special:LinkSearch does not display results for links containing colon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33029 --- Comment #2 from Elliott Eggleston --- Submitted patch: https://gerrit.wikimedia.org/r/84475 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 33029] Special:LinkSearch does not display results for links containing colon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33029 Elliott Eggleston changed: What|Removed |Added CC||ejeggles...@gmail.com --- Comment #1 from Elliott Eggleston --- Looks like it's actually colon-specific. LinkSearch is assuming anything before the colon is a protocol (URI scheme). If there is no colon it defaults to 'http://', but with an unrecognizable protocol it defaults to the empty string. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54191] IPv6 GeoIP databases do not automatically update
https://bugzilla.wikimedia.org/show_bug.cgi?id=54191 --- Comment #3 from christ...@quelltextlich.at --- Note that those files are from geolite. So we do not have to pay to get them. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 25510] "Navigation" in sidebar is visible for a moment before disappearing (FOUC)
https://bugzilla.wikimedia.org/show_bug.cgi?id=25510 MZMcBride changed: What|Removed |Added Summary|"Navigation" in sidebar is |"Navigation" in sidebar is |visible for a moment before |visible for a moment before |disappearing (FUOC) |disappearing (FOUC) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54197] Archiving of feedback broken on enwiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=54197 --- Comment #1 from Sam Reed (reedy) --- Log for anyone interested https://en.wikipedia.org/wiki/Special:Log/articlefeedbackv5 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54196] trying to pull data on cohorts and getting [Object object] error
https://bugzilla.wikimedia.org/show_bug.cgi?id=54196 Sarah Stierch changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |WORKSFORME -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54197] New: Archiving of feedback broken on enwiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=54197 Web browser: --- Bug ID: 54197 Summary: Archiving of feedback broken on enwiki Product: MediaWiki extensions Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: ArticleFeedbackv5 Assignee: wikibugs-l@lists.wikimedia.org Reporter: s...@reedyboy.net CC: mmul...@wikimedia.org Classification: Unclassified Mobile Platform: --- Archiving disabled in https://gerrit.wikimedia.org/r/#/c/84469/ Archiving seems to be broken as the bot/job is repeatedly archiving the same set of feedback, but the items haven't been archived. Relatedly, the log entry should only be created if archiving actually succeeded 01:13 (Article feedback activity log) . . [Article Feedback V5 (57×)] 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #759669 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #759669 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #759669 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #759669 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #759669 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #759669 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #759669 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #759669 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #759669 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #759669 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #759669 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:13 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:12 . . Article Feedback V5 (Talk | block) archived feedback post #759669 on Cloud computing (Archived after 30 days of editor inactivity) 01:12 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:12 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:12 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:12 . . Article Feedback V5 (Talk | block) archived feedback post #755805 on Cloud computing (Archived after 30 days of editor inactivity) 01:12 . . Article Feedback V5 (Talk | block) archived feedback post #759669 on Cloud comput
[Bug 54182] Cant edit as logged in
https://bugzilla.wikimedia.org/show_bug.cgi?id=54182 James Forrester changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from James Forrester --- This sounds like you have a gadget or user script that is breaking VisualEditor - I can make an edit successfully: https://en.wikipedia.org/w/index.php?title=Ondine%27s_curse&diff=573233549&oldid=565577837 If you disable your scripts and gadgets one-by-one you should be able to discover which one causes the problem, which will allow you to notify the author that their code is broken and needs to be fixed. Marking as "INVALID" as gadgets are not tracked in Bugzilla but on-wiki. Sorry for the disruption - if you need a developer to explain to the offending gadget's author how to fix their code, please direct the author to us in IRC at #mediawiki-visualeditor, on e-mail or here on Bugzilla. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53382] JS error on loading watchlist in Firefox
https://bugzilla.wikimedia.org/show_bug.cgi?id=53382 --- Comment #2 from Ryan Kaldari --- Using Firefox version 23. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54196] trying to pull data on cohorts and getting [Object object] error
https://bugzilla.wikimedia.org/show_bug.cgi?id=54196 --- Comment #1 from Sarah Stierch --- Also noticed when I do try to view my reports in general (even when not trying to pull one) it gives me the same error and no reports. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53595] License shouldn't be hardcoded in MobileFrontend
https://bugzilla.wikimedia.org/show_bug.cgi?id=53595 --- Comment #7 from Gerrit Notification Bot --- Change 84465 merged by jenkins-bot: Un-hardcode footer license message https://gerrit.wikimedia.org/r/84465 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53595] License shouldn't be hardcoded in MobileFrontend
https://bugzilla.wikimedia.org/show_bug.cgi?id=53595 Jon changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54196] New: trying to pull data on cohorts and getting [Object object] error
https://bugzilla.wikimedia.org/show_bug.cgi?id=54196 Web browser: --- Bug ID: 54196 Summary: trying to pull data on cohorts and getting [Object object] error Product: Analytics Version: unspecified Hardware: Macintosh OS: Mac OS X 10.8 Status: NEW Severity: major Priority: Unprioritized Component: Wikimetrics Assignee: wikibugs-l@lists.wikimedia.org Reporter: sarahstie...@gmail.com CC: dvanli...@gmail.com Classification: Unclassified Mobile Platform: --- When I click to run Wiki Metrics instead of showing me my reports it shows me a red bar with an error saying [Object object]. I haven't been able to pull data for about 5 minutes. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 51586] Liquid threads and mobile talk dislike each other
https://bugzilla.wikimedia.org/show_bug.cgi?id=51586 --- Comment #10 from Gerrit Notification Bot --- Change 84466 had a related patch set uploaded by Jdlrobson: Redirect to talk page when liquid threads enabled https://gerrit.wikimedia.org/r/84466 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54172] Mobile frontend Nearby error not resolving
https://bugzilla.wikimedia.org/show_bug.cgi?id=54172 Jon changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 51586] Liquid threads and mobile talk dislike each other
https://bugzilla.wikimedia.org/show_bug.cgi?id=51586 Gerrit Notification Bot changed: What|Removed |Added Status|ASSIGNED|PATCH_TO_REVIEW -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 51221] Deprecated logging used in OAuth extension
https://bugzilla.wikimedia.org/show_bug.cgi?id=51221 Chris Steipp changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Chris Steipp --- Aaron fixed this a while back. Reopen if you see any more issues. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 30348] Add Oauth support to Mediawiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=30348 Bug 30348 depends on bug 51221, which changed state. Bug 51221 Summary: Deprecated logging used in OAuth extension https://bugzilla.wikimedia.org/show_bug.cgi?id=51221 What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53595] License shouldn't be hardcoded in MobileFrontend
https://bugzilla.wikimedia.org/show_bug.cgi?id=53595 --- Comment #6 from Gerrit Notification Bot --- Change 84465 had a related patch set uploaded by Kaldari: Un-hardcode footer license message https://gerrit.wikimedia.org/r/84465 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53595] License shouldn't be hardcoded in MobileFrontend
https://bugzilla.wikimedia.org/show_bug.cgi?id=53595 Gerrit Notification Bot changed: What|Removed |Added Status|NEW |PATCH_TO_REVIEW -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54192] HTTPS for parsoid.wmflabs.org
https://bugzilla.wikimedia.org/show_bug.cgi?id=54192 Yuvi Panda changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED |--- --- Comment #3 from Yuvi Panda --- Because parsoid needs more features than what labsproxy provides -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54191] IPv6 GeoIP databases do not automatically update
https://bugzilla.wikimedia.org/show_bug.cgi?id=54191 --- Comment #2 from Diederik van Liere --- Prioritization and scheduling of this bug is tracked on Mingle card https://mingle.corp.wikimedia.org/projects/analytics/cards/1151 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53762] MaxMind IP files needs to be automatically updated and version controlled (Pakistan Mobile Dashboard Issues)
https://bugzilla.wikimedia.org/show_bug.cgi?id=53762 Toby Negrin changed: What|Removed |Added Blocks||54191 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54191] IPv6 GeoIP databases do not automatically update
https://bugzilla.wikimedia.org/show_bug.cgi?id=54191 Toby Negrin changed: What|Removed |Added Depends on||53762 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54195] CentralAuth not caching Special:CentralAutoLogin/start
https://bugzilla.wikimedia.org/show_bug.cgi?id=54195 Chris Steipp changed: What|Removed |Added Priority|Unprioritized |High -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54195] New: CentralAuth not caching Special:CentralAutoLogin/start
https://bugzilla.wikimedia.org/show_bug.cgi?id=54195 Web browser: --- Bug ID: 54195 Summary: CentralAuth not caching Special:CentralAutoLogin/start Product: MediaWiki extensions Version: master Hardware: All OS: All Status: NEW Severity: major Priority: Unprioritized Component: CentralAuth Assignee: cste...@wikimedia.org Reporter: cste...@wikimedia.org CC: agarr...@wikimedia.org, bjor...@wikimedia.org, m...@nedworks.org, vasi...@gmail.com, wikimedia.b...@snowolf.eu Classification: Unclassified Mobile Platform: --- Ops pointed out that almost 60% of the apache traffic is calls to Special:CentralAutoLogin. About half of that traffic is to /start, so it looks like Special:CentralAutoLogin/start is still not cached, even though we don't disable client caching in the output page. MediaWiki is sending Cache-Control private. csteipp@linux-hv06:~> curl -Ik 'https://en.wikipedia.org/wiki/index.php?title=Special:CentralAutoLogin/start&type=script&returnto=One&returntoquery=' | grep Cache-Control Cache-Control: private, s-maxage=0, max-age=0, must-revalidate It seems like that is because OutputPage checks to see if $this->mSquidMaxage != 0, otherwise it sends out the private header. On my dev system, I added $this->getOutput()->setSquidMaxage( 3600 ), and I then get csteipp@linux-hv06:~> curl -Ik 'https://127.0.0.1/wiki_port83/de/index.php?title=Special:CentralAutoLogin/start&type=script&returnto=One&returntoquery=' HTTP/1.1 302 Found Date: Mon, 16 Sep 2013 23:32:21 GMT Server: Apache/2.2.22 (Linux/SUSE) X-Powered-By: PHP/5.3.17 X-Content-Type-Options: nosniff P3P: CP="This is not a P3P policy! See http://127.0.0.1/wiki_port83/de/index.php?title=Special:CentralAutoLogin/P3P for more info." Vary: Accept-Encoding,Cookie Cache-Control: s-maxage=3600, must-revalidate, max-age=0 Location: https://127.0.0.1/wiki_port83/pool/index.php?title=Special:CentralAutoLogin/checkLoggedIn&wikiid=dewiki83&proto=https&type=script&returnto=One&returntoquery= Content-Type: text/html; charset=utf-8 Is that enough to have varnish cache these, but logged in users will always bypass the cache? -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53645] Add input method for roa-tara
https://bugzilla.wikimedia.org/show_bug.cgi?id=53645 --- Comment #5 from Santhosh Thottingal --- You can save it in UTF-8(Unix line ending). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 50996] VisualEditor: Double-clicking on a node should open its dialog
https://bugzilla.wikimedia.org/show_bug.cgi?id=50996 --- Comment #4 from Rob Moen --- WIP: https://gerrit.wikimedia.org/r/#/c/84461/ -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52945] Foster-parented transclusion content not encapsulated- causes dirty diff
https://bugzilla.wikimedia.org/show_bug.cgi?id=52945 Arlo Breault changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 14487] add Bugzilla to unified login (SUL)
https://bugzilla.wikimedia.org/show_bug.cgi?id=14487 --- Comment #15 from Dan Garry --- I think it's important to remember why this request was being made. Staff often complain that volunteers aren't filing bugs on Bugzilla enough, and are instead leaving their complaints about bugs either in strange places, or nor making them at all. This, I suspect, is because people can't remember their Bugzilla logins, as I admit I've gotten developers to file bugs for me before simply because I couldn't figure out how to log in to Bugzilla. Given the above, linking Bugzilla to Wikitech logins does nothing whatsoever to address the actual underlying issue. We want to be making it easier for your average user to access Bugzilla, as that gives them the best way to spot things and include them in our workflows. Therefore, I think we need Bugzilla to be linked to SUL. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 52945] Foster-parented transclusion content not encapsulated- causes dirty diff
https://bugzilla.wikimedia.org/show_bug.cgi?id=52945 --- Comment #3 from Gerrit Notification Bot --- Change 82647 merged by Arlolra: Encapsulate foster-parented transclusion content. https://gerrit.wikimedia.org/r/82647 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54045] Wikimedia thumbnail generator often returns HTTP 500 Internal Server Error
https://bugzilla.wikimedia.org/show_bug.cgi?id=54045 --- Comment #9 from Bawolff (Brian Wolff) --- Btw, good debugging step would be for someone with shell to try running the convert command by hand (with limit.sh) to see what happens (e.g. if issue with cgroup config this would give an error that wouldn't be included in thumb log) See also gerrit change 83974 which would give more useful error messages in certain circumstances (which may or may not help for the current situation) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54172] Mobile frontend Nearby error not resolving
https://bugzilla.wikimedia.org/show_bug.cgi?id=54172 --- Comment #3 from Gerrit Notification Bot --- Change 84458 merged by jenkins-bot: Regression: Show human readable nearby error message https://gerrit.wikimedia.org/r/84458 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54192] HTTPS for parsoid.wmflabs.org
https://bugzilla.wikimedia.org/show_bug.cgi?id=54192 Yuvi Panda changed: What|Removed |Added Status|NEW |RESOLVED CC||yuvipa...@gmail.com Resolution|--- |FIXED --- Comment #2 from Yuvi Panda --- https://parsoid.wmflabs.org/ exists now, thanks to the dynamic proxy :) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 15913] Special:Import rejects valid XML and gives incorrect error
https://bugzilla.wikimedia.org/show_bug.cgi?id=15913 Elliott Eggleston changed: What|Removed |Added CC||ejeggles...@gmail.com --- Comment #2 from Elliott Eggleston --- I was able to import the attachment successfully using the latest code from git. Perhaps this has been fixed sometime in the last 5 years? -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54194] New: Exception from Translate/MessageCollection.php: Unknown filter
https://bugzilla.wikimedia.org/show_bug.cgi?id=54194 Web browser: --- Bug ID: 54194 Summary: Exception from Translate/MessageCollection.php: Unknown filter Product: MediaWiki extensions Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: Unprioritized Component: Translate Assignee: wikibugs-l@lists.wikimedia.org Reporter: niklas.laxst...@gmail.com CC: alolita.sha...@gmail.com, asha...@wikimedia.org, kartik.mis...@gmail.com, niklas.laxst...@gmail.com, run...@gmail.com, s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com Classification: Unclassified Mobile Platform: --- 2013-09-16 23:17:28 v22011026445052.yourvserver.net mediawiki-bw_: [30380891] /w/api.php?action=query&list=messagecollection&mcgroup=!recent&mcfilter=last-translator=1 Exception from line 359 of /www/translatewiki.net/w/extensions/Translate/MessageCollection.php: Unknown filter last-translator=1 #0 /www/translatewiki.net/w/extensions/Translate/api/ApiQueryMessageCollection.php(76): MessageCollection->filter('last-translator...', false, NULL) #1 /www/translatewiki.net/w/extensions/Translate/api/ApiQueryMessageCollection.php(23): ApiQueryMessageCollection->run() #2 /www/translatewiki.net/w/includes/api/ApiQuery.php(273): ApiQueryMessageCollection->execute() #3 /www/translatewiki.net/w/includes/api/ApiMain.php(834): ApiQuery->execute() #4 /www/translatewiki.net/w/includes/api/ApiMain.php(380): ApiMain->executeAction() #5 /www/translatewiki.net/w/includes/api/ApiMain.php(351): ApiMain->executeActionWithErrorHandling() #6 /www/translatewiki.net/w/api.php(73): ApiMain->execute() #7 {main} -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 48930] (Tracking) Database replication services
https://bugzilla.wikimedia.org/show_bug.cgi?id=48930 Legoktm changed: What|Removed |Added Depends on||54164 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54192] HTTPS for parsoid.wmflabs.org
https://bugzilla.wikimedia.org/show_bug.cgi?id=54192 --- Comment #1 from Yuvi Panda --- There's the dynamic labsproxy that does HTTPS (and there's a *.wmflabs.org certificate for it). I can setup the proxy for the guys if they want me to. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54188] Thumbnails from recent uploads don't render
https://bugzilla.wikimedia.org/show_bug.cgi?id=54188 Bawolff (Brian Wolff) changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Bawolff (Brian Wolff) --- Getting someone with shell access to run the actual convert command (with limit.sh) on mw1154 might be a good debugging step. I suspect that host is misconfigured *** This bug has been marked as a duplicate of bug 54045 *** -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54045] Wikimedia thumbnail generator often returns HTTP 500 Internal Server Error
https://bugzilla.wikimedia.org/show_bug.cgi?id=54045 --- Comment #8 from Bawolff (Brian Wolff) --- *** Bug 54188 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 41371] Thumbnail/imagescaler (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=41371 Bug 41371 depends on bug 54188, which changed state. Bug 54188 Summary: Thumbnails from recent uploads don't render https://bugzilla.wikimedia.org/show_bug.cgi?id=54188 What|Removed |Added Status|NEW |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53995] Enable CirrusSearch on it.wiktionary
https://bugzilla.wikimedia.org/show_bug.cgi?id=53995 Nik Everett changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Nik Everett --- We're deployed and the index is nearly built so I'm RESOLVEDing this bug. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53342] Improve Error handling of GeoLocation api
https://bugzilla.wikimedia.org/show_bug.cgi?id=53342 Gerrit Notification Bot changed: What|Removed |Added Status|NEW |PATCH_TO_REVIEW -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 54164] Expose revision.rev_content_format on replicated wikidatawiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=54164 Legoktm changed: What|Removed |Added CC||legoktm.wikipe...@gmail.com Blocks||48930 --- Comment #1 from Legoktm --- Also for testwikidatawiki too. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l