[Wikitech-l] Re: Drop dedicated support for IE 11, Edge Legacy and Opera

2024-05-21 Thread Dan Andreescu
(it's ok, that sprint is just starting May 23rd, but yes, equally excited
to get to work on it)

On Tue, May 21, 2024 at 3:48 PM Krinkle  wrote:

> On Tue, 14 May 2024, at 18:42, Krinkle wrote:
>
> I suggest we fix https://phabricator.wikimedia.org/T342267 before making
> any decision that is based on browser usage […].
>
> By "fix" I mean, ask your respective managers to [create] demand for it
> and create interest in it. [it] has thus far not been prioritised. […]
>
>
> Correction: The task is part of a sprint as of two weeks ago. I failed to
> see this earlier. Yay!
>
> -- Timo
>
> ___
> 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/
>
___
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/

[Wikitech-l] Re: Drop dedicated support for IE 11, Edge Legacy and Opera

2024-05-21 Thread Krinkle
On Tue, 14 May 2024, at 18:42, Krinkle wrote:
> I suggest we fix https://phabricator.wikimedia.org/T342267 before making any 
> decision that is based on browser usage […].
> 
> By "fix" I mean, ask your respective managers to [create] demand for it and 
> create interest in it. [it] has thus far not been prioritised. […]

Correction: The task is part of a sprint as of two weeks ago. I failed to see 
this earlier. Yay!

-- Timo
___
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/

[Wikitech-l] 1.43.0-wmf.6 train blocker in LQT

2024-05-21 Thread Andre Klapper
Hello everyone,

Tomorrow's UTC-morning deployment of 1.43.0-wmf.6 might be blocked on a
small but potentially noisy issue in LiquidThreads:

https://phabricator.wikimedia.org/T365495

If anyone can offer a spare null-coalescing operator at the right spot
(and ideally get it merged), as Core's parseAsContent() does
not enjoy passing a null parameter anymore, that would be lovely - but
better trust Krinkle's initial analysis in the task instead (thanks!).

Thanks in advance!
andre

-- 
Andre Klapper (he/him) | Bugwrangler
https://blogs.gnome.org/aklapper/
___
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/


[Wikitech-l] Re: pagelinks table defective?

2024-05-21 Thread Dan Andreescu
Looks to me to be working now, but not sure how you're accessing it.  Reply
back if it's still broken.  (example sqllab query:
https://superset.wmcloud.org/sqllab/?savedQueryId=128)

On Mon, May 20, 2024 at 12:55 PM Zoran Dori  wrote:

> Hello Martin!
>
> It's probably because changes from
> https://phabricator.wikimedia.org/T299947 haven't been deployed to WHMCS
> yet.
>
> I guess someone will see this thread and solve this problem.
>
> Best regards,
> Zoran
>
> пон, 20. мај 2024. у 18:52 Martin Domdey  је
> написао/ла:
>
>>
>> Hi all,
>>
>> very simple queries don't work, what happened. It seems to be defective
>> since about 30 minutes.
>>
>>
>>
>> select * from pagelinks;
>>
>> mysqlsel/db server: View 'dewiki_p.pagelinks' references invalid table(s)
>> or column(s) or function(s) or definer/invoker of view lack rights to use
>> them
>> ___
>> 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/
>
> ___
> 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/
___
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/

[Wikitech-l] Update your tool's code to prepare for temporary accounts

2024-05-21 Thread Szymon Grabarczuk
(This message is about Wikimedia-specific changes. Nothing mentioned here
is mandatory for the third-party MediaWiki users.)

Hello everyone,

I am reaching out on behalf of the Wikimedia Foundation Trust and Safety
Product  team,
working on the Temporary Accounts

project (formerly, IP Masking). We are making preparations for deployment
on testwiki.

We want to minimize the impact of temporary accounts on the ecosystem of
tools and features. Before deployment, we'll ask for stewards' confirmation
that critical workflows are not affected. Now, we would like to ask you to
check the impact on code you maintain. There may be breaking changes!

We do not have a firm deadline for deployment yet. We will let you know as
soon as we do. We would like to ask you to consider updating your tool's
code over the next weeks, if the tool works on any/all production cluster
wiki. If it only works on selected wikis and testwiki is not one of them,
you will have more time to update it. If you think it will take longer than
that to update your code, please let us know on our talk page
.


For a full explanation of the technical change, please read our
documentation
.
In particular, the section on how your code might need to be updated
.


Some examples of ways code might be affected (not exhaustive):

   - A feature looks for the IP address in the user name (it will no longer
   be found).
   - A feature that relies on looking at the user’s ID to identify if the
   user is registered or unregistered. Temporary accounts will not have a
   user_id of 0.
   - A feature works differently for unregistered vs registered users.

See more examples
.


We may have discovered your issue already and filed a Phabricator task
using the #temporary-accounts tag. You may wish to file a subtask of T337012
. We hope that this task will
help us all as the technical community coordinates on tools requiring
updates.

If you have any questions or would like to learn more about the project,
take a look at our project page and reach out to us on the talk page
.


Thank you!

Szymon Grabarczuk (he/him)

Lead Movement Communications Specialist
(Product & Tech)

Wikimedia Foundation 
___
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/