[Mahara-contributors] [Bug 1225821] Re: Elasticsearch plugin not removing deleted groups

2013-10-23 Thread Aaron Wells
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Elasticsearch plugin not removing deleted groups

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The Elasticsearch search plugin is not filtering out deleted groups,
  either during initial indexing or during subsequent updates. This is
  because, rather than deleting items from the group table, we use a
  group.deleted flag, and ElasticsearchType_group doesn't respect that
  flag.

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1225821] Re: Elasticsearch plugin not removing deleted groups

2013-09-29 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8rc1 => 1.8.0

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

Title:
  Elasticsearch plugin not removing deleted groups

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The Elasticsearch search plugin is not filtering out deleted groups,
  either during initial indexing or during subsequent updates. This is
  because, rather than deleting items from the group table, we use a
  group.deleted flag, and ElasticsearchType_group doesn't respect that
  flag.

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1225821] Re: Elasticsearch plugin not removing deleted groups

2013-09-24 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress => 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/1225821

Title:
  Elasticsearch plugin not removing deleted groups

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The Elasticsearch search plugin is not filtering out deleted groups,
  either during initial indexing or during subsequent updates. This is
  because, rather than deleting items from the group table, we use a
  group.deleted flag, and ElasticsearchType_group doesn't respect that
  flag.

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1225821] Re: Elasticsearch plugin not removing deleted groups

2013-09-15 Thread Aaron Wells
>From looking at the code, I noticed the same problem was likely to occur
for forum posts, which also use a "deleted" flag rather than true
deletion. The "usr" table also uses a deleted flag, but the code was
already fully respecting it.

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

Title:
  Elasticsearch plugin not removing deleted groups

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The Elasticsearch search plugin is not filtering out deleted groups,
  either during initial indexing or during subsequent updates. This is
  because, rather than deleting items from the group table, we use a
  group.deleted flag, and ElasticsearchType_group doesn't respect that
  flag.

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1225821] Re: Elasticsearch plugin not removing deleted groups

2013-09-15 Thread Aaron Wells
https://reviews.mahara.org/2497

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

Title:
  Elasticsearch plugin not removing deleted groups

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The Elasticsearch search plugin is not filtering out deleted groups,
  either during initial indexing or during subsequent updates. This is
  because, rather than deleting items from the group table, we use a
  group.deleted flag, and ElasticsearchType_group doesn't respect that
  flag.

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp