[Mahara-contributors] [Bug 1765276] A patch has been submitted for review

2019-02-11 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/9550

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

Title:
  Upgrade to Bootstrap 4

Status in Mahara:
  In Progress

Bug description:
  Bootstrap 4 has been released. We should upgrade.

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

2019-02-11 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/9524
Committed: 
https://git.mahara.org/mahara/mahara/commit/ddd0ac8a2820495cf99465b70932eccd4e807cb4
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:master

commit ddd0ac8a2820495cf99465b70932eccd4e807cb4
Author: Robert Lyon 
Date:   Thu Feb 7 08:49:36 2019 +1300

Bug 1814954: Getting "Undefined index: artefactid" on upgrade

Due to checking for a null array vaue incorrectly

behatnotneeded

Change-Id: Iac2d98878f9baea098af6661d08a4d2dcc6be30b
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/1814954

Title:
  "aretefactid" is not defined error on db upgrade

Status in Mahara:
  Fix Committed

Bug description:
  On upgrade we sometimes get the error:

   [WAR] 66 (lib/db/upgrade.php:893) Undefined index: artefactid

  This is due to trying to spot the array key 'artefactid' whn it's
  value is null

  But if 'artefactid' is not set at all we get the error.

  Need to use array_key_exists() instead of is_null()

  As the upgrade will still complete I will mark as medium bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1814954/+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 1814954] Re: "aretefactid" is not defined error on db upgrade

2019-02-11 Thread Cecilia Vela Gurovic
** 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/1814954

Title:
  "aretefactid" is not defined error on db upgrade

Status in Mahara:
  Fix Committed

Bug description:
  On upgrade we sometimes get the error:

   [WAR] 66 (lib/db/upgrade.php:893) Undefined index: artefactid

  This is due to trying to spot the array key 'artefactid' whn it's
  value is null

  But if 'artefactid' is not set at all we get the error.

  Need to use array_key_exists() instead of is_null()

  As the upgrade will still complete I will mark as medium bug

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

2019-02-11 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/9547

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

Title:
  Upgrade to Bootstrap 4

Status in Mahara:
  In Progress

Bug description:
  Bootstrap 4 has been released. We should upgrade.

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

2019-02-11 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/9549

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

Title:
  Upgrade to Bootstrap 4

Status in Mahara:
  In Progress

Bug description:
  Bootstrap 4 has been released. We should upgrade.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1765276/+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 1813947] Re: watchlist notification email about a page that is not on a watchlist

2019-02-11 Thread Robert Lyon
There are 2 ways for a watchlist on a page to be set up

1) Explicitly clicking the 'Add page to watchlist' link under the page's
'...' (3 dots) menu

2) By placing a comment on the page - the commenter is automatically
added to the watchlist for the page

If the users did neither of these things then I'm not sure how they got
onto the watchlist - unless someone altered the data in the database
directly

Cheers
Robert

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

Title:
  watchlist notification email about a page that is not on a watchlist

Status in Mahara:
  Incomplete

Bug description:
  Possible GDPR ramifications.

  Student A received a notification that (Student B) Student A's
  Portfolio was updated. Student B does not own Student A's page. Is not
  attached to Student A's page, is not being shared with or two student
  A.

  Student A's Portfolio is only shared with her tutors, not fellow
  students. Student B shouldn't have access (and doesn't from what I can
  see) to Student A's page at all.  Let alone to setup a watchlist.
  When I logged in as Student B, there was no evidence that she had ever
  setup a watchlist at all.

  Marhara Version: 18.04.1testing

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1813947/+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 1814316] Re: 18.10 memcached and couchbase empty getStats() return

2019-02-11 Thread Robert Lyon
Hi Octavio,

Can you try the patch at https://reviews.mahara.org/#/c/9546/ to see if
it makes any difference?

Cheers

Robert


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

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

** Changed in: mahara
Milestone: None => 19.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/1814316

Title:
  18.10 memcached and couchbase empty getStats() return

Status in Mahara:
  In Progress

Bug description:
  On file auth/session.php line 112 we have this bit of code : 
  $server_stats = $memcached->getStats();
  if ($server_stats[$destination . ":" . $port]['pid'] 
<= 0) {
  // can't reach the destination:port
  throw new 
ConfigSanityException(get_string('nomemcachedserver', 'error', $server));
  }

  We use a setup of a couchbase server that can handle memcached, but
  when arrive at that line, 112, the method returns a empty, even though
  we can set and get any information from couchbase.

  Is-it possible offers couchbase as a new type of sessionhandler?

  Thank you

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

2019-02-11 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/9546

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

Title:
  18.10 memcached and couchbase empty getStats() return

Status in Mahara:
  In Progress

Bug description:
  On file auth/session.php line 112 we have this bit of code : 
  $server_stats = $memcached->getStats();
  if ($server_stats[$destination . ":" . $port]['pid'] 
<= 0) {
  // can't reach the destination:port
  throw new 
ConfigSanityException(get_string('nomemcachedserver', 'error', $server));
  }

  We use a setup of a couchbase server that can handle memcached, but
  when arrive at that line, 112, the method returns a empty, even though
  we can set and get any information from couchbase.

  Is-it possible offers couchbase as a new type of sessionhandler?

  Thank you

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