forked from Universal-Omega/DynamicPageList3
-
Notifications
You must be signed in to change notification settings - Fork 0
PLATFORM-11180 dpl upgrade #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…0.0 (Universal-Omega#331) Updates the requirements on [mediawiki/mediawiki-codesniffer](https://github.com/wikimedia/mediawiki-tools-codesniffer) to permit the latest version. - [Changelog](https://github.com/wikimedia/mediawiki-tools-codesniffer/blob/master/HISTORY.md) - [Commits](wikimedia/mediawiki-tools-codesniffer@v46.0.0...v47.0.0) --- updated-dependencies: - dependency-name: mediawiki/mediawiki-codesniffer dependency-version: 47.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Since f3607d6512cd (Simplify addIdentifierQuotes and its inverse, 2023-12-13), IDatabase::selectSQLText expects the table array to contain unquoted table names, or an error will be thrown: Wikimedia\Rdbms\DBLanguageError: Identifier must not contain quote, dot or null characters: got '`page`' in mediawiki/includes/libs/rdbms/platform/SQLPlatform.php:88
* Fix CI compatibility with PHP 8.1 (which upstream MediaWiki master now requires) * Add REL1_44 to CI * Fix tests, replacing `ParserOutput::getText` with `ParserOutput::getContentHolderText` * Remove `Query::getTableNames` and associated properties, replacing calls with `$this->dbr->tableName` * Fix compatability with upstream backported changes to use raw table names where necessary (by passing the second parameter of `$this->dbr->tableName` as `'raw'` where needed) Fixes Universal-Omega#335
…ey) (Universal-Omega#336) `Parameters::getParameter('nottitle')` returns a null when `_nottitleregexp` is first invoked - which means the `'regexp'` key check results in an attempt to index null. Coalescing the access should be sufficient here given auto-vivification from `null` is not deprecated.
…6.0 (Universal-Omega#337) Updates the requirements on [mediawiki/mediawiki-phan-config](https://github.com/wikimedia/mediawiki-tools-phan) to permit the latest version. - [Changelog](https://github.com/wikimedia/mediawiki-tools-phan/blob/master/HISTORY.md) - [Commits](wikimedia/mediawiki-tools-phan@0.15.1...0.16.0) --- updated-dependencies: - dependency-name: mediawiki/mediawiki-phan-config dependency-version: 0.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release version 3.6.4
peterdevpl
approved these changes
Jul 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bring security patches and fixes up to https://github.com/Universal-Omega/DynamicPageList3/releases/tag/3.6.4