Replace !placeholder with @
Core doesn't support the ! placeholder anymore, change to @.See CR: https://www.drupal.org/node/2575819
View ArticleXML sitemap ESLint errors
As of Drupal 8 all JS needs to follow our JavaScript coding standards. For this we use ESLint to check most of our standards. Here is the summary of running ESLint on this module JS:✖ 8 problems (8...
View ArticleCustom link to view page throws InvalidArgumentException "The URI...
at /core/lib/Drupal/Core/Url.php line 273
View ArticleRethink the way we store and use paths
Problem/MotivationIn a quest to make XML Sitemap generate proper links for multilingual sites (started with #2781603: Add support for entity translations), I saw that our usage of paths was outdated...
View ArticleEntity save bug
Uncaught PHP Exception Drupal\\Core\\Entity\\EntityStorageException: "SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'access' at row 1:XmlSitemapLinkStorage::create()When...
View ArticleUse relative path for XSL File
I think it's better to use relative path to sitemap.xsl instead of https://www.drupal.org/node/2244449. Sitemap.xsl is domain-undepended. That's way it is possible to use relative path by default.
View ArticleRemove master branch
drupal.org git repositories are not supposed to contain a master branch. Here are the instructions for deleting the master branch.
View ArticleFigure out how to handle the global 'type' context
One of the things I ran into while trying to make a 'News sitemap' sub-module using the new context system was that there will be a conflict as several different modules try to provide different...
View ArticleHigh form element weight moves sitemap options below "Save" button...
Title explains it all.
View ArticleRouteNotFoundException when a module is disabled
When xmlsitemap module is configured and then uninstalled, RouteNotFoundException is thrown.Symfony\Component\Routing\Exception\RouteNotFoundException: Route "xmlsitemap.admin_search" does not exist....
View ArticleXML Rebuild issue
Hello,I have huge traffic site.20,000 to 30000 Content daily posted on site. I want to display total sitemap generation time (How much time taken to rebuild) along with last updated value. Can you...
View ArticleError rebuilding sitemap when field collections are used
Receiving this error when trying to rebuild (even first) xmlsitemap. Nodes contain 1 field that is a field collection.An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows....
View ArticleAdd views integration for xmlsitemap settings.
Problem/MotivationI have an interesting use case where a client is exposing a series of data feeds of their sites content. One of the requirements raised was being able to exclude items from that feed...
View ArticleAdd Views Bulk Operations integration
So I wanted to bulk update a portion of my Basic Pages XML Sitemap settings. The default is set to exclude Basic Pages. I could manually update every page, but with over 100 pages that need to be...
View Article/sitemap.xml blank, do not think it is a duplicate
Hi All,After seeing the blank sitemap.xml, by doing "update cached files" or rebuilt, the sitemap.xml would be back. However, after a while, say one day, the sitemap.xml would be blank again.It is...
View ArticleThere are currently no XML sitemap contexts available
Please add to the Readme that after installing and enabling the module, you also need to include content types to the site map.It took me one hour to find that out.
View ArticleFatal error: Class 'XMLWriter' not found in...
I just upgraded to the latest 6.x-dev and got this error in multiple pages.Fatal error: Class 'XMLWriter' not found in .../sites/all/modules/xmlsitemap/xmlsitemap.xmlsitemap.inc on line 12
View ArticleUse Protocol-less URL for XSL File
After update from 7.x-2.0-rc2 to 7.x-2.0 the sitemap looks strange on the https page variant. With strange I mean like in https://www.inforwijzer.nl/sitemap.xml. In Chrome I get a blank page, in FF I...
View ArticleAdd loc with query string (get parameters) into drupal xml sitemap link
I need to add urls with query string to sitemap, for example "node?page=2" via API. I setup $xmllink array with 'loc'='node?page=2', but via this way in XML I see "node%3Fpage%3D2" instead of normal...
View ArticleModule Uninstalled and Flushed from DB, Still Appears on Modules List
Repeatable: ConsistentSteps to repeat:Load /admin/modules.Expected Results: XML Sitemaps module has been uninstalled and all components have been fully deleted from its file path. It is expected that...
View Article