mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-13 18:37:00 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
7b1c319e24
commit
b0d52d6fd8
|
@ -152,7 +152,7 @@ class Tabber {
|
||||||
|
|
||||||
// Legacy mode
|
// Legacy mode
|
||||||
if ( self::$parseTabName ) {
|
if ( self::$parseTabName ) {
|
||||||
$tabName = $parser->recursiveTagParseFully( $tabName );
|
$tabName = $parser->recursiveTagParseFully( $tabName );
|
||||||
// Remove outer paragraph tags
|
// Remove outer paragraph tags
|
||||||
if ( substr( $tabName, 0, 3 ) == '<p>' ) {
|
if ( substr( $tabName, 0, 3 ) == '<p>' ) {
|
||||||
$tabName = substr( $tabName, 3 );
|
$tabName = substr( $tabName, 3 );
|
||||||
|
|
|
@ -90,7 +90,7 @@ class TabberParsoid extends ExtensionTagHandler implements ExtensionModule {
|
||||||
'context' => 'inline',
|
'context' => 'inline',
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
true // sol
|
true // sol
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -127,9 +127,9 @@ class TabberTransclude {
|
||||||
);
|
);
|
||||||
|
|
||||||
$utils = MediaWikiServices::getInstance()->getUrlUtils();
|
$utils = MediaWikiServices::getInstance()->getUrlUtils();
|
||||||
$utils->expand( wfScript( 'api' ) . $query, PROTO_CANONICAL );
|
$utils->expand( wfScript( 'api' ) . $query, PROTO_CANONICAL );
|
||||||
|
|
||||||
$dataProps['load-url'] = $utils->expand( wfScript( 'api' ) . $query, PROTO_CANONICAL );
|
$dataProps['load-url'] = $utils->expand( wfScript( 'api' ) . $query, PROTO_CANONICAL );
|
||||||
$oldTabBody = $tabBody;
|
$oldTabBody = $tabBody;
|
||||||
// Allow extensions to update the lazy loaded tab
|
// Allow extensions to update the lazy loaded tab
|
||||||
MediaWikiServices::getInstance()->getHookContainer()->run(
|
MediaWikiServices::getInstance()->getHookContainer()->run(
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "TabberNeue",
|
"name": "mediawiki-extensions-TabberNeue",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
Loading…
Reference in a new issue