Commit graph

1203 commits

Author SHA1 Message Date
Universal Omega ff547141a8
Undo hack on PHPUnit test (#15) 2021-09-12 15:14:18 -06:00
Universal Omega afb186ddb7
Enable PHPCS on all PHP and MW version tests and add more Phan tests (#14) 2021-09-12 15:07:34 -06:00
Universal Omega 335fecbf6f
Remove MediaWiki 1.30 check (#13) 2021-09-12 14:32:41 -06:00
Universal Omega 924ae64f64
Update PHPUnit MediaWiki cache key (#11) 2021-09-12 12:09:47 -06:00
Universal Omega 0ec019afa5
Tidy: Don't pwrap (#12) 2021-09-12 11:43:20 -06:00
Universal Omega f3d702496e
Rename files (#10) 2021-09-12 10:42:37 -06:00
Universal Omega f02f247e64
Fix PHP 7.4 check 2021-09-11 20:50:54 -06:00
Universal Omega 3b0b562ad8
Fix 2021-09-11 20:37:23 -06:00
Universal Omega 81678cfaae
Remove link 2021-09-11 18:01:13 -06:00
Universal Omega 9a8e10245a
Update name 2021-09-11 17:51:10 -06:00
Universal Omega 79e01773a3
Update path 2021-09-11 17:50:56 -06:00
Universal Omega 68cc50ef23
Add PHP 8.0 tests for Phan (#8) 2021-09-11 17:46:15 -06:00
Universal Omega 42778958ab
Add PHPUnit tests (#7) 2021-09-11 17:07:07 -06:00
Universal Omega a62b055cfe
Better CI tests (#6) 2021-09-11 12:55:27 -06:00
Universal Omega cffd29cc77
Create dependabot.yml 2021-09-09 22:14:57 -06:00
Universal Omega 385453a5a1
Add return value 2021-09-09 22:03:06 -06:00
Universal Omega f5fd1d170e
Add return value 2021-09-09 22:02:19 -06:00
Universal Omega 64124410b5
Add return value 2021-09-09 22:01:31 -06:00
Universal Omega 79046437fd
Add CI (#3) 2021-09-09 20:52:19 -06:00
Universal Omega 2f714757bb
Remove usage of Revision class
This could be replaced with `RevisionRecord::FOR_PUBLIC` but `FOR_PUBLIC` is the default, so not setting this at all maintains more forward and backward compatibility.
2021-09-09 16:18:42 -06:00
Universal Omega 7a32675410
Fix "Call to a member function getMaxPPNodeCount() on null" 2021-09-09 15:22:32 -06:00
Universal Omega 1ae720077e
Replace deprecated wgParser (#1) 2021-06-03 17:38:46 -06:00
Universal Omega f104d7bac0
Fix $text returning null within internalParse 2021-06-03 14:45:57 -06:00
Universal Omega 580a5d9070
Modify zh-hant translation 2021-06-03 14:43:57 -06:00
Universal Omega 490cea5f47
Fix fatal 2021-06-02 11:55:12 -06:00
Universal Omega dd9390e109
Require 1.32+ 2021-06-02 11:03:26 -06:00
Universal Omega 22a0f6a047
1.32+ 2021-06-02 11:02:07 -06:00
Universal Omega 6a31cce3a5
Replace removed wgContLang 2021-06-02 10:52:59 -06:00
Universal Omega e02ed1ed13
support MediaWikiServices::getInstance()->getTidy() on MW 1.36+ 2021-05-27 20:55:53 -06:00
Universal Omega 98b0038c92
use MediaWikiServices::getInstance()->getParser() 2021-05-27 20:54:53 -06:00
lkucharczyk f713ac03aa
Merge pull request #38 from lakejason0/patch-1
Update zh-hans.json
2021-03-29 12:39:13 +02:00
lakejason0 92809f6985
Update zh-hans.json
Update Simplified Chinese text
2021-03-28 09:03:21 +08:00
lkucharczyk 8d2d9d6594 Fix #35 and panel rendering 2020-09-29 18:56:06 +02:00
lkucharczyk 05e55672a6 Fix missing LightnCandy in MW 1.34 2020-09-27 13:51:59 +02:00
lkucharczyk b82ea2d518
Merge pull request #24 from WinstonSung/languageconverter-1
IW-3179 | Fix LanguageConverter in infobox code
2020-08-20 12:15:31 +02:00
lkucharczyk 18525781ce
Merge pull request #30 from paladox/patch-1
PortableInfoboxImagesHelper: Return empty array instead of false in PortableInfoboxImagesHelper
2020-06-07 12:43:33 +02:00
paladox 7601979bfe
PortableInfoboxImagesHelper: Return empty array instead of false in extendImageData
Because we use array_merge, the value returned has to be an array, not a boolean.

error message:

```ErrorException from line 166 of /srv/mediawiki/w/extensions/PortableInfobox/includes/services/Parser/Nodes/NodeMedia.php: PHP Warning: array_merge(): Expected parameter 2 to be an array, bool given```
2020-06-07 04:58:22 +01:00
lkucharczyk a5fd349880
Merge pull request #29 from rail01/patch-1
Fix critical bug with LightnCandy
2020-05-18 11:09:31 +02:00
Rail 92416ca73a
Update usage of LightnCandy
I don't know what I am doing
2020-05-18 09:06:54 +00:00
Winston Sung 04d82586f5
Delete crowdin.yml 2020-04-06 03:34:57 +08:00
Winston Sung ffb0b2bdda
Update zh-hant.json
Modifying zh-hant translations
2020-03-31 01:56:29 +08:00
Winston Sung cdceaabf51 Update Crowdin configuration file 2020-03-31 01:43:13 +08:00
Winston Sung 794e7e0f53 Update Crowdin configuration file 2020-03-31 00:59:53 +08:00
Winston Sung a40125d692
Update PortableInfoboxParserTagController.php
Convert text to language variant
2020-03-10 12:29:22 +08:00
Winston Sung 32422c35d0
Update PortableInfoboxParserTagController.php
Convert text to language variant
2020-03-10 01:01:33 +08:00
lkucharczyk 101f20971e
Merge pull request #23 from paladox/patch-1
Avoid usage of `ObjectCache::getMainWANInstance()`
2019-12-18 22:47:56 +01:00
paladox a01847f0bf
Update PortableInfoboxDataService.php 2019-12-18 18:01:28 +00:00
paladox 031187069b
Update PortableInfoboxTemplateEngine.php 2019-12-18 18:00:51 +00:00
paladox bced4181bd
Update PortableInfobox.hooks.php 2019-12-18 18:00:05 +00:00
paladox d0697bd473
Avoid usage of ObjectCache::getMainWANInstance()
ObjectCache::getMainWANInstance() has been removed under mediawiki 1.34+.
2019-12-18 17:59:23 +00:00