|
1 | 1 | # CakePHP Queue Plugin |
2 | | -[](https://travis-ci.org/dereuromark/cakephp-queue) |
| 2 | +[](https://travis-ci.org/dereuromark/cakephp-queue) |
3 | 3 | [](https://php.net/) |
4 | 4 | [](https://packagist.org/packages/dereuromark/cakephp-queue) |
5 | 5 | [](https://packagist.org/packages/dereuromark/cakephp-queue) |
6 | 6 |
|
7 | | -Modified by Mark Scherer ([dereuromark](https://github.com/dereuromark)) |
8 | | -- CakePHP2.x support |
9 | | -- Some minor fixes |
10 | | -- Added crontasks (as a different approach on specific problems) |
11 | | -- Possible (optional) Tools Plugin dependencies for frontend access via /admin/queue |
12 | | -- Config key "queue" is now "Queue" ($config['Queue'][...]) |
13 | | - |
14 | | -Added by Christian Charukiewicz ([charukiewicz](https://github.com/charukiewicz)): |
15 | | -- Configuration option 'gcprop' is now 'gcprob' |
16 | | -- Fixed typo in README and variable name (Propability -> Probability) |
17 | | -- Added a few lines about createJob() usage to README |
18 | | -- Added comments to queue.php explaining configuration options |
19 | | - |
| 7 | +This branch is for use with **CakePHP 2**. |
20 | 8 |
|
21 | 9 | ## Background: |
22 | 10 |
|
@@ -164,3 +152,19 @@ Play around with it, but just don't shoot over the top. |
164 | 152 |
|
165 | 153 | * Add priority |
166 | 154 | * Cleanup and better test coverage |
| 155 | + |
| 156 | +### History |
| 157 | + |
| 158 | +Modified by Mark Scherer ([dereuromark](https://github.com/dereuromark)) |
| 159 | +- CakePHP2.x support |
| 160 | +- Some minor fixes |
| 161 | +- Added crontasks (as a different approach on specific problems) |
| 162 | +- Possible (optional) Tools Plugin dependencies for frontend access via /admin/queue |
| 163 | +- Config key "queue" is now "Queue" ($config['Queue'][...]) |
| 164 | + |
| 165 | +Added by Christian Charukiewicz ([charukiewicz](https://github.com/charukiewicz)): |
| 166 | +- Configuration option 'gcprop' is now 'gcprob' |
| 167 | +- Fixed typo in README and variable name (Propability -> Probability) |
| 168 | +- Added a few lines about createJob() usage to README |
| 169 | +- Added comments to queue.php explaining configuration options |
| 170 | + |
0 commit comments