[pywikibot] Re: Logins

2022-11-28 Thread Bináris
Yes. BinBot is the bot account and Bináris is the admin account. The second login throws out the previous one. Respectively: c:\Pywikibot>python pwb.py -user:Bináris login -all ERROR: wikipedia:* is not a valid site, please remove it from your user-config Password for user Bináris on wikipedia

[pywikibot] Logins

2022-11-28 Thread Bináris
Where are the logins stored? In compat they had an obvious directory. Now I searched it a lot, but did not find. Whenever I run login.py, the previous account is thrown out, so I cannot comfortably use two accounts. Is it on purpose? -- Bináris

[pywikibot] Re: Page protection for limited time

2022-11-27 Thread Bináris
Thank you! Dalba ezt írta (időpont: 2022. nov. 27., V, 14:49): > Hi Bináris! > Time can be passed through the `kwargs` as `expiry` keyword to > APISite.protect > <https://doc.wikimedia.org/pywikibot/master/api_ref/pywikibot.site.html#pywikibot.site._apisite.APISite.protect&g

[pywikibot] Re: Can't log in as admin

2022-11-27 Thread Bináris
Storno, I had to run login.py directly. But I still have the question: if I edit pages with my regular bot account, and one of them is protected, what will happen? Can I switch to my sysop account? Bináris ezt írta (időpont: 2022. nov. 27., V, 13:42): > python pwb.py -nolog -user:Biná

[pywikibot] Can't log in as admin

2022-11-27 Thread Bináris
python pwb.py -nolog -user:Bináris userpageprotect.py python pwb.py -nolog -user:"Bináris" userpageprotect.py Neither asks for my password when the script wants to protect a page. (The script is own development.) Instead I get: pywikibot.exceptions.UserRightsError: User "None

[pywikibot] Re: Page protection for limited time

2022-11-27 Thread Bináris
Of course I meant protect, not block. Bináris ezt írta (időpont: 2022. nov. 27., V, 13:23): > Hi, > in > https://doc.wikimedia.org/pywikibot/master/api_ref/pywikibot.page.html#page.BasePage.protect > I don't see the time. Can we block for infinity only? > > -- > Bi

[pywikibot] Page protection for limited time

2022-11-27 Thread Bináris
Hi, in https://doc.wikimedia.org/pywikibot/master/api_ref/pywikibot.page.html#page.BasePage.protect I don't see the time. Can we block for infinity only? -- Bináris ___ pywikibot mailing list -- pywikibot@lists.wikimedia.org To unsubscribe send

[Wikitech-l] Movereason-dropdown

2022-11-21 Thread Bináris
Hi, we have a MediaWiki:Deletereason-dropdown which appears as a dropdown on Special:Delete. How can I create a similar dropdown for frequent renaming/moving reasons? -- Bináris ___ Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org

[pywikibot] Re: Do I need pwb.py?

2022-11-18 Thread Bináris
of Pywikibot would be the secret agent which is consuming my device. :-) Thank you again! -- Bináris Pywikibot.ico Description: Binary data ___ pywikibot mailing list -- pywikibot@lists.wikimedia.org To unsubscribe send an email to pywikibot-le...@lists.wikimedia.org

[pywikibot] Re: Do I need pwb.py?

2022-11-17 Thread Bináris
To the prevoius: The snake bites its own tail, we say here. There are a lot of logging errors because the script could not log the previous error. But it should not have logged anything, only perform a task, and write on screen and modify a page on wiki. In MY script nothing uses the device.

[pywikibot] Re: Do I need pwb.py?

