User talk:MarkAHershberger
Add topicThis page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
Previous discussion was archived at User talk:MarkAHershberger/Archive 1 on 16 August 2016.
Share your experience and feedback as a Wikimedian in this global survey
[edit]Hello! The Wikimedia Foundation is asking for your feedback in a survey. We want to know how well we are supporting your work on and off wiki, and how we can change or improve things in the future.[1] The opinions you share will directly affect the current and future work of the Wikimedia Foundation. You have been randomly selected to take this survey as we would like to hear from your Wikimedia community. To say thank you for your time, we are giving away 20 Wikimedia T-shirts to randomly selected people who take the survey.[2] The survey is available in various languages and will take between 20 and 40 minutes.
You can find more information about this project. This survey is hosted by a third-party service and governed by this privacy statement. Please visit our frequently asked questions page to find more information about this survey. If you need additional help, or if you wish to opt-out of future communications about this survey, send an email to surveys@wikimedia.org.
Thank you! --EGalvez (WMF) (talk) 21:27, 13 January 2017 (UTC)
- ↑ This survey is primarily meant to get feedback on the Wikimedia Foundation's current work, not long-term strategy.
- ↑ Legal stuff: No purchase necessary. Must be the age of majority to participate. Sponsored by the Wikimedia Foundation located at 149 New Montgomery, San Francisco, CA, USA, 94105. Ends January 31, 2017. Void where prohibited. Click here for contest rules.
MediaWiki message delivery (talk) 21:27, 13 January 2017 (UTC)
Extension:HitCounter in mediawiki 1.28.0 Database Error 1054
[edit]If you setup the HitCounter extension version 1.28.0 it will show up the error 1054 like:
Query: SELECT page_namespace,page_title FROM `page` WHERE page_namespace = '0' AND page_is_redirect = '0' ORDER BY page_counter DESC LIMIT 6 Function: DynamicPageListHooks::renderDynamicPageList Error: 1054 Unknown column 'page_counter' in 'order clause' (localhost)
After add the code:
// process the query,change fields into page and hit_counter by casper 2017.01.20
if($orderMethod == 'popularity'){
$tables[] = 'hit_counter';//
$join["hit_counter"] = array( 'LEFT JOIN','page.page_id=hit_counter.page_id' );
$res = $dbr->select( $tables, $fields, $where, __METHOD__, $options, $join );
} else{
$res = $dbr->select( $tables, $fields, $where, __METHOD__, $options, $join );
}
This problem will be solved。 Xk casper (talk) 02:44, 20 January 2017 (UTC)
- Please let me know which file you modified so I can create a patch. ☠MarkAHershberger☢(talk)☣ 16:41, 23 January 2017 (UTC)
- the file is “/htdocs/extensions/intersection/DynamicPageList.hooks.php(513)” Xk casper (talk) 07:52, 24 January 2017 (UTC)
Your feedback matters: Final reminder to take the global Wikimedia survey
[edit](Sorry to write in Engilsh)
Hello! This is a final reminder that the Wikimedia Foundation survey will close on 28 February, 2017 (23:59 UTC). The survey is available in various languages and will take between 20 and 40 minutes. Take the survey now.
If you already took the survey - thank you! We won't bother you again.
About this survey: You can find more information about this project here or you can read the frequently asked questions. This survey is hosted by a third-party service and governed by this privacy statement. If you need additional help, or if you wish to opt-out of future communications about this survey, send an email through EmailUser function to User:EGalvez (WMF) or surveys@wikimedia.org. About the Wikimedia Foundation: The Wikimedia Foundation supports you by working on the software and technology to keep the sites fast, secure, and accessible, as well as supports Wikimedia programs and initiatives to expand access and support free knowledge globally. Thank you! --EGalvez (WMF) (talk) 08:23, 24 February 2017 (UTC)
MediaWiki message delivery (talk) 08:23, 24 February 2017 (UTC)
Licensing Extension:MiniMp3
[edit]Hi Mark I was left a message on my talk page about a month ago that you wanted to use my extension as a base to develop MP3MediaHandler and that I needed to change the license to make this possible. I don't know much about licensing but I'd be happy to work with you and make the changes you need redekopmark (talk) 23:54, 5 June 2017 (UTC)
- Ah, yeah.
- So, I default to GPLv3, but since HappyDog prefers Public Domain, I suggested CC0. Would you be willing to let us use that? ☠MarkAHershberger☢(talk)☣ 02:54, 6 June 2017 (UTC)
- yes, that works with me redekopmark (talk) 01:51, 12 January 2018 (UTC)
BlockAndNuke
[edit]Hi Mark. I'll be working on some minor updates on Extension:BlockAndNuke. I see you're listed as mantainer so I was wondering if you'd mind if I add you to the patches I submit so you can review and approve them or you prefer not to? In the later case, who should I approach? Regards. —MarcoAurelio (talk) 14:09, 19 September 2017 (UTC)
- Thanks for working on this! I have been looking at it recently to help with a wiki.
- I'll look over these changes this weekend. ☠MarkAHershberger☢(talk)☣ 02:00, 20 September 2017 (UTC)
- Thank you Mark. There is also work in progress at https://gerrit.wikimedia.org/r/#/c/379994/ to document the extension messages so we can have them translated via translatewiki. But not being myself an user of the extension I find sometimes difficult to document those. Your help, if possible on that area, would be appreciated :) Best regards. —MarcoAurelio (talk) 12:44, 24 September 2017 (UTC)
I fluffed the extension's page. Hope that this was ok. Cheers [[kgh]] (talk) 10:13, 25 October 2017 (UTC)
- Sure... Thanks. Working on this for a customer. ☠MarkAHershberger☢(talk)☣ 15:49, 25 October 2017 (UTC)
lowercase usernames?
[edit]Greetings. Previously you mentioned [[1]] you were working on something to allow non-ucfirst usernames. It seems to me that users/User.php simply disallows this, but without any explicity need for it. I would propose a simple patch to User.php to not do ucFirst (two functions) if wgCapitalLinks is false and that the USER namespace is not explicitly whitelisted as an exclusion. But are there hidden internal dependencies in mediawiki on a cap-first username? What about well-known extensions? (For instance, PluggableSSO/PluggableSSOAuth:getcanonicalName()) otheus (talk) 14:53, 19 September 2018 (UTC)
- I have a patch in gerrit for this. I lost interest after a while, but maybe it would be a point of reference for you. ☠MarkAHershberger☢(talk)☣ 18:39, 19 September 2018 (UTC)
1.31 Installation
[edit]Did you ever find a workaround to the "page already exists" problem, or did you roll back to a previous version? Thanks. RobertGoff (talk) 17:50, 11 January 2019 (UTC)
- Could you point me to the page already exists problem? I have only a very vague recollection of what you're talking about. ☠MarkAHershberger☢(talk)☣ 17:57, 11 January 2019 (UTC)
- Project:Support desk/Flow/2018/08#h-A_database_query_error_has_occurred-2018-08-31T14:47:00.000Z RobertGoff (talk) 19:22, 11 January 2019 (UTC)
- Now I'm embarrassed; you weren't the one looking for a workaround. RobertGoff (talk) 19:23, 11 January 2019 (UTC)
Download
[edit]How can I download MediaWiki? I want to make a wiki foundation like WMF. Is that okay? MwLegoMaster (talk) 09:23, 12 February 2019 (UTC)
- It is ok. Here is your download link. ☠MarkAHershberger☢(talk)☣ 13:42, 12 February 2019 (UTC)
MW Stakeholder page
[edit]Hi Mark, I just tried to sign up for the MW stakeholder wiki. When I try to log in it wants to do something with my google account, but then tells me that account is not authorized. Shouldn't I be able to log in with my mediawiki account? Or how would I become authorized? The only way suggested to sign up for meetings requires being logged in. Tenbergen (talk) 03:31, 10 April 2019 (UTC)
- email me your google account and I'll authorize it. You could also request an invite so it the meeting would be on your calendar. ☠MarkAHershberger☢(talk)☣ 16:29, 10 April 2019 (UTC)
- That would solve the problem for me, but how would someone get themselves invited who doesn't happen to know you are the guy to talk to? Isn't this supposed to be outreach, so shouldn't this be as easy as possible? Tenbergen (talk) 01:46, 13 April 2019 (UTC)
- Thanks for pointing this out. I'll work with the other people in #mwstake to make it more accessible. ☠MarkAHershberger☢(talk)☣ 15:27, 13 April 2019 (UTC)
brooo please help me
[edit]No response to my question
[edit]Any reason why no one will help me out with my LdapAUth questions? Tmhoskins (talk) 15:34, 29 July 2019 (UTC)
- I was responding in a reverse chronological order. ☠MarkAHershberger☢(talk)☣ 16:05, 29 July 2019 (UTC)
Search error creating custom namespaces
[edit]Hello MarkAHershberger,
some months ago you requested debug logs from that Project:Support desk/Flow/2019/11#h-Search_error_creating_custom_namespaces-2019-11-24T17:40:00.000Z, but received no answer for almost half a year. But the problem still exists. In addition to the opener of the thread, there are currently two people facing this problem. I am not enough expert in SQL but I can provide you with all kinds of debug output needed. Like the thread opener we have also created a custom namespace, but the outdated index of the search engine was realized later. Therefore I can not clearly state a causal connection. Looking at the SQL statements in the debug output of updateSearchIndex.php the SELECT statement used for LOCK TABLES is completely the same as the one used afterwards causing the <code>Error: 1100 Table 'temp_rev_comment' was not locked with LOCK TABLES</code>. Any help would be very welcome. ClageLG (talk) 07:50, 15 May 2020 (UTC)
Advanced mode to own wiki
[edit]I already have that MobileFrontend. Take a look at these pictures, among other things, and you'll see: https://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Advanced_mode_-_1.png/220px-Advanced_mode_-_1.png
https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/AMC_user_menu.png/335px-AMC_user_menu.png
Those are such magical add-ons to the mobile interface, but I don’t know where to get these “advanced mode” settings on my own wiki.
Copied by: Project:Support desk my same comment. Antonkarpp (talk) 16:05, 27 July 2020 (UTC)
- @Antonkarpp Do not spam random user pages. You posted this already on Project:Support desk/Flow/2020/07#h-Advanced_mode_to_own_wiki-2020-07-26T20:44:00.000Z. AKlapper (WMF) (talk) 11:34, 29 July 2020 (UTC)
Nearby -option
[edit]Now I have the following problem: I have the Near Near feature, i.e. GeoData. I have written Geodata nearby and true position LocalSettings.php together and came to my wiki nearby function. But now when the king "show nearby articles," it says, "There's a problem with Nearby. Try updating the location." What to do? Antonkarpp (talk) 14:39, 28 July 2020 (UTC)
- @Antonkarpp Do not spam random user pages. You posted this already on Extension talk:GeoData#h-Special:Nearby_not_working-2020-07-28T11:50:00.000Z and Project:Support desk/Flow/2020/07#h-Special:Nearby_not_working-2020-07-27T19:53:00.000Z. AKlapper (WMF) (talk) 11:35, 29 July 2020 (UTC)
Help with pywikibot imports
[edit]Hi, I was planning on using pywikibot to import an XML dump of Wikipedia articles to another Wiki, but I wasn't able to understand the instructions. If you could walk me through it, I would appreciate it:
Manual:Importing XML dumps#Using pywikibot, pagefromfile.py and Nokogiri IBBishops (talk) 20:43, 9 September 2020 (UTC)
- I'm not a pywikibot expert. Those instructions would be new to me, as well. But if you're trying to import a dump, you don't need pywikibot. See Manual:FAQ#How do I install an existing wiki, like Wikipedia or Wiktionary? ☠MarkAHershberger☢(talk)☣ 21:12, 9 September 2020 (UTC)
- I've looked at several options, can you recommend the easiest one? IBBishops (talk) 21:34, 9 September 2020 (UTC)
- The easiest, but not the fastest, is MediaWiki's Special:Import page. Then there is the importDump.php script. I've used mwdumper, but it isn't being maintained any more.
- So, it looks like pywikibot is your best choice. I can only offer that someone in this chat room might be able to help. ☠MarkAHershberger☢(talk)☣ 00:15, 10 September 2020 (UTC)
আপনার জন্য একটি পদক!
[edit]<figure-inline>![]() |
আসল উইকিপদক |
Thank you so much for moving my questions |
RIT RAJARSHI (talk) 13:18, 18 September 2020 (UTC)
আপনার জন্য একটি পদক!
[edit]<figure-inline>![]() |
দয়ালু মনোভাবের পদক |
Random act of kindness Barnstar for your detailed answer |
RIT RAJARSHI (talk) 13:49, 18 September 2020 (UTC)
Paul Michael Smith
[edit]I don't think I can help you. I'm deleting your comment so others do not get your phone number. ☠MarkAHershberger☢(talk)☣ 19:41, 4 November 2020 (UTC)
[WMF Board of Trustees - Call for feedback: Community Board seats] Meetings with MediaWiki and Wikitech communities
[edit]The Wikimedia Foundation Board of Trustees is organizing a call for feedback about community selection processes between February 1 and March 14. While the Wikimedia Foundation and the movement have grown about five times in the past ten years, the Board’s structure and processes have remained basically the same. As the Board is designed today, we have a problem of capacity, performance, and lack of representation of the movement’s diversity. Our current processes to select individual volunteer and affiliate seats have some limitations. Direct elections tend to favor candidates from the leading language communities, regardless of how relevant their skills and experience might be in serving as a Board member, or contributing to the ability of the Board to perform its specific responsibilities. It is also a fact that the current processes have favored volunteers from North America and Western Europe. In the upcoming months, we need to renew three community seats and appoint three more community members in the new seats. This call for feedback is to see what processes can we all collaboratively design to promote and choose candidates that represent our movement and are prepared with the experience, skills, and insight to perform as trustees?
In this regard, two rounds of feedback meetings are being hosted to collect feedback from the technical communities in Wikimedia. Two rounds are being hosted with the same agenda, to accomodate people from various time zones across the globe. We will be discussing ideas proposed by the Board and the community to address the above mentioned problems. Please sign-up according to whatever is most comfortable to you. You are welcome to participate in both as well!
- Round 1 - Feb 25, 4:00 pm UTC
- Round 2 - Mar 4, 4:00 am UTC
- Sign-up and meeting details: Wikimedia Foundation Board of Trustees/Call for feedback: Community Board seats/Conversations/MediaWiki and Wikitech
Also, please share this with other volunteers who might be interested in this. Let me know if you have any questions. KCVelaga (WMF) (talk) 14:09, 21 February 2021 (UTC)
Wikiapiry
[edit]Not sure if you're the right person to ask for wikiapiry questions, but here goes.
I noticed that https://wikiapiary.com/wiki/Extension:QuickInstantCommons says the page will be autocreated by a bot when the extension gets used by someone, however, https://wikiapiary.com/wiki/Special:WhatLinksHere/Extension:QuickInstantCommons indicates that it already is, but it looks like the bot is not creating the page. Bawolff (talk) 05:42, 30 November 2021 (UTC)
- I am the right person... even if I'm slow. Could you file a bug on github?
- https://github.com/WikiApiary/WikiApiary/issues ☠MarkAHershberger☢(talk)☣ 20:14, 1 December 2021 (UTC)
How we will see unregistered users
[edit]Hi!
You get this message because you are an admin on a Wikimedia wiki.
When someone edits a Wikimedia wiki without being logged in today, we show their IP address. As you may already know, we will not be able to do this in the future. This is a decision by the Wikimedia Foundation Legal department, because norms and regulations for privacy online have changed.
Instead of the IP we will show a masked identity. You as an admin will still be able to access the IP. There will also be a new user right for those who need to see the full IPs of unregistered users to fight vandalism, harassment and spam without being admins. Patrollers will also see part of the IP even without this user right. We are also working on better tools to help.
If you have not seen it before, you can read more on Meta. If you want to make sure you don’t miss technical changes on the Wikimedia wikis, you can subscribe to the weekly technical newsletter.
We have two suggested ways this identity could work. We would appreciate your feedback on which way you think would work best for you and your wiki, now and in the future. You can let us know on the talk page. You can write in your language. The suggestions were posted in October and we will decide after 17 January.
Thank you. /Johan (WMF)
18:17, 4 January 2022 (UTC) MediaWiki message delivery (talk) 18:17, 4 January 2022 (UTC)
got rid of fnaf
[edit]why did you get rid of the fnaf, for literally one thing just a question@MarkAHershberger Travis0895 (talk) 12:47, 21 March 2022 (UTC)
- I do not know what you are talking about. ☠MarkAHershberger☢(talk)☣ 13:06, 21 March 2022 (UTC)
error report
[edit]HitCounters/includes/HitCounters.body.php
join_conds part in getQueryInfo()
Table name should be alias name.
'join_conds' => [ //'page' => [ ここが間違い。エイリアス名使わないとだめ 'p' => [ 118.10.63.36 (talk) 10:53, 5 October 2022 (UTC)
- re throw
- 'join_conds' => [
- //'page' => [ NG
- 'p' => [ //OK. 118.10.63.36 (talk) 10:57, 5 October 2022 (UTC)
- 118.10.63.36 is SuperYo-net.
- Create acount. SuperYo-net (talk) 08:44, 6 October 2022 (UTC)
Code review - refactoring to Extension HitCounters
[edit]Hello,
I did a Code review - Refactoring to Extension HitCounters:
https://github.com/WikiMANNia/Mediawiki-Extension-HitCounters/releases/tag/REL1_39-v0.4.0 WikiForMen (talk) 19:14, 3 December 2022 (UTC)
Hi Mark, not sure if this extension is still maintained. Anyhow the source is no longer available. I guess it will be best to either update or archive the extension. Thanks and cheers [[kgh]] (talk) 08:25, 28 June 2023 (UTC)
- Thanks for pointing this out. I had moved it a while back. I'll update the link. ☠MarkAHershberger☢(talk)☣ 11:46, 28 June 2023 (UTC)
- Thank you! I updated the page a bit further. Looks cool now. [[kgh]] (talk) 11:55, 28 June 2023 (UTC)
HitCounters Version 0.5.0
[edit]Version 0.5.0 adds custom settings.--WikiForMen (talk) 16:18, 9 October 2023 (UTC)
HitCounters Version 0.5.1
[edit]Version 0.5.1 adds Code Review:
- Changed "configuration schema", replaced manifest version 1 with version 2.
- Replaced static functions with implementing interfaces in class “Hooks”.
--WikiForMen (talk) 23:41, 27 October 2023 (UTC)
- Was this intended to be a statement or a question?
- Are you forking HitCounters? since the public repo doesn't seem to have such a version
- Edit: Found the fork, Why is this not just getting contributed to the main gerrit repo so everyone can benefit from the changes? P858snake (talk) 00:10, 28 October 2023 (UTC)
- gerrit repo is far to complicated. Now I have problems to get into GitHub. Its all too time consuming...--WikiForMen (talk) 11:50, 28 October 2023 (UTC)
- I think it is just him letting me know what he has been doing. His work has encouraged me to see how it could be improved. ☠MarkAHershberger☢(talk)☣ 00:13, 28 October 2023 (UTC)
- At the moment I can not even access to my GitHub account because of the recent changes on GitHub.
- [Edit] Problem solved, changes are found in our GitHub repository!
- I guess it rises HitCounters to the actual standards. It is working since v1.35.0.--WikiForMen (talk) 11:57, 28 October 2023 (UTC)
HitCounters Version 0.5.2
[edit]New in our GitHub repository!
I would argue that "hitcounter-exempt" should be a custom setting rather than a permission.--WikiForMen (talk) 16:25, 28 October 2023 (UTC)
- I add some code improvements today.--WikiForMen (talk) 12:05, 29 October 2023 (UTC)
- I found an issue in
composer.json
. "suppport" is misspelled. WikiForMen (talk) 22:18, 29 October 2023 (UTC) - HitCounters Version 0.5.3 published. WikiForMen (talk) 17:53, 31 October 2023 (UTC)
HitCounters Version 0.5.4
[edit]New Version 0.5.4 published in our GitHub repository. Mostly refactoring. WikiForMen (talk) 19:30, 2 November 2023 (UTC)
Code of Conduct
[edit]You wrote:
- "Someone who runs one of these problematic wikis offered a patch for an extension I wrote. I would like to accept their solicitation of help even though I do not want to endorse their beliefs. I could redact anything that ties the contribution to their odious wiki. But this policy seems like it would prevent me from accepting their patch."
We have published a number of extensions. If complete extensions are accepted here, why accepting a patch shouldn't be allowed? WikiForMen (talk) 18:06, 17 November 2023 (UTC)
- See https://phabricator.wikimedia.org/T323956 for a discussion of the issues. ☠MarkAHershberger☢(talk)☣ 16:43, 18 November 2023 (UTC)
- This deals with indexing for MediaWiki code search. I can not see anything about accepting entire extensions or accepting a patch. No "remove of code" or something similar. Nothing at all.
- "Wikipedia:Be bold" - This is also part of the project. ;-) WikiForMen (talk) 18:32, 18 November 2023 (UTC)