Closed (fixed)
Project:
Purge
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2012 at 13:56 UTC
Updated:
29 Jan 2013 at 14:00 UTC
Jump to comment: Most recent file
I can split into multiple issues if that is preferred but these seem somewhat related.
1) 301/302's aren't treated as successes.
- I've added two new options in the list
2) Count on $purge_errors was called twice
- I removed the second call so the correct number of errors is now displayed in watchdog
3) If an error occurred, all successes were also getting thrown to the watchdog error list making it hard to determine what is the actual problem.
- I've split the log messages into two different array lists
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | purge-errorLogging-1760408-5.patch | 4.86 KB | heddn |
| #1 | purge-errorLogging-1760408-1.patch | 4.56 KB | heddn |
Comments
Comment #1
heddnHelps if I attach the patch.
Comment #2
heddnComment #3
SqyD commentedThank your for the patch and your patience. It's has been committed to the 7.x-1.x branch and should be included in a new release in the coming days/weeks. A backport to the 6.x branch would be highly appreciated.
Comment #4
SqyD commentedComment #5
heddnd6 port attached
Comment #6
SqyD commentedThanks a lot! Committed to 6.x-1.x as well.