2022-11-17 Thread Bináris
ezt írta (időpont: 2022. nov. 17., Cs, 8:19): > There is no disadvantage known when using it. > Thank you! But, there is. I have a special case, because I suffer with a low space storage device. I know, this is my fault, but anyway, it IS a problem (although I regularly free up space, something

[pywikibot] Do I need pwb.py?

2022-11-16 Thread Bináris
Hi, I write scripts, mostly for temporary tasks. I understand, that pwb.py handles arguments and logs and finds my script in /scripts/userscripts. Most of these scripts don't excpect arguments, the task is wired in. So is there any advantage of using pwb.py in this case? -- Bináris

[pywikibot] Re: How to analyze block logs?

2022-11-02 Thread Bináris
Roy Smith ezt írta (időpont: 2022. nov. 2., Sze, 18:19): > There's a bunch of block reason templates such as {{blocked proxy}}, > {{webhostblock}}, etc. They don't always get used, but they're good things > to look for before you fall back to just comment_text like '%proxy%' > This works for

[pywikibot] Re: How to analyze block logs?

2022-11-02 Thread Bináris
Roy, thank you! This is great! My version is https://quarry.wmcloud.org/query/68559 Next step is to try to use it with Pywikibot as Xqt said. ___ pywikibot mailing list -- pywikibot@lists.wikimedia.org To unsubscribe send an email to

[pywikibot] How to analyze block logs?

2022-11-01 Thread Bináris
, but after expiration they are likely to be still open, and need revision. Do we have a clever tool for this? How would you begin the task? -- Bináris ___ pywikibot mailing list -- pywikibot@lists.wikimedia.org To unsubscribe send an email to pywikibot

[Wikitech-l] Re: Filtered lists with checkboxes

2022-10-25 Thread Bináris
Strainu ezt írta (időpont: 2022. okt. 25., K, 19:20): > > If you're ok with editing a list of titles, petscan [1] is all you need. > Thank you! Unfortunately, this does not run in native home wiki, so it lacks the advantage of seeing the article preview when I push my mouse over the title, but

[Wikitech-l] Re: Filtered lists with checkboxes

2022-10-25 Thread Bináris
Thank you! " editing the wikipage and deleting the unwanted titles" -- yes, this is just what I want, The list may be on a temporary page, and deleting the unwanted is even better then first marking it. Then I can use this page as a source for the bot. Is there a list of these tools? I am not

[Wikitech-l] Re: Filtered lists with checkboxes

2022-10-24 Thread Bináris
Good idea. Thank you, I am not very familiar with JS, but I will try it. Marcin Szwarc ezt írta (időpont: 2022. okt. 24., H, 23:05): > Hi, Bináris > > A client-side JavaScript code might help with that. This would remove a > need of deploying any code to all users of the wiki whi

[Wikitech-l] Filtered lists with checkboxes

2022-10-24 Thread Bináris
with Lua? -- Bináris ___ Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/

[Wikidata] Re: [Small wiki toolkits] Final feedback session on Friday, October 28th, at 16:00 UTC

2022-10-21 Thread Bináris
I didn't know about this, beacuse I wasn't onboard for a while, so I try to make up leeway. All but one recordings are public, "How to write a basic script via Pywikibot" asks a permit. Is it on purpose? ___ Wikidata mailing list --

[pywikibot] Re: FlaggedPagesGenerator

2022-10-17 Thread Bináris
Thank you! ___ pywikibot mailing list -- pywikibot@lists.wikimedia.org To unsubscribe send an email to pywikibot-le...@lists.wikimedia.org

[pywikibot] FlaggedPagesGenerator

2022-10-17 Thread Bináris
be prohibited by communities on unflagged pages. -- Bináris ___ pywikibot mailing list -- pywikibot@lists.wikimedia.org To unsubscribe send an email to pywikibot-le...@lists.wikimedia.org

[pywikibot] Re: New Pywikibot 7.7 release

2022-10-12 Thread Bináris
On the page https://www.mediawiki.org/wiki/Manual:Pywikibot/Installation may the warning " The last version of the zip-file is currently (14 July 2022) broken, it contains __metadata__.py instead of version string." be removed? ___ pywikibot mailing list

[Wikitech-l] Re: [Small wiki toolkits] Upcoming "How to interact with Wikidata via Pywikibot" workshop on Friday, October 7th, 16:00 UTC

2022-10-04 Thread Bináris
tech-l mailing list -- wikitech-l@lists.wikimedia.org > To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org > https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/ -- Bináris ___ Wikitech-l mailing list

[pywikibot] Re: Pywikibot/pagefromfile.py only import 19 pages

2021-06-08 Thread Bináris
The server may be down. > Status code: 200 > > ___ > pywikibot mailing list -- pywikibot@lists.wikimedia.org > To unsubscribe send an email to pywikibot-le...@lists.wikimedia.org > -- Bináris _

[pywikibot] Re: Replace multiple template names per page

2021-06-07 Thread Bináris
MarcoAurelio ezt írta (időpont: 2021. jún. 7., H, 16:18): > (e.g. just replace the template name leaving brakets > and parameters untouched i.e. {{template|1=parameter}}). > This is the easiest case if only the template names change and there are no nested templates. That's what replace.py is

[pywikibot] Adminbacklog

2021-06-04 Thread Bináris
Hi, once I saw a page on enwiki called adminbacklog. I would like to make a similar page on huwiki. It'll be refreshed by bot. Is it worth any effort to make an international backlogbot, or quite hopeless? -- Bináris ___ pywikibot mailing list

[pywikibot] Re: Login with compat

2021-06-03 Thread Bináris
‪‫שלום אורי דנינו‬‎ ezt írta (időpont: 2021. jún. 4., P, 0:38):‬ > (if I understood the conversation, I didn't read everything) > Manual here: > > https://m.mediawiki.org/wiki/Manual:Pywikibot/Installation#Install_Pywikibot > Thank you! ___ pywikibot

[pywikibot] Re: Login with compat

2021-06-03 Thread Bináris
Oh, I got it... c:\Python37\Lib\site-packages\pywikibot\ Sucha an obscure place! Can I just move it to root? Ha can I set it up for SVN or git, where is the source? Bináris ezt írta (időpont: 2021. jún. 3., Cs, 13:51): > The manual says: > > pip install pywikibot > > Pip say

[pywikibot] Re: Login with compat

2021-06-03 Thread Bináris
The manual says: pip install pywikibot Pip says "Successfully installed pywikibot-6.3.0." But WHERE did it install? ___ pywikibot mailing list -- pywikibot@lists.wikimedia.org To unsubscribe send an email to pywikibot-le...@lists.wikimedia.org

[pywikibot] Re: Login with compat

2021-06-03 Thread Bináris
ezt írta (időpont: 2021. jún. 3., Cs, 11:20): > Hi Binaris, > > btw compat is for Python 2 only. > > Hi, no problem with that, I have to add some parentheses and remove u from front of strings.I use both Python branches (2 now only for co

[pywikibot] Re: Login with compat

2021-06-03 Thread Bináris
vert my own replace.py is much easier than to add all features to community version. Now I have to return from far, far to understand the new concepts and being a developer again. Additionally, I failed to install Python 3.9 on my Win7, it requires >=8.1. No I am installing 3,7 and I hope it wil

[pywikibot] Re: Login with compat

2021-06-02 Thread Bináris
ezt írta (időpont: 2021. jún. 2., Sze, 23:05): > Please be aware that other csrf tokens will be removed with mw 1.37 an can > lead the compat release to fail. > Thank you! When is 1.37 due? -- Bináris ___ pywikibot mailing list --

[pywikibot] Re: Login with compat

2021-06-02 Thread Bináris
except: > pass > > Thank yo so much, the bot is working again! :-)) ** *##JOHN IS THE GOD PERSONALLY! ##* *####* -- Bináris

[pywikibot] Re: Login with compat

2021-06-02 Thread Bináris
Is there a manual to rewrite comat scripts to Pywikibot? ___ pywikibot mailing list -- pywikibot@lists.wikimedia.org To unsubscribe send an email to pywikibot-le...@lists.wikimedia.org

[pywikibot] Re: Login with compat

2021-06-01 Thread Bináris
sword or CAPTCHA answer? John ezt írta (időpont: 2021. jún. 1., K, 21:51): > What error message are you getting? I patched that locally when it > happened and I cannot reference a clean copy of compat any more. Knowing > the error would let me narrow it down. > > On Tue, Jun 1,

[pywikibot] Re: Login with compat

2021-06-01 Thread Bináris
which is the default > environment on tools. > > The only way I can support you is to re-implement the missing > functionality. Where is the lag in core? What are you missing? > > Best > xqt > > > Am 01.06.2021 um 08:51 schrieb Bináris : > > > >  > >

[pywikibot] Login with compat

2021-06-01 Thread Bináris
forcedly logged out, and now I cannot use my bot. Has anything happened since [1]? Or can you give me any hint, how to begin to solve it on my own? -- Bináris ___ pywikibot mailing list -- pywikibot@lists.wikimedia.org To unsubscribe send an email

Re: [pywikibot] Thank you Xqt

2021-05-08 Thread Bináris
Ooohyeee! Congratulations and big, big, big thank you! And also thanks to Legotkm for noticing it. ___ pywikibot mailing list pywikibot@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikibot

[pywikibot] Fwd: BREAKING CHANGE: schema update, xml dumps

2019-11-27 Thread Bináris
to other lists as you deem appropriate. Thanks! Ariel Glenn ___ Wikitech-l mailing list wikitec...@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l -- Bináris ___ pywikibot mailing list

Re: [Wikitech-l] Outdated dump?

2019-10-28 Thread Bináris
Sorry, forget it. I found the error in the batch file I use to start searching, so it is my fault. Bináris ezt írta (időpont: 2019. okt. 28., H, 15:36): > Hi, > > I use the latest > > huwiki-latest-pages-articles.xml.bz2 > <https://dumps.wikimedia.org/huwiki/lates

[Wikitech-l] Outdated dump?

2019-10-28 Thread Bináris
BAg%C3%B3-vil%C3%A1gbajnoks%C3%A1g=21407770=20630428 This does not happen too often, but not for the first time. So is it possible that the dump contains earlier version? -- Bináris ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lis

Re: [Wikidata] Next office hour on November 5th on Telegram

2019-10-15 Thread Bináris
Fabrizio Carrai ezt írta (időpont: 2019. okt. 15., K, 12:22): > Hello Gerard, > Telegram just need a phone number to complete the activation, then you can > use any connected device, like pc, via web, tablet, etc... > I think he sees a data protection issue. Why to narrow the scope of

Re: [Wikitech-l] 503 Backend fetch failed

2019-10-03 Thread Bináris
It becomes more and more frequent in the last couple of days. This time I ran into the error in the web browser and got a copyable error message: If you report this error to the Wikimedia System Administrators, please include the details below. Request from 185.199.28.134 via cp1077 cp1077,

Re: [Wikitech-l] 503 Backend fetch failed

2019-10-03 Thread Bináris
mailing list > > Wikitech-l@lists.wikimedia.org > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > ___ > Wikitech-l mailing list > Wikitech-l@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/wikitech-l --

Re: [Wikitech-l] 503 Backend fetch failed

2019-10-01 Thread Bináris
David Barratt ezt írta (időpont: 2019. okt. 1., K, 22:57): > If you could provide the URL or the request that might be helpful. I know > for instance that I have sometimes received that error on > https://query.wikidata.org/ when there is a query timeout. > Perhaps it was

[Wikitech-l] 503 Backend fetch failed

2019-10-01 Thread Bináris
Hi folks, I got this message while running a bot: Result: 503 Backend fetch failed I know HTTP 503 message, but I never got it during botwork. I restarted it successfully. Is this normal? -- Bináris ___ Wikitech-l mailing list Wikitech-l

Re: [Wikitech-l] Hack : Web based face login for wikipedia

2019-08-08 Thread Bináris
Just for ciriuosity: what happens if I shave my beard? ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [pywikibot] New script: Change page language

2018-12-05 Thread Bináris
Great! But you should write your own name into the copyright line. Pywikibot team comes in additionally, when someone makes modifications. ___ pywikibot mailing list pywikibot@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikibot

Re: [Wikitech-l] non-obvious uses of in your language

2018-10-04 Thread Bináris
The problem with all anti-linktrail practices is that they make search (or search and replace) in the source very hard. This relies both to bot owners and humans who use the insource: regex search engine. I think a brand new approach would be necessary. For example, [[foo]]bar would behave as now,

Re: [Wikitech-l] non-obvious uses of in your language

2018-10-04 Thread Bináris
les? > > בתאריך יום ה׳, 4 באוק׳ 2018, 17:41, מאת Bináris ‏: > > > Amir E. Aharoni ezt írta (időpont: 2018. > > okt. 4., Cs, 16:18): > > > > > > > > This sentence shows the template used at the end.{{Citation > > > needed|reason=Reliable sourc

Re: [Wikitech-l] non-obvious uses of in your language

2018-10-04 Thread Bináris
Amir E. Aharoni ezt írta (időpont: 2018. okt. 4., Cs, 16:18): > > This sentence shows the template used at the end.{{Citation > needed|reason=Reliable source needed for the whole sentence|date=October > 2018}} > > However, has less trivial use cases, that are not quite the same > as

[Wikitech-l] Non-linear search in an XML dump

2018-09-03 Thread Bináris
is not stored. In other words, a dump is not sorted by any key one could finf in the dump, and behaves as an unosorted structure. Is this true? Can I use any non-linear (e.g. binary) search in a dump? -- Bináris ___ Wikitech-l mailing list Wikitech-l

Re: [pywikibot] asynchronous put on core

2018-08-29 Thread Bináris
to be saved? In compat the > number was up to 60. > > /Steen > > > ___ > pywikibot mailing list > pywikibot@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/pywikibot > -- Bináris

Re: [Wikitech-l] huwiki, arwiki to be treated as 'big wikis' and run parallel jobs

2018-08-20 Thread Bináris
or.wikimedia.org/T202268 > > Ariel > ___ > Wikitech-l mailing list > Wikitech-l@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/wikitech-l -- Bináris ___ Wikitech-l mailing list Wikite

Re: [Wikitech-l] How to do HTML in a Wiki Page

2018-08-16 Thread Bináris
pages I should read? > > Thank you, > David > 713-870-3834 > ___ > Wikitech-l mailing list > Wikitech-l@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/wikitech-l -- Bináris ___ Wikitec

Re: [Wikitech-l] My Phabricator account has been disabled

2018-08-15 Thread Bináris
2018-08-13 18:35 GMT+02:00 Petr Bena : > Is that > what we turned into? From highly skilled developers and some of best > experts in the field to a bunch of language nazis? > Folks, please never use the word "nazi" for people in any context except definitely stating they are nazis in the

Re: [Wikitech-l] My Phabricator account has been disabled

2018-08-15 Thread Bináris
2018-08-08 22:51 GMT+02:00 Strainu : > 2018-08-08 18:53 GMT+03:00 Bináris : > > This happens when American culture and behavioral standard is extended to > > an international community. > > FWIW, the CoC itself is quite neutral and contains (at least in my > view) no Amer

Re: [Wikitech-l] My Phabricator account has been disabled

2018-08-09 Thread Bináris
2018-08-08 12:08 GMT+02:00 Amir Ladsgroup : > We sent the user an email using the "Email to user" functionality from > mediawiki.org the moment I enforced the ban. > What happens if a user has this function disabled? ___ Wikitech-l mailing list

Re: [Wikitech-l] My Phabricator account has been disabled

2018-08-09 Thread Bináris
2018-08-08 23:32 GMT+02:00 Ori Livneh : > The responses to that included on-wiki comments telling me to go > fuck myself > > > You said it! You said it! :-) https://www.dailymotion.com/video/x2hwqkh ___ Wikitech-l mailing list

Re: [Wikitech-l] My Phabricator account has been disabled

2018-08-08 Thread Bináris
Errata: make cases possible --> make cases public whenever possible Gmail has tricked on me. 2018-08-08 22:46 GMT+02:00 Bináris : > > > 2018-08-08 22:29 GMT+02:00 Amir Ladsgroup : > >> 3) not being able to discuss cases clearly also bothers me too as I can't >> clarif

Re: [Wikitech-l] My Phabricator account has been disabled

2018-08-08 Thread Bináris
2018-08-08 22:29 GMT+02:00 Amir Ladsgroup : > 3) not being able to discuss cases clearly also bothers me too as I can't > clarify points. But these secrecy is there for a reason. We have cases of > sexual harassment in Wikimedia events, do you want us to communicate those > too? Nope. > And if

