[Mahara-contributors] [Bug 1760742] A change has been merged

2018-04-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8780
Committed: 
https://git.mahara.org/mahara/mahara/commit/a955041245c7f71981f266c2d8365ed1168772f2
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.04_STABLE

commit a955041245c7f71981f266c2d8365ed1168772f2
Author: Robert Lyon 
Date:   Tue Apr 3 13:18:45 2018 +1200

Bug 1760742: Error when changing a group from standard to course

When there are no blogposts made

behatnotneeded

Change-Id: I7a3b2bed818c66fd4edef188ed7ba475e54c3a4c
Signed-off-by: Robert Lyon 
(cherry picked from commit 087cb93d80038d9b2a9452197f0c2264d8668610)

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

Title:
  Empty foreach() error when switching a group from standard to course

Status in Mahara:
  Fix Committed
Status in Mahara 17.04 series:
  Fix Committed
Status in Mahara 17.10 series:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed

Bug description:
  We get the following error
  AR] f6 (lib/group.php:714) Invalid argument supplied for foreach()
  Call stack (most recent first):

  log_message("Invalid argument supplied for foreach()", 8, true, true, 
"/home/robertl/code/mahara-devel/mahara/htdocs/lib/...", 714) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/errors.php:521
  error(2, "Invalid argument supplied for foreach()", 
"/home/robertl/code/mahara-devel/mahara/htdocs/lib/...", 714, array(size 9)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/group.php:714
  group_update(object(stdClass)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/group/edit.php:557
  editgroup_submit(object(Pieform), array(size 31)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/pieforms/pieform.php:542
  Pieform->__construct(array(size 4)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/pieforms/pieform.php:164
  Pieform::process(array(size 4)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/mahara.php:5077
  pieform(array(size 4)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/group/edit.php:429

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

2018-04-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8778
Committed: 
https://git.mahara.org/mahara/mahara/commit/8c81c1364b380df7a13932562d86ff1a19d2
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:18.04_STABLE

commit 8c81c1364b380df7a13932562d86ff1a19d2
Author: Robert Lyon 
Date:   Tue Apr 3 13:18:45 2018 +1200

Bug 1760742: Error when changing a group from standard to course

When there are no blogposts made

behatnotneeded

Change-Id: I7a3b2bed818c66fd4edef188ed7ba475e54c3a4c
Signed-off-by: Robert Lyon 
(cherry picked from commit 087cb93d80038d9b2a9452197f0c2264d8668610)

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

Title:
  Empty foreach() error when switching a group from standard to course

Status in Mahara:
  Fix Committed
Status in Mahara 17.04 series:
  Fix Committed
Status in Mahara 17.10 series:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed

Bug description:
  We get the following error
  AR] f6 (lib/group.php:714) Invalid argument supplied for foreach()
  Call stack (most recent first):

  log_message("Invalid argument supplied for foreach()", 8, true, true, 
"/home/robertl/code/mahara-devel/mahara/htdocs/lib/...", 714) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/errors.php:521
  error(2, "Invalid argument supplied for foreach()", 
"/home/robertl/code/mahara-devel/mahara/htdocs/lib/...", 714, array(size 9)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/group.php:714
  group_update(object(stdClass)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/group/edit.php:557
  editgroup_submit(object(Pieform), array(size 31)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/pieforms/pieform.php:542
  Pieform->__construct(array(size 4)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/pieforms/pieform.php:164
  Pieform::process(array(size 4)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/mahara.php:5077
  pieform(array(size 4)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/group/edit.php:429

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

2018-04-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8779
Committed: 
https://git.mahara.org/mahara/mahara/commit/e35370ee16442f0fddcac409874b47adcadc38f4
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.10_STABLE

commit e35370ee16442f0fddcac409874b47adcadc38f4
Author: Robert Lyon 
Date:   Tue Apr 3 13:18:45 2018 +1200

Bug 1760742: Error when changing a group from standard to course

When there are no blogposts made

behatnotneeded

Change-Id: I7a3b2bed818c66fd4edef188ed7ba475e54c3a4c
Signed-off-by: Robert Lyon 
(cherry picked from commit 087cb93d80038d9b2a9452197f0c2264d8668610)

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

Title:
  Empty foreach() error when switching a group from standard to course

Status in Mahara:
  Fix Committed
Status in Mahara 17.04 series:
  Fix Committed
Status in Mahara 17.10 series:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed

Bug description:
  We get the following error
  AR] f6 (lib/group.php:714) Invalid argument supplied for foreach()
  Call stack (most recent first):

  log_message("Invalid argument supplied for foreach()", 8, true, true, 
"/home/robertl/code/mahara-devel/mahara/htdocs/lib/...", 714) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/errors.php:521
  error(2, "Invalid argument supplied for foreach()", 
"/home/robertl/code/mahara-devel/mahara/htdocs/lib/...", 714, array(size 9)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/group.php:714
  group_update(object(stdClass)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/group/edit.php:557
  editgroup_submit(object(Pieform), array(size 31)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/pieforms/pieform.php:542
  Pieform->__construct(array(size 4)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/pieforms/pieform.php:164
  Pieform::process(array(size 4)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/mahara.php:5077
  pieform(array(size 4)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/group/edit.php:429

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

2018-04-02 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8765
Committed: 
https://git.mahara.org/mahara/mahara/commit/087cb93d80038d9b2a9452197f0c2264d8668610
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:master

commit 087cb93d80038d9b2a9452197f0c2264d8668610
Author: Robert Lyon 
Date:   Tue Apr 3 13:18:45 2018 +1200

Bug 1760742: Error when changing a group from standard to course

When there are no blogposts made

behatnotneeded

Change-Id: I7a3b2bed818c66fd4edef188ed7ba475e54c3a4c
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/1760742

Title:
  Empty foreach() error when switching a group from standard to course

Status in Mahara:
  Fix Committed

Bug description:
  We get the following error
  AR] f6 (lib/group.php:714) Invalid argument supplied for foreach()
  Call stack (most recent first):

  log_message("Invalid argument supplied for foreach()", 8, true, true, 
"/home/robertl/code/mahara-devel/mahara/htdocs/lib/...", 714) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/errors.php:521
  error(2, "Invalid argument supplied for foreach()", 
"/home/robertl/code/mahara-devel/mahara/htdocs/lib/...", 714, array(size 9)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/group.php:714
  group_update(object(stdClass)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/group/edit.php:557
  editgroup_submit(object(Pieform), array(size 31)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/pieforms/pieform.php:542
  Pieform->__construct(array(size 4)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/pieforms/pieform.php:164
  Pieform::process(array(size 4)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/lib/mahara.php:5077
  pieform(array(size 4)) at 
/home/robertl/code/mahara-devel/mahara/htdocs/group/edit.php:429

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