external feed rss not updating
Bug #1284878 reported by
Robert Lyon
on 2014-02-25
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Mahara |
High
|
Robert Lyon | ||
| 1.7 |
High
|
Robert Lyon | ||
| 1.8 |
High
|
Robert Lyon |
Bug Description
The change 70f75a2d75af47a
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.
Robert Lyon (robertl-9) wrote : | #1 |
Patch for "master" branch: https:/
Aaron Wells (u-aaronw)
on 2014-03-25
Changed in mahara: | |
status: | Confirmed → Fix Committed |
Robert Lyon (robertl-9)
on 2014-04-22
Changed in mahara: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
To test: externalfeed_ data; should return lastupdate column with dates in it externalfeed_ data; shows lastupdate column as all null
1) Create a site with pre 1.7 mahara and add some pages with rss feed blocks on them
2) View db: select id, lastupdate from blocktype_
3) Upgrade site to 1.7 or later
4) View db: select id, lastupdate from blocktype_