Downloads

Download xmlsitemap-6.x-2.0-beta2.tar.gztar.gz 80.61 KB
MD5: 12f0dc5ae6e06f1f14ba6d6624fb05f1
SHA-1: db620e634a69d6e3ddcdf8da2c3d266daf387feb
SHA-256: d8bef405896fd39f56d71fb8443d0aefd0d6772987321932c70b4e0842cba4ea
Download xmlsitemap-6.x-2.0-beta2.zipzip 112.69 KB
MD5: 9d8100e24c6fa3e03c0b06de8c5e4bf9
SHA-1: 70f9e41ef4bb720f89f0d4af667aef9797943ac4
SHA-256: e497caa41743033f05a45433be9c1951a1c6adcf8c811fe2ab82e6aaaf531435

Release notes

Changes since DRUPAL-6--2-0-BETA1:

  • #786010 by JoshuaRogers: Fixed frontpage help URL contains typo.
  • by Dave Reid: Removed unnecessary 'settings callback' in xmlsitemap_i18n_xmlsitemap_context_info().
  • by Dave Reid: Reorganized code and added documentation groupings.
  • by Dave Reid: Removing search engine submission frequencies of one hour or less.
  • #787580 by Dave Reid: Fixed fatal errors if the locking API is missing.
  • #793370 by Dave Reid: Fixed bug in xmlsitemap_sitemap_delete_multiple() which prevented the sitemaps from actually being deleted.
  • by Dave Reid: Removed the deprecated 'settings callback' from hook_xmlsitemap_context_info(). It is replaced by hook_form_xmlsitemap_sitemap_edit_form_alter().
  • #793510 by Dave Reid: Fixed sitemaps not flagged for regeneration after the context upgrade.
  • #787582 by Dave Reid: Cleaned up drupalGetSitemap() in tests.
  • #793472 by Dave Reid: Hide the 'Rebuild links' page if there are no link types that are rebuildable.
  • by Dave Reid: Updated watchdog test handling code and added a copy of DrupalWebTestCase->verbose() to allow a customizable summary message.
  • #800382 by kiam, Dave Reid: Removed redundant module setUp parameters.
  • #807216 by Dave Reid: Fixed unpublished nodes still displayed in sitemap when using content access modules.
  • #811790 by Dave Reid: Stop-gap fix when modules xmlsitemap.module is uninstalled before any sub-modules which want to delete link records.
  • #811058 by Dave Reid: Do not display 'XML sitemap' fieldset on node forms if the user has the 'administer nodes' permission.
  • by Dave Reid: Fixed tests for PHP 5.3.
  • by Dave Reid: Remove modal dialog dependency on dialog.module and add re-usable modal link API.
  • #878800 by lyricnz: Fixed typo in please-donate message.
  • #814172 by Dave Reid: Fixed XMLsitemap menu link settings not saved.
  • #827328 by Dave Reid, emmajane: Fixed and improved error message about files directory not writable.
  • by Dave Reid: Simplified modal code for bundle settings.
  • by Dave Reid: Move modal handling code to separate sub-module.
  • by Dave Reid: Backporting fixes and improvements from HEAD.
  • by Dave Reid: Fixed bug with xmlsitemap_link_bundle_load() and undefined entity_info.
  • #557300 by Dave Reid: Fixed node lastmod values not updated when comments are added.
  • by Dave Reid: Fixed PHP notice when creating new bundles.
  • by Dave Reid: Backported entity_uri() from Drupal 7.
  • by Dave Reid: Added requirements check for all sitemap directories' writeability.
  • by Dave Reid: Fixed PHP notice with undefined user entity bundles.
  • #764658 by Dave Reid: Use an XMLSitemapWriter class extended from XMLWriter instead of fwrite().
  • by Dave Reid: Fixed PHP notice when creating new bundles.
  • #786510 by Dave Reid: Allow the XMLSitemapWriter to be more customized and overloaded.
  • by Dave Reid: Convert the xmlsitemap_max_filesize variable to a max_filesize column.
  • by Dave Reid: Added a backport of D7's DBTNG fetchCol() function.
  • by Dave Reid: Moved XMLSitemapWriter classes to xmlsitemap.xmlsitemap.inc.
  • #812412 by Dave Reid: Change {xmlsitemap}.context_hash into {xmlsitemap}.smid.
    #790520 by Dave Reid: Change to using drupal_hash_base64() for hashes rather than md5().
    #768182 by Dave Reid: Handle sitemap directory hash changes.
  • #790520, #812412 follow-up by Dave Reid: Fixed fatal error on module install.
  • by Dave Reid: Convert to using objects for XML sitemaps instead of arrays.
  • #790520 by Dave Reid: Fixed call to undefined drupal_hash_base64().
  • #899712 by Dave Reid: Removed support for Moreover from XML sitemap engines.
  • #899712 by Dave Reid: Changed URL for Yahoo XML sitemap submissions.
  • by Dave Reid: Backport DBTNG fetchAllAssoc().
  • #921154 by Dave Reid: Fixed object/array with XMLSitemapIndexWriter::generateXML().
  • #921644 by Dave Reid: Fixed object/array with xmlsitemap_sitemap_edit_form_validate().
  • #921644 by Dave Reid: Fixed sitemap arrays being passed to xmlsitemap_sitemap_save().
  • #928698 by Dave Reid: Degrade gracefully when counting node timestamps if comment module is not enabled.
  • by Dave Reid: Fixed modules in XMLSitemapEnginesFunctionalTest::setUp not using an array.
  • by Dave Reid: Renamed xmlsitemap_run_progressive_batch() to xmlsitemap_run_unprogressive_batch().
    by Dave Reid: Cleaned up batch functions.
  • #911842 by Dave Reid | broncomania: Fixed 'access content' required to view sitemap.xml.
  • #834754 by David_Rothstein | Dave Reid: Improved the description for the admin link for configuring XML sitemaps.
  • by Dave Reid: Fixed XMLSitemapWriter::writeElement() not compatible with XMLWriter::writeElement().
  • #925454 by Dave Reid: Do not display context summary if it has no callback.
  • #911842 follow-up by Dave Reid: Fixed 'access content' required to view sitemap.xml.
  • by Dave Reid: Fixed XMLSitemapTestHelper::setUp expects parameters of modules, not an array.
  • by Dave Reid: Removed XMLSitemapTestHelper::cronRun (see #969434).
  • by Dave Reid: Fixed test invocations of setUp().
  • by Dave Reid: Updated tests for latest SimpleTest backport.
  • #1008560: Removed unnecessary variable delete SQL.
  • #770044 by andrewfn, Dave Reid | GregSims: Fixed PHP 5.1's XMLWriter class does not have the writeRaw() function defined.
  • #899420 by CrashTest_: Fixed error in xmlsitemap_update_6204() with unnecessary db_drop_primary_key().
  • #1000174 by fgm: Updated GPL notice about modified LGPL xmlsitemap.xsl.
  • by Dave Reid: Renamed the 'menu' link type to 'menu_link' for D7 compatibility.
  • by Dave Reid: Fixed missing array return for xmlsitemap_menu_update_6201().
  • #971342 by Dave Reid: Officially disable support for Ask.com, Moreover, and Yahoo search engine submission.
  • by Dave Reid: Fixed bundle link to edit the user XML sitemap settings.
Created by: Dave Reid
Created on: 9 Feb 2011 at 22:40 UTC
Last updated: 16 Mar 2014 at 22:43 UTC
New features
Bug fixes

Other releases