Fixed by https://github.com/frankgeerlings/nlwikibots/commit/ebce8c95c99f7d619e4e821f7cb18fc46a726761 which is now in production.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Nov 14 2023
Nov 4 2023
Fixed by https://github.com/frankgeerlings/nlwikibots/commit/d94f77544aaa7b2dc07be8940f6e2e4b57c3c51d which is now in production.
It is deemed to be beyond the scope of the archive bot. I would suggest a dedicated admin's noticeboard bot script. That said, pull requests are always welcome.
Apr 23 2023
Nov 29 2022
In T323950#8428215, @Aklapper wrote:(Also, if you are looking for specific strings to localize on translatewiki, you can get the message IDs by using uselang=qqx in e.g. https://pap.wikipedia.org/wiki/Wikipedia:Portal_di_komunidat?uselang=qqx and then going to e.g. https://translatewiki.net/w/i.php?title=MediaWiki:Vector-no-language-button-label/pap )
The old strings do seem to be there, but there are a lot of new strings that are yet to be translated. Notably the languages menu in the top right-hand corner, and in @Aklapper's screen shot there are also some obviously new strings such as "Switch to old look" and in the version I see on my screen there is a text below "Languages" stating that these have moved to the top-right corner. Those can't have existed in the old version, but I expect "Languages" would have been there. Isn't this more a matter of going into translatewiki to add the newly discovered strings?
Sep 12 2021
I think I may have fixed this. The change to the code has been applied and will be effective starting with the next AfD notification run tonight.
Sep 1 2021
Nov 19 2019
Oct 27 2019
Natuurlijk wil ik dat verklappen. Ik heb zoals door valhallasw gesuggereerd eenvoudigweg de exception afgevangen (zij het niet helemaal op dezelfde plek), want iemand die {{nobots}} op zijn overlegpagina heeft staan wil kennelijk niet geïnformeerd worden door bots. De meldingen aan anderen vinden voortaan dus wel plaats, waar eerst het script op dit punt vastliep.
Oct 26 2019
May 30 2019
Aanvullend: De nominaties worden daardoor ook allemaal toegeschreven aan dezelfde persoon, en dat is (ook) onjuist.
Ik moest even twee keer kijken voor ik zag wat nu het probleem is, want dat wordt niet vermeld. Het lijkt er op dat een groot deel van de nominaties wordt gegroepeerd onder één van de andere nominaties van die dag. Ik zie nog niet meteen een aanwijsbare reden daarvoor.
Apr 9 2019
Mar 19 2019
Removed the last nlwikibots crontab entry (tvpmelder) from Trusty. Added tbpmelder (different code base, same general idea) to Stretch crontab.
Jul 11 2017
For what it's worth: The source (http://www.student.si/preberi-si/aktualno/intervju-prof-dr-miro-cerar.html) reports <meta http-equiv="Content-Language" content="sl-SI"/> and <html lang="si-SI" xml:lang="si-SI" xmlns="http://www.w3.org/1999/xhtml">. Seems incoherent to me.
May 26 2015
As can be seen in the image in my previous comment, the drop-down div.menu.vectorMenu in the Vector skin interferes with the indicators. I have added a change to my personal CSS on NL-Wikipedia which I will test out a little bit more before I create a pull request for the Vector skin. A chat on IRC with @matmarex turned out that there are a few things that could be affected by changing the z-index of the Vector drop-down menu:
Apr 2 2015
@matmarex It's been a while, but by now I have had a chance to look into it. I run into a very similar issue in that the <indicator>s have a CSS z-index of 1, which cause them to be drawn through the vectorMenu items in the #mw-head div. An example of this behaviour can be seen on https://nl.wikipedia.org/wiki/Gebruiker:Frank_Geerlings/Indicators/Testpagina2 (screen shot below) – I see that the drop-down menu isn't used in the Polish wikipedia, so it's not an issue there.
Feb 13 2015
Thanks, @matmarex! I'll look into that.
Thanks for looking into this. It sounds like this means there is something Dutch wikipedia should do about this. Are there pre- and post-editing Javascript hooks that can be used? What is the approach you recommend?