← Back to team overview

mahara-contributors team mailing list archive

[Bug 1257953] A change has been merged

 

Reviewed:  https://reviews.mahara.org/2970
Committed: http://gitorious.org/mahara/mahara/commit/0f99222de21770316fc7fd2587dc777c27712844
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch:    1.8_STABLE

commit 0f99222de21770316fc7fd2587dc777c27712844
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Thu Dec 5 13:38:24 2013 +1300

Altered how public forums are indexed in elasticsearch (bug 1257953)

Elasticsearch will now index forums / forum posts as access[general] = public
rather than access[general] = none if the forum is part of a public
group.

Change-Id: I9c269fd290c52053c4ebae9f077556524b908bc5
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>

-- 
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/1257953

Title:
  public group forum info do not show up in elasticsearch

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.8 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed

Bug description:
  Currently in mahara if one creates a group and marks it as a public
  group and adds entries to the forum these entries can only be found in
  a search by members of the group.

  They should be able to be found by anyone that is allowed to view the
  group's forum.

  To test:
  - Have elasticsearch turned on
  - Create a group and tick the 'Publicly viewable group' 
  - Add some topics / replies in the forum section
  - Search for * and you should see your topics / replies in the search results

  Log in as another user (not a member of the group)
  - You can navigate the the group eg interaction/forum/index.php?group=[id of group] and see the forum
  - Search for * and you do not see the topics / replies in the search results

  Also there is a problem with elasticsearch where you need to be logged
  in to use it which shouldn't be the case for finding info on public
  forums

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


References