Re: [Wikitech-l] My Phabricator account has been disabled

2018-08-08 Thread Bináris
That's what I called a very first world problem. This happens when American culture and behavioral standard is extended to an international community. It is not rally polite to write that F-thing (how many times has it been written directly or abbreviated or indirectly in this very discussion?).

[pywikibot] Fwd: MultiContent Revisions and changes to the XML dumps

2018-08-02 Thread Bináris
for background; feel free to supplement this list if you have such links. Ariel ___ Wikitech-l mailing list wikitec...@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l -- Bináris

Re: [Wikitech-l] Old categorization data

2018-07-17 Thread Bináris
-l mailing list > > > Wikitech-l@lists.wikimedia.org > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > > ___ > > Wikitech-l mailing list > > Wikitech-l@lists.wikimedia.org > > https://

Re: [Wikitech-l] Can/should my extensions be deleted from the Wikimedia Git repository?

2018-06-09 Thread Bináris
ing WORTH of forcing a volunteer, one of us, who is highly committed to our common dream, to do something that he is not OK with or quit? Is life long enough for that? Please study this essay on the topic thoroughly: https://www.youtube.com/watch?v=Qyclqo_AV2M Bináris __

Re: [pywikibot] Archivebot fails on abuse filter

2018-06-03 Thread Bináris
2018-06-03 22:23 GMT+02:00 Martin Urbanec : > > Well, failed sliently? Again, I run the same bot in cs.wiki and this is > what I can see in logs. > Yes, that's what I wrote in the initial letter with a link to the log. For me, this is quite silent. But your example shows something important:

