[Wikitech-l] Re: Sign up for the language community meeting on February 21st, 12:00 pm UTC!

2024-02-22 Thread Srishti Sethi
Thanks a lot to those who attended the meeting! The recording is now
available for viewing: <
https://www.mediawiki.org/w/index.php?title=Wikimedia_Language_engineering/Community_meetings#21_February_2024
>

*Srishti Sethi*
Senior Developer Advocate
Wikimedia Foundation 



On Tue, Feb 20, 2024 at 12:35 PM Srishti Sethi  wrote:

> Hi all! This is a reminder that the language community meeting will be
> taking place in approximately 15 hours from now: Wednesday, February 21st,
> from 12:00 to 13:00 (UTC).
>
> Feel free to review the event agenda and find out how to join by visiting:
> <
> https://www.mediawiki.org/w/index.php?title=Wikimedia_Language_engineering/Community_meetings#21_February_2024
> >
>
> Looking forward to your participation!
>
> *Srishti Sethi*
> Senior Developer Advocate
> Wikimedia Foundation 
>
>
>
> On Tue, Feb 13, 2024 at 12:06 PM Srishti Sethi 
> wrote:
>
>> Hi all! This is a reminder that the language community meeting is next
>> Wednesday, February 21st, from 12:00 to 13:00 (UTC).
>>
>> Feel free to add any technical updates or challenges related to your
>> project that you would like to share during the meeting to the agenda
>> document.
>>
>> Learn more details: <
>> https://www.mediawiki.org/w/index.php?title=Wikimedia_Language_engineering/Community_meetings#21_February_2024
>> >
>> *Srishti Sethi*
>> Senior Developer Advocate
>> Wikimedia Foundation 
>>
>>
>>
>> On Wed, Feb 7, 2024 at 7:42 AM Srishti Sethi 
>> wrote:
>>
>>> Hello all,
>>>
>>> The next language community meeting is coming up in a few weeks - *February
>>> 21st, 12:00 pm UTC*.
>>>
>>> If you're interested, you can sign up on this wiki page: <
>>> https://www.mediawiki.org/w/index.php?title=Wikimedia_Language_engineering/Community_meetings#21_February_2024
>>> >.
>>>
>>> This meeting is for individuals involved in creating content or managing
>>> technical aspects across different language communities. This will be a
>>> participant-driven meeting, where we collectively discuss specific
>>> technical issues related to language wikis and work together to find
>>> possible solutions. This could involve anything from fixing a broken
>>> template on the Kurdish wiki to brainstorming ideas for growing content on
>>> the Tulu Wiktionary, currently in the Wikimedia Incubator, or celebrating
>>> the creation of Fon Wikipedia, to using MinT for content translation.
>>>
>>> Feel free to add any *technical updates* related to your project or
>>> ideas for *problem-solving* discussion that you would like to share
>>> during the meeting to the notes document here: <
>>> https://etherpad.wikimedia.org/p/language-community-meeting-february-2024
>>> >.
>>>
>>> If you need interpretation support from English to another language,
>>> please let us know by sending an email to sse...@wikimedia.org.
>>>
>>> Looking forward to your participation!
>>>
>>> Cheers,
>>> Jon, Mary & Srishti
>>>
>>> *Srishti Sethi*
>>> Senior Developer Advocate
>>> 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/

[Wikitech-l] Re: APIi page generator namespace order

2024-02-22 Thread Bináris
Great, thank you! :)
___
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] Parsoid Read Views is enabled for DiscussionTools in Wikitech

2024-02-22 Thread Mateus Santos
Hello everyone,

I am glad to inform you that as part of our initial experimentations with
Parsoid Read Views, Parsoid is turned on as the default read views renderer
in Wikitech for DiscussionTools. Here's the rationale

behind our confidence to roll-out this experimental feature and collect
feedback.

This is an opportunity to experiment the changes confidently before we
start rolling out more wikis.

If this disrupts your workflow, don’t worry you can still opt out through a
user preference or turn Parsoid off on the page you’re navigating in
the Tools submenu.

To report bugs and issues, please look at our known issues

documentation
and if you found a new bug please create a phab ticket and tag the Content
Transform Team in Phabricator
 or send us a message
in our slack channel #content-transform-team.

More relevant info about our roll-out strategy can be found on this wiki
page

.

Best regards,

Mateus
___
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: [Wikitech-I] Call for Projects and Mentors for Google Summer of Code 2024 and Outreachy Round 28 is OPEN!

2024-02-22 Thread nicolas . roule
Hi all,

The Commons Android app 
(https://commons.wikimedia.org/wiki/Commons:Mobile_app), GSoC participant every 
year since 2018, proposes the following project:

== Improve upload queue management ==
https://phabricator.wikimedia.org/T356237
- Process upload tasks as a real queue,
- Make it easier to see whether all uploads are finished or not,
- Prevent retries for genuinely failed uploads,
- etc, see details on Phabricator.

Mentors: Nicolas Raoul, Ritika Pahwa

Best regards,
Nicolas Raoul
___
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: APIi page generator namespace order

2024-02-22 Thread Lucas Werkmeister
For Special:UnconnectedPages in particular, we designed the underlying page
property so that it can be efficiently sorted or filtered by namespace (see
T300770  for details), so the
fact that it starts with main namespace pages is intentional and guaranteed
by the current code; I’d say this is unlikely to change soon, but I also
don’t think we consider it covered by the Wikidata Stable Interface Policy
.

For other query pages, it depends on the particular page; for
instance, Special:PagesWithProp
sorts by page_id

and Special:ShortPages by page_len
,
if I’m reading the code correctly.

Am Do., 22. Feb. 2024 um 06:36 Uhr schrieb Bináris :

> Hi,
> I query special pages through API (concretely Special:UnconnectedPages),
> and I noticed that main namespace articles are yielded first.
> It seems that pages are ordered by namespace numbers.
> Is it a guaranteed behaviour?
>
> (If so, I can break from the loop at te first page not in 0 namespace
> which would be nice.)
>
>
> --
> 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/



-- 
Lucas Werkmeister (he/er)
Software Engineer

Wikimedia Deutschland e. V. | Tempelhofer Ufer 23-24 | 10963 Berlin
Phone: +49 (0)30-577 11 62-0
https://wikimedia.de

Imagine a world in which every single human being can freely share in the
sum of all knowledge. Help us to achieve our vision!
https://spenden.wikimedia.de

Wikimedia Deutschland — Gesellschaft zur Förderung Freien Wissens e. V.
Eingetragen im Vereinsregister des Amtsgerichts Charlottenburg, VR 23855 B.
Als gemeinnützig anerkannt durch das Finanzamt für Körperschaften I Berlin,
Steuernummer 27/029/42207.
___
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/