https://bugzilla.wikimedia.org/show_bug.cgi?id=12363
--- Comment #16 from Bawolff (Brian Wolff) <[email protected]> --- Ugh, the way recentchanges is stored isn't the most ammenable to fixing this bug. (Its not the most accesible to filter by what the target namespace of the move is). Options: 1. Totally redo the recentchanges schema (Unlikely to happen) 2. Move Derrick's http://toolserver.org/~dcoetzee/recentmoves/ into core (aka create a new special page, called Special:Recentmoves that lists all recent moves) 3. As part of the page move process, retroactively change the rc_title/rc_namespace of the creation entry in recentchanges table. Option 3 seems rather hacky. (Especially seems hacky if one only changes the page creation entry, and not subsequent edits. This would make all the recent change entries change from "created page at [original title]" to "created page at [final title]") None of these options seem really good fixes to the problem (Problem being Special:newpages. I'm not familiar with newpagesfeed). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
