MediaWiki talk:Group-user.js

Latest comment: 4 years ago by Ahecht in topic Case insensitive

Change to m:Special:Permalink edit

Please change

'[[Special:Permalink/' + (mw.config.get('wgRevisionId') || mw.config.get('wgCurRevisionId')) + '|request]]'

to

'[[m:Special:Permalink/' + (mw.config.get('wgRevisionId') || mw.config.get('wgCurRevisionId')) + '|request]]'

The reason being is that the current code is causing problems with {{SRUC}} as it is creating [[Special:Permalink]] links, which do not work as intended on wikis outside of Meta. —k6ka 🍁 (Talk · Contributions) 15:11, 28 September 2019 (UTC)Reply

  Done, revision 19419291. @MarcoAurelio:, this has effectively reverted your revision 18987485. If this was a mistake, please do feel do free to undo my edit for any reason, or ping me here. Thanks! --Krinkle (talk) 16:56, 28 September 2019 (UTC)Reply

Case insensitive edit

Please change

RegExp('%5B%5B.*?%7C' + label + '%5D%5D', 'g')

to

RegExp('%5B%5B.*?%7C' + label + '%5D%5D', 'ig')

This would allow messages suched as [[MediaWiki talk:Group-user.js|Request]]ed by [[User:Example]] to work. --Ahecht (TALK
PAGE
) 18:37, 28 February 2020 (UTC)Reply

Return to "Group-user.js" page.