mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #03690
[Bug 771644] Re: Check edit permissions in blog index.json.php
** Visibility changed to: Public
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/771644
Title:
Check edit permissions in blog index.json.php
Status in Mahara ePortfolio:
In Progress
Status in Mahara 1.3 series:
Fix Released
Bug description:
The script is for post pagination by the blog owner and needs to check
that the logged-in user has permission to edit the blog before
returning any data. Similar problem to bug #771623.
Does not affect Mahara 1.2 which does permission checks inside the
get_posts method of the ArtefactTypeBlogPost class.