Download & Extend

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

Project:XML sitemap
Version:6.x-1.x-dev
Component:xmlsitemap.module
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)
Issue tags:release 6.x-1.1

Issue Summary

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

#1

Priority:normal» critical

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".

#2

Title:Ignores "submit frequency settings"» Move "update when new content is added" checkbox into the frequency selection list.
Category:bug report» feature request
Priority:critical» normal
Status:active» postponed

"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.

#3

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.

#4

Version:6.x-1.0-rc2» 6.x-1.x-dev

#5

Status:postponed» active

#6

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

#7

Status:fixed» closed (fixed)

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

nobody click here