User Details
- User Since
- Nov 9 2018, 4:09 PM (314 w, 2 d)
- Availability
- Available
- LDAP User
- SD0001
- MediaWiki User
- SD0001 [ Global Accounts ]
Today
Yesterday
Already supported.
Sat, Nov 16
Related/duplicate: T376564
Can't reproduce now. May have been fixed in an intervening patch in Scribunto. Please reopen if this is still an issue.
T354890 is one use case where templatelink rows to special pages would be legitimate, as special page content would actually be shown on a page, albeit indirectly. (Though then there also needs to be a way to trigger LinksUpdate on a special page.)
Fri, Nov 15
You can file a separate task for that – those are more controversial as they conflict with browser shortcuts for navigating between tabs on Windows. This ticket is for "basic formatting and action keyboard shortcut commands". (Not to mention being harder to implement as the VE behaviour is to use Control key instead of Cmd on Mac.)
Suggested blurb: The 2010 wikitext editor now supports common keyboard shortcuts such Ctrl-B for bold and Ctrl-I for italics. (?) Full list of shortcuts: mw:Help:Extension:WikiEditor#Keyboard_shortcuts.
Wed, Nov 13
Even if users aren't going to particularly dislike it being a separate namespace, I question the need for it to be separate. ContentHandler is the recommended way to segregate pages these days. It wasn't fully the case in 2013 when the extension was written (the same year that MediaWiki core added native support for content models).
Some validation is already there - the chip doesn't get created unless you enter a valid group and press enter. If you navigate to another form element with an invalid group in the field, it becomes red.
Tue, Nov 12
Tue, Nov 5
Thanks @dcausse for detailed explanation.
Mon, Nov 4
Closing this now. Thanks everyone for the feedback and bug reports. Please file any remaining issues as separate tickets.
Sun, Nov 3
Sat, Nov 2
Fri, Nov 1
Thu, Oct 31
Wed, Oct 30
I get the same error as well when $wgSecurePollUseNamespace is true. Using MariaDb in local.
Tue, Oct 29
I suggest stalling this until T377531 is resolved.
Sun, Oct 27
Sat, Oct 26
SecurePoll is peculiar among MediaWiki extensions in that some actions actually check if the user is in the electionadmin group, as opposed to checking for rights. This definitely seems like something to avoid.
Sun, Oct 20
It's a universal feature of code editors. I don't think a toggle button is necessary here. Adding user preferences for everything is not sustainable. Besides, there's no easily recognisable icon for autocompletion.
Sat, Oct 19
To be fair, I think it's reasonable to expect that .js pages are supposed to run in the MediaWiki environment, unlike the code blocks on wikitext pages that could for reference purposes.
@Nardog Is this still blocked on making the interface translatable? I think i18n is a good-to-have but not required for the first pass of this feature. All code pages have the page content language of English.
Oct 17 2024
Oct 15 2024
To turn on syntax highlighting, click the highlighter icon in the toolbar.
Oct 13 2024
Oct 12 2024
Oct 11 2024
Workaround is to turn on syntax highlighting. The shortcuts don't work with CodeMirror enabled.
@rook I still can't get kubectl to connect to the cluster with any of the config files in /opt. Which one is the current config that's supposed to be used?
Oct 10 2024
Sure, done.
The only benefit with supporting templates is that using them in interface messages won't weirdly cause a category to show up at the bottom in unexpected contexts like special pages. It also doesn't need a row in categorylinks, sure, but I suspect communities would toss in a category anyway for tracking.
I have emailed the details requested in T374993#10215543 to @KFrancis.
Oct 9 2024
Oct 8 2024
Oct 4 2024
Oct 2 2024
As of today, the docs at https://www.mediawiki.org/wiki/Extension:WikiEditor/Toolbar_customization seem to be fairly comprehensive.
Just pressing Enter in the edit summary field saves the page in the 2010 editor.
Sep 30 2024
Can we support modifier + click on the [[wikilink]] syntax as well?
Sep 29 2024
Sep 25 2024
Category:Living_people contains as many as 1.1 million pages, so presumably the way to do this would be to allow setting the max number of pages returned. For every 50 (?) pages returned, increment the expensive function counter by 1.
Sep 24 2024
Suggested text: <syntaxhighlight> code blocks will now offer a "Copy" button if copy=1 attribute is set on the tag.
Sep 18 2024
Sep 17 2024
Sep 16 2024
Sep 15 2024
Sep 11 2024
To demo the use case mentioned in the ticket - which is enabling templatization of SVGs, we can use some SVG-writing lua library. https://gitlab.com/hansonry/luasvgwriter is the one I found in 5 minutes of searching.
Sep 9 2024
Is there a benefit to doing this? According to T178520, disk usage was 112 GB in 2017. I seem to recall it being around 195G last time I checked. Although now, it appears to have mysteriously shrunk to 100G: