[Mahara-contributors] [Bug 1722154] [NEW] Language string tagsonly not in view.php

2017-10-08 Thread Ghada El-Zoghbi
Public bug reported:

Mahara: 17.04
DB: Postgres
OS: Linux

The tag 'tagsonly' which is called in:

htdocs/search/elasticsearch/index.php  on line 74

is not present in lang/en.utf8/view.php

It's been replaced by tagsonly1

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Language string tagsonly not in view.php

Status in Mahara:
  New

Bug description:
  Mahara: 17.04
  DB: Postgres
  OS: Linux

  The tag 'tagsonly' which is called in:

  htdocs/search/elasticsearch/index.php  on line 74

  is not present in lang/en.utf8/view.php

  It's been replaced by tagsonly1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722154/+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 1722120] A patch has been submitted for review

2017-10-08 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8109

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

Title:
  broken style in choose layout screen

Status in Mahara:
  In Progress

Bug description:
  steps to reproduce:

  Go to Pages and Collections
  Press 'Add' and select 'Page'
  In this screen follow these steps:
   1. Uncollapse 'Layout' panel
   2. Collapse 'Basic' panel
   3. Uncollapse 'Basic' panel

  Now check the 'Layout' panel content: the style gets broken as the
  attached image shows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722120/+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 1722124] A patch has been submitted for review

2017-10-08 Thread Mahara Bot
Patch for "17.10_STABLE" branch: https://reviews.mahara.org/8108

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

Title:
  Forgot password message not display correctly for user with external
  auth

Status in Mahara:
  Fix Committed

Bug description:
  The forgotpass.php hyperlink does not get rendered from the language
  file.

  The message: "The user you requested uses an external authentication
  method. https://myportfolio.aut.ac.nz/contact.php";>Ask your
  administrator for help with changing your password. Or provide
  another username or email address."

  Is being displayed with the hyperlink escaped.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722124/+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 1722124] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8106
Committed: 
https://git.mahara.org/mahara/mahara/commit/dcacd279ba229484fa05271d7b8d0762e9dc1eab
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit dcacd279ba229484fa05271d7b8d0762e9dc1eab
Author: Robert Lyon 
Date:   Mon Oct 9 11:37:14 2017 +1300

Bug 1722124: Avoid escaping the forgot password message

When using email for a user that has an external auth method.
The message wants to display a link tag and because it is created
from hardcoded info it is safe to display

behatnotneeded

Change-Id: I976bcd6af0dd4914aebb79e261a30b1bf8b21431
Signed-off-by: Robert Lyon 

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

Title:
  Forgot password message not display correctly for user with external
  auth

Status in Mahara:
  Fix Committed

Bug description:
  The forgotpass.php hyperlink does not get rendered from the language
  file.

  The message: "The user you requested uses an external authentication
  method. https://myportfolio.aut.ac.nz/contact.php";>Ask your
  administrator for help with changing your password. Or provide
  another username or email address."

  Is being displayed with the hyperlink escaped.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722124/+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 1722124] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8108
Committed: 
https://git.mahara.org/mahara/mahara/commit/f1e8cd7b008885e90490e9aa5fea3af3a0364756
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.10_STABLE

commit f1e8cd7b008885e90490e9aa5fea3af3a0364756
Author: Robert Lyon 
Date:   Mon Oct 9 11:37:14 2017 +1300

Bug 1722124: Avoid escaping the forgot password message

When using email for a user that has an external auth method.
The message wants to display a link tag and because it is created
from hardcoded info it is safe to display

behatnotneeded

Change-Id: I976bcd6af0dd4914aebb79e261a30b1bf8b21431
Signed-off-by: Robert Lyon 
(cherry picked from commit dcacd279ba229484fa05271d7b8d0762e9dc1eab)

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

Title:
  Forgot password message not display correctly for user with external
  auth

Status in Mahara:
  Fix Committed

Bug description:
  The forgotpass.php hyperlink does not get rendered from the language
  file.

  The message: "The user you requested uses an external authentication
  method. https://myportfolio.aut.ac.nz/contact.php";>Ask your
  administrator for help with changing your password. Or provide
  another username or email address."

  Is being displayed with the hyperlink escaped.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722124/+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 1722132] A patch has been submitted for review

2017-10-08 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8107

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

