unable to report certain pages as patrolled

Bug #178794 reported by Martijn_Hoekstra
4
Affects Status Importance Assigned to Milestone
NPWatcher
Confirmed
Medium
Unassigned

Bug Description

on several pages, for example "That's All I Want from You" NPWatcher is unable to mark the page as patrolled.

Revision history for this message
Reedy Boy (sam-piloting) wrote :

I suspect, that that will be the apostrophe...

Changed in npwatcher:
importance: Undecided → Medium
Revision history for this message
Martijn_Hoekstra (martijnhoekstra) wrote :

so did I, but the same issue arises on "VibroAcoustic therapy"

Revision history for this message
Martin Peeks (martinp23) wrote :

Does it come up with the messagebox saying something like "try another page"?

If so, it means that the program can't find the rcid of the article creation, and so can't construct a URL to mark the article as patrolled. We're currently getting the rcid quite clumsily:
# Find the time of creation of the page via a history query
# Find the rcid by loading the recentchanges query with type="new" from the timestamp retrieved earlier. 5 results are retrieved.

I suppose the problem would either come from a mass influx of new pages at a given timestamp, or from mediawiki doing something strange with timestamps across the different tables.

Mediawiki bug http://bugzilla.wikimedia.org/show_bug.cgi?id=12394 should give us a much cleaner solution.

Changed in npwatcher:
status: New → Confirmed
Revision history for this message
Martijn_Hoekstra (martijnhoekstra) wrote : Re: [Bug 178794] Re: unable to report certain pages as patrolled

yeah, that's the one. I didn't update the bug yet, but it is in the
rcid. Happens when you edit the page manualy in the bottom window, and
then try to mark it as patrolled. Maybe we could grab it somewhere
else.

On Dec 27, 2007 4:46 PM, Martin Peeks <email address hidden> wrote:
> Does it come up with the messagebox saying something like "try another
> page"?
>
> If so, it means that the program can't find the rcid of the article creation, and so can't construct a URL to mark the article as patrolled. We're currently getting the rcid quite clumsily:
> # Find the time of creation of the page via a history query
> # Find the rcid by loading the recentchanges query with type="new" from the timestamp retrieved earlier. 5 results are retrieved.
>
> I suppose the problem would either come from a mass influx of new pages
> at a given timestamp, or from mediawiki doing something strange with
> timestamps across the different tables.
>
> Mediawiki bug http://bugzilla.wikimedia.org/show_bug.cgi?id=12394 should
> give us a much cleaner solution.
>
> ** Changed in: npwatcher
> Status: New => Confirmed
>
>
> --
> unable to report certain pages as patrolled
> https://bugs.launchpad.net/bugs/178794
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Revision history for this message
Martijn_Hoekstra (martijnhoekstra) wrote :

It could actualy quite well be that they were redirects. If that's the case, a fix will take a little more work.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.