[Wikitech-l] Inserting single line breaks in VisualEditor (from mediwiki-l)

2023-07-23 Thread Robert Vogel via Wikitech-l
HINT: This is a crossposting from mediawiki-l Hello everyone! With this message I am reaching out to the developers/maintainers of Extension:VisualEditor. I have already tried the mw.org support desk [1] and IRC without much success. 1. I was wondering if there were any technical reasons for

[Wikitech-l] VisualEditor inserting ``

2023-03-13 Thread Robert Vogel via Wikitech-l
Hi everyone! Inspired by https://www.mediawiki.org/wiki/VisualEditor/Gadgets#Implementing_a_custom_command I was trying to add a `` into the VE using this command: ``` ve.init.target.getSurface().getModel().getFragment().insertContent( [ { type: 'break' }, { type: '/break' } ] ); ``` While it

[Wikitech-l] Re: help mediawiki extension

2023-01-12 Thread Robert Vogel via Wikitech-l
Hi! Change use UrlUtils; to use MediaWiki\Utils\UrlUtils; - Robert Von: Tim Moody Gesendet: Donnerstag, 12. Januar 2023 16:27 An: Wikitech-l Betreff: [Wikitech-l] Re: help mediawiki extension I'm still a brick shy of a load: in extension.json I have "H

[Wikitech-l] Re: How to specify version of MW that Jenkins should run?

2022-09-14 Thread Robert Vogel via Wikitech-l
@Hashar: Just wondering, are there any plans to change CI configs after moving development/code-review from gerrit to gitlab [1]? Maybe some file living in the repo directly rather than using a centralized repo like `integration/config`? [1] https://www.mediawiki.org/wiki/GitLab/Gerrit_to_GitLa

[Wikitech-l] Re: How to specify version of MW that Jenkins should run?

2022-09-12 Thread Robert Vogel via Wikitech-l
, because compatibility with only master is next to useless. To be honest, it boggles my mind that this hasn't become common practice long ago. -- The Slightly Mind-Boggled Ostrzyciel On 12/09/2022 16:14, Robert Vogel via Wikitech-l wrote: The continous integration testing currently uses the

[Wikitech-l] Re: How to specify version of MW that Jenkins should run?

2022-09-12 Thread Robert Vogel via Wikitech-l
The continous integration testing currently uses the same branch fot the "dependecies" as it tests. So if you create a change set on branch `master`, it will use `master` for all the other repos (like mw core, extensions, skins) it clones to build up the environment. I am not aware of any way to

[Wikitech-l] Re: Help +2 php 8.1 updates

2022-07-11 Thread Robert Vogel via Wikitech-l
Thanks Mark, that's just awesome! I'd like to express my support for those changes and also kindly ask the core developers of MediaWiki to review those changes. -- Robert Von: Mark A. Hershberger via Wikitech-l Gesendet: Mittwoch, 6. Juli 2022 16:07 An: Wikitech