Title:
  When artefact type is set to 'video' in the database, Undefined index:
  video/mp4 error is shown

Status in Mahara:
  In Progress

Bug description:
  When artefact type is set to 'video' in the database, "Undefined
  index: video/mp4" error is shown but when an artefact type is set to
  'file' there is no error.

  $validtypes = self::video_mime_types(); does not have mp4

  From Robert:
  1) why are we now saving mp4 as 'file' rather than 'video'
  2) why does $validtypes not have 'video/mp4' as an option

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722132/+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 1722124] Re: Forgot password message not display correctly for user with external auth

2017-10-08 Thread Robert Lyon
** Changed in: mahara
Milestone: 17.10rc2 => 17.10.0

** 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/1722124

Title:
  Forgot password message not display correctly for user with external
  auth

Status in Mahara:
  Fix Committed

Bug description:
  The forgotpass.php hyperlink does not get rendered from the language
  file.

  The message: "The user you requested uses an external authentication
  method. https://myportfolio.aut.ac.nz/contact.php";>Ask your
  administrator for help with changing your password. Or provide
  another username or email address."

  Is being displayed with the hyperlink escaped.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722124/+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 1722132] Re: When artefact type is set to 'video' in the database, Undefined index: video/mp4 error is shown

2017-10-08 Thread Robert Lyon
** Changed in: mahara
Milestone: None => 17.10rc2

** Changed in: mahara
   Importance: Undecided => High

** Changed in: mahara
 Assignee: (unassigned) => Robert Lyon (robertl-9)

** Changed in: mahara
   Status: New => In Progress

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

Title:
  When artefact type is set to 'video' in the database, Undefined index:
  video/mp4 error is shown

Status in Mahara:
  In Progress

Bug description:
  When artefact type is set to 'video' in the database, "Undefined
  index: video/mp4" error is shown but when an artefact type is set to
  'file' there is no error.

  $validtypes = self::video_mime_types(); does not have mp4

  From Robert:
  1) why are we now saving mp4 as 'file' rather than 'video'
  2) why does $validtypes not have 'video/mp4' as an option

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722132/+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 1722132] [NEW] When artefact type is set to 'video' in the database, Undefined index: video/mp4 error is shown

2017-10-08 Thread Pat
Public bug reported:

When artefact type is set to 'video' in the database, "Undefined index:
video/mp4" error is shown but when an artefact type is set to 'file'
there is no error.

$validtypes = self::video_mime_types(); does not have mp4

>From Robert:
1) why are we now saving mp4 as 'file' rather than 'video'
2) why does $validtypes not have 'video/mp4' as an option

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "artefacttype-error.txt"
   
https://bugs.launchpad.net/bugs/1722132/+attachment/4965395/+files/artefacttype-error.txt

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

Title:
  When artefact type is set to 'video' in the database, Undefined index:
  video/mp4 error is shown

Status in Mahara:
  New

Bug description:
  When artefact type is set to 'video' in the database, "Undefined
  index: video/mp4" error is shown but when an artefact type is set to
  'file' there is no error.

  $validtypes = self::video_mime_types(); does not have mp4

  From Robert:
  1) why are we now saving mp4 as 'file' rather than 'video'
  2) why does $validtypes not have 'video/mp4' as an option

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722132/+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 1722124] A patch has been submitted for review

2017-10-08 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8106

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

Title:
  Forgot password message not display correctly for user with external
  auth

Status in Mahara:
  In Progress

Bug description:
  The forgotpass.php hyperlink does not get rendered from the language
  file.

  The message: "The user you requested uses an external authentication
  method. https://myportfolio.aut.ac.nz/contact.php";>Ask your
  administrator for help with changing your password. Or provide
  another username or email address."

  Is being displayed with the hyperlink escaped.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722124/+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 1722124] [NEW] Forgot password message not display correctly for user with external auth

2017-10-08 Thread Robert Lyon
Public bug reported:

The forgotpass.php hyperlink does not get rendered from the language
file.

The message: "The user you requested uses an external authentication
method. https://myportfolio.aut.ac.nz/contact.php";>Ask your
administrator for help with changing your password. Or provide
another username or email address."

Is being displayed with the hyperlink escaped.

** Affects: mahara
 Importance: Medium
 Assignee: Robert Lyon (robertl-9)
 Status: In Progress

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

Title:
  Forgot password message not display correctly for user with external
  auth

