Last modified: 2014-04-24 11:29:31 UTC
Now our moving log only searchs the moving action by the source page's name, but we can't searchs the action by the target page's name. Though we can check out the moving action in the page history or find the redirection which was the source page's name by some tools,we can't find the redirection which is deleted,or it's too hard to find it from a huge page's history. So I suggest that we need to change the data structure of the moveing logging entity to make that we can search the page moving logging record by the target page's name too.
Thanks for taking the time to report this! I'm wondering if this is the same request as in bug 12984?
(In reply to Andre Klapper from comment #1) > Thanks for taking the time to report this! > > I'm wondering if this is the same request as in bug 12984? It looks like this but it's not the same. Maybe we can make the logging list's interface can been changed when selecting the log type which it looks like the Extension:ApiSandbox. Liangent said that For now’s data structure,Only Insert two moving log entity which one's log_title is the source page's name and the other's log_title is the target page's name.Or Query it in the database firsthand.