I am not really a programmer but I felt like seeing if I was able to port some modules... here is the patch that I came up with.
Known issues:
Note that the views integration is no longer working... at least with Views 6.x-2.0-rc1. I also noted the following errors:
* When visiting the node/add/update-status-aggregator-site page:
notice: Undefined property: stdClass::$drupal_key in /var/alternc/html/o/omar/drupaldemo/drupal-6.x-dev/sites/all/modules/update_status_aggregator/update_status_aggregator.module on line 443.
* When viewing admin/content/node after running cron:
notice: Undefined index: short_name in /var/alternc/html/o/omar/drupaldemo/drupal-6.x-dev/sites/all/modules/update_status_aggregator/update_status_notifier.module on line 78.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | update_status_aggregator.diff | 2.99 KB | EgonO |
| update_status_aggregator.patch | 16.5 KB | omar |
Comments
Comment #1
omar commented... oh and I'd sure like to have the db schema stuff in the .install checked out... I'm not sure that it is quite right.
Comment #2
EgonO commentedi'm working on a complete port. the d6 notifier component works right now with a d5 aggregator site...
next to do is the aggregator part for d6 with views integration...
Comment #3
yrocq commentedHi EgonO,
Thanks for your interest in this module.
I have begun to work on on a version 2 which won't use nodes to store sites and updates. You can check it in the CVS. It's a good thing if we can make the notifier of version 1 working on D6, but I don't think that we should try to port the version 1 of the aggregator to D6 because version 2 will replace it.
Comment #4
brianbrown commentedsubscribing
Comment #5
EgonO commentedHere is a working Patch for the notifier-part for drupal 6. Using it on 2 productions sites. aggregator still is unported.
Its against DRUPAL-5--2 Branch from CVS
Comment #6
j0nathan commentedsubscribing
Comment #7
j0nathan commentedHi,
Any news on this?
Comment #8
steven jones commentedThere is a re-write for Drupal 6 that is supported.