| 1 |
$Id: CHANGELOG.txt,v 1.9.2.3 2008/12/19 09:47:18 syscrusher Exp $
|
| 2 |
|
| 3 |
NOTE: Please put most recent changes at the TOP of the list.
|
| 4 |
|
| 5 |
2008-12-19 Changes by Scott Courtney ("syscrusher")
|
| 6 |
|
| 7 |
Fixed accidental commit of Drupal 5 version to this
|
| 8 |
branch.
|
| 9 |
|
| 10 |
2008-12-19 Changes by Scott Courtney ("syscrusher")
|
| 11 |
|
| 12 |
Applied change to fix issue #275299.
|
| 13 |
|
| 14 |
2008-12-18 Changes by Scott Courtney ("syscrusher")
|
| 15 |
|
| 16 |
Initial port to Drupal 6.x. No known bugs, but
|
| 17 |
holding release pending testing in the community.
|
| 18 |
|
| 19 |
2008-12-18 Changes by Scott Courtney ("syscrusher")
|
| 20 |
|
| 21 |
Applied #173855 patch to fix hooks not being invoked
|
| 22 |
under some circumstances. Thanks to "tom friedhof" for
|
| 23 |
the patch and "gestaltware" for helping to test it.
|
| 24 |
|
| 25 |
2007-03-22 Changes by Scott Courtney ("syscrusher")
|
| 26 |
|
| 27 |
Ported to Drupal 5.x, with patch contributed by "darthsteven".
|
| 28 |
Corrected path of log view, and converted to a POST form so
|
| 29 |
it will be accepted by the watchdog module. Reference #117147.
|
| 30 |
|
| 31 |
The API hooks created by this module have not changed.
|
| 32 |
|
| 33 |
2006-05-03 Changes by Scott Courtney ("syscrusher")
|
| 34 |
|
| 35 |
Updated to production release of Drupal 4.7. Corrected
|
| 36 |
missing admin menu. Corrected link to filtered log view.
|
| 37 |
This should fix issue #59223.
|
| 38 |
|
| 39 |
2005-12-08 Changes by Scott Courtney ("syscrusher")
|
| 40 |
|
| 41 |
Updated for changes in forms API, and tested with latest
|
| 42 |
beta of Drupal 4.7.
|
| 43 |
|
| 44 |
2005-11-03 Changes by Scott Courtney ("syscrusher")
|
| 45 |
|
| 46 |
Ported to new forms API and tested with Drupal 4.7 release
|
| 47 |
candidate. Wow -- that was easy!
|
| 48 |
|
| 49 |
2005-11-03 Changes by Scott Courtney ("syscrusher")
|
| 50 |
|
| 51 |
First official release for Drupal 4.5 and 4.6. Module will
|
| 52 |
now be ported to Drupal 4.7 in the CVS branch.
|
| 53 |
|
| 54 |
2005-06-06 Changes by Scott Courtney ("syscrusher")
|
| 55 |
|
| 56 |
Fixed minor bug with calculation of changed week number.
|
| 57 |
Added wrapper to correct cosmetic problem with log entries
|
| 58 |
due to Drupal version differences.
|
| 59 |
|
| 60 |
2005-06-03 Changes by Scott Courtney ("syscrusher")
|
| 61 |
|
| 62 |
Back-ported to Drupal 4.5. Same code now works on 4.5.x
|
| 63 |
and 4.6.x.
|
| 64 |
|
| 65 |
2005-06-03 Changes by Scott Courtney ("syscrusher")
|
| 66 |
|
| 67 |
Added multiplex hook {module}_cronplus() and the helper
|
| 68 |
function cronplus_periods().
|
| 69 |
|
| 70 |
2005-06-02 Changes by Scott Courtney ("syscrusher")
|
| 71 |
|
| 72 |
Initial ALPHA TEST release
|