Is this module compatible with 4.7? Thanks.

Comments

dman’s picture

Title: 4.7? » 4.7 version (test) released
Assigned: Unassigned » dman
Status: Active » Needs work

While I was messing with it, and as an exercise in new API conversion, I've commited a 4.7 version to have a go at.
There is also support in it for 4.6, even though I'm using 4.7 API but that's a bit complicated.

Anyway, sometime soon the CVS machine should roll us a tarball you may be able to try out.
Failing that, CVS the latest down yourself.

cvs -d :pserver:anonymous@cvs.drupal.org:/cvs/drupal login
{anonymous}
cvs -d :pserver:anonymous@cvs.drupal.org:/cvs/drupal co -d htmltidy -R contributions/modules/htmltidy

... should get it for you! Please let me know if there are any fixes, or instructions that need beefing up.

.dan.

sanduhrs’s picture

All rss feeds I tried after installing HTMLTidy are corrupted.
Perhaps the feeds should be excluded from being parsed by Tidy?
vg

dman’s picture

Bloody good point!
I don't like the global wrapper mode myself (that was the original design I support as legacy) but if it's to be there it should certainly be excluded from other output!

I'm off-line this month. Anyone want to try?

.dan.

Fluence’s picture

Category: support » bug

I get the following error when trying to go to my modules admin page after unzipping the htmltidy folder:

Fatal error: Cannot redeclare element_property() (previously declared in c:\website\drupal\includes\form.inc:20) in c:\website\drupal\modules\htmltidy\forms_api_backport.module on line 113

funana’s picture

All rss feeds I tried after installing HTMLTidy are corrupted.
Perhaps the feeds should be excluded from being parsed by Tidy?
vg

Wooohaaaar. Same here. Anyone got a patch for this? Thank you!

funana’s picture

Hmmm. I switched off "Enable global output filter". That worked.

michaelfavia’s picture

Status: Needs work » Closed (won't fix)

Sorry I cant support 4.7 on this module. if anyone would like to step forward you are welcome to maintain it. otherwise support will be limited to latest drupal core version and the one that preceded it.