[pywikibot] Archivebot fails on abuse filter

2018-06-03 Thread Bináris
-- Bináris ___ pywikibot mailing list pywikibot@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikibot

Re: [Wikitech-l] Refactoring MonoBook

2018-03-18 Thread Bináris
Long live MonoBook! I am very happy that someone takes care of it, thank you! ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] changes coming to large dumps

2018-03-05 Thread Bináris
That's really big. :-) 2018-03-05 13:10 GMT+01:00 Ariel Glenn WMF <ar...@wikimedia.org>: > We'll probably start at 20GB, which means that WIkidata will be the only > wiki affected for now. > > Ariel > > On Mon, Mar 5, 2018 at 1:40 PM, Bináris <wikipo...@gmail.com>

Re: [Wikitech-l] changes coming to large dumps

2018-03-05 Thread Bináris
ttps://phabricator.wikimedia.org/T179059 > > Thanks! > > Ariel > ___ > Wikitech-l mailing list > Wikitech-l@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/wikitech-l -- Bináris ___ Wikitech-l ma

[pywikibot] Mass hiding

2018-02-23 Thread Bináris
name) of the versions. Of course, with admin rigths. -- Bináris ___ pywikibot mailing list pywikibot@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikibot

Re: [Wikitech-l] The target revision does not exist

