Commit graph

19 commits

Author SHA1 Message Date
CosmicAlpha 693336b9fd
Add support for PHP 8.0 and PHP 8.1 (#216) 2023-01-13 14:12:14 -07:00
CosmicAlpha 8dd8d03d61
Support MediaWiki 1.39 for actor and templatelinks migration (#188)
This adds support for 1.39, and drops support for older versions, since 1.39 is the current LTS release.
2022-12-06 17:10:46 -07:00
Robert Vogel 64cf6c5976
Fix profiling context calculation (#174)
`ParserFactory::getParser` will create a completely new `Parser` instance.
Based on the context, this instance may have not set a `Title` object.
Thus accessing `Parser::getTitle` without checking for the return value
may break the code.

Issue: https://github.com/Universal-Omega/DynamicPageList3/issues/170

Co-authored-by: rvogel <vogel@hallowelt.biz>
2022-06-24 10:24:49 -06:00
Universal Omega 7c2bc69296
phpcs: enable MediaWiki.Commenting.FunctionComment (#149) 2022-03-22 13:59:52 -06:00
Universal Omega 4890c27b7f
Fix %TOTALPAGES% usage (#145) 2022-03-21 15:37:02 -06:00
Universal Omega 181a32255e
Only set sqlQuery if used for debug (#142) 2022-03-20 17:14:44 -06:00
Universal Omega d5b353968e
Fix openreferences=missing count (#140) 2022-03-20 16:42:03 -06:00
Universal Omega af9d8a4f5e
phpcs: enable SpaceBeforeSingleLineComment.NewLineComment (#138) 2022-03-20 11:11:35 -06:00
Universal Omega cb70bf0a8b
Remove some unused code (#124) 2022-03-16 16:10:03 -06:00
Universal Omega af983cf2df
Re-namespace and use AutoloadNamespaces (#113) 2022-03-13 13:57:34 -06:00
Universal Omega 90c3c0ee6c
Improve query performance and add caching support (#107) 2022-03-13 12:28:30 -06:00
Universal Omega cd764c2a1d
Replace usages of globals (#106) 2022-03-09 13:17:24 -07:00
Universal Omega ce64f763a3
Add support for openreferences=missing (#87) 2022-02-05 12:33:07 -07:00
Universal Omega 2324ce206a
Revert helper classes (#63) 2021-10-06 12:44:11 -06:00
Universal Omega 2fe609148c
Fix fatal "Class 'DynamicPageListHooks' not found" 2021-10-02 15:00:01 -06:00
Universal Omega 2c04dafb37
Major cleanup (#57) 2021-10-01 16:52:30 -06:00
Universal Omega 92976fef31
Fix default for cacheperiod (#30) 2021-04-30 20:49:24 -06:00
Universal Omega 12ae20b861
Fix phpcs issues (#18) 2021-02-22 16:48:01 -07:00
Universal Omega 56accee512
rename directory, 'classes' to 'includes' (#17)
* rename classes to includes

* Rename classes
2021-02-22 16:37:14 -07:00
Renamed from classes/Parse.php (Browse further)