User Details
- User Since
- Sep 24 2014, 6:58 PM (533 w, 2 d)
- Roles
- Administrator
- Availability
- Available
- IRC Nick
- Reedy
- LDAP User
- Reedy
- MediaWiki User
- Reedy [ Global Accounts ]
Yesterday
Many of the WMDE related ones I've marked as unreleased... They're released, but not integrated into vendor yet... So I'm gonna leave it as is, next update should be that they're fixed
We can probably just create an instance under https://openstack-browser.toolforge.org/project/security-tools
Wed, Dec 11
reedy@deploy2002:~$ mwscript extensions/CentralAuth/maintenance/createLocalAccount.php --wiki=labswiki "GiovanniPen" DEPRECATION WARNING: Maintenance scripts are moving to Kubernetes. See https://wikitech.wikimedia.org/wiki/Maintenance_scripts for the new process. Maintenance hosts will be going away; please submit feedback promptly if maintenance scripts on Kubernetes don't work for you. (T341553) User 'GiovanniPen' created
reedy@deploy2002:~$ mwscript extensions/CentralAuth/maintenance/createLocalAccount.php --wiki=labswiki "Leaderbot" DEPRECATION WARNING: Maintenance scripts are moving to Kubernetes. See https://wikitech.wikimedia.org/wiki/Maintenance_scripts for the new process. Maintenance hosts will be going away; please submit feedback promptly if maintenance scripts on Kubernetes don't work for you. (T341553) User 'Leaderbot' created reedy@deploy2002:~$ mwscript extensions/CentralAuth/maintenance/createLocalAccount.php --wiki=labswiki "PPenloglou-WMF" DEPRECATION WARNING: Maintenance scripts are moving to Kubernetes. See https://wikitech.wikimedia.org/wiki/Maintenance_scripts for the new process. Maintenance hosts will be going away; please submit feedback promptly if maintenance scripts on Kubernetes don't work for you. (T341553) User 'PPenloglou-WMF' created
Tue, Dec 10
Thu, Dec 5
Have all the WMF domains been done?
Mon, Dec 2
Key Dates:
February 1st, 2025: Composer 1.x metadata will become read-only. No new packages or new versions will be visible for Composer 1.x users after this date. August 1st, 2025: Composer 1.x metadata access will be entirely shut down. Attempting to update packages using Composer 1.x will no longer work.
Needs some int casting?
Sun, Dec 1
PHP does provide a function for this.. https://www.php.net/manual/en/function.levenshtein.php
So these boxes aren't actually autocreated, they were imported, a long time ago (Feb 2015 for this example), and the issue has been there since:
Sat, Nov 30
Can you provide some full examples of what is being created etc? And/or diffs fixing them?
https://meta.wikimedia.org/wiki/Mass_account_creation#Requesting_temporary_lift_of_IP_cap should apply in a similar fashion...
Fri, Nov 29
Wed, Nov 27
"CentralAuthStrict": { "description": "If true, remaining accounts which have not been attached will be forbidden from logging in until they are resolved.", "value": false },
Deleting a global (user) account isn't the same as deleting a user account (which we don't really do)...
Tue, Nov 26
Mon, Nov 25
reedy@deploy2002:~$ mwscript extensions/CentralAuth/maintenance/createLocalAccount.php --wiki=labswiki "Khantstop" DEPRECATION WARNING: Maintenance scripts are moving to Kubernetes. See https://wikitech.wikimedia.org/wiki/Maintenance_scripts for the new process. Maintenance hosts will be going away; please submit feedback promptly if maintenance scripts on Kubernetes don't work for you. (T341553) User 'Khantstop' created
Fatal error: Declaration of Wikibase\Repo\ParserOutput\PlaceholderEmittingEntityTermsView:: getHtml($mainLanguageCode, Wikibase\DataModel\Term\TermList $labels, Wikibase\DataModel\Term\TermList $descriptions, ?Wikibase\DataModel\Term\AliasGroupList $aliasGroups = null, ?Wikibase\DataModel\Entity\EntityId $entityId = null) must be compatible with Wikibase\View\SimpleEntityTermsView:: getHtml($mainLanguageCode, ?Wikibase\DataModel\Term\TermList $labels, ?Wikibase\DataModel\Term\TermList $descriptions, ?Wikibase\DataModel\Term\AliasGroupList $aliasGroups = null, ?Wikibase\DataModel\Entity\EntityId $entityId = null) in \mediawiki\w\extensions\Wikibase\repo\includes\ParserOutput\PlaceholderEmittingEntityTermsView.php on line 86
Probably related to T380174: CloudVPS: IPv6 in eqiad1
Probably related to T380174: CloudVPS: IPv6 in eqiad1
I believe there's some DNS/resolver issues in cloud ongoing
As long as it’s not the same as the one used to start the string….
Sun, Nov 24
^ Will cause an issue for T319432: Migrate WMF production from PHP 7.4 to PHP 8.1 though...
I'm guessing you've not updated something correctly.... Have you run composer?
LDAPProvider is the only one that actually needs it adding due to the direct usage - https://gerrit.wikimedia.org/r/1096588
Or use " to enclose the strings
Right, so I don't have HotCat enabled, so I don't see the errors.
There's a few random ones here and there missing too: T379579: Define messages for wikibase-otherprojects-test/wikibase-otherprojects-test2
I'm not seeing any obvious errors:
Fri, Nov 22
This code has been there for years, looks like it can be dropped...
That's part of the mediawiki config patch (that needs re-applying).
PHP 8.4.1 has been released...