Patches in #290421: pathauto patch to provide localized and entity translated taxonomy through i18n have pointed out a few bugs in our bulk generation queries in 6.x-1.x.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 991986-pathauto-fix-bulk-queries.patch | 10.51 KB | dave reid |
| #1 | 991986-pathauto-fix-bulk-queries.patch | 10.21 KB | dave reid |
Comments
Comment #1
dave reidTested this manually, but I'll let it run against the bot too.
Comment #2
dave reidHrm, we don't have to load in taxonomy terms ourselves either. taxonomy_nodeapi('load') does that for us...
Comment #3
dave reidI tested the SimpleTests manually and did bulk generation on my local dev site and it worked great. So I committed #2 to CVS.
http://drupal.org/cvs?commit=461016
Comment #4
klonosThis is against 6.x-2.x, right?
Comment #5
dave reidNo, 6.x-2.x uses the batch api and radically different bulk generation code. This is for 6.x-1.x only.
Comment #6
dave reidDoes need to be backported to 5.x-2.x though..
Comment #7
klonosok, thanx Dave ;)
Comment #8
amateescu commentedI'm pretty sure that 5.x-2.x is no longer maintained.