Status in Mahara:
  In Progress

Bug description:
  The forgotpass.php hyperlink does not get rendered from the language
  file.

  The message: "The user you requested uses an external authentication
  method. https://myportfolio.aut.ac.nz/contact.php";>Ask your
  administrator for help with changing your password. Or provide
  another username or email address."

  Is being displayed with the hyperlink escaped.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722124/+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 1721866] A patch has been submitted for review

2017-10-08 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8105

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

Title:
  Showing 'enable the multiple journals option' in group journals

Status in Mahara:
  In Progress

Bug description:
  The 'enable the multiple journals option' text is meant to be shown
  users journals area - to let them know how to create multiple journals
  for themselves.

  It is not meant to show in the group journal area.

  To test:
  As user A
  1) Create a group
  2) Create a journal in the group
  3) Add a journal entry to the group journal
  4) Add another user (User B) as 'member' to the group

  As user B
  1) Log in and go to group
  2) Go to journal section
  3) Click on journal title to see the entry

  You also see the message "You have one journal. If you would like to
  start a second one, enable the multiple journals option on the account
  settings page."

  This message should not be here when viewing group journal

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1721866/+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 1721866] Re: Showing 'enable the multiple journals option' in group journals

2017-10-08 Thread Robert Lyon
** Changed in: mahara
   Status: Confirmed => In Progress

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

Title:
  Showing 'enable the multiple journals option' in group journals

Status in Mahara:
  In Progress

Bug description:
  The 'enable the multiple journals option' text is meant to be shown
  users journals area - to let them know how to create multiple journals
  for themselves.

  It is not meant to show in the group journal area.

  To test:
  As user A
  1) Create a group
  2) Create a journal in the group
  3) Add a journal entry to the group journal
  4) Add another user (User B) as 'member' to the group

  As user B
  1) Log in and go to group
  2) Go to journal section
  3) Click on journal title to see the entry

  You also see the message "You have one journal. If you would like to
  start a second one, enable the multiple journals option on the account
  settings page."

  This message should not be here when viewing group journal

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1721866/+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 1721866] Re: Showing 'enable the multiple journals option' in group journals

2017-10-08 Thread Robert Lyon
** Changed in: mahara
 Assignee: (unassigned) => Robert Lyon (robertl-9)

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

Title:
  Showing 'enable the multiple journals option' in group journals

Status in Mahara:
  Confirmed

Bug description:
  The 'enable the multiple journals option' text is meant to be shown
  users journals area - to let them know how to create multiple journals
  for themselves.

  It is not meant to show in the group journal area.

  To test:
  As user A
  1) Create a group
  2) Create a journal in the group
  3) Add a journal entry to the group journal
  4) Add another user (User B) as 'member' to the group

  As user B
  1) Log in and go to group
  2) Go to journal section
  3) Click on journal title to see the entry

  You also see the message "You have one journal. If you would like to
  start a second one, enable the multiple journals option on the account
  settings page."

  This message should not be here when viewing group journal

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1721866/+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 1722120] Re: broken style in choose layout screen

2017-10-08 Thread Cecilia Vela Gurovic
** Changed in: mahara
   Status: Confirmed => In Progress

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

Title:
  broken style in choose layout screen

Status in Mahara:
  In Progress

Bug description:
  steps to reproduce:

  Go to Pages and Collections
  Press 'Add' and select 'Page'
  In this screen follow these steps:
   1. Uncollapse 'Layout' panel
   2. Collapse 'Basic' panel
   3. Uncollapse 'Basic' panel

  Now check the 'Layout' panel content: the style gets broken as the
  attached image shows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722120/+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 1722120] [NEW] broken style in choose layout screen

2017-10-08 Thread Cecilia Vela Gurovic
Public bug reported:

steps to reproduce:

Go to Pages and Collections
Press 'Add' and select 'Page'
In this screen follow these steps:
 1. Uncollapse 'Layout' panel
 2. Collapse 'Basic' panel
 3. Uncollapse 'Basic' panel

Now check the 'Layout' panel content: the style gets broken as the
attached image shows.

** Affects: mahara
 Importance: High
 Assignee: Cecilia Vela Gurovic (ceciliavg)
 Status: Confirmed

** Attachment added: "broken layout style.png"
   
