User Details
- User Since
- Jan 15 2019, 8:43 AM (218 w, 4 d)
- Availability
- Available
- LDAP User
- Anysite
- MediaWiki User
- Anysite [ Global Accounts ]
Feb 2 2023
Jan 4 2023
I'm not sure this is the right approach. We can also check if the special page is cargo related page, something like:
} elseif ( ( $title != null && $title->isSpecialPage() && strpos( $title->getText(), 'Cargo' ) !== FALSE && !$wgRequest->getCheck( 'wpRunQuery' ) )
Sep 22 2022
Sep 15 2022
Jun 28 2022
That's my take how to implement this. Of course, if there is already a built in way to do it I would be happy to learn.
Jun 21 2022
Yes, you right. editing (also in attached commit msg)
Jun 19 2022
By DRY concept we should set this chars group in one place (I'm assuming in config entry in extension.json), Then call it from two places in the code.
Do you want me to do it like this, or just add it in JS?
Jun 16 2022
Sure thing. Done, is that good enough?
Yep, I owe you explanation, sorry.
Jun 15 2022
@Yaron_Koren: what about this fix? Is this ever merged? Because autocomplete for unicode chars still not working.
Mar 20 2022
Because table let me nice and tidy look out of the box,
Mar 18 2022
Sorry, a lot of mass because of geritt, this is the relevant commit:
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/PageForms/+/771897
Mar 3 2022
Jan 24 2022
A. well, "values from namesapce" is just the default way to grab pages form the wiki, the NS is just nice additional option, good to have - most of time it would be Main, sometimes files or categories.
Jan 23 2022
Jan 18 2022
Oct 13 2021
Sep 29 2021
Sep 18 2021
Sep 16 2021
Aug 12 2021
@Yaron_Koren can we merge this commit?
Aug 10 2021
The bug solved with other code
May 30 2021
Here's suggestion for fix:
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Cargo/+/697182
Fix suggestion:
Suggest to fix in gerrit:
May 23 2021
Yes, it can. Thank you
Feb 8 2021
Oct 21 2020
May 17 2020
Clarification: the suggested patch have two parts: one in VEForAll and one in PageForms, this parts working together.
May 15 2020
A fix suggested here:
May 7 2020
Trying to amend commit as asked results new commit:
https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Duplicator/+/594970
May 1 2020
Mar 1 2020
Aug 1 2019
Jul 31 2019
I see now.
Yes, we still using PageForms 4.4.1.
We would check the new version, Thank you.
Maybe you could test it by make the parsoid response very slowly.
But sync event is not enough, because VEForAlll updated the textareas asynchronously.
Jul 29 2019
Vedmaka - new approach is await in gerrit.
Jun 4 2019
seems that mw.veForAll.Target had to inherit ve.init.mw.Target instead of ve.init.sa.Target
Jun 2 2019
May 27 2019
May 26 2019
May 20 2019
Temporary hack around it - interval
Jan 15 2019
Branch on gerrit is here