Posted by pancapangrawit on November 5, 2006 at 1:09pm
Jump to:
| Project: | Vocabulary Set |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
it is very misleading to offer a 4.7 download for them. They produce errors in the 4.7 menu system and typecheck doens't work at all (call to 4.6 functions that have been abandoned in 4.7).
.r.
Comments
#1
Hmm, I'm using it on a 4.7 installation without trouble. Could you actually reproduce the errors you're getting? e.g. which function calls are being made that are 4.6 calls? That is more helpful (like your previous bug reports). It turns out that the Drupal version of typecheck is not quite up-to-date (4.7 compatible). This module though has full 4.7 compatibility (browse the code at http://cvs.drupal.org/viewcvs/drupal/contributions/modules/vocab/vocab.m...)
#2
sorry for being emotional, but it took me a lot of time to track down errors in my site which were caused by your modules - the port to 4.7 has been done very superficially. Right, the worst case is type check, containing a chain of obsolete function calls (I gave up trying to correct myself after correcting node_list and finding that there are more). But all three data-entry modules create a empty menu-entry in 4.7 that shows as a point without content in the menu. This empty point also shows in menu administration but can neither be edited nor deleted.
Best
.r.
#3
Thanks for the feedback. Overzealous tagging.
Removed the 4.7 tag from typecheck (flashcard is the one that's been updated recently so the 4.7.x tag is maintained on it). Vocab and flashcard should work well together right now.