Wrong destination query param in XmlSitemapEntitiesSettingsForm
Problem/MotivationThe query destination key is wrong mapped, causing not redirecting to the previous form.URL: http://example.com/admin/config/search/xmlsitemap/entities/settings Form:...
View Articlesitemap.xml returns "page not found"
Problem/Motivation...as per issue's title. See original report for more information.Proposed resolutionLatest workaround (August 2011, post #101 by Willynux):When you have xmlsitemap i18n module...
View Articlebug with drush site-install
when I run drush site-install my_profile --sites-subdir=my_dir with xmlsitemap in dependencies in my_profile.info.yml, install crach:Fatal error: Call to a member function getId() on null in...
View ArticleSitemap only contains unpublished content
When I create my xml sitemap and selected two content types to be included only unpublished content is included in the sitemap. Is this a bug, or have a configured something wrongly?
View ArticleDate wrong with google sitemap
Hello there,The date format is wrong with sitemap google exactly on time zone Colombia
View ArticleAdd setting to change/disable status report notification
We would like to be able to set a custom notification threshold for the status report page, or disable it altogether, to avoid setting off alarm bells on our automated tests.
View ArticleRecursive router rebuild detected error once you try to install the module
Problem/MotivationOnce you try to install the module you will see this message: [error] RuntimeException: Recursive router rebuild detected. in...
View ArticlePHPCS inaccurate dependencies prefix info.yml
Problem/MotivationInaccurate project prefix in info.yml file: it is using "drupal" instead project name More info: https://www.drupal.org/docs/8/creating-custom-modules/let-drupal-8-know-...Proposed...
View ArticleConsider using a UUID as the ID for xmlsitemap table
I was looking at the xml sitemap custom add form and I think if we replace the id with a UUID, we can get rid of a select statement to get the current id and add one for the next id. <?php $query =...
View Articlexmlsitemap_generate_chunk error
When i run cron jobs, i get following error:What would be the reason for this error. I couldn't find in post issues.Thank you very much.Notice: Trying to get property of non-object in...
View ArticleAdd compatibility with Taxonomy term status module
Hello, I'm not sure if I needed to post this in the xmlsitemap issue queue or the termstatus one.When using the termstatus module unpublished terms get indexed and should not. I believe it should work...
View ArticleConfig includes data that maybe should not be included.
The config component of xmlsitemap is never in-sync because it is re-acting to changes in content.In particular:max_filesizeupdatedIs there a reason these values need to be included in config? If they...
View ArticleXML sitemap contains links to user profiles only one language
Hello.XML sitemap contains links to user profiles only one language.For example If some user selects the English language in profile, I get link site.com/en/user1. But Drupal does not add /fr/user1 in...
View ArticleAllow disabling output of lastmod, changefreq, and priority in sitemaps
To help reduce file size if wanted.
View ArticleUse HTTPS protocol when notifying search engines
When the module generates a new sitemap.xml file and notifies the search engines (Google and Bing), it uses the HTTP protocol.Both Google and Bing use HTTPS for all their services, so they respond with...
View ArticleLoc column limited to length of 256
Problem/MotivationWhen attempting to write values to the loc column that are greater than 256 characters long, a DatabaseExceptionWrapper exception.Proposed resolutionIncrease the loc field to support...
View ArticleMultiple servers pointing to S3 bucket == multiple hashes & no shared...
We have multiple servers and they all use the same S3 bucket, xmlsitemap-rebuild generates a folder with a unique hash, the hash changes based on the host it seems, when server b looks for the files it...
View ArticleCannot reliably check node_access from inside hook_node_save() with node grants
Normally when a new node inserted to drupal, xmlsitemap should rebuild the sitemap on next cron task. but i found it never on 6.x-2.x-dev. I look into the code and found function...
View Articlexmlsitemap_node runs before node_access is called => fail?
I'm trying to get set up with xmlsitemap, and am running into some problems with xmlsitemap_node. The overall sitemap mechanism is working, but newly created nodes are not getting entered into the...
View Article