https://bugs.launchpad.net/bugs/1722120/+attachment/4965367/+files/broken%20layout%20style.png

** Changed in: mahara
Milestone: None => 17.10rc2

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

Title:
  broken style in choose layout screen

Status in Mahara:
  Confirmed

Bug description:
  steps to reproduce:

  Go to Pages and Collections
  Press 'Add' and select 'Page'
  In this screen follow these steps:
   1. Uncollapse 'Layout' panel
   2. Collapse 'Basic' panel
   3. Uncollapse 'Basic' panel

  Now check the 'Layout' panel content: the style gets broken as the
  attached image shows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722120/+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 1720269] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8093
Committed: 
https://git.mahara.org/mahara/mahara/commit/e67b2dc17e4a3efdab17d937a5a6cc720f815f66
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit e67b2dc17e4a3efdab17d937a5a6cc720f815f66
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:54:21 2017 +1300

Bug 1720269: old_raw patches for bugs: (SmartEvidence)

Bug 1720235
Bug 1701083
Bug 1681284

behatnotneeded

Change-Id: I077001172c5f26246c5e6fab3c963d3acef3ee49

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

Title:
  Make sure raw_old is up to date in 17.10

Status in Mahara:
  In Progress

Bug description:
  raw_old was a temp system to transition to from old nav layout to new
  layout.

  So we need to remove it before 17.10 release.

  We need to do it in such a way that we remove it from git but alert
  users that has happened somehow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1720269/+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 1681284] A patch has been submitted for review

2017-10-08 Thread Mahara Bot
Patch for "17.10_STABLE" branch: https://reviews.mahara.org/8104

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

Title:
  SmartEvidence matrix page - need the ability to expand / collapse the
  sections of the matrix

Status in Mahara:
  Fix Committed

Bug description:
  With the creation of matrices there are 'sections' the lines in grey
  in attached image and there are 'examples', which are subsections of
  the 'sections'.

  If the framework matrix is quite long it would be useful to be able to
  expand/collapse the 'sections', i.e. show/hide the 'examples' rows of
  a section.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1681284/+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 1720235] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8104
Committed: 
https://git.mahara.org/mahara/mahara/commit/6ddfd088e7046fc6b9b72d3f6c3d3f925fdd342e
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.10_STABLE

commit 6ddfd088e7046fc6b9b72d3f6c3d3f925fdd342e
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:54:21 2017 +1300

Bug 1720269: old_raw patches for bugs: (SmartEvidence)

Bug 1720235
Bug 1701083
Bug 1681284

behatnotneeded

Change-Id: I077001172c5f26246c5e6fab3c963d3acef3ee49
(cherry picked from commit e67b2dc17e4a3efdab17d937a5a6cc720f815f66)

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

Title:
  SmartEvidence matrix section mouse pointer

Status in Mahara:
  Fix Committed

Bug description:
  The standard row (the one in grey) has hover but the standardelements
  don't and require a mouse click to show extra information.

  we need make it so that the mouse pointer changes so people know that
  they can click the text and something is going to happen. Right now
  it's not clear as it's just the cursor but not the hand.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1720235/+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 1720235] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8093
Committed: 
https://git.mahara.org/mahara/mahara/commit/e67b2dc17e4a3efdab17d937a5a6cc720f815f66
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit e67b2dc17e4a3efdab17d937a5a6cc720f815f66
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:54:21 2017 +1300

Bug 1720269: old_raw patches for bugs: (SmartEvidence)

Bug 1720235
Bug 1701083
Bug 1681284

behatnotneeded

Change-Id: I077001172c5f26246c5e6fab3c963d3acef3ee49

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

Title:
  SmartEvidence matrix section mouse pointer

Status in Mahara:
  Fix Committed

Bug description:
  The standard row (the one in grey) has hover but the standardelements
  don't and require a mouse click to show extra information.

  we need make it so that the mouse pointer changes so people know that
  they can click the text and something is going to happen. Right now
  it's not clear as it's just the cursor but not the hand.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1720235/+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 1701083] A patch has been submitted for review

2017-10-08 Thread Mahara Bot
Patch for "17.10_STABLE" branch: https://reviews.mahara.org/8104

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

Title:
  Make SmartEvidence keyboard accessible

Status in Mahara:
  Fix Committed

Bug description:
  1. Screen reader detects a table with 1 row and 1 column - this prevents user 
