About this board

Notice: Admin activity review

2
MediaWiki message delivery (talkcontribs)

Hello Bryan,

I hope that this message finds you well.

I am writing to inform you that you may lose your adminship (and other advanced permissions) on mediawiki.org because of inactivity.

A policy regarding the removal of advanced permissions (e.g.: administrator, bureaucrat, interface-admin, etc.) was adopted by community consensus in 2013. While initially that policy did not apply to this site, the mediawiki.org community decided in August 2020 to opt-in.

You are being notified because we have identified that your account meets the inactivity criteria stated in the policy: no edits and no administrative log actions for the last 2 years.

  • If you want to keep your advanced permissions, you should inform the community (at Project:Current issues) about the fact that the stewards have sent you this information about your inactivity. A community notice about this process has been also posted on said page. If the community has a discussion about it and then wants you to keep your advanced permissions, please contact the stewards at the stewards noticeboard, and link to the discussion of the local community, where they express their wish for you to continue to maintain your advanced permissions.
  • If you wish to resign your advanced permissions, you may do so by filing a request for removal on Meta-Wiki.
  • If there is no response at all on one month after this notification, the stewards will proceed to remove your advanced permissions without further notice.

In ambiguous cases, stewards will evaluate the responses and will refer a decision back to the local community for their comment and review.

If you have any questions, please let me know or feel free to message us at the stewards. If you feel we've made a mistake and your account is active, we'd also appreciate to let us know, and please accept our apologies.

Best regards,
--MarcoAurelio (talk) (via MassMessage) 22:13, 9 January 2021 (UTC)

Einsbor (talkcontribs)

Today your admin flag has been removed

Reply to "Notice: Admin activity review"

mwclient accessing page history for dynamic pages

9
Wikipositivist (talkcontribs)

hello bryan i am trying to use mwclient to download full article history for some pages but i can't get mwclient to get the page_title dynamically site = mwclient.site('en.wikipedia.org') page = page.site['string') // i am trying to get something equivalent to page.site('%s') % (variable) or page.site(variable) i am also unsure about how to download the full history, for i am only able to retrieve the revisions using page.revisions() is that possible? Wikipositivist 20:43, 29 June 2011 (UTC)

Bryan (talkcontribs)

page.site[variable] ?

173.32.166.188 (talkcontribs)

since i have a list of pages to look up (which i obtained from a query), i was actually hoping to get the following working str = cursor.fetchall(query) page = site.Pages[str]

173.32.166.188 (talkcontribs)

correction to above: cursor.fetchall(query) for p in str: site.pages[p]

145.94.184.118 (talkcontribs)

The return value of cursor.fetchall() is a tuple, so you should use p[0].

173.32.166.188 (talkcontribs)
SwJ (talkcontribs)

in other words, I wanted to know if it is possible to obtain the equivalent of a special export of the text and history of page. page.revisions() gives me the history & I was needing to get the text as well

Also I was wondering if anyone could help me find a way to obtain the 'currentstatus' of articles (currenstatus could be FA, GA, GAN etc.), the currentstatus info seems to be accessible only through the text table

Bryan (talkcontribs)

Not really. You could look at the categories.

137.131.59.112 (talkcontribs)

Hi Bryan, I am working with mwclient as I am updating a bot (ProteinBoxBot). I continue to get the error 'Site' object has no attribute 'conn' and I cannot find where or how to fix this. Can you help me?

Brooke

Reply to "mwclient accessing page history for dynamic pages"

Can't get access to my e-mail and it says my login doesn't exist.

1
83.19.20.114 (talkcontribs)

Hi. When I try to log in on other device or Elvenar wiki it says that my login doesn't exist. I have it open on my computer all the time and that is how I play. I can't ask for my info sent to my mail, because I don't have it anymore. What can I do in this situation? Can I attach another e-mail to this account?

Alurielle

Reply to "Can't get access to my e-mail and it says my login doesn't exist."

Trying to retrieve login details

1
210.10.202.218 (talkcontribs)

HI Bryan,

We have created a wiki page with an associated page and I would like to login to update some information on the page which I created but it says the email we used for sign up is incorrect which I believe should be correct. How do I go about with retrieving this information. I have already tried to send it to the email which I signed up with but still not receiving anything. Can you please help.

Reply to "Trying to retrieve login details"

Mediawiki session idle time, automatic logout when navigating to other page

1
212.138.47.16 (talkcontribs)

Bryan, I'm having the same problem; setting $wgCookieExpiration=2592000 as recommended, which is 30 days, didn't help either even it looks like there is an impact on sessions duration time, which is a bit longer now. I thought sessions are automatically stored in the cache; or how can you prevent sessions from being stored? Do you think this would solve the problem? -- Danke!

This post was posted by 212.138.47.16, but signed as 212.138.113.4.

Reply to "Mediawiki session idle time, automatic logout when navigating to other page"
Nemo bis (talkcontribs)

Hello! «Bryan Tong Minh will be working with the upstream developers on fixing the problems we found during the test deployment.» What's the status of this? Who's working on benchmarks?

Reply to "VipsScaler"

Want to help review code for MediaWiki?

1
Sumanah (talkcontribs)

Just wanted to let you know that anyone can review code in Gerrit, but Git/Gerrit project ownership is where you can ask for the ability to merge code into the main branch. Hope this is helpful!

Reply to "Want to help review code for MediaWiki?"

Installation of Extension:GlobalUsage

1
173.71.43.35 (talkcontribs)

Can you explain in more detail what line 2. of your installation instructions means. Please assume I know very little, especially about sql setup.

Source GlobalUsage.sql: php maintenance/sql.php extensions/GlobalUsage/GlobalUsage.sql Note: do this from the wiki installation where you want the GlobalUsage data to be located. Typically this is your shared image repository. Running update.php on that wiki will also create the table.

Reply to "Installation of Extension:GlobalUsage"

GlobalUsage - No command line access

2
Llamaggot (talkcontribs)

Hi Bryan,

Sorry to bother you, but I have been trying to install the GlobalUsage extension for weeks, which I haven't been able to do so far as I have no command line access. I was able to circumvent step 2 of the installation process by copying the SQL query in phpMyAdmin, but I now have to run refreshGlobalimagelinks.php, which cannot be done from the browser. Is there any way to run this script without a command line access?

Thanks a lot for your help,

Bryan (talkcontribs)

Unfortunately the script does some rather complicated stuff. You could try to determine what the queries are, by running the script on a local host and watching the query log.


Bryan

Reply to "GlobalUsage - No command line access"

TrustedMath with mimetex

2
Forentw (talkcontribs)

Hello Bryan, thanks for your TrustedMath extension. I am running a small wiki on a ftp-access-only server and a local copy on Windows laptop for testing and off-line access. Is it ok for you when I use your extension code as a (cited) base for mimetex usage? And post the code at mw:LaTeX_on_a_shared_host? Forentw 00:28, 9 January 2012 (UTC)

Bryan (talkcontribs)

Hi,

You are of course allowed to use my extensions as basis for anything else.

Reply to "TrustedMath with mimetex"