← Back to team overview

mahara-contributors team mailing list archive

[Bug 655631] A change has been merged

 

Reviewed:  https://reviews.mahara.org/766
Committed: http://gitorious.org/mahara/mahara/commit/4165e4ab545a96b63c099ea33e6098751fef8e4d
Submitter: Richard Mansfield (richardm@xxxxxxxxxx)
Branch:    master

commit 4165e4ab545a96b63c099ea33e6098751fef8e4d
Author: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
Date:   Tue Oct 4 18:33:56 2011 +1300

    User can_publish_artefact method too restrictive (bug #865911)
    
    The can_publish_artefact method on the User class, introduced in
    commit aba54873f4 (see bug #655631) is out of line with other
    permissions on the site when it comes to institution artefacts.
    
    Any institution member can include institution files on one of their
    own pages, but this method (currently used when putting images into
    forum posts) only allows publishing by institutional admins.
    
    This change adds publishing permission on institution artefacts for
    all institution members.
    
    Change-Id: I3f8a15de573de6f58497ae45839647b462fa5e89
    Signed-off-by: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/655631

Title:
  Forum post downloads should be publicly available in a public forum

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  In a public forum (such as the mahara community forum), posts are
  readable when users are not logged in. However, any files attached to
  a post are only available when logged in.

  As a result, you can only see images posted inline in a forum post
  when logged in. This also affects users receiving posts in e-mail, and
  through RSS feeds.

  Arguably, if a user receives e-mail updates for forum posts, then this
  requires a separate resolution since not all groups are public groups.
  If a user is in a non-public group and receives e-mail alerts for a
  forum post with an inline image, then we should probably re-write the
  location of the image and include it as an attachment to the e-mail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/655631/+subscriptions


References