Commit graph

22 commits

Author SHA1 Message Date
d23a578b25 update readme 2024-03-20 09:20:41 -05:00
42e40b2be4 Version 1.4 release 2024-03-20 09:20:41 -05:00
8b58a20d61 Merge branch 'patch-1' into 'master'
Github to Gitlab

See merge request troyengel/Preloader!4
2024-03-20 09:20:41 -05:00
740bedf21e Merge branch 'fix_getText' into 'master'
Avoid using `Revision::getText()` as this is...

See merge request troyengel/Preloader!6
2024-03-20 09:20:41 -05:00
cf489cbb9e Github to Gitlab 2024-03-20 09:20:41 -05:00
b8272c1aa0 update links to gitlab 2024-03-20 09:20:41 -05:00
927ed852a7 Avoid using Revision::getText() as this is (deprecated)[https://www.mediawiki.org/wiki/Manual:Revision.php] 2024-03-20 09:20:41 -05:00
756aa444bb Merge pull request #3 from mary-kate/master
Some modernization & code cleanup
2024-03-20 09:20:41 -05:00
8a1c409feb add info about new Composer / Packagist support 2024-03-20 09:20:41 -05:00
9b7b7526ab Some modernization & code cleanup
* Move the Preloader class into its own file + add $wgAutoloadClasses entry
* Coding style tweaks, as per MediaWiki's coding conventions
* Converted from PHP-based i18n to JSON i18n
* Version 1.3 with the appropriate changelog entries and whatnot
* Deprecated Preloader.php (but didn't fully remove it yet) in favor of extension.json -- MediaWiki 1.25 or newer is now required for this extension
* Added myself into authors
* Changed the Special:Version URL back to MediaWiki.org as it should be the canonical location for extension (and skin etc.) documentation; since this is an updated version of [[mw:Extension:Preloader]] it should be no problem to update that page to point to the correct repository etc.
* Tweak the README file to account for new MW requirements + extension loading method
* Fix $wgPreloaderSource so that it works again ( HT @legoktm )
2024-03-20 09:20:41 -05:00
bc1d2f31d9 Updating version for Composer/Packagist tag support 2024-03-20 09:20:41 -05:00
a19597b869 Merge pull request #2 from Rudloff/feature/composer
Add composer.json (fixes #1)
2024-03-20 09:20:41 -05:00
b70777be44 update copyrights, version 2024-03-20 09:20:41 -05:00
79431a14c5 Add composer.json (fixes #1) 2024-03-20 09:20:41 -05:00
20c0ab9a3f update to 1.1.2 changes 2024-03-20 09:20:41 -05:00
4613d8f590 removing old text file 2024-03-20 09:20:41 -05:00
0ed357d05e adding Changelog 2024-03-20 09:20:41 -05:00
d28c47d246 Merge the old Preloader into a README 2024-03-20 09:20:41 -05:00
2a07e8002a remove nopreload hook entirely, use noinclude instead 2024-03-20 09:20:41 -05:00
78e42f0e2e adding MIT License and it's retrospective declaration 2024-03-20 09:20:41 -05:00
1787bfe5f4 adding 1.1.1 2024-03-20 09:20:41 -05:00
361703de9f Initial commit 2024-03-20 09:20:40 -05:00