[Bug 41962] Add namespaces on [[:bar:]]
https://bugzilla.wikimedia.org/show_bug.cgi?id=41962 --- Comment #10 from Al Bua <333...@gmail.com> 2012-11-12 07:31:18 UTC --- Currently, standard namespaces are in german and not in bavarian. I've tried to change it here: http://translatewiki.net/w/i.php?language=bar&module=namespace&title=Special%3AAdvancedTranslate But it had no effect. Can you fix this too, or do I have do open a new bug. Thanks in advance. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42036] Account creation by email uses a protocol-relative URL for the wiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=42036 Alexandre Emsenhuber [IAlex] changed: What|Removed |Added Status|NEW |RESOLVED CC||ialex.w...@gmail.com Resolution||FIXED --- Comment #5 from Alexandre Emsenhuber [IAlex] 2012-11-12 06:40:52 UTC --- Change merged. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 40496] Other actions beside login should be throttled based on failed captcha attempts
https://bugzilla.wikimedia.org/show_bug.cgi?id=40496 Nathan Larson changed: What|Removed |Added CC||nathanlarson3...@gmail.com Severity|normal |enhancement --- Comment #1 from Nathan Larson 2012-11-12 06:39:03 UTC --- I agree that this is important, because all the captchas appear to have been cracked. Asirra used to work pretty well, but who knows, maybe the spammers are using brute force to get through all 4,096 (2^12; there are twelve photos with two possibilities, cat or dog, apiece) possibilities. Changing $wgAsirraCellsPerRow doesn't help; if, say, you change it to 8, then it will simply put 8 on the top row and 4 on the bottom, so you still only have 12. Is there a way to impose a throttle without possibly causing collateral damage to other users of that IP address? Maybe the only solution is to disallow edits by anons, and impose per-account throttles on CAPTCHA attempts. So, e.g., if FooUser256 has x number of bad attempts within a y-second period, he gets throttled. The problem is, he can use brute force to get through the CAPTCHA to create many accounts, and then sit around making attempts in parallel to get through the CAPTCHA on each account. So, even if there is a throttle, with enough accounts, he can eventually get through. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41962] Add namespaces on [[:bar:]]
https://bugzilla.wikimedia.org/show_bug.cgi?id=41962 --- Comment #9 from Al Bua <333...@gmail.com> 2012-11-12 06:35:19 UTC --- (In reply to comment #7) > Talk namespaces should end by Dischkrian according your configuration request. > > Currently, the portal talk namespace is "Portal Diskussion". Should we rename > it to "Portal Dischkrian"? Yes, please. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42013] 'class' as property name
https://bugzilla.wikimedia.org/show_bug.cgi?id=42013 Ershad K changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #1 from Ershad K 2012-11-12 06:29:01 UTC --- The patch has been applied and pushed to gerrit I01ded82b -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42036] Account creation by email uses a protocol-relative URL for the wiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=42036 --- Comment #4 from Brad Jorsch 2012-11-12 06:07:36 UTC --- I look forward to your changeset that cleans up the use of $wg*Server, $wgScript*, and so on throughout the whole codebase. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42036] Account creation by email uses a protocol-relative URL for the wiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=42036 --- Comment #3 from Daniel Friesen 2012-11-12 05:56:37 UTC --- No need to continue using global cruft when we have better interfaces for such things. Anything manually concatenating a $wg*Server with a path is way out of date. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41990] API Edit conflict despite no one is editing with appendtext when editing through redirect
https://bugzilla.wikimedia.org/show_bug.cgi?id=41990 Brad Jorsch changed: What|Removed |Added CC||daniel.kinz...@wikimedia.de --- Comment #3 from Brad Jorsch 2012-11-12 05:52:29 UTC --- This appears to be a regression due to ContentHandler: the old code used the last revision timestamp of the redirect target in this situation, while ContentHandler's changes (accidentally?) made it use the last revision timestamp of the redirect itself. ContentHandler is also using the contentmodel and contentformat of the redirect page itself for the edit, which is also probably going to be more wrong than using the model and format of the target. Gerrit change 33049 fixes both issues. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42036] Account creation by email uses a protocol-relative URL for the wiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=42036 Brad Jorsch changed: What|Removed |Added Keywords||patch-in-gerrit CC||bjor...@wikimedia.org --- Comment #2 from Brad Jorsch 2012-11-12 05:00:44 UTC --- Or we could just use $wgCanonicalServer. Gerrit change 33048 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42036] Account creation by email uses a protocol-relative URL for the wiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=42036 Daniel Friesen changed: What|Removed |Added Keywords||easy -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42036] Account creation by email uses a protocol-relative URL for the wiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=42036 Daniel Friesen changed: What|Removed |Added CC||mediawiki-bugs@nadir-seen-f ||ire.com --- Comment #1 from Daniel Friesen 2012-11-12 04:38:13 UTC --- Line 875 of SpecialUserlogin inside SpecialUserlogin::mailPasswordInternal. https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=blob;f=includes/specials/SpecialUserlogin.php;hb=HEAD#l875 Looks like $wgServer and $wgScript are used directly instead of using helper methods and using wfExpandUrl along with PROTO_CANONICAL. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42036] New: Account creation by email uses a protocol-relative URL for the wiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=42036 Web browser: --- Bug #: 42036 Summary: Account creation by email uses a protocol-relative URL for the wiki Product: MediaWiki Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: Unprioritized Component: Email AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: zhoris...@gmail.com Classification: Unclassified Mobile Platform: --- Unlike in other MediaWiki emails, creating an account by email and sending the new user a password that way results in the user also being sent only a protocol-relative url: Someone created an account for your e-mail address on OTRS Wiki () named "Isarra"... There should be a http: in it like the urls in other emails have. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42035] New: right-* messages are undocumented
https://bugzilla.wikimedia.org/show_bug.cgi?id=42035 Web browser: --- Bug #: 42035 Summary: right-* messages are undocumented Product: MediaWiki extensions Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: Unprioritized Component: WikidataRepo AssignedTo: wikidata-b...@lists.wikimedia.org ReportedBy: amir.ahar...@mail.huji.ac.il CC: wikibugs-l@lists.wikimedia.org, wikidata-b...@lists.wikimedia.org Classification: Unclassified Mobile Platform: --- The right-* messages are documented with the standard translatewiki.net {{doc-right}} template, but more documentation is needed. For example, it's not completely clear what is the meaning of "Override an item" and what is the difference between "set an alias" and "add an alias". -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 19262] Pages with a high number of templates suffer extremely slow rendering or read timeout for logged in users
https://bugzilla.wikimedia.org/show_bug.cgi?id=19262 --- Comment #42 from Tim Starling 2012-11-12 03:51:43 UTC --- (In reply to comment #41) > Confirmed that it is no longer possible to edit the Gaddafi article without > parser timeout (http://en.wikipedia.org/wiki/Muammar_Gaddafi). That makes 3 > reports of significantly important articles suffering read timeout in the past > week (on 3 different wikis). According to slow-parse.log on fluorine, parse times for [[Muammar Gaddafi]] have been stable at 30-35 seconds since the log began in May. The [[a]] article on en.wiktionary.org has been taking more than 30 seconds since June 4. This is not a new or rapidly-changing problem. > Since this is a more significant bug than any of > the others currently assigned to Highest priority, I'm going to bump it to > Highest as well. > > Would it be possible for us to adjust the parser timeout time until Scribunto > is deployed? I don't think that would be a good idea, I think it would worsen our exposure to DoS attacks, and encourage template editors to make articles render even more slowly. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42034] New: Viewing page of used but undefined property leads to fatal error in SMWSQLStore3
https://bugzilla.wikimedia.org/show_bug.cgi?id=42034 Web browser: --- Bug #: 42034 Summary: Viewing page of used but undefined property leads to fatal error in SMWSQLStore3 Product: MediaWiki extensions Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: Unprioritized Component: Semantic MediaWiki AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: yaro...@gmail.com CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org Classification: Unclassified Mobile Platform: --- I'm using the latest code for SMW 1.8. You can see an example of this here: http://discoursedb.org/wiki/Property:Borders_country The error message is: Notice: Undefined index: in /home/ngrandy/public_html/w/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_SQLStore3_Readers.php on line 169 Catchable fatal error: Argument 3 passed to SMWSQLStore3Readers::getSemanticDataFromTable() must be an instance of SMWSQLStore3Table, null given, called in /home/ngrandy/public_html/w/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_SQLStore3_Readers.php on line 169 and defined in /home/ngrandy/public_html/w/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_SQLStore3_Readers.php on line 123 This property, "Borders country", is used in at least one page on the wiki, but is not defined. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 19262] Pages with a high number of templates suffer extremely slow rendering or read timeout for logged in users
https://bugzilla.wikimedia.org/show_bug.cgi?id=19262 Ryan Kaldari changed: What|Removed |Added Priority|High|Highest --- Comment #41 from Ryan Kaldari 2012-11-12 02:51:59 UTC --- Confirmed that it is no longer possible to edit the Gaddafi article without parser timeout (http://en.wikipedia.org/wiki/Muammar_Gaddafi). That makes 3 reports of significantly important articles suffering read timeout in the past week (on 3 different wikis). Since this is a more significant bug than any of the others currently assigned to Highest priority, I'm going to bump it to Highest as well. Would it be possible for us to adjust the parser timeout time until Scribunto is deployed? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 37073] Impossible to step from "Upload" to "Release right"
https://bugzilla.wikimedia.org/show_bug.cgi?id=37073 Ryan Kaldari changed: What|Removed |Added Priority|Highest |Normal --- Comment #21 from Ryan Kaldari 2012-11-12 02:38:30 UTC --- This should get deployed to Commons on Wednesday (Nov. 14). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 35038] Make MathJax menus translatable [upstream]
https://bugzilla.wikimedia.org/show_bug.cgi?id=35038 --- Comment #21 from pkrau...@umich.edu 2012-11-12 02:33:47 UTC --- We'll definitely take a look but I can't make any promises. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42033] New: Use of "format=category" in query leads to error in SMWSQLStore3
https://bugzilla.wikimedia.org/show_bug.cgi?id=42033 Web browser: --- Bug #: 42033 Summary: Use of "format=category" in query leads to error in SMWSQLStore3 Product: MediaWiki extensions Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: Unprioritized Component: Semantic MediaWiki AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: yaro...@gmail.com CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org Classification: Unclassified Mobile Platform: --- I'm using the latest SMW 1.8 code. Adding "format=category" to any query seems to always lead to the following error messages: Notice: Undefined index: in /home/ngrandy/public_html/w/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_SQLStore3_Readers.php on line 169 Catchable fatal error: Argument 3 passed to SMWSQLStore3Readers::getSemanticDataFromTable() must be an instance of SMWSQLStore3Table, null given, called in /home/ngrandy/public_html/w/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_SQLStore3_Readers.php on line 169 and defined in /home/ngrandy/public_html/w/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_SQLStore3_Readers.php on line 123 The second one crashes the page I wasn't sure whether to file this as an SMW or an SRF bug; for now it's filed as an SMW bug. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42032] New: SMWSQLStore3: SMW_refreshData.php leads to unnecessary listing of special props in Special:Properties
https://bugzilla.wikimedia.org/show_bug.cgi?id=42032 Web browser: --- Bug #: 42032 Summary: SMWSQLStore3: SMW_refreshData.php leads to unnecessary listing of special props in Special:Properties Product: MediaWiki extensions Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: Unprioritized Component: Semantic MediaWiki AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: yaro...@gmail.com CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org Classification: Unclassified Mobile Platform: --- I'm using SMW_refreshData.php to populate the database tables in SMWSQLStore3. It's basically working, but it unfortunately leads to unnecessary lines in Special:Properties - every special property is listed both by its English-language name, and its code. For instance, there's a line for both "Creation date" and "CDAT". I assume the 2nd one should not be there. You can see this here: http://discoursedb.org/wiki/Special:Properties -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42030] Converter between language variants doesn't include oldid
https://bugzilla.wikimedia.org/show_bug.cgi?id=42030 --- Comment #1 from Amqui 2012-11-12 02:17:54 UTC --- Link to the conversion script: https://www.mediawiki.org/wiki/Special:Code/MediaWiki/86670 (I wasn't sure in what 'component' to put this bug, the language converter category only mentions Chineese and Serbian) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42031] New: "Start updating data" button has no effect
https://bugzilla.wikimedia.org/show_bug.cgi?id=42031 Web browser: --- Bug #: 42031 Summary: "Start updating data" button has no effect Product: MediaWiki extensions Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: Unprioritized Component: Semantic MediaWiki AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: yaro...@gmail.com CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org Classification: Unclassified Mobile Platform: --- I'm using the latest SMW 1.8 code, and SMWSQLStore3. I don't know if the choice of SQL store has any impact on it, but in any case: when I press the "Start updating data" button, it doesn't actually do anything. It brings me to the "data will be updated" page, but it doesn't create any MediaWiki jobs, or otherwise seem to have any effect. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42030] Converter between language variants doesn't include oldid
https://bugzilla.wikimedia.org/show_bug.cgi?id=42030 Amqui changed: What|Removed |Added Priority|Unprioritized |Low Severity|normal |enhancement -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42030] New: Converter between language variants doesn't include oldid
https://bugzilla.wikimedia.org/show_bug.cgi?id=42030 Web browser: --- Bug #: 42030 Summary: Converter between language variants doesn't include oldid Product: MediaWiki Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: Unprioritized Component: Internationalization AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: lebo.bel...@gmail.com CC: asha...@wikimedia.org, niklas.laxst...@gmail.com, s.mazel...@xs4all.nl, srik@gmail.com Classification: Unclassified Mobile Platform: --- The Inuktitut (iu) Wikipedia uses an automatic converter to displays pages either in Canadian Inuktitut Syllabics or in latin alphabet. However, when consulting an old version of a page (with the parameter &oldid= in the url), the conversion tool doesn't keep the &oldid= in the url. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 11147] Special page to show earliest contributions for each user
https://bugzilla.wikimedia.org/show_bug.cgi?id=11147 Ryan Schmidt changed: What|Removed |Added Status|NEW |RESOLVED Resolution||WONTFIX --- Comment #5 from Ryan Schmidt 2012-11-12 02:11:08 UTC --- I don't even remember why I requested this, so I second the WONTFIX and will just go ahead and be bold by marking it as such. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 40147] "Copy metadata" feature does not copy custom fields
https://bugzilla.wikimedia.org/show_bug.cgi?id=40147 --- Comment #2 from Erik Moeller 2012-11-12 02:03:49 UTC --- Nischay, this refers to custom fields added by the campaign feature; see https://www.mediawiki.org/wiki/Extension:UploadWizard/Campaigns -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41489] ULS: JSON loading problems (Access-Control-Allow-Origin)
https://bugzilla.wikimedia.org/show_bug.cgi?id=41489 --- Comment #7 from Andre Klapper 2012-11-12 01:32:40 UTC --- (In reply to comment #6) > Remaining issue is the one of allow-origin. Also added docs. > What else needs to be done? Could somebody answer this? Nikola / Krinkle? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41979] MediaWiki treats User:WMF_Import as an IP instead of a user account
https://bugzilla.wikimedia.org/show_bug.cgi?id=41979 --- Comment #6 from Thehelpfulone 2012-11-12 00:31:20 UTC --- Well I'm looking at it as a bug in that when someone is looking at the history of one of the hundreds of user pages that have had a template added on them and been protected to find out what "WMF Import" is, they'll certainly get confused that they were taken to the standard page for an IP like I was and wonder how an IP was able to protect pages to sysop only. So if we were to "fix" this by creating the account, would http://en.wikivoyage.org/w/index.php?title=Special:Contributions/WMF_Import not link to the user page instead of the greyed out "WMF Import" I can see presently where there is usually a user page link? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41979] MediaWiki treats User:WMF_Import as an IP instead of a user account
https://bugzilla.wikimedia.org/show_bug.cgi?id=41979 --- Comment #5 from Daniel Friesen 2012-11-12 00:25:36 UTC --- That's not a bug. Any edit not made by a logged in user (ie: with a rev_user of 0) both anon and system are intentionally given a contribs link. Imported edits are not supposed to be randomly assigned to users that may or may not be the same. And creating a user account won't change those edits because they will still have a rev_user of 0. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41979] MediaWiki treats User:WMF_Import as an IP instead of a user account
https://bugzilla.wikimedia.org/show_bug.cgi?id=41979 Snowolf changed: What|Removed |Added CC||wikimedia.b...@snowolf.eu --- Comment #4 from Snowolf 2012-11-12 00:13:54 UTC --- I agree that this should be created per usual practice. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41979] MediaWiki treats User:WMF_Import as an IP instead of a user account
https://bugzilla.wikimedia.org/show_bug.cgi?id=41979 --- Comment #3 from Thehelpfulone 2012-11-12 00:09:51 UTC --- I mean that if you go to http://en.wikivoyage.org/w/index.php?title=User:(WV-en)_Zlt3c2g82b&action=history as an example, and click on the username WMF_Import instead of taking you to the user page (which has been created and has information about what WMF Import did), it will take you to the special:contributions page, as it would for an IP, with no direct link to actually find that user page from either any page histories or Special:Contribution/ pages. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 37731] Editing very high-use templates results in a timeout in BacklinkCache::partition()
https://bugzilla.wikimedia.org/show_bug.cgi?id=37731 Aaron Schulz changed: What|Removed |Added CC||aschulz4...@gmail.com AssignedTo|wikibugs-l@lists.wikimedia. |aschulz4...@gmail.com |org | -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41979] MediaWiki treats User:WMF_Import as an IP instead of a user account
https://bugzilla.wikimedia.org/show_bug.cgi?id=41979 Daniel Friesen changed: What|Removed |Added CC||mediawiki-bugs@nadir-seen-f ||ire.com --- Comment #2 from Daniel Friesen 2012-11-12 00:06:54 UTC --- What do you mean by treats it as an ip? Generally you're not supposed to create a user for a username if all it's edits are created internally. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41979] MediaWiki treats User:WMF_Import as an IP instead of a user account
https://bugzilla.wikimedia.org/show_bug.cgi?id=41979 Thehelpfulone changed: What|Removed |Added Priority|Unprioritized |Low --- Comment #1 from Thehelpfulone 2012-11-11 23:57:23 UTC --- I'm unable to create this because of the TitleBlacklist entry: .*[A-Z -]{5,}.* Presumably because my account is too new - I'll try again in a few days if someone else doesn't manage to make it. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41184] Wikivoyage migration (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=41184 Bug 41184 depends on bug 42029, which changed state. Bug 42029 Summary: Links from wikivoyage.org to wikivoyage-old.org (any subdomain) need rel="nofollow" https://bugzilla.wikimedia.org/show_bug.cgi?id=42029 What|Old Value |New Value Status|REOPENED|RESOLVED Resolution||INVALID -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42029] Links from wikivoyage.org to wikivoyage-old.org (any subdomain) need rel="nofollow"
https://bugzilla.wikimedia.org/show_bug.cgi?id=42029 Krenair changed: What|Removed |Added Status|REOPENED|RESOLVED CC||kren...@gmail.com Resolution||INVALID --- Comment #3 from Krenair 2012-11-11 23:41:05 UTC --- Wikitext external links in pages get rel="nofollow" already. The 'View this page on the old site' link is inserted by JS here: https://en.wikivoyage.org/wiki/MediaWiki:Common.js (At least, on enwikivoyage. Other languages are probably doing it in exactly the same way.) Therefore, RESOLVED INVALID as this is not something to be dealt with on Bugzilla, a wiki admin needs to do it. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41962] Add namespaces on [[:bar:]]
https://bugzilla.wikimedia.org/show_bug.cgi?id=41962 Dereckson changed: What|Removed |Added Keywords||patch-in-gerrit --- Comment #8 from Dereckson 2012-11-11 23:15:44 UTC --- Gerrit change 33043 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 35901] UploadWizard failing to recognize valid WikiText and licenses
https://bugzilla.wikimedia.org/show_bug.cgi?id=35901 Derk-Jan Hartman changed: What|Removed |Added Keywords||patch-in-gerrit -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 35901] UploadWizard failing to recognize valid WikiText and licenses
https://bugzilla.wikimedia.org/show_bug.cgi?id=35901 --- Comment #3 from Derk-Jan Hartman 2012-11-11 23:07:26 UTC --- https://gerrit.wikimedia.org/r/33040 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41184] Wikivoyage migration (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=41184 Bug 41184 depends on bug 42029, which changed state. Bug 42029 Summary: Links from wikivoyage.org to wikivoyage-old.org (any subdomain) need rel="nofollow" https://bugzilla.wikimedia.org/show_bug.cgi?id=42029 What|Old Value |New Value Status|RESOLVED|REOPENED Resolution|DUPLICATE | -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42029] Links from wikivoyage.org to wikivoyage-old.org (any subdomain) need rel="nofollow"
https://bugzilla.wikimedia.org/show_bug.cgi?id=42029 Carl Austin Bennett changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICATE | --- Comment #2 from Carl Austin Bennett 2012-11-11 23:00:34 UTC --- Not an exact duplicate as bug 41983 mentions only links to WT, not the "View this page on the old site" link to WV-old. They're related issues, but not identical. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41962] Add namespaces on [[:bar:]]
https://bugzilla.wikimedia.org/show_bug.cgi?id=41962 --- Comment #7 from Dereckson 2012-11-11 22:57:15 UTC --- Talk namespaces should end by Dischkrian according your configuration request. Currently, the portal talk namespace is "Portal Diskussion". Should we rename it to "Portal Dischkrian"? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 35901] UploadWizard failing to recognize valid WikiText and licenses
https://bugzilla.wikimedia.org/show_bug.cgi?id=35901 Derk-Jan Hartman changed: What|Removed |Added CC||hartman.w...@gmail.com --- Comment #2 from Derk-Jan Hartman 2012-11-11 22:54:04 UTC --- This is caused by the fact that {{Wikipedia screenshot}} is a redirect -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41184] Wikivoyage migration (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=41184 Bug 41184 depends on bug 42029, which changed state. Bug 42029 Summary: Links from wikivoyage.org to wikivoyage-old.org (any subdomain) need rel="nofollow" https://bugzilla.wikimedia.org/show_bug.cgi?id=42029 What|Old Value |New Value Status|NEW |RESOLVED Resolution||DUPLICATE -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42029] Links from wikivoyage.org to wikivoyage-old.org (any subdomain) need rel="nofollow"
https://bugzilla.wikimedia.org/show_bug.cgi?id=42029 Sam Reed (reedy) changed: What|Removed |Added Status|NEW |RESOLVED Resolution||DUPLICATE --- Comment #1 from Sam Reed (reedy) 2012-11-11 22:53:24 UTC --- *** This bug has been marked as a duplicate of bug 41983 *** -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41983] Link to WikiTravel in the attribution footer on Wikivoyage lacks nofollow; also make link not clickable?
https://bugzilla.wikimedia.org/show_bug.cgi?id=41983 --- Comment #7 from Sam Reed (reedy) 2012-11-11 22:53:24 UTC --- *** Bug 42029 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42029] New: Links from wikivoyage.org to wikivoyage-old.org (any subdomain) need rel="nofollow"
https://bugzilla.wikimedia.org/show_bug.cgi?id=42029 Web browser: --- Bug #: 42029 Summary: Links from wikivoyage.org to wikivoyage-old.org (any subdomain) need rel="nofollow" Product: Wikimedia Version: wmf-deployment Platform: All OS/Version: All Status: NEW Severity: normal Priority: Unprioritized Component: General/Unknown AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: carlb...@hotmail.com Blocks: 41184 Classification: Unclassified Mobile Platform: --- The [[Mediawiki:Sitenotice]] on the various Wikivoyage sites has a link "View this page on the old site" which appears to be inserted server-side in some non-standard manner. As search engines need to index "wikivoyage.org" (and not an archive, fork or mirror such as wikivoyage-old or wikitravel) any outbound links from Wikivoyage to old copies of the same data on other sites need rel="nofollow". Omitting this can incur some problematic duplicate content penalties from search engines, as they have no way to know that wikivoyage-old is *not* the main site. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41184] Wikivoyage migration (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=41184 Carl Austin Bennett changed: What|Removed |Added Depends on||42029 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41819] User (suddenly) can't log in to OTRS system
https://bugzilla.wikimedia.org/show_bug.cgi?id=41819 MZMcBride changed: What|Removed |Added CC||b...@mzmcbride.com --- Comment #5 from MZMcBride 2012-11-11 22:36:10 UTC --- I suggested to Rjd0060 that he change the username first and then change the password. He has just done so and he's now reporting that the account is accessible again. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 39016] Allow for files to have different URLs depending on type (for video streaming & range handling)
https://bugzilla.wikimedia.org/show_bug.cgi?id=39016 Aaron Schulz changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED Summary|Make files have different |Allow for files to have |URLs depending on type (for |different URLs depending on |video streaming & range |type (for video streaming & |handling) |range handling) --- Comment #5 from Aaron Schulz 2012-11-11 22:33:09 UTC --- (In reply to comment #4) > https://gerrit.wikimedia.org/r/#/c/27855/ Merged. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 40779] Seeking in video files (range requests) does not work
https://bugzilla.wikimedia.org/show_bug.cgi?id=40779 Bug 40779 depends on bug 39016, which changed state. Bug 39016 Summary: Allow for files to have different URLs depending on type (for video streaming & range handling) https://bugzilla.wikimedia.org/show_bug.cgi?id=39016 What|Old Value |New Value Status|NEW |RESOLVED Resolution||FIXED -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42028] Wikidata special page aliases give an "no such special page" error.
https://bugzilla.wikimedia.org/show_bug.cgi?id=42028 --- Comment #3 from Aude 2012-11-11 22:30:36 UTC --- See also https://bugzilla.wikimedia.org/show_bug.cgi?id=41845 which I think might be related and unfortunately doesn't seem trivial to fix. A fix would be very nice indeed. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42028] Wikidata special page aliases give an "no such special page" error.
https://bugzilla.wikimedia.org/show_bug.cgi?id=42028 Aude changed: What|Removed |Added CC||aude.w...@gmail.com --- Comment #2 from Aude 2012-11-11 22:29:07 UTC --- I think it's because $wgLanguageCode = 'en' and we haven't figured out a nice way to make special pages and namespaces multilingual, despite having translations in the Wikibase source code. @Reedy http://wikidata.org/wiki/Special:Hlutur_eftir_nafn (this is Icelandic alias for Special:ItemByTitle) Even with "uselang=is", it's not recognized. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 35520] Wikilinks in author field break {{information}} template.
https://bugzilla.wikimedia.org/show_bug.cgi?id=35520 Derk-Jan Hartman changed: What|Removed |Added Keywords||patch-in-gerrit CC||hartman.w...@gmail.com --- Comment #6 from Derk-Jan Hartman 2012-11-11 22:27:40 UTC --- https://gerrit.wikimedia.org/r/33039 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42028] Wikidata special page aliases give an "no such special page" error.
https://bugzilla.wikimedia.org/show_bug.cgi?id=42028 --- Comment #1 from Sam Reed (reedy) 2012-11-11 22:24:55 UTC --- Can you provide an example? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 31985] Convert unsubscribe page in "thank_you" to .tpl
https://bugzilla.wikimedia.org/show_bug.cgi?id=31985 Peter Gehres changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #1 from Peter Gehres 2012-11-11 22:24:55 UTC --- The unsubscribe module has been completely rewritten and is no longer a drupal module. Templating was one of the primary requirements. https://gerrit.wikimedia.org/r/#/admin/projects/wikimedia/fundraising/DonationEmailUnsubscribe -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42028] New: Wikidata special page aliases give an "no such special page" error.
https://bugzilla.wikimedia.org/show_bug.cgi?id=42028 Web browser: --- Bug #: 42028 Summary: Wikidata special page aliases give an "no such special page" error. Product: MediaWiki extensions Version: unspecified Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: Unprioritized Component: WikidataRepo AssignedTo: wikidata-b...@lists.wikimedia.org ReportedBy: snaevar-w...@gmx.com CC: wikibugs-l@lists.wikimedia.org, wikidata-b...@lists.wikimedia.org Classification: Unclassified Mobile Platform: --- I tried to write Wikidata special page aliases in the url, but I got an error message saying "No such special page". It does not seem to matter in what language the special page alias is, as long as it is not english. The expected behaviour is to show the corresponding special page. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 32540] Add support for language variants to the thank_you module
https://bugzilla.wikimedia.org/show_bug.cgi?id=32540 --- Comment #4 from Peter Gehres 2012-11-11 22:20:11 UTC --- (In reply to comment #3) > This has been resolved with the deployment of the new and improved thank_you > module which was initially committed in r2131. r2131 of the Wikimedia repo ... http://www.mediawiki.org/wiki/Special:Code/Wikimedia/2131 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 32540] Add support for language variants to the thank_you module
https://bugzilla.wikimedia.org/show_bug.cgi?id=32540 Peter Gehres changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #3 from Peter Gehres 2012-11-11 22:19:24 UTC --- This has been resolved with the deployment of the new and improved thank_you module which was initially committed in r2131. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 29470] Date suggestion should extract time as well from EXIF data
https://bugzilla.wikimedia.org/show_bug.cgi?id=29470 --- Comment #13 from Nemo 2012-11-11 22:06:36 UTC --- (In reply to comment #6) > (In reply to comment #5) > > It doesn't do anything complicated for the date output, so i18n might need > > to > > take a look at it and figure something out. If I need to write up a better > > way, > > so be it. > > What format are you using then? Commons wants 2012-06-12 9:14, although some > string magic is applied to fix it anyway. https://commons.wikimedia.org/wiki/Template:Information/doc confirms it and https://commons.wikimedia.org/wiki/Template:ISOdate has the technical details for rendering. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41645] Wikibase updater eats all memory in Jenkins
https://bugzilla.wikimedia.org/show_bug.cgi?id=41645 --- Comment #4 from Daniel Kinzler 2012-11-11 21:49:13 UTC --- I think the updater should not automatically pull stuff from meta. Instead, it should import site info from the interwiki table. That would provide a clean upgrade path for existing wikis. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 40286] Debug toolbar's debug log has no scrollbar in Konqueror
https://bugzilla.wikimedia.org/show_bug.cgi?id=40286 Tim Landscheidt changed: What|Removed |Added Summary|Debug toolbar's debug log |Debug toolbar's debug log |has no scrollbar in Chrome |has no scrollbar in |or Konqueror|Konqueror --- Comment #1 from Tim Landscheidt 2012-11-11 21:46:44 UTC --- With 8db04efa6ccafbdc3841a9d4223f2ad8169004ad, a scrollbar has appeared in Chrome, but is still missing in Konqueror. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41184] Wikivoyage migration (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=41184 Bug 41184 depends on bug 42022, which changed state. Bug 42022 Summary: File upload to en.wikivoyage.org resulted in broken image https://bugzilla.wikimedia.org/show_bug.cgi?id=42022 What|Old Value |New Value Status|UNCONFIRMED |RESOLVED Resolution||FIXED -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42022] File upload to en.wikivoyage.org resulted in broken image
https://bugzilla.wikimedia.org/show_bug.cgi?id=42022 Sam Reed (reedy) changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution||FIXED --- Comment #5 from Sam Reed (reedy) 2012-11-11 21:45:29 UTC --- Fixed by Faidon. Squid and Varnish didn't know about wikivoyage images -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41962] Add namespaces on [[:bar:]]
https://bugzilla.wikimedia.org/show_bug.cgi?id=41962 Dereckson changed: What|Removed |Added Keywords|shellpolicy |shell Status|UNCONFIRMED |ASSIGNED AssignedTo|wikibugs-l@lists.wikimedia. |dereck...@espace-win.org |org | Ever Confirmed|0 |1 --- Comment #6 from Dereckson 2012-11-11 21:43:30 UTC --- [ Taking this bug. ] -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 29470] Date suggestion should extract time as well from EXIF data
https://bugzilla.wikimedia.org/show_bug.cgi?id=29470 Derk-Jan Hartman changed: What|Removed |Added CC||hartman.w...@gmail.com --- Comment #12 from Derk-Jan Hartman 2012-11-11 21:33:10 UTC --- This change has been merged but I think it only displays the time in the datepicker now. it still inserts only the date into the field ? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41933] Incorrect number of active users
https://bugzilla.wikimedia.org/show_bug.cgi?id=41933 Daniel Kinzler changed: What|Removed |Added CC||daniel.kinz...@wikimedia.de --- Comment #1 from Daniel Kinzler 2012-11-11 21:32:12 UTC --- Perhaps Special:Statistics has a different idea of "active" than you do. I don't know how it counts, but I could imagine that it requires activity over a week or so. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42027] New: Wikivoyage : a user unifying his account can't access it
https://bugzilla.wikimedia.org/show_bug.cgi?id=42027 Web browser: --- Bug #: 42027 Summary: Wikivoyage : a user unifying his account can't access it Product: Wikimedia Version: wmf-deployment Platform: All OS/Version: All Status: NEW Severity: major Priority: Unprioritized Component: General/Unknown AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: quentin...@gmail.com Classification: Unclassified Mobile Platform: --- Hello, There is some bug about accounts unification on en.wikivoyages.org The user Dereckson created an account automatically (which means he created it from his global SUL account) : > https://en.wikivoyage.org/w/index.php?title=Special%3ALog&type=&user=&page=User%3ADereckson&year=&month=-1 Everything is marked OK on [[Special:CentralAuth]] and on [[Special:MergeAccount]], but the user can't still not access his account there. When he tries to login, it says the password is not correct. And he can't reset his password because MediaWiki can't find an email for this account. By the way, it works on other WMF projects. Could you please fix this unification and found where MediaWiki is broken ? Many thanks by advance. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41962] Add namespaces on [[:bar:]]
https://bugzilla.wikimedia.org/show_bug.cgi?id=41962 --- Comment #5 from Al Bua <333...@gmail.com> 2012-11-11 21:02:02 UTC --- Right, we learned it from als.wp where it works fine (since 2008). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42014] wrong wgcontentlanguage for subdomain targets
https://bugzilla.wikimedia.org/show_bug.cgi?id=42014 Daniel Kinzler changed: What|Removed |Added Keywords||need-volunteer -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42014] wrong wgcontentlanguage for subdomain targets
https://bugzilla.wikimedia.org/show_bug.cgi?id=42014 Daniel Kinzler changed: What|Removed |Added CC||daniel.kinz...@wikimedia.de --- Comment #1 from Daniel Kinzler 2012-11-11 20:31:33 UTC --- The page content language is now controlled by the ContentHandler. That makes it possible to determine the language in the wikitext, with something like {{LANGUAGE:DE}} or some such. That should be easy to do, but I'm not sure whether it is efficient. Note that bug 41807 would also provide a partial solution: it would allow us to set the site wide content language for wikidata.org to "mul", meaning "multilingual". That would at least no longer be wrong, but it wouldn't be very helpful either. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42026] New: Add option to show new pages only in Special:Contributions
https://bugzilla.wikimedia.org/show_bug.cgi?id=42026 Web browser: --- Bug #: 42026 Summary: Add option to show new pages only in Special:Contributions Product: MediaWiki Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: Unprioritized Component: Special pages AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: h...@downlode.org Classification: Unclassified Mobile Platform: --- It's already possible to restrict Special:Contributions to only showing edits that are the latest revision to a page; it would be useful to also have an option to only show edits that created a page. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41992] Adjust default timezones on Wikivoyage wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=41992 Dereckson changed: What|Removed |Added Keywords|shell |shellpolicy --- Comment #6 from Dereckson 2012-11-11 20:03:09 UTC --- Okay, I'm opening a section about that on each wiki. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 23830] Warn when filename on shared repo clashes with a local repo file
https://bugzilla.wikimedia.org/show_bug.cgi?id=23830 --- Comment #5 from Bryan Tong Minh 2012-11-11 19:45:27 UTC --- (In reply to comment #4) > Maybe the Extension GlobalUsage can give the information (Needs a hook in > core, > which than can be aborted by the Extension or so) No, it can't, since it only tracks links to images that do not exist locally. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41958] Please set the Kalmyk Wikipedia logo
https://bugzilla.wikimedia.org/show_bug.cgi?id=41958 --- Comment #9 from Михаил 2012-11-11 19:40:26 UTC --- I also propose http://xal.wikipedia.org/wiki/%D0%91%D0%BE%D0%BE%D0%BC%D0%B3:Wikipedia-xal-logo.png -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42022] File upload to en.wikivoyage.org resulted in broken image
https://bugzilla.wikimedia.org/show_bug.cgi?id=42022 Nemo changed: What|Removed |Added CC||federicol...@tiscali.it --- Comment #4 from Nemo 2012-11-11 19:34:35 UTC --- The error 404 doesn't even seem a Swift error. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41992] Adjust default timezones on Wikivoyage wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=41992 --- Comment #5 from Nemo 2012-11-11 19:33:27 UTC --- Yes please. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41986] Wikivoyage: interwiki links require a cleanup/automatic replacement
https://bugzilla.wikimedia.org/show_bug.cgi?id=41986 --- Comment #13 from Nemo 2012-11-11 19:32:07 UTC --- (In reply to comment #12) > I'd expect that the placement of dmoz: commons: wikipedia: as sidebar links > [...] Instead of expecting, have you followed my link? Your assumption is just wrong. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41992] Adjust default timezones on Wikivoyage wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=41992 --- Comment #4 from Dereckson 2012-11-11 19:13:50 UTC --- I offer to set the timezones as is: en. -> UTC de. -> Europe/Berlin it. -> Europe/Rome sv. -> Europe/Stockholm ru. -> Europe/Moscow nl. -> Europe/Amsterdam fr. -> Europe/Paris -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42000] Expose MessageGroups::getGroupSructure() via WebAPI
https://bugzilla.wikimedia.org/show_bug.cgi?id=42000 --- Comment #2 from Niklas Laxström 2012-11-11 18:58:58 UTC --- You can get top level groups by looping over the list and ignoring all nested groups. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42025] When moving all subpages of a normal page, translatable page is moved but its translation pages are not
https://bugzilla.wikimedia.org/show_bug.cgi?id=42025 --- Comment #1 from Nemo 2012-11-11 18:51:46 UTC --- Actually looks like the move was triggered correctly but happened only after 15 minutes, so the success wasn't reported by the standard move form, so I assumed that it wasn't going to happen and made things worse by reverting the translatable page move too soon, when Translate wasn't aware of the new location of the translation pages, which are now left orphan.. https://meta.wikimedia.org/w/index.php?title=Special:Contributions/FuzzyBot&dir=prev&offset=20121109130403&limit=100&target=FuzzyBot -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42022] File upload to en.wikivoyage.org resulted in broken image
https://bugzilla.wikimedia.org/show_bug.cgi?id=42022 --- Comment #3 from Ryan Holliday 2012-11-11 18:51:45 UTC --- Per http://en.wikivoyage.org/wiki/Special:Log/upload it looks like I was the first person to attempt an image upload. The other upload log entries are images that weren't imported. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41138] Timeout when trying to move a translatable page
https://bugzilla.wikimedia.org/show_bug.cgi?id=41138 Nemo changed: What|Removed |Added CC||federicol...@tiscali.it --- Comment #3 from Nemo 2012-11-11 18:41:11 UTC --- (In reply to comment #2) > Please test whether that change has fixed the problem. Related? PHP fatal error in /usr/local/apache/common-local/php-1.21wmf3/extensions/Translate/tag/PageTranslationHooks.php line 248: Call to a member function getSourceLanguage() on a non-object Wikimedia error got when trying to properly move the page mentioned on bug 42025. Move seems to have failed (unless it's still in job queue). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42025] When moving all subpages of a normal page, translatable page is moved but its translation pages are not
https://bugzilla.wikimedia.org/show_bug.cgi?id=42025 Nemo changed: What|Removed |Added Summary|When moving all subpages of |When moving all subpages of |a page, translatable page |a normal page, translatable |is moved but its|page is moved but its |translation pages are not |translation pages are not -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42025] New: When moving all subpages of a page, translatable page is moved but its translation pages are not
https://bugzilla.wikimedia.org/show_bug.cgi?id=42025 Web browser: --- Bug #: 42025 Summary: When moving all subpages of a page, translatable page is moved but its translation pages are not Product: MediaWiki extensions Version: master Platform: All URL: https://meta.wikimedia.org/w/index.php?title=Special:L og/Nemo_bis&dir=prev&offset=2012181744&limit=30&ty pe=&user=Nemo+bis OS/Version: All Status: NEW Severity: normal Priority: Unprioritized Component: Translate AssignedTo: niklas.laxst...@gmail.com ReportedBy: federicol...@tiscali.it CC: asha...@wikimedia.org, s.mazel...@xs4all.nl, srik@gmail.com, wikibugs-l@lists.wikimedia.org Classification: Unclassified Mobile Platform: --- I guess the normal move should ignore translatable pages and let us use the special move facility in place for them? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42024] No longer able to move subpages if moving to a different namespace
https://bugzilla.wikimedia.org/show_bug.cgi?id=42024 Nemo changed: What|Removed |Added Priority|Unprioritized |High Version|1.18|1.21-git Severity|normal |major -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42024] New: No longer able to move subpages if moving to a different namespace
https://bugzilla.wikimedia.org/show_bug.cgi?id=42024 Web browser: --- Bug #: 42024 Summary: No longer able to move subpages if moving to a different namespace Product: MediaWiki Version: 1.18 Platform: All URL: https://meta.wikimedia.org/w/index.php?title=Special:L og/Nemo_bis&offset=2012181700&limit=6&type=&user=N emo+bis OS/Version: All Status: NEW Keywords: code-update-regression Severity: normal Priority: Unprioritized Component: General/Unknown AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: federicol...@tiscali.it Classification: Unclassified Mobile Platform: --- Due to the new [horrible!] dropdown namespace selector [b], it's no longer possible to move (sub)pages across namespace. Steps to reproduce (I guess): 1) Create N:A e N:A/B 2) Click move and select "M" in namespace dropdown 3) Choose to move subpages 4) Confirm Expected result: N:A is moved to M:A and N:A/B to M:A/B. Actual result: N:A/B is left behind and you're told that moving is impossible. Example: see URL (last five moves were done by hand). (Can we just drop this buggy dropdown selector that was introduced for no reason?) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42013] 'class' as property name
https://bugzilla.wikimedia.org/show_bug.cgi?id=42013 Ershad K changed: What|Removed |Added CC||ersha...@gmail.com AssignedTo|wikibugs-l@lists.wikimedia. |ersha...@gmail.com |org | -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41986] Wikivoyage: interwiki links require a cleanup/automatic replacement
https://bugzilla.wikimedia.org/show_bug.cgi?id=41986 --- Comment #12 from Carl Austin Bennett 2012-11-11 18:21:23 UTC --- I'd expect that the placement of dmoz: commons: wikipedia: as sidebar links instead of normal interwiki links is done by non-standard code running on the server - likely a PHP extension. This is not CSS and not something controlled by individual user/sysop/bureaucrats on the project itself. Normal behaviour for MediaWiki (for sites not in Wikivoyage or forked from the same data) is to put just the languages in the sidebar. WV doesn't work that way. There have been long-forgotten proposals over the years for a "sister project" functionality in WMF that would put links from Wikipedia to Wikinews and the like in the sidebar (and likely a few fragments of related code on the old SVN repositories) but the idea never quite reached fruition. As such, using [[w: as the same-language's Wikipedia and [[wikipedia: as [[:en:w: encounters the unexpected result that WV treats w: (an inline link) and wikipedia: (a sidebar link) rather differently - and not just by always pointing the latter to en.WP instead of local-language.WP -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42022] File upload to en.wikivoyage.org resulted in broken image
https://bugzilla.wikimedia.org/show_bug.cgi?id=42022 --- Comment #2 from Sam Reed (reedy) 2012-11-11 18:20:58 UTC --- Has anyone successfully uploaded an image? I think it might be swift container related, but I'll need to find someone from ops to deal with it -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41184] Wikivoyage migration (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=41184 Ryan Holliday changed: What|Removed |Added Depends on||42022 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42022] File upload to en.wikivoyage.org resulted in broken image
https://bugzilla.wikimedia.org/show_bug.cgi?id=42022 Ryan Holliday changed: What|Removed |Added Blocks||41184 --- Comment #1 from Ryan Holliday 2012-11-11 18:18:38 UTC --- Sorry, the bug referred to in the original report should have been https://bugzilla.wikimedia.org/show_bug.cgi?id=41985, which stated that local images would not be imported. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42023] New: add more detailed output for add-sitelink-failed
https://bugzilla.wikimedia.org/show_bug.cgi?id=42023 Web browser: --- Bug #: 42023 Summary: add more detailed output for add-sitelink-failed Product: MediaWiki extensions Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: Unprioritized Component: WikidataRepo AssignedTo: wikidata-b...@lists.wikimedia.org ReportedBy: bugrepor...@to.mabomuja.de CC: wikibugs-l@lists.wikimedia.org, wikidata-b...@lists.wikimedia.org Classification: Unclassified Mobile Platform: --- Discussion at http://www.wikidata.org/w/index.php?title=Wikidata:Contact_the_development_team&oldid=405406#add-sitelink-failed:_The_external_client_site_did_not_provide_page_information Please add a more detailed info when error add-sitelink-failed occurs. Currently the api response only contains /api/error:code=add-sitelink-failed /api/error:info=The external client site did not provide page information. If i would know which site causes this problem i could create the item without this problematic sitelink. Atm i must throw away the hole item creation request. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42022] New: File upload to en.wikivoyage.org resulted in broken image
https://bugzilla.wikimedia.org/show_bug.cgi?id=42022 Web browser: --- Bug #: 42022 Summary: File upload to en.wikivoyage.org resulted in broken image Product: Wikimedia Version: wmf-deployment Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: Unprioritized Component: General/Unknown AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: ryan.holli...@gmail.com Classification: Unclassified Mobile Platform: --- Per 41184 local images were not imported to en.wikivoyage.org, so I tried to upload my user page profile photo to en.wikivoyage.org using Special:Upload and the resulting image page displays a broken image: http://en.wikivoyage.org/wiki/File:1993-fortuna-bay-self-portrait_RJ.jpg The image URL (which returns a 404) is: http://upload.wikimedia.org/wikivoyage/en/d/d2/1993-fortuna-bay-self-portrait_RJ.jpg I don't know if this is relevant, but I deleted the old image description page in order to avoid the upload warning about a description page already existing. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42012] abusefilter-log-detail should not be restricted to sysops per default
https://bugzilla.wikimedia.org/show_bug.cgi?id=42012 --- Comment #4 from MF-Warburg 2012-11-11 18:03:51 UTC --- https://meta.wikimedia.org/wiki/Wikimedia_Forum#Abusefilter-log-detail ...and I uploaded a new patch set to exclude the mentioned wikis from this change. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42021] Function: GlobalUsage::insertLinks Error: 1205 Lock wait timeout exceeded; try restarting transaction (10.0.6.41)
https://bugzilla.wikimedia.org/show_bug.cgi?id=42021 Nemo changed: What|Removed |Added Version|1.18|1.21-git -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 42021] New: Function: GlobalUsage::insertLinks Error: 1205 Lock wait timeout exceeded; try restarting transaction (10.0.6.41)
https://bugzilla.wikimedia.org/show_bug.cgi?id=42021 Web browser: --- Bug #: 42021 Summary: Function: GlobalUsage::insertLinks Error: 1205 Lock wait timeout exceeded; try restarting transaction (10.0.6.41) Product: MediaWiki Version: 1.18 Platform: All OS/Version: All Status: NEW Severity: normal Priority: Unprioritized Component: Database AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: federicol...@tiscali.it Blocks: 28499 Classification: Unclassified Mobile Platform: --- Created attachment 11347 --> https://bugzilla.wikimedia.org/attachment.cgi?id=11347 Example XML imported While doing an import on Meta: Importazione non riuscita: A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script Query: INSERT IGNORE INTO `globalimagelinks` (gil_wiki,gil_page,gil_page_namespace_id,gil_page_namespace,gil_page_title,gil_to) VALUES ('metawiki','1626951','0','','Wikivoyage:Welcome,_Wikipedians','Achtung.png') Function: GlobalUsage::insertLinks Error: 1205 Lock wait timeout exceeded; try restarting transaction (10.0.6.41) The import had actually been performed, as RC have shown a bit later, but Special:Import instead of listing all the imported pages listed some of them as skipped because of a previous import (which never happened): Importazione delle pagine in corso... Talk:Migration FAQ/Proposed Policy Hierarchy Archive Tutte le revisioni sono già state importate in precedenza. Talk:WMF Migration/New policies Tutte le revisioni sono già state importate in precedenza. Talk:WMF Migration/New policies/Cross-identification of accounts Tutte le revisioni sono già state importate in precedenza. Talk:WMF Migration/Policy clean-up Tutte le revisioni sono già state importate in precedenza. Talk:WMF Migration/New policies/Cross-identification of accounts/Verify Tutte le revisioni sono già state importate in precedenza. Talk:WMF Migration/New policies/Non-free content Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Form of address in articles Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Geographical hierarchy Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Goals and non-goals Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Hierarchical structures project Tutte le revisioni sono già state importate in precedenza. Wikivoyage:List of Wikivoyagers by destination Tutte le revisioni sono già state importate in precedenza. Wikivoyage:List of Wikivoyagers by location Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Lounge/Archives/2007-07-17 Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Lounge/Archives/2007-12-31 Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Lounge/Archives/2009-05-11 Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Lounge/Archives/2010-01-15 Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Lounge/Archives/2012-08-14 Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Manual of style Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Mapmaking project Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Over ons Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Sex tourism policy Tutte le revisioni sono già state importate in precedenza. Wikivoyage:Sobre nosotros Tutte le revisioni sono già state importate in precedenza. Wikivoyage:The traveller comes first Tutte le revisioni sono già state importate in precedenza. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 28499] 1205: Lock wait timeout exceeded; try restarting transaction (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=28499 Nemo changed: What|Removed |Added Depends on||42021 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41792] User Preferences do not allow me to go to any other tab in IE9
https://bugzilla.wikimedia.org/show_bug.cgi?id=41792 --- Comment #7 from Paine Ellsworth 2012-11-11 17:57:22 UTC --- (In reply to comment #6) > No problem - I hope you'll find the reason why IE behaves so weirdly. I did. An editor who watches the VP (tech) responded that I had accidently engaged IE's "compatibility mode". Disengaging it brought both the bullets and my preference tabs back to life. At least you'll know what to tell the next bug reporter who hasn't read _Compatibility for Dummies_. lol! -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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 41587] Language code column is too narrow
https://bugzilla.wikimedia.org/show_bug.cgi?id=41587 Lydia Pintscher changed: What|Removed |Added CC||bugrepor...@to.mabomuja.de --- Comment #6 from Lydia Pintscher 2012-11-11 17:53:47 UTC --- *** Bug 42015 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- 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