[Mahara-contributors] [Bug 1517729] Re: Better documentation of the compatible Elasticsearch version

2017-10-29 Thread Robert Lyon
** 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/1517729

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Fix Released

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2017-09-18 Thread Robert Lyon
In the 17.10+ versions of Mahara we specify the versions needed in
elasticsearch/lib.php

/**
 * The version of elasticsearch this plugin is compatible with.
 */
const elasticsearch_version = '5.0';

/**
 * The version of elasticsearch-php this plugin is compatible with.
 */
const elasticsearchphp_version = '5.0';


** Changed in: mahara
   Status: Confirmed => 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/1517729

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Fix Committed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2017-03-20 Thread Kristina Hoeppner
** Changed in: mahara
Milestone: 17.04.0 => 17.10.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/1517729

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Confirmed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2016-12-29 Thread Robert Lyon
** Changed in: mahara/16.10
Milestone: 16.10.2 => 16.10.3

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

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Confirmed
Status in Mahara 16.10 series:
  Confirmed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2016-12-11 Thread Robert Lyon
** Changed in: mahara/16.10
Milestone: 16.10.1 => 16.10.2

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

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Confirmed
Status in Mahara 16.10 series:
  Confirmed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2016-10-20 Thread Robert Lyon
** Changed in: mahara
Milestone: 16.10.1 => 17.04.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/1517729

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Confirmed
Status in Mahara 16.10 series:
  Confirmed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2016-10-20 Thread Robert Lyon
** Changed in: mahara/16.10
Milestone: 16.10.0 => 16.10.1

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

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Confirmed
Status in Mahara 16.10 series:
  Confirmed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2016-07-12 Thread Kristina Hoeppner
** No longer affects: mahara/15.10

** No longer affects: mahara/16.04

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

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Confirmed
Status in Mahara 16.10 series:
  Confirmed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2016-07-10 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.4 => 15.10.5

** Changed in: mahara/16.04
Milestone: 16.04.2 => 16.04.3

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

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed
Status in Mahara 16.10 series:
  Confirmed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2016-06-09 Thread Robert Lyon
** Changed in: mahara/16.04
Milestone: 16.04.1 => 16.04.2

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

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed
Status in Mahara 16.10 series:
  Confirmed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2016-05-01 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.3 => 15.10.4

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

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed
Status in Mahara 16.10 series:
  Confirmed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2016-04-27 Thread Aaron Wells
** Also affects: mahara/16.10
   Importance: Undecided
   Status: New

** Changed in: mahara/16.10
   Status: New => Confirmed

** Changed in: mahara/16.10
   Importance: Undecided => Low

** Changed in: mahara/16.10
Milestone: None => 16.10.0

** Changed in: mahara/16.04
Milestone: 16.04.0 => 16.04.1

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

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed
Status in Mahara 16.10 series:
  Confirmed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2015-11-18 Thread Aaron Wells
For the record, in Mahara 15.10 we use Elastica 2.0.0, which supports up
to Elasticsearch 1.5.2: http://elastica.io/2015/05/13/release-2-dot-0-0/

In 15.04 to 1.8 we were using Elastica 0.90.1, which supports up to
Elasticsearc 0.90.1:
http://elastica.io/2013/06/07/release-v0-dot-90-dot-1-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/1517729

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2015-11-18 Thread Aaron Wells
** Tags added: documentation elasticsearch

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

Title:
  Better documentation of the compatible Elasticsearch version

Status in Mahara:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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