MediaWiki 1.22/Known issues
Appearance
These are known issues in the current version of 1.22 that we plan to have fixes for in 1.22.7:
- Problems with Postgres support:
- bug 46594 - Status: resolved in 1.20 and bug 39635, DUPLICATE
- bug 49523 - Status: NEW - Needs testing if still a issue or already FIXED by gerrit:69767?
- User:Saper thinks these can be fixed by providing "FOR UPDATE table" support - FOR UPDATE support was added with gerrit:69767 - already FIXED?
- Problems with Oracle support:
- bug 68874 PHP Warning: strpos() expects parameter 1 to be string, object given in DatabaseOracle.php - Status: NEW
- [New UserLogin] Messages 'loginstart', 'loginend' and 'login-https' missing
- bug 47883- Status: NEW
- MediaWiki installer displays broken links
- [[phabricator:TExpression error: Unrecognized punctuation character "#".|bug 43817#C6]] - Status: PATCH_TO_REVIEW
Installer should enable img_auth.php for private wikis- bug 35238: This is a feature request and is inappropriate for a point release. It should be requested for 1.23.
- Job queue handling on each request changed, and it wasn't mentioned in release notes
- bug 60719 - Status: NEW
- Job queue on page request does not work for shared code (wiki farms), because it doesn't pass additional required parameters to runJobs.php to identify the wiki that's running the job
- bug 60698 - Status: NEW
- Uncommitted DB writes (transaction from DatabaseBase::query)
- bug 56269 - Status: PATCH_TO_REVIEW
- Mobile front end doesn't use the SkinAfterBottomScripts hook. - Deprecate Skin::bottomScripts(), move use of SkinAfterBottomScripts hook to OutputPage::getBottomScripts()
- bug 60846 - Status: NEW