Merge pull request #4073 from BrokenEagle/fix-4057
Remove references to Keeper/TopTagger
This commit is contained in:
@@ -61,9 +61,6 @@ module DelayedJobsHelper
|
|||||||
when "BulkRevert#process"
|
when "BulkRevert#process"
|
||||||
"<strong>bulk revert</strong>"
|
"<strong>bulk revert</strong>"
|
||||||
|
|
||||||
when "PostKeeperManager.check_and_update"
|
|
||||||
"<strong>update top tagger</strong>"
|
|
||||||
|
|
||||||
else
|
else
|
||||||
h(job.name)
|
h(job.name)
|
||||||
end
|
end
|
||||||
@@ -71,9 +68,6 @@ module DelayedJobsHelper
|
|||||||
|
|
||||||
def print_handler(job)
|
def print_handler(job)
|
||||||
case job.name
|
case job.name
|
||||||
when "PostKeeperManager.check_and_assign"
|
|
||||||
""
|
|
||||||
|
|
||||||
when "Tag.increment_post_counts", "Tag.decrement_post_counts"
|
when "Tag.increment_post_counts", "Tag.decrement_post_counts"
|
||||||
""
|
""
|
||||||
|
|
||||||
@@ -130,9 +124,6 @@ module DelayedJobsHelper
|
|||||||
|
|
||||||
when "BulkRevert#process"
|
when "BulkRevert#process"
|
||||||
h(job.payload_object.args.join(" "))
|
h(job.payload_object.args.join(" "))
|
||||||
|
|
||||||
when "PostKeeperManager.check_and_update"
|
|
||||||
h(job.payload_object.args[0])
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -156,7 +156,6 @@ Blacklist.post_match = function(post, entry) {
|
|||||||
tags.push("user:" + $post.attr("data-uploader").toLowerCase());
|
tags.push("user:" + $post.attr("data-uploader").toLowerCase());
|
||||||
}
|
}
|
||||||
tags.push("uploaderid:" + $post.attr("data-uploader-id"));
|
tags.push("uploaderid:" + $post.attr("data-uploader-id"));
|
||||||
tags.push("toptaggerid:" + $post.attr("data-top-tagger"));
|
|
||||||
$.each(String($post.data("flags")).match(/\S+/g) || [], function(i, v) {
|
$.each(String($post.data("flags")).match(/\S+/g) || [], function(i, v) {
|
||||||
tags.push("status:" + v);
|
tags.push("status:" + v);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user