2017-10-02 Thread Bináris
_ > Wikitech-l mailing list > Wikitech-l@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > -- Bináris ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Logs are down

2017-09-11 Thread Bináris
2017-09-10 18:59 GMT+02:00 יגאל חיטרון : > If the problem was real logs, I would tag a lot of people in the phab > ticket, don't worry. > However, this does not seem to be a followable logic for me. I think, most of us understand you better, if you definitely tell, what

Re: [Wikitech-l] Recommending Firefox to users using legacy browsers?

2017-09-04 Thread Bináris
2017-09-05 2:08 GMT+02:00 Risker : > Firefox has decided to take a path that is actively awful. > Which is? ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] The target revision does not exist

2017-09-04 Thread Bináris
with Phabricator, so is there a ticket for this feature already? -- Bináris ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[pywikibot] RFC: Counting and saving replacements in replace.py

2017-09-04 Thread Bináris
only pairs of the actual page are stored. Unless you explicitely create a huge list with all the occuring pairs, which is not neccessary, it won't cause a problem. -- Bináris -- Bináris ___ pywikibot mailing list pywikibot@lists.wikimedia.org https

[pywikibot] RFC: Counting ans saving replacements in replace.py

2017-09-04 Thread Bináris
the occuring pairs, which is not neccessary, it won't cause a problem. -- Bináris ___ pywikibot mailing list pywikibot@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikibot

