Movatterモバイル変換


[0]ホーム

URL:


Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview
List overview
Download

Wikitech-lSeptember 2018

wikitech-l@lists.wikimedia.org
  • 63 participants
  • 78 discussions
Start a nNew thread
Database dumps
by Byrial Jensen 17 Apr '25

17 Apr '25
Until some weeks agohttp://dumps.wikimedia.org/backup-index.html usedto show 4 dumps in progress at the same time. That meant that newdatabase dumps normally was available within about 3 weeks for alldatabases except for enwiki and maybe dewiki where the dump process dueto size took longer time.However the 4 dumps processes at one time become 3 some weeks ago. Andafter massive failures at June 4, only one dump has been in progress atthe same time. So at the current speed it will take several months tocome thru all dumps.Is it possible to speed up the process again using several dumpprocesses at the same time?Thank you,Byrial
3 2
0 0
User-Agent:
by Domas Mituzas 17 Apr '25

17 Apr '25
Hi!from now on specific per-bot/per-software/per-client User-Agent header is mandatory for contacting Wikimedia sites.Domas
19 61
0 0

17 Apr '25
Hoi,This is an inquiry from my friend in academia, researching about Wikipedia.He would like to know whether there's a way to acquire a list of templatesincluding external links. Here are some examples including external links.https://ja.wikipedia.org/wiki/Template:JOI/dochttps://ja.wikipedia.org/wiki/Template:Twitter/docSuch links are stored in externallinks.sql.gz, in an expanded form.When you want to check increase/decrease of linked domains in chronologicalorder through edit history, you have to check pages-meta-history1.xml etc.In a such case, traditional links and links by templates are mixed,Therefore, the latter ones (links by templates) should be expanded totraditional link forms.Sorry if what I am saying does not make sense.Thanks in advance,--Takashi Ota [[U:Takot]]
13 24
0 0
EBNF grammar project status?
by Steve Bennett 01 Apr '25

