Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Remove unneeded files and extension.json entries
Browse files Browse the repository at this point in the history
* Since 1.28 tests have been automatically discovered under the
`tests/phpunit/` directory, see `1d7221d` in core. Accordingly, drop the
handling of the `UnitTestsList` hook.

* Nothing in this extension needs aliases defined, and the aliases currently
defined are unused. Accordingly, drop the extension aliases file.

* This extension has no ResourceLoader modules or other files that would be
linted by NPM tools. Accordingly, delete the eslint and stylelint
configurations, and the gruntfile and package.json configurations. Also remove
the unused ResourceLoader-related entries from extension.json.

* Remove unused and incorrect `.gitreview` which seems to have been copied from
CentralAuth.

* Remove empty `config` entry from extension.json.
  • Loading branch information
DanielWTQ committed Aug 13, 2024
1 parent f5c0703 commit f6e83a3
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 136 deletions.
18 changes: 0 additions & 18 deletions .eslintrc.json

This file was deleted.

6 changes: 0 additions & 6 deletions .gitreview

This file was deleted.

3 changes: 0 additions & 3 deletions .stylelintrc.json

This file was deleted.

29 changes: 0 additions & 29 deletions Gruntfile.js

This file was deleted.

14 changes: 0 additions & 14 deletions PagePort.i18n.alias.php

This file was deleted.

21 changes: 0 additions & 21 deletions PagePortHooks.php

This file was deleted.

13 changes: 0 additions & 13 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,12 @@
},
"type": "other",
"AutoloadClasses": {
"PagePortHooks": "PagePortHooks.php",
"PagePort": "includes/PagePort.php"
},
"config": {},
"ExtensionMessagesFiles": {
"PagePortAlias": "PagePort.i18n.alias.php"
},
"Hooks": {
"UnitTestsList": "PagePortHooks::onUnitTestsList"
},
"MessagesDirs": {
"PagePort": [
"i18n"
]
},
"ResourceModules": {},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtPath": "PagePort"
},
"manifest_version": 2
}
32 changes: 0 additions & 32 deletions package.json

This file was deleted.

0 comments on commit f6e83a3

Please sign in to comment.