I will be taking over this module, however here's code that updates it to 4.7 and fixes a few bugs so that it works exactly as it's supposed to.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_xml-4-6to4-7.patch | 8.87 KB | sami_k |
I will be taking over this module, however here's code that updates it to 4.7 and fixes a few bugs so that it works exactly as it's supposed to.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_xml-4-6to4-7.patch | 8.87 KB | sami_k |
Comments
Comment #1
robertdouglass commentedHow does this patch compare to http://drupal.org/node/26974#comment-62664 ?
Comment #2
sami_k commentedit's better. heh. it fixes more bugs than that patch does and i patched it from scratch because i wanted to figure this module out. essentially this patch will be commited to this module as soon as i can get my cvs account working.
Comment #3
sami_k commentedDoes this all of this:
- 4.7 forms update
- always creates new category regardless of setting
- fails to report item names added
- checks for existing terms
- doesn't use theme('page'... functions) returns $output instead
- doesn't use object2array
- calls taxonomy functions directly, instead of via module_invoke,
the functions have been changed and return no values and
change reference vars which module_invoke doesn't seem to change
- added check in the menu function for the presence of the module
- possibly makes julian fries
Comment #4
sami_k commentedsorry fixes these:
- always creates new category regardless of setting
- fails to report item names added
i just copied and pasted. also i am not exactly sure where/how to check for the presence of the taxonomy module. right now doing it in the menu function, but chx was saying in the install file... where exactly in the install file is what i am wondering...
Comment #5
sami_k commentedProject upgraded to 4.7 using above patch.