xmlsitemap 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-1.1.tar.gz | 57.94 KB | 477c96dc34271f8d85612e5aee3c1244 |
| xmlsitemap-6.x-1.1.zip | 93.99 KB | 2c3cca5fbda10a35b284a7092aecf4da |
Release notes
A critical bug was discovered and the issue has been resolved. This is a patch fix for the issue documented at http://drupal.org/node/558358.
xmlsitemap 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-1.0.tar.gz | 57.86 KB | d8a7daef920c2878f837c692d759620e |
| xmlsitemap-6.x-1.0.zip | 93.93 KB | 4cbb6570e886b9da40b232ba5f0abe56 |
Release notes
I am pleased to announce the final release of 6.x-1.0. We have worked hard to bring you an official release of xmlsitemap to Drupal 6. Please follow the instructions given in INSTALL.txt for the release you are currently using.
xmlsitemap 6.x-2.0-unstable4
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-2.0-unstable4.tar.gz | 54.14 KB | f57f142a2d386d3a07b8fa580b186532 |
| xmlsitemap-6.x-2.0-unstable4.zip | 82.8 KB | c35275036302ace2bc09c12d0fd78421 |
Release notes
Changes since DRUPAL-6--2-0-UNSTABLE3:
- by Dave Reid: Fixed spelling error and mismatched test string.
- by Dave Reid: Removed unnecessary backport code.
- by Dave Reid: Jiggered with translated strings.
- by Dave Reid: Moving around xmlsitemap_form_submit_flag_regenerate() and _xmlsitemap_add_vertical_tabs().
- by Dave Reid: Don't run xmlsitemap_check_status() on non-admin pages.
- by Dave Reid: Moved multilingual XML sitemap features to xmlsitemap_i18n.module.
- by Dave Reid: Don't collapse the link fieldset if inclusion or priority were overridden.
- by Dave Reid: Rework xmlsitemap_settings_list() to xmlsitemap_add_form_type_summary().
- by Dave Reid: Removed unnecessary vertical tabs code now that http://drupal.org/project/500044 is fixed.
- by Dave Reid: Added a 'developer mode' setting and cleaned up the rebuild page.
- by Dave Reid: Updated translation templates.
- by Dave Reid: Being anal retentive.
- by Dave Reid: Expanded node tests.
- by Dave Reid: Removed unnecessary test.
xmlsitemap 6.x-2.0-unstable3
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-2.0-unstable3.tar.gz | 54.05 KB | 02e8c724217e4bbebe8e2f0829548215 |
| xmlsitemap-6.x-2.0-unstable3.zip | 80.33 KB | 1c14dac1160f39a0f201e3c6927ae29d |
Release notes
Changes since DRUPAL-6--2-0-UNSTABLE2:
- #480490 by Dave Reid: Finished implementing i18n_xmlsitemap_query_alter().
- #480490 by Dave Reid: Added i18n support for menu items.
- #480490 by Dave Reid: Added i18n support for taxonomy terms.
- #480490 by Dave Reid: Moved i18n module integration into separate xmlsitemap_i18n sub-module.
- #549626 by Dave Reid: Fixed a bug with Domain access: cast the result of node_access() to a boolean.
- by Dave Reid: Fixes and misc documentation in xmlsitemap_menu.
- #470956 by Dave Reid: Added inclusion and priority options for individual taxonomy terms.
- by Dave Reid: Adding type-hinting to xmlsitemap_menu.
- by Dave Reid: Revised requirements checks for the access content permission.
- by Dave Reid: Fixed multilingual support. For real this time.
- by Dave Reid: Rearrange the node i18n test.
- by Dave Reid: Expanded the node i18n test.
xmlsitemap 6.x-2.0-unstable2
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-2.0-unstable2.tar.gz | 52.28 KB | 9166b2a1819d60c60233d181151deba0 |
| xmlsitemap-6.x-2.0-unstable2.zip | 77.04 KB | fd3b948070da9158c2d5c928ab8f11ec |
Release notes
Changes since DRUPAL-6--2-0-UNSTABLE1:
Read morexmlsitemap 6.x-2.0-unstable1
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-2.0-unstable1.tar.gz | 51.18 KB | 2448cbadca5786bd97e3500910494b67 |
| xmlsitemap-6.x-2.0-unstable1.zip | 75.84 KB | 3beb72ab502108bd41abd8702b1cff3c |
Release notes
The first unstable release of the 6.x-2.x rewrite of XML sitemap is available. It may be a little rough, but it needs a lot of love with testing to make sure everything works.
You cannot install or upgrade this over the 6.x-1.x version of XML sitemap. There is NO UPGRADE PATH and things will break. Be sure to uninstall the previous versions and remove the old module files first.
xmlsitemap 6.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-1.0-rc2.tar.gz | 61.17 KB | 2e0e9800940d8029f0fc981b168829f1 |
| xmlsitemap-6.x-1.0-rc2.zip | 94.93 KB | 6123835fd223f2856874009e9923c99e |
Release notes
This release reset the code back to BETA0 and resolved issues found with that release. The instructions in the INSTALL.txt file for upgrading per release is given. If you're upgrading from a Drupal 6 version earlier than beta6 then you must follow the instructions below. The contents of the module folder has changed and if you do not follow the below items you will have old and new code in the module directory.
- Deactivate all the xmlsitemap modules (admin/build/modules).
- Uninstall all the xmlsitemap modules (use the Uninstall tab at the top of admin/build/modules).
- Make sure that the database no longer contains any xmlsitemap% tables. (SELECT * FROM `information_schema`.`TABLES` WHERE TABLE_NAME LIKE 'xmlsitemap%';)
- Remove the xmlsitemap from your modules directory (e.g.: rm -rf sites/all/modules/xmlsitemap;).
- Download the new -rc2 version (e.g.: cd /tmp; wget http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-rc2.tar.gz ;).
- Install the new -beta6 version (e.g.: cd sites/all/modules; tar -zxf /tmp/xmlsitemap-6.x-1.0-rc2.tar.gz;).
- Activate the xmlsitemap modules you use (admin/build/modules).
- Visit admin/settings/performance and click "Clear cached data" near the bottom of the page.
xmlsitemap 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-1.0-rc1.tar.gz | 48.54 KB | 0d7bc2a9c29128e645725fb997ac3222 |
| xmlsitemap-6.x-1.0-rc1.zip | 74.84 KB | e546cfb1d660789d13f3d3797262eec6 |
Release notes
This release reset the code back to BETA0 and resolved issues found with that release. The instructions in the INSTALL.txt file for upgrading per release is given. If you're upgrading from a Drupal 6 version other than beta6 then you must follow the instructions below. The contents of the module folder has changed and if you do not follow the below items you will have old and new code in the module directory.
- Deactivate all the xmlsitemap modules (admin/build/modules).
- Uninstall all the xmlsitemap modules (use the Uninstall tab at the top of admin/build/modules).
- Make sure that the database no longer contains any xmlsitemap% tables. (SELECT * FROM `information_schema`.`TABLES` WHERE TABLE_NAME LIKE 'xmlsitemap%';)
- Remove the xmlsitemap from your modules directory (e.g.: rm -rf sites/all/modules/xmlsitemap;).
- Download the new -beta6 version (e.g.: cd /tmp; wget http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta6.tar.gz ;).
- Install the new -beta6 version (e.g.: cd sites/all/modules; tar -zxf /tmp/xmlsitemap-6.x-1.0-beta6.tar.gz;).
- Activate the xmlsitemap modules you use (admin/build/modules).
- Visit admin/settings/performance and click "Clear cached data" near the bottom of the page.
xmlsitemap 6.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-1.0-beta6.tar.gz | 48.39 KB | 031756f3a07a89b251dd4819874cd9eb |
| xmlsitemap-6.x-1.0-beta6.zip | 74.72 KB | a7c2d0e87bfbb48088884ae193b25c78 |
Release notes
This release reset the code back to BETA0 and resolved issues found with that release. The instructions in the INSTALL.txt file for upgrading per release is given. If you're upgrading from a Drupal 6 version then you must follow the instructions below. The contents of the module folder has changed and if you do not follow the below items you will have old and new code in the module directory.
- Deactivate all the xmlsitemap modules (admin/build/modules).
- Uninstall all the xmlsitemap modules (use the Uninstall tab at the top of admin/build/modules).
- Make sure that the database no longer contains any xmlsitemap% tables. (SELECT * FROM `information_schema`.`TABLES` WHERE TABLE_NAME LIKE 'xmlsitemap%';)
- Remove the xmlsitemap from your modules directory (e.g.: rm -rf sites/all/modules/xmlsitemap;).
- Download the new -beta6 version (e.g.: cd /tmp; wget http://ftp.drupal.org/files/projects/xmlsitemap-6.x-1.0-beta6.tar.gz ;).
- Install the new -beta6 version (e.g.: cd sites/all/modules; tar -zxf /tmp/xmlsitemap-6.x-1.0-beta6.tar.gz;).
- Activate the xmlsitemap modules you use (admin/build/modules).
- Visit admin/settings/performance and click "Clear cached data" near the bottom of the page.
- Adjust the xmlsitemap settings; especially the cache directory. (admin/settings/xmlsitemap)
xmlsitemap 6.x-1.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-1.0-beta5.tar.gz | 40.55 KB | 1390cad409e13c141733377a34cb52b8 |
| xmlsitemap-6.x-1.0-beta5.zip | 60.09 KB | fd2bf253edbe6ff5f348649d99c146ed |
Release notes
Differences with beta4:
- Added a missing update function.
xmlsitemap 6.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-1.0-beta4.tar.gz | 42.66 KB | adc5e7e75052366549ba99503d372a5f |
| xmlsitemap-6.x-1.0-beta4.zip | 66.35 KB | 1a5c825f19f74de1a41a771aeeb44213 |
Release notes
Differences with beta3:
- #470790: Remove empty update functions
- #458546: Cache files are not created
- #461570: Rearrange the tools page
- #471400: The opening tag misses the '>' character
- #470974: Sitemap contains a wrong tag
- #470792: Translatable strings review
This version introduces a system to update the sitemap cache files that are not anymore generated when the sitemap is viewed. The administrators of a Drupal web site can update the cache files from the tools menu, or they can update it using xmlsitemap.cron.php that needs to be invoked from the cron command line in the same way cron.php is called. Differently from what its name can make think, xmlsitemap.cron.php doesn't invoke the Drupal cron hooks implementation, but it is dedicated to the task of updating/creating the cache files used for the sitemap.
Bear in mind that the cache files are not required because, in the case they are missing, the code gets the links directly from the database tables, and build the sitemap chunks in real time (this means that it generates the content of a sitemap chunk that normally contains 1000 links). The cache files, when they are present, surely help in making the process of rendering the sitemap content much faster.
xmlsitemap 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-1.0-beta3.tar.gz | 42.03 KB | c22a6c5d4ca7834fcbc4162cfcdedce2 |
| xmlsitemap-6.x-1.0-beta3.zip | 63.61 KB | 68b58bb21ec950f78306114816c906c3 |
Release notes
This version fixes a problem with the beta2 version that didn't contain the right revision of the files.
xmlsitemap 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-1.0-beta2.tar.gz | 42.03 KB | 789964df4fe7454a7ea31b72a917a4fc |
| xmlsitemap-6.x-1.0-beta2.zip | 63.61 KB | 8cfcedfa5f15f0a7e14a5d0763376fc8 |
Release notes
Differences with the beta1 version:
#460100: Wrong parameters for fopen() / fclose()
#460170: Implement a settings page for the tools
#460046: Use file_check_directory()
#459366: Remove hook_boot() and hook_exit()
#459348: Upgrade fails under PostgreSQL
#458992: Code should call session_save_session() before to change the value of the global variable $user
#458546: Cache files are not created
#458644: The module should return an empty sitemap, or sitemap chunk in case of error
The project still has problems with sites containing a lot of nodes, or taxonomy terms; in such cases, the sitemap presented is truncated, but still it is well formed XML.
xmlsitemap 6.x-1.0-beta0
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-1.0-beta0.tar.gz | 42.64 KB | 630156a07ae5340235c131310bebf858 |
| xmlsitemap-6.x-1.0-beta0.zip | 63.97 KB | fcf5aa0962332392f8de45a2b4e1dd56 |
Release notes
This release is a known copy that produces a sitemap.xml. Its code dates prior to the BETA1 release.
xmlsitemap 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-1.0-beta1.tar.gz | 41.65 KB | 2b482b47753591606fe0926a0a2d9f0d |
| xmlsitemap-6.x-1.0-beta1.zip | 62.96 KB | bd1ad4f46c6d2189e318d9685c09ea20 |
Release notes
This is the first public release, beta version.
xmlsitemap 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-2.x-dev.tar.gz | 84.17 KB | 188884825b8c581d2aca2220f4c0e2ef |
| xmlsitemap-6.x-2.x-dev.zip | 110.45 KB | 54f73fa61ad842d332fff5db1eccdabd |
Release notes
This is the new 6.x-2.x development build of the XML sitemap module. This 6.x-2.x branch is a complete rewrite with considerations for performance, scalability, and reliability.
Upgrading from any 6.x-1.x versions is now supported, but still in testing. Before upgrading, make sure to backup your site's database. Please report feedback on the success/errors for your update.
The research, planning, and development behind this branch is done with my own free time. Donations and sponsorships of any amount are welcomed and help me keep active in contrib development. To donate, please visit http://davereid.chipin.com/. It is also recommended to read http://blog.davereid.net/content/state-of-drupal-xml-sitemap-2009 for a summary of the overall progress of the module and development.
Testing status: http://qa.drupal.org/pifr/test/26130
Read morexmlsitemap 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-6.x-1.x-dev.tar.gz | 37.55 KB | c84fdcb56a80f6a85a6927fbc1a195f1 |
| xmlsitemap-6.x-1.x-dev.zip | 49.33 KB | 8f50d0e87ffc57a7bbfbd9dffac29620 |
Release notes
This is the porting of code from the 5.x-2.x-dev version. It fixes some issues present in both the 5.x-2.x-dev, and 6.x-0.x-dev versions; it also introduces new features.
The latest 6.x-1.x-dev version resolves the PHP timeout problem, and the memory exhausted problem that is more evident in sites with many nodes.
This version can be used in production sites. Bear in mind that it's a development snapshot; it can always create problems with specific configurations.
xmlsitemap 5.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-5.x-1.6.tar.gz | 46.69 KB | 3ab6ecdce18b808565ebf17a18a6c931 |
| xmlsitemap-5.x-1.6.zip | 67.92 KB | 63567ecd0e39eb9f1703fe5375718eda |
Release notes
Changes since DRUPAL-5--1-5:
- #259490 Fixed invalid xsi:schemaLocation.
xmlsitemap 5.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-5.x-1.5.tar.gz | 46.41 KB | d62871fc18dde068222f0759a611acfe |
| xmlsitemap-5.x-1.5.zip | 67.66 KB | 4a604bd07f088aff0a66800d4a120e3c |
Release notes
This release adds the ability to create site maps with Views, including Google News site maps. This feature was sponsored by EmpowHer.com - Strong Women Transforming Health.
Changes since DRUPAL-5--1-4:
Read morexmlsitemap 5.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| xmlsitemap-5.x-1.4.tar.gz | 38 KB | 309a7e19997a4afe39b4417add6a0968 |
| xmlsitemap-5.x-1.4.zip | 55.86 KB | e9887bd9e76a94a4287f73653a92228a |
Release notes
Changes since 5.x-1.3:
Read more