01 Apr '25
What's the status of the project to create a grammar for Wikitext in EBNF?There are two pages:http://meta.wikimedia.org/wiki/Wikitext_Metasyntaxhttp://www.mediawiki.org/wiki/Markup_specNothing seems to have happened since January this year. Also the comments onthe latter page seem to indicate a lack of clear goal: is this just a funproject, is it to improve the existing parser, or is it to facilititate anew parser? It's obviously a lot of work, so it needs to be of clearbenefit.Brion requested the grammar IIRC (and there's a comment to that effect athttp://bugzilla.wikimedia.org/show_bug.cgi?id=7), so I'm wondering what became of it.Is there still a goal of replacing the parser? Or is there some alternativeplan?Steve
26 217
0 0
Missing Section Headings
by Marc Riddell 13 Sep '24

13 Sep '24
Hello,I have been a WP editor since 2006. I hope you can help me. For some reasonI no longer have Section Heading titles showing in the Articles. This istrue of all Headings including the one that carries the Article subject'sname. When there is a Table of Contents, it appears fine and, when I clickon a particular Section, it goes to that Section, but all that is there is astraight line separating the Sections. There is also no button to edit aSection. If I edit the page and remove the "== ==" markers from the SectionTitles, the Title then shows up, but not as a Section Heading. Also, I don'thave any Date separators on my Want List. This started 2 days ago. Anythoughts?Thanks,Marc Riddell[[User:Michael David]]
10 11
0 0
I know it has been annoying a couple of people other than me, so now that I've learned how to make it work I'll share the knowledge here.tl;dr: Star the repositories. No, seriously. (And yes, you need to star each extension repo separately.)(Is there a place onmw.org to put this tidbit on?)------- Forwarded message -------From: "Brian Levine" <support(a)github.com> (GitHub Staff)To: matma.rex(a)gmail.comCc:Subject: Re: Commits in mirrored repositories not showing up on my profileDate: Tue, 09 Jul 2013 06:47:19 +0200Hi BartoszIn order to link your commits to your GitHub account, you need to have some association with the repository other than authoring the commit. Usually, having push access gives you that connection. In this case, you don't have push permission, so we don't link you to the commit.The easy solution here is for you to star the repository. If you star it - along with the other repositories that are giving you this problem - we'll see that you're connected to the repository and you'll get contribution credit for those commits.CheersBrian-- Matma Rex
3 3
0 0
Research FAQ gets a facelift
by Dario Taraborelli 25 Jun '24

25 Jun '24
We just released a new version of Research:FAQ on Meta [1], significantlyexpanded and updated, to make our processes at WMF more transparent and tomeet an explicit FDC request to clarify the role and responsibilities ofindividual teams involved in research across the organization.The previous version – written from the perspective of the (now inactive)Research:Committee, and mostly obsolete since the release of WMF's openaccess policy [2] – can still be found here [3].Comments and bold edits to the new version of the document are welcome. Forany question or concern, you can drop me a line or ping my username on-wiki.Thanks,Dario[1]https://meta.wikimedia.org/wiki/Research:FAQ[2]https://wikimediafoundation.org/wiki/Open_access_policy[3]https://meta.wikimedia.org/w/index.php?title=Research:FAQ&oldid=15176953*Dario Taraborelli *Head of Research, Wikimedia Foundationwikimediafoundation.orgnitens.org • @readermeter<http://twitter.com/readermeter>
2 1
0 0
bluejeans
by Jeremy Baron 22 Feb '23

22 Feb '23
Hi,On Tue, Mar 1, 2016 at 3:36 PM, David Strine <dstrine(a)wikimedia.org> wrote:> We will be holding this brownbag in 25 minutes. The Bluejeans link has> changed:>>https://bluejeans.com/396234560I'm not familiar with bluejeans and maybe have missed a transitionbecause I wasn't paying enough attention. is this some kind ofexperiment? have all meetings transitioned to this service?anyway, my immediate question at the moment is how do you join withoutsharing your microphone and camera?am I correct thinking that this is an entirely proprietary stackthat's neither gratis nor libre and has no on-premise (not cloud)hosting option? are we paying for this?-Jeremy
9 16
0 0

04 Jul '20
As of 950cf6016c, the mediawiki/core repo was updated to use DB_REPLICAinstead of DB_SLAVE, with the old constant left as an alias. This is partof a string of commits that cleaned up the mixed use of "replica" and"slave" by sticking to the former. Extensions have not been massconverted. Please use the new constant in any new code.The word "replica" is a bit more indicative of a broader range of DBsetups*, is used by a range of large companies**, and is more neutral inconnotations.Drupal and Django made similar updates (even replacing the word "master"):*https://www.drupal.org/node/2275877*https://github.com/django/django/pull/2692/files &https://github.com/django/django/commit/beec05686ccc3bee8461f9a5a02c607a023…I don't plan on doing anything to DB_MASTER, since it seems fine by itself,like "master copy", "master tape" or "master key". This is analogous to amaster RDBMs database. Even multi-master RDBMs systems tend to have astronger consistency than classic RDBMs slave servers, and presentthemselves as one logical "master" or "authoritative" copy. Even in it'spersonified form, a "master" database can readily be thought of asanalogous to "controller", "governer", "ruler", lead "officer", or such.*** clusters using two-phase commit, galera using certification-basedreplication, multi-master circular replication, ect...**https://en.wikipedia.org/wiki/Master/slave_(technology)#Appropriateness_of_…***http://www.merriam-webster.com/dictionary/master?utm_campaign=sd&utm_medium…-- -Aaron
4 3
0 0
Hi folks,Based on comments that I received on Wikimedia-l, I would like to invitepeople to a casual online meetup one hour before the monthly WMF Metricsand Activities Meeting.There will be no set agenda. You can come with questions or ideas that youwould like to discuss. Please be willing to listen to questions and ideasfrom other Wikimedians.I will host the meeting with the Zoom software. You can join with softwareor by using your phone. If you join by phone then your phone number will bevisible to other participants.The primary language of the meeting will be English, but if people wouldlike to communicate in diverse languages then that is okay too. We canfacilitate translation by text chat. Many Wikimedians, myself included, aremultilingual in varying degrees, so we might try to have liveinterpretation also.Here is information about how to connect:Join from PC, Mac, Linux, iOS or Android:https://zoom.us/j/136978210Or iPhone one-tap : Argentina: +543415122188,,136978210#Or Telephone: Dial (for higher quality, dial a number based on your currentlocation): Argentina: +54 341 512 2188 Australia: +61 (0) 2 8015 2088 or +61 (0) 8 7150 1149 Canada: +1 647 558 0588 Hong Kong, China: +852 5808 6088 France: +33 (0) 1 8288 0188 or +33 (0) 7 5678 4048 Germany: +49 (0) 30 3080 6188 or +49 (0) 30 5679 5800 Israel: +972 (0) 3 978 6688 Italy: +39 069 480 6488 Japan: +81 (0) 3 4578 1488 or +81 524 564 439 Mexico: +52 229 910 0061 or +52 554 161 4288 Spain: +34 84 368 5025 or +34 91 198 0188 Sweden: +46 (0) 7 6692 0434 or +46 (0) 8 4468 2488 Russia: +7 495 283 9788 United Kingdom: +44 (0) 20 3051 2874 or +44 (0) 20 3695 0088 US: +1 408 638 0986 or +1 646 558 8665 Meeting ID: 136 978 210 International numbers available:https://zoom.us/u/ekaPibJIyThe first "Wikimedia Café" meetup will be on 30 August 2018, at 17:00 UTC /10:00 Pacific.Let me emphasize that the environment won't be like this<https://en.wikipedia.org/wiki/File:West_Hartford,_Connecticut_health_care_r…>,so please don't feel intimated if you are nervous about public speaking.(If a conversation feels to me like it is becoming uncivil or intimidating,then I will ask the debaters to quiet themselves or to move to somewhereelse.) The meeting will generally have an environment that is more like this<https://en.wikipedia.org/wiki/File:Caf%C3%A9_M%C3%A9lange,_Wien.jpg> orthis<https://en.wikipedia.org/wiki/File:Takamatsu-Castle-Building-Interior-M3488…>.I anticipate that few people will come, which is okay. I hope that if youcome then you will enjoy the environment and conversation.Until next time,Pine(https://meta.wikimedia.org/wiki/User:Pine )
1 9
0 0
Results per page:

[8]ページ先頭

©2009-2025 Movatter.jp