huutoanbui3@gmail.com Vào 19:03 Th 4, 08 thg 1 2020 mediawiki-l-request@lists.wikimedia.org đã viết:
Send MediaWiki-l mailing list submissions to mediawiki-l@lists.wikimedia.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.wikimedia.org/mailman/listinfo/mediawiki-l or, via email, send a message with subject or body 'help' to mediawiki-l-request@lists.wikimedia.org
You can reach the person managing the list at mediawiki-l-owner@lists.wikimedia.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of MediaWiki-l digest..."
Today's Topics:
- Re: Anonymous user (user_id =0) (Valerio Pelliccioni)
- Re: Anonymous user (user_id =0) (Brian Wolff)
- Re: Anonymous user (user_id =0) (Valerio Pelliccioni)
Message: 1 Date: Wed, 08 Jan 2020 07:55:40 +0100 From: Valerio Pelliccioni vmp@silkwood.it To: MediaWiki announcements and site admin list mediawiki-l@lists.wikimedia.org Subject: Re: [MediaWiki-l] Anonymous user (user_id =0) Message-ID: 22E37094-0C4F-4630-A170-44E1F748958B@silkwood.it Content-Type: text/plain; charset="UTF-8"
Thank you so much Brian. Your first suggestion solved the problem. It was enough to add the following line in LocalSettings.php
// Add just one user name to the default array $wgReservedUsernames[] = 'Anonymous';
to get this:
Merge from Giada (691) to Anonymous (0) is complete. Giada (691) has been deleted.
Valerio Pelliccioni W: https://tunearch.org/wiki/User:Valerio_Pelliccioni
On 07/01/2020, 20:47, "MediaWiki-l on behalf of Brian Wolff" < mediawiki-l-bounces@lists.wikimedia.org on behalf of bawolff@gmail.com> wrote:
Such users can still exist, they can't just be a valid name. Adding it
to $wgReservedUsernames might be enough to allow it as an anon (not sure). At the very least, having something like '<Anonymous>' would be fine, since < isn't allowed in real usernames.
-- Brian On Tue, Jan 7, 2020 at 7:39 PM Valerio Pelliccioni <vmp@silkwood.it>
wrote:
> Thanks Brian. > I run the suggested scripts but didn't solve the problem. > I need a user "Anonymous". > > >> Usernames that are valid usernames are no longer allowed to have
id 0 > ...this means that UserMerge Extension is no longer available for user > deletion; isn't it? > > V > > > Valerio Pelliccioni > W: https://tunearch.org/wiki/User:Valerio_Pelliccioni > > > On 07/01/2020, 20:15, "MediaWiki-l on behalf of Brian Wolff" < > mediawiki-l-bounces@lists.wikimedia.org on behalf of bawolff@gmail.com> > wrote: > > Run cleanupUsersWithNoId.php followed by migrateActors.php --force > > > Usernames that are valid usernames are no longer allowed to have id 0. > > -- > Brian > > On Tuesday, January 7, 2020, Valerio Pelliccioni < vmp@silkwood.it> > wrote: > > > Hi, everybody, > > > > I seem to have lost the user "Anonymous" which is the one with the > user_id > > = 0. > > > > I say this because trying to delete a user with the extension > "UserMerge" > > I got this error: > > > > "Cannot create an actor for a usable name that is not an existing > user". > > > > > > > > To be clear, the UserMerge Extension instructs to > > merge (refer contributions, texts, watchlists, edit count of) a first > > account A to a second account B > > delete the first account A after the merge > > …. > > if you omit the "New User" field (account B) then the extension > > auto-populates the New User as "Anonymous", and ask you to confirm a > merge > > to Anonymous > > > > > > So I went to check the "user" and "actor" tables where, actually, the > > Anonymous user doesn't exist. > > > > Is it serious? > > > > Everything else seems to be working fine to me... > > > > > > > > Valerio Pelliccioni > > > > W: https://tunearch.org/wiki/User:Valerio_Pelliccioni > > > > > > > > _______________________________________________ > > MediaWiki-l mailing list > > To unsubscribe, go to: > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > > > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Message: 2 Date: Wed, 8 Jan 2020 09:00:43 +0000 From: Brian Wolff bawolff@gmail.com To: MediaWiki announcements and site admin list mediawiki-l@lists.wikimedia.org Subject: Re: [MediaWiki-l] Anonymous user (user_id =0) Message-ID: < CA+oo+DVaXdBemAafre-aAH7BZyqW00gghCF9s72-LNmQA5Pv9w@mail.gmail.com> Content-Type: text/plain; charset="UTF-8"
You might still have to rerun migrateActors.php after making that change, as otherwise some of the older edits attributed to Anonymous may have disappeared.
-- Brian
On Wed, Jan 8, 2020 at 6:56 AM Valerio Pelliccioni vmp@silkwood.it wrote:
Thank you so much Brian. Your first suggestion solved the problem. It was enough to add the following line in LocalSettings.php
// Add just one user name to the default array $wgReservedUsernames[] = 'Anonymous';
to get this:
Merge from Giada (691) to Anonymous (0) is complete. Giada (691) has been deleted.
Valerio Pelliccioni W: https://tunearch.org/wiki/User:Valerio_Pelliccioni
On 07/01/2020, 20:47, "MediaWiki-l on behalf of Brian Wolff" < mediawiki-l-bounces@lists.wikimedia.org on behalf of bawolff@gmail.com> wrote:
Such users can still exist, they can't just be a valid name. Adding
it
to $wgReservedUsernames might be enough to allow it as an anon (not sure). At the very least, having something like '<Anonymous>' would be fine, since < isn't allowed in real usernames.
-- Brian On Tue, Jan 7, 2020 at 7:39 PM Valerio Pelliccioni <vmp@silkwood.it>
wrote:
> Thanks Brian. > I run the suggested scripts but didn't solve the problem. > I need a user "Anonymous". > > >> Usernames that are valid usernames are no longer allowed to have
id 0 > ...this means that UserMerge Extension is no longer available for user > deletion; isn't it? > > V > > > Valerio Pelliccioni > W: https://tunearch.org/wiki/User:Valerio_Pelliccioni > > > On 07/01/2020, 20:15, "MediaWiki-l on behalf of Brian Wolff" < > mediawiki-l-bounces@lists.wikimedia.org on behalf of bawolff@gmail.com> > wrote: > > Run cleanupUsersWithNoId.php followed by migrateActors.php --force > > > Usernames that are valid usernames are no longer allowed to
have
id 0. > > -- > Brian > > On Tuesday, January 7, 2020, Valerio Pelliccioni < vmp@silkwood.it> > wrote: > > > Hi, everybody, > > > > I seem to have lost the user "Anonymous" which is the one
with
the > user_id > > = 0. > > > > I say this because trying to delete a user with the extension > "UserMerge" > > I got this error: > > > > "Cannot create an actor for a usable name that is not an existing > user". > > > > > > > > To be clear, the UserMerge Extension instructs to > > merge (refer contributions, texts, watchlists, edit count of) a first > > account A to a second account B > > delete the first account A after the merge > > …. > > if you omit the "New User" field (account B) then the
extension
> > auto-populates the New User as "Anonymous", and ask you to
confirm a > merge > > to Anonymous > > > > > > So I went to check the "user" and "actor" tables where, actually, the > > Anonymous user doesn't exist. > > > > Is it serious? > > > > Everything else seems to be working fine to me... > > > > > > > > Valerio Pelliccioni > > > > W: https://tunearch.org/wiki/User:Valerio_Pelliccioni > > > > > > > > _______________________________________________ > > MediaWiki-l mailing list > > To unsubscribe, go to: > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > > > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Message: 3 Date: Wed, 08 Jan 2020 10:45:53 +0100 From: Valerio Pelliccioni vmp@silkwood.it To: MediaWiki announcements and site admin list mediawiki-l@lists.wikimedia.org Subject: Re: [MediaWiki-l] Anonymous user (user_id =0) Message-ID: B8C51A52-B921-4915-8C52-29B9FB36FE6C@silkwood.it Content-Type: text/plain; charset="UTF-8"
Ok, thanks.
Valerio Pelliccioni W: https://tunearch.org/wiki/User:Valerio_Pelliccioni
On 08/01/2020, 10:39, "MediaWiki-l on behalf of Brian Wolff" < mediawiki-l-bounces@lists.wikimedia.org on behalf of bawolff@gmail.com> wrote:
You might still have to rerun migrateActors.php after making that
change, as otherwise some of the older edits attributed to Anonymous may have disappeared.
-- Brian On Wed, Jan 8, 2020 at 6:56 AM Valerio Pelliccioni <vmp@silkwood.it>
wrote:
> Thank you so much Brian. > Your first suggestion solved the problem. > It was enough to add the following line in LocalSettings.php > > // Add just one user name to the default array > $wgReservedUsernames[] = 'Anonymous'; > > to get this: > > Merge from Giada (691) to Anonymous (0) is complete. > Giada (691) has been deleted. > > > --------- > Valerio Pelliccioni > W: https://tunearch.org/wiki/User:Valerio_Pelliccioni > > > On 07/01/2020, 20:47, "MediaWiki-l on behalf of Brian Wolff" < > mediawiki-l-bounces@lists.wikimedia.org on behalf of
bawolff@gmail.com> > wrote: > > Such users can still exist, they can't just be a valid name. Adding it > to > $wgReservedUsernames might be enough to allow it as an anon (not > sure). At > the very least, having something like '<Anonymous>' would be fine, > since < > isn't allowed in real usernames. > > -- > Brian > > On Tue, Jan 7, 2020 at 7:39 PM Valerio Pelliccioni < vmp@silkwood.it> > wrote: > > > Thanks Brian. > > I run the suggested scripts but didn't solve the problem. > > I need a user "Anonymous". > > > > >> Usernames that are valid usernames are no longer allowed to have > id 0 > > ...this means that UserMerge Extension is no longer available for > user > > deletion; isn't it? > > > > V > > > > > > Valerio Pelliccioni > > W: https://tunearch.org/wiki/User:Valerio_Pelliccioni > > > > > > On 07/01/2020, 20:15, "MediaWiki-l on behalf of Brian Wolff" < > > mediawiki-l-bounces@lists.wikimedia.org on behalf of > bawolff@gmail.com> > > wrote: > > > > Run cleanupUsersWithNoId.php followed by migrateActors.php > --force > > > > > > Usernames that are valid usernames are no longer allowed to have > id 0. > > > > -- > > Brian > > > > On Tuesday, January 7, 2020, Valerio Pelliccioni < > vmp@silkwood.it> > > wrote: > > > > > Hi, everybody, > > > > > > I seem to have lost the user "Anonymous" which is the one with > the > > user_id > > > = 0. > > > > > > I say this because trying to delete a user with the extension > > "UserMerge" > > > I got this error: > > > > > > "Cannot create an actor for a usable name that is not an > existing > > user". > > > > > > > > > > > > To be clear, the UserMerge Extension instructs to > > > merge (refer contributions, texts, watchlists, edit count of) > a first > > > account A to a second account B > > > delete the first account A after the merge > > > …. > > > if you omit the "New User" field (account B) then the extension > > > auto-populates the New User as "Anonymous", and ask you to > confirm a > > merge > > > to Anonymous > > > > > > > > > So I went to check the "user" and "actor" tables where, > actually, the > > > Anonymous user doesn't exist. > > > > > > Is it serious? > > > > > > Everything else seems to be working fine to me... > > > > > > > > > > > > Valerio Pelliccioni > > > > > > W: https://tunearch.org/wiki/User:Valerio_Pelliccioni > > > > > > > > > > > > _______________________________________________ > > > MediaWiki-l mailing list > > > To unsubscribe, go to: > > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > > > _______________________________________________ > > MediaWiki-l mailing list > > To unsubscribe, go to: > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > > _______________________________________________ > > MediaWiki-l mailing list > > To unsubscribe, go to: > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > > > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Subject: Digest Footer
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
End of MediaWiki-l Digest, Vol 196, Issue 3
mediawiki-l@lists.wikimedia.org