from navigating properly through the table cells
  2. There are clickable elements which don't seem to have text equivalents
  3. The interactive elements inside the SmartEvidence table are not keyboard 
accessible. Keyboard users should be able to tab to the elements and activate 
them with Space or Enter 

  For more information on how best to resolve these, please have a chat
  with Julius, Cecilia.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1701083/+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 1701083] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8104
Committed: 
https://git.mahara.org/mahara/mahara/commit/6ddfd088e7046fc6b9b72d3f6c3d3f925fdd342e
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.10_STABLE

commit 6ddfd088e7046fc6b9b72d3f6c3d3f925fdd342e
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:54:21 2017 +1300

Bug 1720269: old_raw patches for bugs: (SmartEvidence)

Bug 1720235
Bug 1701083
Bug 1681284

behatnotneeded

Change-Id: I077001172c5f26246c5e6fab3c963d3acef3ee49
(cherry picked from commit e67b2dc17e4a3efdab17d937a5a6cc720f815f66)

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

Title:
  Make SmartEvidence keyboard accessible

Status in Mahara:
  Fix Committed

Bug description:
  1. Screen reader detects a table with 1 row and 1 column - this prevents user 
from navigating properly through the table cells
  2. There are clickable elements which don't seem to have text equivalents
  3. The interactive elements inside the SmartEvidence table are not keyboard 
accessible. Keyboard users should be able to tab to the elements and activate 
them with Space or Enter 

  For more information on how best to resolve these, please have a chat
  with Julius, Cecilia.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1701083/+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 1720235] A patch has been submitted for review

2017-10-08 Thread Mahara Bot
Patch for "17.10_STABLE" branch: https://reviews.mahara.org/8104

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

Title:
  SmartEvidence matrix section mouse pointer

Status in Mahara:
  Fix Committed

Bug description:
  The standard row (the one in grey) has hover but the standardelements
  don't and require a mouse click to show extra information.

  we need make it so that the mouse pointer changes so people know that
  they can click the text and something is going to happen. Right now
  it's not clear as it's just the cursor but not the hand.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1720235/+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 1681284] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8104
Committed: 
https://git.mahara.org/mahara/mahara/commit/6ddfd088e7046fc6b9b72d3f6c3d3f925fdd342e
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.10_STABLE

commit 6ddfd088e7046fc6b9b72d3f6c3d3f925fdd342e
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:54:21 2017 +1300

Bug 1720269: old_raw patches for bugs: (SmartEvidence)

Bug 1720235
Bug 1701083
Bug 1681284

behatnotneeded

Change-Id: I077001172c5f26246c5e6fab3c963d3acef3ee49
(cherry picked from commit e67b2dc17e4a3efdab17d937a5a6cc720f815f66)

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

Title:
  SmartEvidence matrix page - need the ability to expand / collapse the
  sections of the matrix

Status in Mahara:
  Fix Committed

Bug description:
  With the creation of matrices there are 'sections' the lines in grey
  in attached image and there are 'examples', which are subsections of
  the 'sections'.

  If the framework matrix is quite long it would be useful to be able to
  expand/collapse the 'sections', i.e. show/hide the 'examples' rows of
  a section.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1681284/+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 1720269] A patch has been submitted for review

2017-10-08 Thread Mahara Bot
Patch for "17.10_STABLE" branch: https://reviews.mahara.org/8104

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

Title:
  Make sure raw_old is up to date in 17.10

Status in Mahara:
  In Progress

Bug description:
  raw_old was a temp system to transition to from old nav layout to new
  layout.

  So we need to remove it before 17.10 release.

  We need to do it in such a way that we remove it from git but alert
  users that has happened somehow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1720269/+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 1701083] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8093
Committed: 
https://git.mahara.org/mahara/mahara/commit/e67b2dc17e4a3efdab17d937a5a6cc720f815f66
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit e67b2dc17e4a3efdab17d937a5a6cc720f815f66
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:54:21 2017 +1300

Bug 1720269: old_raw patches for bugs: (SmartEvidence)

Bug 1720235
Bug 1701083
Bug 1681284

behatnotneeded

Change-Id: I077001172c5f26246c5e6fab3c963d3acef3ee49

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

Title:
  Make SmartEvidence keyboard accessible

Status in Mahara:
  Fix Committed

