Running Drupal core 6.19, Meta tags Node Type 6.x-1.7, Nodewords 6.x-1.11, Token 6.x-1.14

Started getting 404 responses from ICRA, so we contacted FOSI, the parent organization. They told us they were no longer supporting ICRA.

Do you anticipate releasing code updates in response? If so, would it be possible to replace the ICRA field with a ""?

Thanks!

Comments

mustang’s picture

Running Drupal core 6.19, Meta tags Node Type 6.x-1.7, Nodewords 6.x-1.11, Token 6.x-1.14

Started getting 404 responses from ICRA, so we contacted FOSI, the parent organization. They told us they were no longer supporting ICRA.

Do you anticipate releasing code updates in response? If so, would it be possible to replace the ICRA field with a generic meta tag field that allows users to supply values (e.g., "http-equiv")?

Thanks!

dave reid’s picture

Confirmed from http://www.rsac.org/. We should probably just remove ICRA support completely.

dave reid’s picture

Version: 6.x-1.11 » 6.x-1.x-dev
Status: Active » Needs review
Issue tags: +v6.x-1.12 blocker
StatusFileSize
new6.91 KB

We shouldn't ship the next stable with a meaningless and unsupported meta tag.

dave reid’s picture

StatusFileSize
new6.96 KB

Revised with a variable_del() in nodewords_extra_update_6106().

damienmckenna’s picture

StatusFileSize
new7.73 KB

You missed the redundant variable_del('nodewords_icra_validation_content'); from nodewords_uninstall() and the 'pics-label' value in nodewords_extra_uninstall().

dave reid’s picture

I think it's still fine to use #4 over #5 in the case that the user doesn't run update.php before uninstalling the nodewords_extras module.

damienmckenna’s picture

Fair point.

damienmckenna’s picture

Status: Needs review » Fixed

@mustang: Thanks for bringing this to our attention.

Committed!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

ICRA is now POWDER

It's come to my attention that the "new ICRA" is now POWDER: http://www.w3.org/TR/powder-primer/

Is this going to be supported?

Cheers

damienmckenna’s picture

Status: Closed (fixed) » Needs work

This needs to be re-rolled against the new v6.x-1.x branch.

damienmckenna’s picture

@naoise: I added a new issue for the POWDER support: #1200204: POWDER integration (replaces ICRA Labelling)

damienmckenna’s picture

Status: Needs work » Needs review
StatusFileSize
new7.31 KB

Here's a patch re-rolled against the current 6.x-1.x branch.

damienmckenna’s picture

Issue tags: -Meta tags, -nodewords meta tags
StatusFileSize
new7.86 KB

Re-rolled.

damienmckenna’s picture

Status: Needs review » Fixed

Committed (again).

Status: Fixed » Closed (fixed)
Issue tags: -ICRA, -v6.x-1.12 blocker

Automatically closed -- issue fixed for 2 weeks with no activity.