You are here

CHANGELOG.txt in XML sitemap 5

Same filename and directory in other branches
  1. 5.2 CHANGELOG.txt
  2. 6 CHANGELOG.txt
XML Sitemap 5.x-1.6, 2008-15-21
-------------------------------
- #259490: Fixed invalid xsi:schemaLocation.

XML Sitemap 5.x-1.5, 2008-05-15
-------------------------------
- Eliminated conversion of element IDs to additional link paths.
- #199413 by David Thomas (davidwthomas): Fixed SQL error when node has more
  than one alias.
- #253786: Fixed table alias for term_data. Wrong alias caused private forums to
  be included in the site map.
- #215817 by jcnventura: Google sometimes indexes its own verification link and
  reports errors in the HTML. Made link return proper HTML.
- #198173 by Liam McDermott: Query to populate the XML Sitemap table could crash
  the database server when there were large numbers of URL aliases. Split the
  URL alias into a separate query.
- #207778: Documented incompatibility with MySQL versions below 4.0.14.
- #257698 by greggles: Use CAST in joins to url_alias table so that it can be
  joined on the src index instead of the src column.
- Improved formatting of site map output.
- #123495: Added Views style plug-ins for both regular site maps and the Google
  News extension. Sponsored by EmpowHer.com - Strong Women Transforming Health.
- #258579 by Annette Tisdale: Fixed order of hook_comment() parameters.
- #258292: Fixed default site map priority. Was 0.1, should be 0.5.

XML Sitemap 5.x-1.4, 2007-12-18
-------------------------------
- #194078: Still using gss.xsl from gsitemap when not found in files directory.
- Documentation update: replaced "Nothing" with "None" in return values.
- #191950: Stopped language prefix from being added to additional links.
- #195124 by Jan Dittberner: Fixed queries for PostgreSQL.
- #198746 by Andreas Deininger: Make LIMIT clause compatible with PostgreSQL.
- #191991 by Alexander Hass: Insert values into correct columns when replacing
  gsitemap.
- #199181 by Tony Mobily: Exclude blocked users.
- #196393: Made default paths in gss.xsl work for most installations.
- #195855: Display correct default priority.
- #194078: Fixed private file URLs.
- #194780 by Damian Boune: Handle priority overrides correctly.
- #195152: Added Windows Live engine.
- #197104: Updated error message when files cannot be written.
- #199689 by Alexander Hass: Added quotes to href value.
- Replaced value with constant for readability.
- #199311: Fixed query for MySQL, hopefully keeping PostgreSQL compatibility.
- #195122: Escaped paths used as element IDs.

XML Sitemap 5.x-1.3, 2007-11-20
-------------------------------
- #191723: Fixed for cases where node is missing from xmlsitemap_node table.
- #191723: Fixed for cases where term is not submitted from the term form.
- Prevent language prefixes from being added to file URLs.
- #191991: Fixed missing node aliases.
- #191682: Set default priority for user nodes.
- #191991: Fixed bug which caused nodes with exactly one comment to be skipped
  when the xmlsitemap_node table was populated.
- #192764: Changed dates were not properly updated.
- Fixed spelling error in pathauto weight check.
- Allow NULL values for pid.
- Fixed for cases where users are created by scripts.
- #193198: Excluding more than one node type caused all types to be included.
- Fixed button weights.
- Set default submit settings for each search engine to false.
- Added update to fix missing user and term aliases.

XML Sitemap 5.x-1.2, 2007-11-12
-------------------------------
- #191600: xmlsitemap_node table was empty.

XML Sitemap 5.x-1.1, 2007-11-12
-------------------------------
- #190645: Typo prevented node types from being excluded.
- #191229: Set variables correctly for cases where user is updated by script
  rather than through the user form.
- #189423: Values were being inserted in wrong order.
- Fixed for cases where node is being inserted or updated by a script rather
  than the node edit form.
- Simplified code for removing i18n language prefix.
- #191345: Added paging to additional links page to prevent memory errors with
  large numbers of links.
- Added cron jobs in case link set-up times out during installation.

XML Sitemap 5.x-1.0, 2007-11-09
-------------------------------
- Renamed Google Sitemap

File