Bug description:
  1. Screen reader detects a table with 1 row and 1 column - this prevents user 
from navigating properly through the table cells
  2. There are clickable elements which don't seem to have text equivalents
  3. The interactive elements inside the SmartEvidence table are not keyboard 
accessible. Keyboard users should be able to tab to the elements and activate 
them with Space or Enter 

  For more information on how best to resolve these, please have a chat
  with Julius, Cecilia.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1701083/+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 1720269] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8104
Committed: 
https://git.mahara.org/mahara/mahara/commit/6ddfd088e7046fc6b9b72d3f6c3d3f925fdd342e
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.10_STABLE

commit 6ddfd088e7046fc6b9b72d3f6c3d3f925fdd342e
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:54:21 2017 +1300

Bug 1720269: old_raw patches for bugs: (SmartEvidence)

Bug 1720235
Bug 1701083
Bug 1681284

behatnotneeded

Change-Id: I077001172c5f26246c5e6fab3c963d3acef3ee49
(cherry picked from commit e67b2dc17e4a3efdab17d937a5a6cc720f815f66)

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

Title:
  Make sure raw_old is up to date in 17.10

Status in Mahara:
  In Progress

Bug description:
  raw_old was a temp system to transition to from old nav layout to new
  layout.

  So we need to remove it before 17.10 release.

  We need to do it in such a way that we remove it from git but alert
  users that has happened somehow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1720269/+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 1681284] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8093
Committed: 
https://git.mahara.org/mahara/mahara/commit/e67b2dc17e4a3efdab17d937a5a6cc720f815f66
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit e67b2dc17e4a3efdab17d937a5a6cc720f815f66
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:54:21 2017 +1300

Bug 1720269: old_raw patches for bugs: (SmartEvidence)

Bug 1720235
Bug 1701083
Bug 1681284

behatnotneeded

Change-Id: I077001172c5f26246c5e6fab3c963d3acef3ee49

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

Title:
  SmartEvidence matrix page - need the ability to expand / collapse the
  sections of the matrix

Status in Mahara:
  Fix Committed

Bug description:
  With the creation of matrices there are 'sections' the lines in grey
  in attached image and there are 'examples', which are subsections of
  the 'sections'.

  If the framework matrix is quite long it would be useful to be able to
  expand/collapse the 'sections', i.e. show/hide the 'examples' rows of
  a section.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1681284/+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 1722116] A patch has been submitted for review

2017-10-08 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8103

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

Title:
  Reports for an institution not showing the 'Results per page' selector

Status in Mahara:
  In Progress

Bug description:
  It shows correctly for 'all institutions' report.

  It shows fine for 'all' and an institution for page activity

  So I suspect it's something related to the 'content' report

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722116/+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 1720269] A patch has been submitted for review

2017-10-08 Thread Mahara Bot
Patch for "17.10_STABLE" branch: https://reviews.mahara.org/8102

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

Title:
  Make sure raw_old is up to date in 17.10

Status in Mahara:
  In Progress

Bug description:
  raw_old was a temp system to transition to from old nav layout to new
  layout.

  So we need to remove it before 17.10 release.

  We need to do it in such a way that we remove it from git but alert
  users that has happened somehow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1720269/+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 1714100] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8102
Committed: 
https://git.mahara.org/mahara/mahara/commit/538c9d386f06c70ea26a851eb0ddc39d69dd492d
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.10_STABLE

commit 538c9d386f06c70ea26a851eb0ddc39d69dd492d
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:20:18 2017 +1300

Bug 1720269: old_raw patches for bugs: (elasticsearch)

Bug 1714100
Bug 1694171

behatnotneeded

Change-Id: I21062124b6e1c260f1b17691d22da7af00c74716
(cherry picked from commit fc8036dac01bfe9717bd8ee271afdc1d8c49c280)

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

Title:
  When checking elasticsearch status we need to check on a specified
  index

Status in Mahara:
  Fix Committed

Bug description:
  As the elasticsearch server can have some indexes all fine (green) and
  some not fine (yellow)

  The check that we do via elasticsearch_server('shardallocation') needs
  to take into consideration which index we want to check

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1714100/+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 1714100] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8092
Committed: 
https://git.mahara.org/mahara/mahara/commit/fc8036dac01bfe9717bd8ee271afdc1d8c49c280
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit fc8036dac01bfe9717bd8ee271afdc1d8c49c280
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:20:18 2017 +1300

