Commit graph

1255 commits

Author SHA1 Message Date
Universal Omega 643df1c8ec
Add PortableInfoboxMagic (#69) 2022-04-01 15:22:43 -06:00
Universal Omega c901aa9be1
Fix PageImages support for MediaWiki 1.38+ (#63) 2022-03-11 13:50:45 -07:00
Universal Omega fffbcaac5e
Pass array to ParserOutput::addModules()/addModuleStyles() (#65)
To fix deprecation notices on MediaWiki 1.38+
2022-03-11 13:48:19 -07:00
Universal Omega 44c3389d5a
Add use statements (#64) 2022-03-11 13:35:51 -07:00
dependabot[bot] 08339c7acf
Bump actions/checkout from 2 to 3 (#62)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-09 13:20:58 -07:00
dependabot[bot] 4df958bee4
Update php-parallel-lint/php-parallel-lint requirement (#61)
Updates the requirements on [php-parallel-lint/php-parallel-lint](https://github.com/JakubOnderka/PHP-Parallel-Lint) to permit the latest version.
- [Release notes](https://github.com/JakubOnderka/PHP-Parallel-Lint/releases)
- [Commits](https://github.com/JakubOnderka/PHP-Parallel-Lint/commits)

---
updated-dependencies:
- dependency-name: php-parallel-lint/php-parallel-lint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-21 14:56:50 -07:00
dependabot[bot] d82a4df21d
Update php-parallel-lint/php-console-highlighter requirement (#60)
Updates the requirements on [php-parallel-lint/php-console-highlighter](https://github.com/php-parallel-lint/PHP-Console-Highlighter) to permit the latest version.
- [Release notes](https://github.com/php-parallel-lint/PHP-Console-Highlighter/releases)
- [Changelog](https://github.com/php-parallel-lint/PHP-Console-Highlighter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/php-parallel-lint/PHP-Console-Highlighter/compare/v0.5...v1.0.0)

---
updated-dependencies:
- dependency-name: php-parallel-lint/php-console-highlighter
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-19 11:34:48 -07:00
Universal Omega c1fd031956
Add InfoboxBuilder alias to Special:PortableInfoboxBuilder (#56) 2022-01-07 22:45:21 -07:00
Universal Omega 452150c0fd
Create FUNDING.yml 2022-01-05 12:24:11 -07:00
Universal Omega e6ceceaf52
PortableInfoboxBuilder: use localised template namespace (#55) 2022-01-04 11:53:41 -07:00
Universal Omega 04cfa2941d
Fix window.location.assign to go to namespaced page (#54) 2022-01-03 02:50:42 -07:00
Universal Omega b0a072ff4a
PortableInfoboxBuilder: actually check permissions 2021-12-30 15:50:10 -07:00
Universal Omega 5ef16a60b6
PortableInfoboxBuilder: Force "Template:" prefix on publishing (#53) 2021-12-27 13:14:28 -07:00
Universal Omega c934b05a49
Fix restriction — must be string 2021-12-19 11:01:48 -07:00
Universal Omega 6dcbec74c3
tests: remove needsDB() functions (#48) 2021-12-18 22:55:20 -07:00
Universal Omega 1264c03a98
Rename Special:InfoboxBuilder to Special:PortableInfoboxBuilder (#47) 2021-12-18 19:59:14 -07:00
Universal Omega b63948a833
Fix restriction (#46) 2021-12-18 19:46:24 -07:00
Universal Omega 9351eb57dd
Add note about infobox builder to portable-infobox-desc 2021-12-18 19:32:09 -07:00
Universal Omega 62f733ed00
Update workflow (#45) 2021-12-18 16:13:57 -07:00
Universal Omega e9fa767f97
Remove console.log 2021-12-18 11:23:46 -07:00
Universal Omega e848a2f8ad
Add recreate and createonly to PortableInfoboxBuilder api (#44) 2021-12-17 20:07:59 -07:00
Universal Omega 25c6c90bae
Add infobox builder (#37) 2021-12-17 11:00:14 -07:00
Universal Omega 4a0bac951a
Actually run QueryAllInfoboxesTest (#43) 2021-12-16 14:13:54 -07:00
Universal Omega 1e8dad42d2
Bump version requirement 2021-12-15 16:38:15 -07:00
Universal Omega a7a41fa0f1
Add tests for ApiQueryAllInfoboxes (#42) 2021-12-15 16:19:47 -07:00
Universal Omega de39a61206
Fix tests (#41) 2021-12-15 15:01:13 -07:00
dependabot[bot] b9f59b5441
Update mediawiki/mediawiki-phan-config requirement from 0.11.0 to 0.11.1 (#38)
Updates the requirements on [mediawiki/mediawiki-phan-config](https://github.com/wikimedia/mediawiki-phan-config) to permit the latest version.
- [Release notes](https://github.com/wikimedia/mediawiki-phan-config/releases)
- [Changelog](https://github.com/wikimedia/mediawiki-phan-config/blob/master/HISTORY.md)
- [Commits](https://github.com/wikimedia/mediawiki-phan-config/compare/0.11.0...0.11.1)

---
updated-dependencies:
- dependency-name: mediawiki/mediawiki-phan-config
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-03 12:49:29 -07:00
Universal Omega b1910b5aec
Remove BlockLevelPass hack (#40) 2021-12-03 12:28:38 -07:00
dependabot[bot] 18555a0b1d
Update mediawiki/mediawiki-codesniffer requirement from 37.0.0 to 38.0.0 (#35)
* Update mediawiki/mediawiki-codesniffer requirement from 37.0.0 to 38.0.0

Updates the requirements on [mediawiki/mediawiki-codesniffer](https://github.com/wikimedia/mediawiki-tools-codesniffer) to permit the latest version.
- [Release notes](https://github.com/wikimedia/mediawiki-tools-codesniffer/releases)
- [Changelog](https://github.com/wikimedia/mediawiki-tools-codesniffer/blob/master/HISTORY.md)
- [Commits](https://github.com/wikimedia/mediawiki-tools-codesniffer/compare/v37.0.0...v38.0.0)

---
updated-dependencies:
- dependency-name: mediawiki/mediawiki-codesniffer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update mediawiki-tests.yml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Universal Omega <54654040+Universal-Omega@users.noreply.github.com>
2021-10-23 14:50:32 -06:00
Universal Omega 359ba27cf3
Fix DBUnexpectedError exception (#34) 2021-10-13 13:58:43 -06:00
Universal Omega 06f22b2bf0
Add flex-basis to pi-data-value 2021-10-02 17:39:16 -06:00
Universal-Omega e24a82da52 Update workflow
from Universal-Omega/.github (01925f0488)
2021-09-21 18:58:44 +00:00
Universal Omega 775908295c
Create .gitattributes 2021-09-20 21:59:58 -06:00
Universal Omega 62d5ae8233
Update dependencies to YAML format 2021-09-20 21:59:42 -06:00
Universal-Omega 59cb6166c9 Update workflow
from Universal-Omega/.github (73d0ff35fc)
2021-09-21 03:33:37 +00:00
Universal-Omega 8ca0548024 Update workflow
from Universal-Omega/.github (9e6db5657c)
2021-09-19 19:35:19 +00:00
Universal-Omega 626501f175 Update workflow
from Universal-Omega/.github (f2bbd7e458)
2021-09-19 19:02:54 +00:00
Universal-Omega 42f0f60d65 Update workflow
from Universal-Omega/.github (ff4364b27b)
2021-09-19 18:54:35 +00:00
Universal Omega 303e4e8159
Remove unnecessary stuff from .gitignore (#31) 2021-09-15 14:45:50 -06:00
Universal Omega 9e51240eaf
CI: disable php-standalone, and PHP 8.0 tests (#30) 2021-09-15 14:45:35 -06:00
Universal Omega bfc9f9dd47
CI: run Wikimedia tests (#29) 2021-09-15 03:04:56 -06:00
Universal Omega 0fe6aa6855
CI: Add REL1_37 tests (#28) 2021-09-14 16:33:41 -06:00
Universal Omega 16d1f4744c
Replace PageContentSave hook with MultiContentSave (#27) 2021-09-14 15:26:23 -06:00
Universal Omega 3e5b902709
Revert "Add MediaWiki core PHPUnit tests (#24)" (#26)
This reverts commit f4e97e1ffc.
2021-09-13 18:28:32 -06:00
Universal Omega f4e97e1ffc
Add MediaWiki core PHPUnit tests (#24) 2021-09-13 18:12:19 -06:00
Universal Omega d6b663f922
CI: add PHP 8.1 tests (#23) 2021-09-13 16:10:20 -06:00
Universal Omega ac59cbbd2f
CI: remove composer from matrix (#22) 2021-09-13 15:58:30 -06:00
Universal Omega 2f18d849b2
Cleanup 2021-09-12 18:47:35 -06:00
Universal Omega f354bff398
manifest_version 2 (#19) 2021-09-12 18:37:45 -06:00
Universal Omega 4443277664
Use AutoloadNamespaces (#18) 2021-09-12 18:29:24 -06:00