I'm in the process of fixing this,  however trac and I have a
disagreement on whether or not it should work.

Any attempt to update the report appears to just delete the sql query.
 I'll have someone else have a look at it, but in the meantime the
situation is now ... significantly worse ;)



On 7/23/06, Caio Chassot <[EMAIL PROTECTED]> wrote:
The verified patches report (http://dev.rubyonrails.org/report/12)
matches unverified patches.

Probably, it's due to a query like this:

   keywords LIKE '%verified%'

the query should be changed to exclude unverifieds:

   keywords LIKE '%verified%' AND keywords NOT LIKE '%unverified%'
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core



--
Cheers

Koz
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to