Commit graph

14 commits

Author SHA1 Message Date
Umherirrender 2c97d15088 Use MediaWikiServices::getRepoGroup
This required MediaWiki 1.34

Change-Id: I1578dffaa20d80696378827397a0593d1c634477
2020-03-14 14:45:29 +01:00
Max Semenik f53debae7d Namespace this extension
Change-Id: I0c7719f17f74180a4c85f914888262f7e3b13111
2019-04-03 19:20:14 -07:00
jenkins-bot 111c434c4e Merge "Enable string functions if running parser/PHPUnit tests" 2019-02-07 23:41:04 +00:00
Kunal Mehta 662734cc6f Enable string functions if running parser/PHPUnit tests
Instead of using a global variable specific to Wikimedia CI, always enable
string functions when running parser and PHPUnit tests.

Bug: T180192
Bug: T200650
Change-Id: I27764036e42800be437d69d96ce2b7bc1b1f7cb3
2019-02-07 01:59:13 +00:00
Aryeh Gregor cc6f6cd01c Don't call SpecialPageFactory methods statically
This is deprecated in 1.32. Bump minimum requirement of MediaWiki to
1.32 since this is a tarball-bundled extension.

Depends-On: Id8a92d57743f790b7d8c377c033cef38d1bb24de
Change-Id: Ie18c7c97405124ccaa3922b4a25fa7b40496039f
2018-08-17 11:04:59 -07:00
Jayprakash12345 e6385dfb32 Update extensions to take advantage of parser test autodiscovery
Bug: T170037
Change-Id: I41d7ee671ca103097271379df83cf63d979ee709
2018-04-13 14:58:29 +00:00
Kunal Mehta 9f94cebdaa Move classes to includes/
Change-Id: Iefaa21bf911fa7dcf11aedd38648bed945b905f9
2018-02-24 14:06:58 -08:00
Jayprakash12345 94c964d627 Use SPDX 3.0 license identifier
Bug: T183858
Change-Id: I66300c8ff31b5281f47f4a11552e25b2768a65f8
2018-01-29 06:05:21 +00:00
Platonides 8bf52e3f42 Change ParserFunctions license to GPL-2.0+
Document that the ParserFunctions extension may be used under the
terms of any later version than 2.0 of the GPL.

Bug: T125322
Change-Id: I4231498a7738becc9a55490540a1395d69310359
2017-01-06 15:27:33 +00:00
Reedy adf6a2edc8 Remove 'UnitTestList' hook
No longer needed now that extension unittests are autodiscovered.

Bug: T142120
Bug: T142121
Change-Id: I075b7f6b5e11ead988b0baba5d85745dbb9ac480
2016-08-05 21:24:45 +01:00
Kunal Mehta 8b18a12cce Add MediaWiki version requirement to extension.json
Change-Id: I96b417c7aa1c6b0ed989da0521cec5233f14cc4f
2015-09-23 08:51:07 -07:00
Kunal Mehta 533efdde74 Set license-name
Change-Id: Iadd8262372d93fb592587dd92f49335b3084588a
2015-07-22 21:58:41 -07:00
Kunal Mehta 3528fb0ce8 Set manifest_version in extension.json
Bug: T100745
Change-Id: I14e58377f3149e9fa2843a29767a15aa89d41b37
2015-05-28 20:45:34 -07:00
Kunal Mehta 65de1d2f76 Add extension.json, empty PHP entry point
The $wgWikimediaJenkinsCI hack was moved into a "callback" function
in the hooks file.

Bug: T87955
Change-Id: Ibdb4397231ba9b0301a3b5872867cee5fa3906f3
2015-05-04 13:40:24 -07:00