Re: [Wikitech-l] Log of nulledits

2017-07-25 Thread Bináris
I spoke about a possible change rather than the current behaviour. But I understand. 2017-07-25 15:07 GMT+02:00 John <phoenixoverr...@gmail.com>: > Bináris the root issue is that mediawiki doesnt see Null edits as an edit, > it sees them more as a purge with forcelinkupdate=Tr

Re: [Wikitech-l] Log of nulledits

2017-07-25 Thread Bináris
2017-07-25 14:35 GMT+02:00 Dan Garry : > By definition, a null edit does not perform any change at all, and is > therefore not recorded publicly since there's technically nothing to > record. I suspect the only way you could find this kind of information is > in the server

Re: [Wikitech-l] Log of nulledits

2017-07-25 Thread Bináris
2017-07-25 14:05 GMT+02:00 יגאל חיטרון : > Code a logger for the bot. > For all possible bots that will be written in the future? In this situation I am not the bot owner, but a Wikipedia user. ___ Wikitech-l mailing list

[Wikitech-l] Log of nulledits

2017-07-25 Thread Bináris
with good faith these nulledits load the server, but they can be used for an overload attack, too. -- Bináris ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [pywikibot] [Pywikibot-commits] Failed: wikimedia/pywikibot-core#4083 (3.0.20170521 - 6ccd35d)