Bug 1720269: old_raw patches for bugs: (elasticsearch)

Bug 1714100
Bug 1694171

behatnotneeded

Change-Id: I21062124b6e1c260f1b17691d22da7af00c74716

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

Title:
  When checking elasticsearch status we need to check on a specified
  index

Status in Mahara:
  Fix Committed

Bug description:
  As the elasticsearch server can have some indexes all fine (green) and
  some not fine (yellow)

  The check that we do via elasticsearch_server('shardallocation') needs
  to take into consideration which index we want to check

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1714100/+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 1694171] A patch has been submitted for review

2017-10-08 Thread Mahara Bot
Patch for "17.10_STABLE" branch: https://reviews.mahara.org/8102

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

Title:
  Upgrade Elasticsearch to Elasticsearch 5

Status in Mahara:
  Fix Committed

Bug description:
  Upgrade to latest version of Elasticsearch

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1694171/+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 1720269] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8102
Committed: 
https://git.mahara.org/mahara/mahara/commit/538c9d386f06c70ea26a851eb0ddc39d69dd492d
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.10_STABLE

commit 538c9d386f06c70ea26a851eb0ddc39d69dd492d
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:20:18 2017 +1300

Bug 1720269: old_raw patches for bugs: (elasticsearch)

Bug 1714100
Bug 1694171

behatnotneeded

Change-Id: I21062124b6e1c260f1b17691d22da7af00c74716
(cherry picked from commit fc8036dac01bfe9717bd8ee271afdc1d8c49c280)

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

Title:
  Make sure raw_old is up to date in 17.10

Status in Mahara:
  In Progress

Bug description:
  raw_old was a temp system to transition to from old nav layout to new
  layout.

  So we need to remove it before 17.10 release.

  We need to do it in such a way that we remove it from git but alert
  users that has happened somehow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1720269/+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 1714100] A patch has been submitted for review

2017-10-08 Thread Mahara Bot
Patch for "17.10_STABLE" branch: https://reviews.mahara.org/8102

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

Title:
  When checking elasticsearch status we need to check on a specified
  index

Status in Mahara:
  Fix Committed

Bug description:
  As the elasticsearch server can have some indexes all fine (green) and
  some not fine (yellow)

  The check that we do via elasticsearch_server('shardallocation') needs
  to take into consideration which index we want to check

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1714100/+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 1720269] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8092
Committed: 
https://git.mahara.org/mahara/mahara/commit/fc8036dac01bfe9717bd8ee271afdc1d8c49c280
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit fc8036dac01bfe9717bd8ee271afdc1d8c49c280
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:20:18 2017 +1300

Bug 1720269: old_raw patches for bugs: (elasticsearch)

Bug 1714100
Bug 1694171

behatnotneeded

Change-Id: I21062124b6e1c260f1b17691d22da7af00c74716

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

Title:
  Make sure raw_old is up to date in 17.10

Status in Mahara:
  In Progress

Bug description:
  raw_old was a temp system to transition to from old nav layout to new
  layout.

  So we need to remove it before 17.10 release.

  We need to do it in such a way that we remove it from git but alert
  users that has happened somehow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1720269/+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 1694171] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8102
Committed: 
https://git.mahara.org/mahara/mahara/commit/538c9d386f06c70ea26a851eb0ddc39d69dd492d
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.10_STABLE

commit 538c9d386f06c70ea26a851eb0ddc39d69dd492d
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:20:18 2017 +1300

Bug 1720269: old_raw patches for bugs: (elasticsearch)

Bug 1714100
Bug 1694171

behatnotneeded

Change-Id: I21062124b6e1c260f1b17691d22da7af00c74716
(cherry picked from commit fc8036dac01bfe9717bd8ee271afdc1d8c49c280)

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

Title:
  Upgrade Elasticsearch to Elasticsearch 5

Status in Mahara:
  Fix Committed

Bug description:
  Upgrade to latest version of Elasticsearch

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1694171/+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 1694171] A change has been merged

2017-10-08 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8092
Committed: 
https://git.mahara.org/mahara/mahara/commit/fc8036dac01bfe9717bd8ee271afdc1d8c49c280
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit fc8036dac01bfe9717bd8ee271afdc1d8c49c280
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 5 11:20:18 2017 +1300

