Drupal logs indicate that XML Sitemap is submitting the site to search engines each time cron is run (hourly), even though submission frequency is set to "never" and the "update when new content is added" checkbox is checked. Could it be the aggregator pages' updates that are triggering this? If so, they need to be excludable. IF not, it's a bug.

Comments

Anonymous’s picture

Title: Move "update when new content is added" checkbox into the frequency selection list. » Ignores "submit frequency settings"
Category: feature » bug
Priority: Normal » Critical
Status: Postponed » Active
Issue tags: -release 6.x-1.1

I can confirm the frequency issue. Will be checking the code today.

EDIT: I had the "update when new content is added" checkbox checked. This functions "by design".

Anonymous’s picture

Title: Ignores "submit frequency settings" » Move "update when new content is added" checkbox into the frequency selection list.
Category: bug » feature
Status: Active » Postponed
Issue tags: +release 6.x-1.1

"update when new content is added" checkbox is checked

This is intended to be an override to the frequency declaration. So if you have it checked and the aggregator modifies the content, the next cron.php execution will submit the data. This is "by design". I'm modifying the issue attributes to indicate a feature change since I don't like the way it works.

Move "update when new content is added" checkbox into the frequency selection list.

sterndata’s picture

Title: Ignores "submit frequency settings" » Move "update when new content is added" checkbox into the frequency selection list.
Category: bug » feature
Priority: Critical » Normal
Status: Active » Postponed
Issue tags: +release 6.x-1.1

I've changed the update frequency to Daily. Meantime, it might be nice :-) to have an exclude dialogue, similar to that used by FCKEditor, to exclude URLs of a given pattern from the sitemap.

Anonymous’s picture

Version: 6.x-1.0-rc2 » 6.x-1.x-dev
Anonymous’s picture

Status: Postponed » Active
Dave Reid’s picture

Status: Active » Fixed

I changed the logic of sitemap submission to always respect the 'Submit the sitemap when content changes' option if enabled. This basically matches the logic of the 6.x-2.x branch as well now.
http://drupal.org/cvs?commit=320184

Status: Fixed » Closed (fixed)
Issue tags: -release 6.x-1.1

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