2017-05-29 Thread Bináris
other words, while build 4082 and 4084 tested a current build, build > 4083 tested an old build, with bugs that had already been fixed. > > tl;dr: git ¯\_(ツ)_/¯ > > Merlijn > > On 29 May 2017 at 07:52, Bináris <wikipo...@gmail.com> wrote: > >> Hi, >> hel

Re: [pywikibot] Getting code review flowing again

2017-05-25 Thread Bináris
We are on a really bad track. ___ pywikibot mailing list pywikibot@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikibot

Re: [pywikibot] Răspuns: Login failed and aborted

2017-05-16 Thread Bináris
> > Setting up a BotPassword is easy though and https://mediawiki.org/ > wiki/Manual:Pywikibot/BotPasswords describes how to use it with > pywikibot. > > /André > > > On 16 May 2017 18:14, "Bináris" <wikipo...@gmail.com> wrote: > > I think there is a lo

Re: [pywikibot] Replace.py breaks

2017-05-16 Thread Bináris
is a bit > out of date. > > /André > > On 16 May 2017 15:25, "Bináris" <wikipo...@gmail.com> wrote: > >> Hi, >> after a miserable login process I tried to do my first edit with core >> (latest version). Not very surprisingly, I couldn't. I tried

Re: [pywikibot] Login failed and aborted