CHANGELOG.txt
View source
  1. XML Sitemap 5.x-1.6, 2008-15-21
  2. -------------------------------
  3. - #259490: Fixed invalid xsi:schemaLocation.
  4. XML Sitemap 5.x-1.5, 2008-05-15
  5. -------------------------------
  6. - Eliminated conversion of element IDs to additional link paths.
  7. - #199413 by David Thomas (davidwthomas): Fixed SQL error when node has more
  8. than one alias.
  9. - #253786: Fixed table alias for term_data. Wrong alias caused private forums to
  10. be included in the site map.
  11. - #215817 by jcnventura: Google sometimes indexes its own verification link and
  12. reports errors in the HTML. Made link return proper HTML.
  13. - #198173 by Liam McDermott: Query to populate the XML Sitemap table could crash
  14. the database server when there were large numbers of URL aliases. Split the
  15. URL alias into a separate query.
  16. - #207778: Documented incompatibility with MySQL versions below 4.0.14.
  17. - #257698 by greggles: Use CAST in joins to url_alias table so that it can be
  18. joined on the src index instead of the src column.
  19. - Improved formatting of site map output.
  20. - #123495: Added Views style plug-ins for both regular site maps and the Google
  21. News extension. Sponsored by EmpowHer.com - Strong Women Transforming Health.
  22. - #258579 by Annette Tisdale: Fixed order of hook_comment() parameters.
  23. - #258292: Fixed default site map priority. Was 0.1, should be 0.5.
  24. XML Sitemap 5.x-1.4, 2007-12-18
  25. -------------------------------
  26. - #194078: Still using gss.xsl from gsitemap when not found in files directory.
  27. - Documentation update: replaced "Nothing" with "None" in return values.
  28. - #191950: Stopped language prefix from being added to additional links.
  29. - #195124 by Jan Dittberner: Fixed queries for PostgreSQL.
  30. - #198746 by Andreas Deininger: Make LIMIT clause compatible with PostgreSQL.
  31. - #191991 by Alexander Hass: Insert values into correct columns when replacing
  32. gsitemap.
  33. - #199181 by Tony Mobily: Exclude blocked users.
  34. - #196393: Made default paths in gss.xsl work for most installations.
  35. - #195855: Display correct default priority.
  36. - #194078: Fixed private file URLs.
  37. - #194780 by Damian Boune: Handle priority overrides correctly.
  38. - #195152: Added Windows Live engine.
  39. - #197104: Updated error message when files cannot be written.
  40. - #199689 by Alexander Hass: Added quotes to href value.
  41. - Replaced value with constant for readability.
  42. - #199311: Fixed query for MySQL, hopefully keeping PostgreSQL compatibility.
  43. - #195122: Escaped paths used as element IDs.
  44. XML Sitemap 5.x-1.3, 2007-11-20
  45. -------------------------------
  46. - #191723: Fixed for cases where node is missing from xmlsitemap_node table.
  47. - #191723: Fixed for cases where term is not submitted from the term form.
  48. - Prevent language prefixes from being added to file URLs.
  49. - #191991: Fixed missing node aliases.
  50. - #191682: Set default priority for user nodes.
  51. - #191991: Fixed bug which caused nodes with exactly one comment to be skipped
  52. when the xmlsitemap_node table was populated.
  53. - #192764: Changed dates were not properly updated.
  54. - Fixed spelling error in pathauto weight check.
  55. - Allow NULL values for pid.
  56. - Fixed for cases where users are created by scripts.
  57. - #193198: Excluding more than one node type caused all types to be included.
  58. - Fixed button weights.
  59. - Set default submit settings for each search engine to false.
  60. - Added update to fix missing user and term aliases.
  61. XML Sitemap 5.x-1.2, 2007-11-12
  62. -------------------------------
  63. - #191600: xmlsitemap_node table was empty.
  64. XML Sitemap 5.x-1.1, 2007-11-12
  65. -------------------------------
  66. - #190645: Typo prevented node types from being excluded.
  67. - #191229: Set variables correctly for cases where user is updated by script
  68. rather than through the user form.
  69. - #189423: Values were being inserted in wrong order.
  70. - Fixed for cases where node is being inserted or updated by a script rather
  71. than the node edit form.
  72. - Simplified code for removing i18n language prefix.
  73. - #191345: Added paging to additional links page to prevent memory errors with
  74. large numbers of links.
  75. - Added cron jobs in case link set-up times out during installation.
  76. XML Sitemap 5.x-1.0, 2007-11-09
  77. -------------------------------
  78. - Renamed Google Sitemap