Commit graph

  • d23a578b25 update readme main tengel 2024-03-20 09:20:41 -05:00
  • 42e40b2be4 Version 1.4 release tengel 2024-03-20 09:20:41 -05:00
  • 8b58a20d61 Merge branch 'patch-1' into 'master' tengel 2024-03-20 09:20:41 -05:00
  • 740bedf21e Merge branch 'fix_getText' into 'master' tengel 2024-03-20 09:20:41 -05:00
  • cf489cbb9e Github to Gitlab tengel 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] tengel 2024-03-20 09:20:41 -05:00
  • b8272c1aa0 update links to gitlab tengel 2024-03-20 09:20:41 -05:00
  • 756aa444bb Merge pull request #3 from mary-kate/master tengel 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 ) tengel 2024-03-20 09:20:41 -05:00
  • 8a1c409feb add info about new Composer / Packagist support tengel 2024-03-20 09:20:41 -05:00
  • bc1d2f31d9 Updating version for Composer/Packagist tag support tengel 2024-03-20 09:20:41 -05:00
  • a19597b869 Merge pull request #2 from Rudloff/feature/composer tengel 2024-03-20 09:20:41 -05:00
  • 79431a14c5 Add composer.json (fixes #1) tengel 2024-03-20 09:20:41 -05:00
  • b70777be44 update copyrights, version tengel 2024-03-20 09:20:41 -05:00
  • 20c0ab9a3f update to 1.1.2 changes tengel 2024-03-20 09:20:41 -05:00
  • 4613d8f590 removing old text file tengel 2024-03-20 09:20:41 -05:00
  • 0ed357d05e adding Changelog tengel 2024-03-20 09:20:41 -05:00
  • d28c47d246 Merge the old Preloader into a README tengel 2024-03-20 09:20:41 -05:00
  • 2a07e8002a remove nopreload hook entirely, use noinclude instead tengel 2024-03-20 09:20:41 -05:00
  • 78e42f0e2e adding MIT License and it's retrospective declaration tengel 2024-03-20 09:20:41 -05:00
  • 1787bfe5f4 adding 1.1.1 tengel 2024-03-20 09:20:41 -05:00
  • 361703de9f Initial commit tengel 2024-03-20 09:20:40 -05:00
  • faaf288414 Merge branch 'nornagon-master-patch-72881' into 'master' Jeremy Apthorp 2022-07-02 04:13:59 +00:00
  • ae27d4ae7f update readme tengel 2022-06-30 11:38:09 -05:00
  • b605d18b24 Use Content::preloadTransform to transform preload text Jeremy Apthorp 2021-04-01 04:47:14 +00:00
  • 90fdde3fbf Version 1.4 release v1.4 troyengel 2019-07-11 14:53:12 -05:00
  • 5c2d0e6b75 Version 1.4 release tengel 2019-07-11 14:53:12 -05:00
  • af779feb5c Merge branch 'patch-1' into 'master' Troy Engel 2019-07-11 19:06:07 +00:00
  • 4d78db0299 Merge branch 'patch-1' into 'master' tengel 2019-07-11 19:06:07 +00:00
  • 926f645253 Merge branch 'fix_getText' into 'master' Troy Engel 2019-07-11 19:05:20 +00:00
  • 3e4a61b5e7 Merge branch 'fix_getText' into 'master' tengel 2019-07-11 19:05:20 +00:00
  • aefee54b96 Avoid using Revision::getText() as this is (deprecated)[https://www.mediawiki.org/wiki/Manual:Revision.php] Dan Kessler 2019-02-11 15:52:26 -05:00
  • 2dc6a5596d Avoid using Revision::getText() as this is (deprecated)[https://www.mediawiki.org/wiki/Manual:Revision.php] Dan Kessler 2019-02-11 15:52:26 -05:00
  • 12ae8dc448 Github to Gitlab Phillip Patriakeas 2018-10-02 19:55:50 +00:00
  • fe9a64286e Github to Gitlab Phillip Patriakeas 2018-10-02 19:55:50 +00:00
  • 4b09b5bbb8 update links to gitlab troyengel 2018-06-04 18:30:47 -05:00
  • 81e11f2313 update links to gitlab tengel 2018-06-04 18:30:47 -05:00
  • c9de42d929 Merge pull request #3 from mary-kate/master Troy Engel 2017-09-13 17:54:55 -05:00
  • 3c1853e44d Merge pull request #3 from mary-kate/master tengel 2017-09-13 17:54:55 -05:00
  • e86366734f 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 ) Jack Phoenix 2017-01-04 18:35:26 +02:00
  • 3120aeb750 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 ) Jack Phoenix 2017-01-04 18:35:26 +02:00
  • d6c2dd56dc add info about new Composer / Packagist support Troy Engel 2016-03-16 19:20:28 -05:00
  • 3399b6cf3e add info about new Composer / Packagist support tengel 2016-03-16 19:20:28 -05:00
  • 06e188ef39 Updating version for Composer/Packagist tag support v1.2.2 troyengel 2016-03-16 19:11:09 -05:00
  • ef119d58f5 Updating version for Composer/Packagist tag support tengel 2016-03-16 19:11:09 -05:00
  • 9a0fc4d24b Merge pull request #2 from Rudloff/feature/composer Troy Engel 2016-03-16 18:43:18 -05:00
  • 4d1801a611 Merge pull request #2 from Rudloff/feature/composer tengel 2016-03-16 18:43:18 -05:00
  • 2335acbe0f Add composer.json (fixes #1) Pierre Rudloff 2016-03-17 00:35:59 +01:00
  • 6136020e31 Add composer.json (fixes #1) Pierre Rudloff 2016-03-17 00:35:59 +01:00
  • 4eb9955786 update copyrights, version v1.2.1 troyengel 2015-01-03 10:27:49 -06:00
  • ca5b0fcb80 update copyrights, version tengel 2015-01-03 10:27:49 -06:00
  • 7e6c85dfd7 update to 1.1.2 changes v1.1.2 Troy Engel 2015-01-03 10:03:52 -06:00
  • 20bbf5bcfd update to 1.1.2 changes tengel 2015-01-03 10:03:52 -06:00
  • aac46df3e7 removing old text file troyengel 2015-01-03 10:02:03 -06:00
  • 3944e1448d removing old text file tengel 2015-01-03 10:02:03 -06:00
  • d1d3ed60e3 adding Changelog troyengel 2015-01-03 09:56:37 -06:00
  • 5c7e9321e6 adding Changelog tengel 2015-01-03 09:56:37 -06:00
  • 33731b5908 Merge the old Preloader into a README Troy Engel 2015-01-03 09:54:39 -06:00
  • 21978a57ca Merge the old Preloader into a README tengel 2015-01-03 09:54:39 -06:00
  • 174cef715d remove nopreload hook entirely, use noinclude instead troyengel 2015-01-03 09:25:36 -06:00
  • b07d07efde remove nopreload hook entirely, use noinclude instead tengel 2015-01-03 09:25:36 -06:00
  • 6ee1dc33d6 adding MIT License and it's retrospective declaration v1.1.1 troyengel 2015-01-03 09:15:57 -06:00
  • 8f77a04832 adding MIT License and it's retrospective declaration tengel 2015-01-03 09:15:57 -06:00
  • 4b06d0e364 adding 1.1.1 troyengel 2015-01-03 09:07:15 -06:00
  • 02539e03eb adding 1.1.1 tengel 2015-01-03 09:07:15 -06:00
  • 50a14d62e6 Initial commit Troy Engel 2015-01-03 08:53:01 -06:00
  • 1b14ff793e Initial commit tengel 2015-01-03 08:53:01 -06:00