2017-05-16 Thread Bináris
2017-05-16 0:31 GMT+02:00 Bináris <wikipo...@gmail.com>: > > > 2017-05-15 23:53 GMT+02:00 Bináris <wikipo...@gmail.com>: > >> Hi, >> >> I downloaded core and try to use it. >> What is difference between "ERROR: Login failed (Aborted)."

Re: [pywikibot] Outdated manual

2017-05-16 Thread Bináris
nks with > tags to prevent further confusion. > Thank you. I don't understand the concept, being https a web protocol. Once a resource is not reachable via https on web, only with git, should it not have another protocol? -- Bináris ___

Re: [pywikibot] Login failed and aborted

2017-05-15 Thread Bináris
2017-05-15 23:53 GMT+02:00 Bináris <wikipo...@gmail.com>: > Hi, > > I downloaded core and try to use it. > What is difference between "ERROR: Login failed (Aborted)." and "ERROR: > Login failed (Failed)."? > > None of them is what I want. > &

Re: [pywikibot] Outdated manual

2017-05-15 Thread Bináris
2017-05-16 0:01 GMT+02:00 Pion <pio...@gmail.com>: > git clone https://gerrit.wikimedia.org/r/pywikibot/core , right? > All right, I thought once something is clickable in a documentation, it should lead somewhere, but I was obviously wrong.

[pywikibot] Login failed and aborted

2017-05-15 Thread Bináris
Hi, I downloaded core and try to use it. What is difference between "ERROR: Login failed (Aborted)." and "ERROR: Login failed (Failed)."? None of them is what I want. -- Bináris ___ pywikibot mailing list pywikibot@lists

Re: [pywikibot] Outdated manual

2017-05-15 Thread Bináris
I clicked on it and I got "Not found". 2017-05-15 23:33 GMT+02:00 Andre Klapper <aklap...@wikimedia.org>: > On Mon, 2017-05-15 at 20:57 +0200, Bináris wrote: > > can someone fix outdated URLs here? > > https://www.mediawiki.org/wiki/Manual:Pywikibot/Gerrit#URLs

[pywikibot] Outdated manual

2017-05-15 Thread Bináris
Hi, can someone fix outdated URLs here? https://www.mediawiki.org/wiki/Manual:Pywikibot/Gerrit#URLs -- Bináris ___ pywikibot mailing list pywikibot@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikibot

Re: [Wikitech-l] get ready for MediaWiki Documentation Day on May 12th!

2017-05-02 Thread Bináris
This is a ver nice effort. ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Turkey ban

2017-04-30 Thread Bináris
When I was in Iran, I could reach all the blocked sites (such as Facebook) with Psiphon. https://en.wikipedia.org/wiki/Psiphon And so do the local people. Citizens of dictatorships are very efficient in using client-side solutions. ___ Wikitech-l mailing

Re: [Wikitech-l] Sitelink removal in Wikidata

2017-04-27 Thread Bináris
2017-04-28 7:31 GMT+02:00 Amir Ladsgroup <ladsgr...@gmail.com>: > It doesn't show it anymore. Probably it was because of replication lag or > something like that. > Great! Thank you! -- Bináris ___ Wikitech-l mailing

Re: [Wikitech-l] Sitelink removal in Wikidata

2017-04-26 Thread Bináris
an/listinfo/wikitech-l > ___ > Wikitech-l mailing list > Wikitech-l@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > -- Bináris ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Sitelink removal in Wikidata

2017-04-26 Thread Bináris
2017-04-26 15:27 GMT+02:00 Amir Ladsgroup <ladsgr...@gmail.com>: > The tool excludes edits that are marked as patrolled but you need to > rollback (instead of undo/restore). > That's what I did, -- Bináris ___ Wikitech-l mailing

Re: [Wikitech-l] Sitelink removal in Wikidata

2017-04-26 Thread Bináris
mailing list > Wikitech-l@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/wikitech-l -- Bináris ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Sitelink removal in Wikidata

2017-04-26 Thread Bináris
ikitech-l@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/wikitech-l -- Bináris ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

<    1   2   3   4   5   6   7   8   >