Skip to content
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

Uses DB_SLAVE constant #54

Open
pppery opened this issue Jul 13, 2024 · 0 comments
Open

Uses DB_SLAVE constant #54

pppery opened this issue Jul 13, 2024 · 0 comments

Comments

@pppery
Copy link

pppery commented Jul 13, 2024

$dbr = wfGetDB( DB_SLAVE );

		$dbr = wfGetDB( DB_SLAVE );

The DB_SLAVEconstant was removed in MediaWiki 1.34. I assume this script is obsolete and should be deleted, but if not it needs to be updated.

wfGetDB is also (much more recently) deprecated, as is DB_MASTER above, but those haven't been removed yet.

ndc-rkevans pushed a commit that referenced this issue Sep 12, 2024
Fixes issue #54

This work  was performed for NASA GRC-ATF by WikiWorks per NASA Contract  NNC15BA02B.
ndc-rkevans pushed a commit that referenced this issue Sep 12, 2024
Updated CHANGELOG and RELEASE-NOTES.md for the v39.5.0 release.
Fixes #55
See also #52 #53 #54
ndc-rkevans pushed a commit that referenced this issue Sep 12, 2024
Use the commit template by issuing a git config command
git config commit.template ./.git-commit-template

Add Rich Evans to Release Notes 'contributors' section

See Issue #54

This work was performed for NASA GRC-ATF by WikiWorks per NASA Contract NNC15BA02B.
ndc-rkevans pushed a commit that referenced this issue Sep 12, 2024
Add details on new features.
See issue #52
See also #53 #54 #55

This work was performed for NASA GRC-ATF by WikiWorks per NASA Contract NNC15BA02B.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant