login    register

Edited requester names of reviews with "<span class=\"requesterIdentity\">"

Thu Aug 21 2014 20:32 UTC

six (admin)

Because of the recent change to AMT, the old version of the TO add-on and user script led some people to post reviews with requester names like:

<span class=\"requesterIdentity\">Research Project</span>

I've now changed these.

For the record, the review IDs and exact changes made are below.
rids = [165945, 166070, 165918, 165851, 165866, 166272, 165879, 165973, 166056, 165943, 166061, 165897, 165954, 166138, 165882, 166081, 166050, 165888, 165896]
rr = rids.map{|i| Report.find(i)}
rr.each{|r| r.update_attributes(:amzn_requester_name => r.amzn_requester_name.split(">")[1].split("<")[0])}