Bug 1720269: old_raw patches for bugs: (elasticsearch)

Bug 1714100
Bug 1694171

behatnotneeded

Change-Id: I21062124b6e1c260f1b17691d22da7af00c74716

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

Title:
  Upgrade Elasticsearch to Elasticsearch 5

Status in Mahara:
  Fix Committed

Bug description:
  Upgrade to latest version of Elasticsearch

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1694171/+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 1720260] Re: default skin error: 403 Forbidden

2017-10-08 Thread Robert Lyon
** Changed in: mahara
Milestone: 17.10.0 => 17.10rc2

** Changed in: mahara
 Assignee: (unassigned) => Robert Lyon (robertl-9)

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

Title:
  default skin error: 403 Forbidden

Status in Mahara:
  In Progress

Bug description:
  Having skins enabled, when creating a new page if we go to setting/ Skins we 
will not be able to see the default skin icon and there will be an error in the 
browser's console: 
  GET http://maharatest/skin/thumb.php [HTTP/1.0 403 Forbidden 32ms]

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1720260/+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 1722116] [NEW] Reports for an institution not showing the 'Results per page' selector

2017-10-08 Thread Robert Lyon
Public bug reported:

It shows correctly for 'all institutions' report.

It shows fine for 'all' and an institution for page activity

So I suspect it's something related to the 'content' report

** Affects: mahara
 Importance: Medium
 Assignee: Robert Lyon (robertl-9)
 Status: In Progress

** Changed in: mahara
Milestone: None => 17.10rc2

** Changed in: mahara
   Importance: Undecided => Medium

** Changed in: mahara
   Status: New => In Progress

** Changed in: mahara
 Assignee: (unassigned) => Robert Lyon (robertl-9)

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

Title:
  Reports for an institution not showing the 'Results per page' selector

Status in Mahara:
  In Progress

Bug description:
  It shows correctly for 'all institutions' report.

  It shows fine for 'all' and an institution for page activity

  So I suspect it's something related to the 'content' report

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722116/+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 1720269] Re: Make sure raw_old is up to date in 17.10

2017-10-08 Thread Robert Lyon
** Changed in: mahara
Milestone: 17.10.0 => 17.10rc2

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

Title:
  Make sure raw_old is up to date in 17.10

Status in Mahara:
  In Progress

Bug description:
  raw_old was a temp system to transition to from old nav layout to new
  layout.

  So we need to remove it before 17.10 release.

  We need to do it in such a way that we remove it from git but alert
  users that has happened somehow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1720269/+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 1712681] Re: New topic in forum: createtopicusers error

2017-10-08 Thread said
** Tags added: software webcam

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

Title:
  New topic in forum: createtopicusers error

Status in Mahara:
  Fix Committed
Status in Mahara 17.04 series:
  Fix Released
Status in Mahara 17.10 series:
  Fix Committed

Bug description:
  When we have old groups, the Forums may not have the
  'createtopicusers' property defined in the config. So the following
  error happens:

  When I want to create a topic in "Open Discussion" (I am a group
  admin), I get the following warning:

  [WAR] bd (interaction/forum/edittopic.php:70) Undefined index: 
createtopicusers
  Call stack (most recent first):

  log_message("Undefined index: createtopicusers", 8, true, true, 
"/var/www/mahara-org-testing-mahara/releases/201708...", 70) at 
/var/www/mahara-org-testing-mahara/releases/20170816213625/lib/errors.php:521
  error(8, "Undefined index: createtopicusers", 
"/var/www/mahara-org-testing-mahara/releases/201708...", 70, array(size 65)) at 
/var/www/mahara-org-testing-mahara/releases/20170816213625/interaction/forum/edittopic.php:70

  [WAR] bd (interaction/forum/edittopic.php:70) Trying to get property of 
non-object
  Call stack (most recent first):

  log_message("Trying to get property of non-object", 8, true, true, 
"/var/www/mahara-org-testing-mahara/releases/201708...", 70) at 
/var/www/mahara-org-testing-mahara/releases/20170816213625/lib/errors.php:521
  error(8, "Trying to get property of non-object", 
"/var/www/mahara-org-testing-mahara/releases/201708...", 70, array(size 65)) at 
/var/www/mahara-org-testing-mahara/releases/20170816213625/interaction/forum/edittopic.php:70

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