This is the similar task for xmlsitemap_taxonomy.module.
The code doesn't show the changes required for xmlsitemap_taxonomy.install.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | xmlsitemap_taxonomy_093489.diff | 7.55 KB | avpaderno |
| xmlsitemap_taxonomy.module.txt | 7.18 KB | avpaderno |
Comments
Comment #1
Anonymous (not verified) commentedI don't understand what you're trying to say?
Comment #2
Anonymous (not verified) commentedPatches, not the entire file please.
cvs diff -up > xmlsitemap_taxonomy.patch
Comment #3
avpadernoI mean that, if the removed code was using a Drupal variable, the update function should remove that variable. The code I reported is only the one for the module.
Comment #4
Anonymous (not verified) commentedComment #5
avpadernoI need to check how to change the parameters used from the editor; right now it uses
diff -u.Comment #6
dave reidYeah, using -p is super helpful since it is easier to tell what function(s) the patch changes are in.
Comment #7
avpadernoComment #8
Anonymous (not verified) commentedI'm happy with this one as well.
Comment #9
avpadernoI committed the changes in CVS.
In this case, there aren't any table fields that need to be removed, but there is something to review. I didn't actually remove the
hook_nodeapi()because without it, the data about a taxonomy term would not updated.IMO, as the page listing the nodes tagged with the same taxonomy terms changes when a new node is tagged with a new term, the taxonomy links should have their changed timestamp updated as well.
Comment #10
avpadernoIn absence of reviews, I set this report as fixed; feel free to reopen it if you think also
hook_nodeapi()should removed.Comment #12
avpadernoComment #13
Anonymous (not verified) commentedComment #14
dave reidIf we haven't gotten to this yet, I doubt we'll ever get to it. Marking as won't fix.