Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
aggregator.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2008 at 10:53 UTC
Updated:
13 Apr 2009 at 12:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
dries commentedGood catch. It would be great if you could look at the aggregator module tests to see why this wasn't identified by the tests. It would be great if you could re-submit this patch with some aggregator test improvements. Thanks.
Comment #2
mustafau commentedDone. First apply attached patch and run "Categorize feed item functionality" test. You will see one fail. Then apply the previous patch and run "Categorize feed item functionality" test again. You will see 0 fails.
Comment #3
dries commentedLooks good. I would merge addCategory with its calling function. Also, the 'return $category;' seems bogus. This would be taken care of if you merged both functions.
Comment #4
mustafau commentedDone.
Comment #5
dries commentedThanks mustafu! Yay for the test improvements. Committed to CVS HEAD.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
mustafau commentedNeeds to be fixed in 6.x too.
Comment #8
AlexisWilke commentedCool to see that there is a fix for this one! I guess it did not make it to 6.10. At times, it just feels like you're way slow guys!
I will mark my own bug #352719: Add Category generates an SQL error (PostgreSQL) report as a duplicate of this bug.
Thank you for providing the fix!
Alexis Wilke
Comment #9
mustafau commentedRerolling for DRUPAL-6.
Comment #10
brianV commentedTrivial change, works when I test it, RTBC
Comment #11
gábor hojtsyGreat, thanks, committed to Drupal 6 too.