poormanscron 5.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-5.x-2.x-dev.tar.gz | 8.49 KB | ddfdda0d83ccdb0c7ff8ce17d0b3c466 |
| poormanscron-5.x-2.x-dev.zip | 9.77 KB | 0c4b87e7fd1e4ef3b6c1ab1f3196033a |
poormanscron 5.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-5.x-2.1.tar.gz | 8.43 KB | 827b2c81502748439abd321146e1892c |
| poormanscron-5.x-2.1.zip | 9.87 KB | 7db4369ec8f82c3aad628b7398ccde48 |
Release notes
Changes since DRUPAL-5--2-0:
- #687016 by Dave Reid: Fixed incompatibility when clean URLs are disabled.
poormanscron 6.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-6.x-2.2.tar.gz | 8.99 KB | 70078928ad6bedabbb171b1111b9739f |
| poormanscron-6.x-2.2.zip | 10.72 KB | 5c436d43015b14b99177ee202194d92b |
Release notes
Changes since DRUPAL-6--2-1:
- #687016 by Dave Reid: Fixed incompatibility when clean URLs are disabled.
- by Dave Reid: Added jQuery compatibility wrapping in poormanscron.js.
- by Dave Reid: Updated for JavaScript variables.
poormanscron 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-6.x-2.1.tar.gz | 8.9 KB | 5310672db4c25bf6d7ccdb586ff9b607 |
| poormanscron-6.x-2.1.zip | 10.64 KB | d918192ccb205c96d48f787804ee3163 |
Release notes
Changes since DRUPAL-6--2-0:
- by Dave Reid: Removed poormanscron translation files. Too hard to maintain when we have localize.drupal.org.
- by Dave Reid: Include latest improvements in D7 patch.
- by Dave Reid: Fixed proper clearing of the page cache.
- by Dave Reid: Fixed cron_threshold_semaphore variable not removed on uninstall.
- by Dave Reid: Improved documentation.
- by Dave Reid: Removing errant translation.
poormanscron 5.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-5.x-2.0.tar.gz | 8.4 KB | 8c39ad4a8395ca8404dfa2831763fa99 |
| poormanscron-5.x-2.0.zip | 9.86 KB | 7cf0200d988e4d042980b11b2d053ea6 |
Release notes
This version is intended to be a backport of the automatic cron-running functionality in Drupal 7 (#331611: Add a poormanscron-like feature to core). This module also includes the performance improvements of #566494: Running cron in a shutdown function breaks the site and only runs through an AJAX callback that is triggered via JavaScript only when necessary.
Upgrading
Upgrading from the 5.x-1.x versions of Poormanscron is fully supported. Note that there is no longer an admin/settings/poormanscron with settings for Poormanscron. There is only the Automatically run cron setting on your admin/settings/site-information page.
When you upgrade from this version to Drupal 6 or 7, there is nothing you will have to do and you won't even need this module anymore.
Changes since DRUPAL-5--1-2:
- by Dave Reid: Backported current DRUPAL-6--2 code to Drupal 5--2.
poormanscron 6.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-6.x-2.0.tar.gz | 18.17 KB | 7457878eab81ba3ffb009563b19c2a9c |
| poormanscron-6.x-2.0.zip | 30.66 KB | ff64102ba8a0b41590f8c949d50b8998 |
Release notes
Changes since DRUPAL-6--2-0-BETA1:
- by Dave Reid: Minor variable tweak and reversion.
- by Dave Reid: Updated README.
- by Dave Reid: Fixed no array returned from poormanscron_update_6200().
- by Dave Reid: Updated documentation styles.
This version is intended to be a backport of the automatic cron-running functionality in Drupal 7 (#331611: Add a poormanscron-like feature to core). This module also includes the performance improvements of #566494: Running cron in a shutdown function breaks the site and only runs through an AJAX callback that is triggered via JavaScript only when necessary.
Upgrading
Upgrading from the 6.x-1.x versions of poormanscron is fully supported. Note that there is no longer an admin/settings/poormanscron with settings for Poormanscron. There is only the Automatically run cron setting on your admin/settings/site-information page.
When you upgrade from this version to Drupal 7, there is nothing you will have to do and you won't even need this module anymore.
poormanscron 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-6.x-1.1.tar.gz | 17.56 KB | 06185d0bb2ba8cd5ce5df2b767e25192 |
| poormanscron-6.x-1.1.zip | 29.79 KB | 8483c31cbff712c71a2a4d0514e40b1b |
Release notes
Changes since DRUPAL-6--1-0:
- #119094 by Rob Loach and pwolanin: Use drupal_cron_run() function to run cron
- #366757 by Kiam@avpnet.org and Dave Reid: Remove useless code
- #399106: Documentation in README.txt.
poormanscron 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-5.x-1.2.tar.gz | 13.51 KB | 34b17fbbe19c407a8e4365ee7dc5516e |
| poormanscron-5.x-1.2.zip | 20.77 KB | 77aceeb760ea8d2cc85a6d81169ccbb6 |
Release notes
Changes since DRUPAL-5--1-1:
- updating Danish translation
- adding missing hyphen
- by Dave Reid: Synced with DRUPAL-6--1 branch.
poormanscron 6.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-6.x-2.0-beta1.tar.gz | 18.24 KB | 896459f84db5e681c6dc225ccae4437d |
| poormanscron-6.x-2.0-beta1.zip | 30.76 KB | 946ec9433ec1041b92b725371d1e8a17 |
Release notes
Initial beta release of the 2.0 version of Poormanscron. This version is intended to be a backport of the automatic cron-running functionality in Drupal 7 (#331611: Add a poormanscron-like feature to core). This module also includes the performance improvements of #566494: Running cron in a shutdown function breaks the site and only runs through an AJAX callback that is triggered via JavaScript only when necessary.
Upgrading
Upgrading from the 6.x-1.x versions of poormanscron is fully supported. Note that there is no longer an admin/settings/poormanscron with settings for Poormanscron. There is only the Automatically run cron setting on your admin/settings/site-information page.
When you upgrade from this version to Drupal 7, there is nothing you will have to do and you won't even need this module anymore.
poormanscron 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-6.x-2.x-dev.tar.gz | 9.01 KB | a690ca82599c29b5a84e701a84db0ffa |
| poormanscron-6.x-2.x-dev.zip | 10.58 KB | 4169990aab03bf9ef191874d62127177 |
Release notes
Daily development snapshot of the 6.x-2.x version of Poormanscron. Not recommended for production.
poormanscron 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-6.x-1.x-dev.tar.gz | 7.93 KB | ddab92f5fe10e23f734859960918c022 |
| poormanscron-6.x-1.x-dev.zip | 9.23 KB | a969ec71deb007e39c04926aa5d77e8a |
Release notes
Development snapshot of the DRUPAL-6--1 branch of Poormanscron.
poormanscron 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-6.x-1.0.tar.gz | 11.33 KB | 8f9c6413508c859cfdfd592c6a896ff5 |
| poormanscron-6.x-1.0.zip | 16.72 KB | b8c1dd60d54ae3f52a518f3730dec1e6 |
Release notes
First release for the Drupal 6 port of Poormanscron.
poormanscron 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-5.x-1.x-dev.tar.gz | 7.9 KB | bd28999b528eef9f92799ad4c28e58e7 |
| poormanscron-5.x-1.x-dev.zip | 8.86 KB | 097263f0fe6b72d24e878233ed7ee76b |
Release notes
Development snapshot of the DRUPAL-5 branch of Poormanscron.
poormanscron 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-5.x-1.1.tar.gz | 11.39 KB | 18e115c36bec02562d588dc572a8b851 |
| poormanscron-5.x-1.1.zip | 16.36 KB | 65da67e3ebb002ee03eddfb1140a539d |
Release notes
#85248: Fix installation location in README.txt: You should install the module into sites/all/modules.
poormanscron 4.7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-4.7.x-1.0.tar.gz | 10.38 KB | e0851c21dff5d0c971bf6cb3fd16509f |
| poormanscron-4.7.x-1.0.zip | 14.44 KB | 4d57ab1833e6994e950ab90833acb229 |
Release notes
Release for Drupal 4.7.
poormanscron 4.6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-4.6.x-1.0.tar.gz | 9.74 KB | 9654acc0ea479e9f3cffe84d47c8b40e |
| poormanscron-4.6.x-1.0.zip | 13.15 KB | 840ad7398df626f39221083c6ad98b4c |
Release notes
Release for Drupal 4.6.
poormanscron 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-5.x-1.0.tar.gz | 11.38 KB | 81712a0002cca1485ac3297b74f9c6f2 |
| poormanscron-5.x-1.0.zip | 16.36 KB | 581b3d586a86365fd14896b138956812 |
Release notes
First release for Drupal 5.x.
poormanscron 4.7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-4.7.x-1.x-dev.tar.gz | 7.48 KB | 95f7c29612fbdc0cd0543f3be6e926d5 |
| poormanscron-4.7.x-1.x-dev.zip | 8.03 KB | bfaadda6ef57ca316146c60ec01217cd |
poormanscron 4.6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-4.6.x-1.x-dev.tar.gz | 7.42 KB | dd375ce8013c92d7c62777ad9af31474 |
| poormanscron-4.6.x-1.x-dev.zip | 7.97 KB | 893f740e1263c0a4fbd61e9a52d41922 |
poormanscron 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| poormanscron-7.x-2.x-dev.tar.gz | 9.17 KB | c4ded57e3b149f65c23a605696eb7b26 |
| poormanscron-7.x-2.x-dev.zip | 10.76 KB | 2429778bf90d0c824e6e240e7c6b00bc |