MathHubInfo / Legacy-planetary

Legacy: Planetary System is a math-enabled Web 3.0 information portal.
http://trac.mathweb.org/planetary/
79 stars 25 forks source link

posts by Anonymous after import? #253

Closed holtzermann17 closed 11 years ago

holtzermann17 commented 11 years ago

In my latest import (alpha.planetmath.org), there are a number of posts without an author. Where did the author(s) go?

holtzermann17 commented 11 years ago

OK, it's not something to panic about, there were only 5 articles assigned to UID 0. Not sure where this problem comes from. The NIDs are these: 42304, 42305, 42306, 42594, 42607.

If necessary this can be fixed after import. I'm going to move this to Code Cleanup.

select * from node where uid = 0;
holtzermann17 commented 11 years ago

We took care of most of this.

The users, for whatever reason, didn't make the jump to the new site. So just assigned them to a "dummy" user, jacou. The articles will have to be orphaned -- that's a good way to test the orphaning system.

Ideally this will be done at the end of the beta testing period, see https://github.com/holtzermann17/planetmath-docs/issues/5

holtzermann17 commented 11 years ago

Transferring ownership to Orphanage is possible, but there isn't an easy button to "orphan" the articles. Also, we get a message:

Notice: Undefined property: stdClass::$revision in userpoints_nc_revision_node_update() (line 12 of /home/joe/staging/beta/sites/all/modules/userpoints_nc/userpoints_nc_revision/userpoints_nc_revision.module).

Also, the provenance box shows "Submitted by" instead of "Owned by". It should presumably show both.

holtzermann17 commented 11 years ago

Immediate issue is resolved, a couple more tickets have been created...