Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

FileSize
2.18 KB

Here's a patch that adds an update script and site_verify_import_nodewords() for converting the Nodewords settings.

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
2.26 KB

A slight tweak, remove the Nodewords setting regardless of whether or not it was valid, e.g. for blank strings.

DamienMcKenna’s picture

Another slight adjustment, run the function during module installation.

DamienMcKenna’s picture

Another update, this time includes the Yandex tag.

DamienMcKenna’s picture

Small bugfix for a syntax error in the DELETE query.

DamienMcKenna’s picture

Hopefully one last patch, fixes a bug in one of the queries.

DamienMcKenna’s picture

FYI this is related to the following Nodewords issue: #1028086: Remove search engine verification, promote separate module

DamienMcKenna’s picture

Status: Needs review » Needs work

Needs a little more work, Nodewords was able to compile the required meta tag based on just a small string whereas Site_Verify needs the full meta tag to be pasted into the string.

DamienMcKenna’s picture

Status: Needs work » Needs review
FileSize
2.65 KB

Ok, now it creates a simple meta tag in the format:
<meta name="{$tag}" value="{$string}" />

Webbeh’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Cleaning issue queue for out-of-date 6.x issues. Thanks!