mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #17587
[Bug 1284878] Re: external feed rss not updating
** Changed in: mahara
Status: Confirmed => Fix Committed
** Changed in: mahara/1.7
Status: Confirmed => Fix Committed
** Changed in: mahara/1.8
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1284878
Title:
external feed rss not updating
Status in Mahara ePortfolio:
Fix Committed
Status in Mahara 1.7 series:
Fix Committed
Status in Mahara 1.8 series:
Fix Committed
Bug description:
The change 70f75a2d75af47aa11aa93ee5b587d41caf957e9 sets the
lastupdate column in blocktype_externalfeed_data to null via this bit
of code db_format_timestamp('0')
Which in itself is fine - but the refresh_feeds() call can't handle
the null value so doesn't update the feed.
If one edits a feed the lastupdate field is populated with a date and
can be processed again.
As the problem has been around since 1.7 I propose to fix it by
letting refresh_feeds() handle the null as well - this way existing
bad data will get cleaned up.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1284878/+subscriptions
References