does anyone know if the diff module is compatible with Drupal 4.7? It is in HEAD, but I can't find any mention of whether it is or isn't supposed to work with 4.7. I've got it installed with 4.7b2, but I get a blank screen anytime I try to get a diff.

Does anyone have this working?

Thanks

Comments

Tobias Maier’s picture

I dont know if it works but if you look here:
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/diff/
you will read 2 months since the last commit so I think it will not work.

"It is in HEAD, but I can't find any mention of whether it is "
every module is in head and if it is ready for a specific drupal version it gets branched with for example DRUPAL-4-7 and then you know it is really ready.
every thing you will see in HEAD is under development and most of the time not finished

If you have time then sit down and update the module (see http://drupal.org/node/22218) - there was a big change regarding the revision system since drupal 4.6

cu tobi

CatInTheHat’s picture

The problem with 4.7 is real, the diff module has not been updated for the 4.7 API changes.

I've posted a module file that works on the bug page for diff.

Some problems remain, but they were there before the change to 4.7 and have probably always been there.