Downloads

Download xmlsitemap-6.x-2.0-alpha2.tar.gztar.gz 69.19 KB
MD5: b7d73b989e1ff412e56fb195acee6c54
SHA-1: 5a470cfc2fdb84ea7f25b588e7474eee2443e44d
SHA-256: 66d39e364c0e0bb8e5bc33cbb9c614164833a960f4aa71ec6c32161f16f8425a
Download xmlsitemap-6.x-2.0-alpha2.zipzip 98.24 KB
MD5: 19b4f6d5d52e8956bc512a113529dc15
SHA-1: 62da0e1c16f12f7124ec99e5aae6ad6389d36df1
SHA-256: bd31e4a6e95400178d96cfa99bbf91734b2e4ec4dd6e8e26fd765915fe7f1586

Release notes

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

  • by Dave Reid: Increased number of links in an index from 1,000 to 50,000.
  • by Dave Reid: Added tracking and requirements check for the maximum file size.
  • by Dave Reid: Removed "(formerly Live Search)" from Bing's label.
  • by Dave Reid: Fixed maximum file size requirements check and added lastmod date format option.
  • by Dave Reid: Removed ability to use $_GET['refresh'] when viewing sitemap.
  • #704950 by Dave Reid: Changed chunk URLs from sitemap-x.xml to sitemap.xml?page=x.
  • by Dave Reid: Replaced constant XMLSITEMAP_MAX_SITEMAP_CHUNKS with XMLSITEMAP_MAX_SITEMAP_LINKS since both are equal now.
  • by Dave Reid: Added 6.x-1.x upgrade path for xmlsitemap_node.
  • by Dave Reid: Added 6.x-1.x upgrade path for xmlsitemap_taxonomy.
  • by Dave Reid: Fixed XSL on sitemap index pages.
  • by Dave Reid: Fixed whitespace in jquery.tablesorter.js.
  • by Dave Reid: Add module weights to the 6.x-2.x upgrades.
  • by Dave Reid: Add module weights to the 6.x-2.x upgrades.
  • by Dave Reid: Added 6.x-1.x upgrade path for xmlsitemap_engines.
  • by Dave Reid: Added 6.x-1.x upgrade path for xmlsitemap base module.
  • by Dave Reid: Put finishing touches on the 1.x upgrade path. It now should work successfully!
  • by Dave Reid: Added some additional table and variable deletions to cleanup any 6.x-1.x stragglers.
  • by Dave Reid: Fixed mis-copy with 'node' words in xmlsitemap_taxonomy documentation.
  • by Dave Reid: Added simple xmlsitemap_get_bundle_path() easily getting the path to bundle settings.
  • by Dave Reid: Fixed call to xmlsitemap_can_admin_bundle().
  • by Dave Reid: Made the 'Add custom link' use l().
  • by Dave Reid: Exclude entities with id = 0 from index counts.
  • by Dave Reid: Add sitemap 'contexts' for generating and displaying.
  • by Dave Reid: Split generation functions into xmlsitemap.generate.inc.
  • by Dave Reid: Implemented hook_xmlsitemap_context() in xmlsitemap_i18n.
  • by Dave Reid: Fixed formatting in jquerytablesorter.js.
  • by Dave Reid: Added debugging info for xmlsitemap_output_chunk().
  • by Dave Reid: Changed generation to work by basic contexts instead of hard-coded language.
  • by Dave Reid: Add a context fallback system.
  • by Dave Reid: Changed xmlsitemap_add_form_link_options() to use entity, bundle, and ID parameters instead of a link array.
  • by Dave Reid: Cleaned up tests and added basic menu, taxonomy and user tests for now.
  • by Dave Reid: Simplified some logic in xmlsitemap_i18n.
  • by Dave Reid: Disable and manually uninstall old 6.x-1.x modules.
  • by Dave Reid: Lower PHP requirement down to PHP 5.0 by removing use of DATE_W3C.
  • by Dave Reid: Improved temporary fallback context handling.
  • by Dave Reid: Bump up PHP requirement back to PHP 5.1 since its required for array type hinting.
  • by Dave Reid: Clear the schema cache after dropping/re-adding the xmlsitemap table.
  • by Dave Reid: Changed the options for lastmod date format to short, medium and long.
  • by Dave Reid: Added back support for the current stable Drush version.
  • by Dave Reid: Fixed error if node_load() were to fail in xmlsitemap_node_xmlsitemap_process_node_links().
  • by Dave Reid: Added output to the xmlsitemap-index drush command.
  • by Dave Reid: Sync documentation between branches.
Created by: Dave Reid
Created on: 19 Feb 2010 at 02:22 UTC
Last updated: 16 Mar 2014 at 22:43 UTC
New features
Bug fixes

Other releases