Downloads
Download tar.gz
74.95 KB
MD5: 2727ca5447bfdee1562959a90241e517
SHA-1: 5cbc2e008a4cc2fa0feed805692ac26623dc26ee
SHA-256: 900e3d19e01e89345849818167d161013bb823a6801609316c739ae1827504ab
Download zip
104.44 KB
MD5: ea37d4813b1f40f3c89ffd1be902aee2
SHA-1: d9ee3c8ecc547a6032506af7d65310ca43d3c8b1
SHA-256: 8e7c05c73baf387e6625a94a768b0b401d77aea75fcf229c10f8b1d4ffdcbca7
Release notes
Changes since DRUPAL-6--2-0-ALPHA2:
- by Dave Reid: Transfer files in 16 KB chunks instead of 1 KB. Should be slightly faster.
- #724272 by Dave Reid, jmpoure: Fixed endless loop during rebuilding with PostgreSQL.
- by Dave Reid: Prevent batch processing when there are no links to process.
- by Dave Reid: Fixed horribly broken committed file. Yikes!
- #741144 by orangecoat-ciallella: Fixed links to edit content type pages uses old Drupal 5 style paths.
- by Dave Reid: Added an option to disable URL alias pre-fetching to save PHP memory.
- by Dave Reid: Missed this chunk in the last commit.
- by Dave Reid: Backport D7 sitemap context API and UI.
- by Dave Reid: Fixed use of undefined constant LANGUAGE_NONE.
- by Dave Reid: Fixed bug in xmlsitemap_run_progressive_batch().
- by Dave Reid: Removed language neutral from the possible xmlsitemap_i18n context options.
- by Dave Reid: Added missing breadcrumbs to local action and callback pages.
- by Dave Reid: Added missing breadcrumbs to the custom links pages.
- by Dave Reid: Provide a better context upgrade path and a default sitemap with empty context on module install.
- #768124: Fixed regenerating a specific sitemap deleted all sitemap cache files and cleaned up the sitemap output code.
- by Dave Reid: Fixed uninstall will not properly remove files.
- by Dave Reid: Fixed domain-controlled nodes caused node_access() to return FALSE.
- by Dave Reid: Fixed bug with sitemap URL in xmlsitemap_engines_submit_sitemaps().
- follow-up by Dave Reid: Fixed domain-controlled nodes caused node_access() to return FALSE.
- follow-up by Dave Reid: Fixed bug with xmlsitemap_node_view_access().
- #770044 by Dave Reid: Fixed fatal call to undefined function memory_get_peak_usage() for PHP 5.1.
- by Dave Reid: Fixed node tests.
- by Dave Reid: Fixed fatal errors in xmlsitemap_engines tests.
- by Dave Reid: Check module_implements('node_access') in xmlsitemap_node_view_access().
- #775904 by Dave Reid: Fixed xmlsitemap_node_view_access() returning FALSE when no modules implement hook_node_grants().
- by Dave Reid: Ugh, completely missed that the parameters to hook_node_grants_alter() were flipped. /me bangs head against desk.
- by Dave Reid: Lotsa updates and cleanups to try and get tests in better working order.
- by Dave Reid: Fixed test failures.
- by Dave Reid: Fixed another test failure.
- by Dave Reid: Renamed xmlsitemap_save_link() to xmlsitemap_link_save() for consistency.
- by Dave Reid: Renamed xmlsitemap_update_links() to xmlsitemap_link_update_multiple() for consistency.