[Mahara-contributors] [Bug 1522215] Re: Make the multirecipientnotification module non-hideable

2019-05-24 Thread Kristina Hoeppner
This was fixed along the way. The plugin cannot be hidden via the
interface.

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

Title:
  Make the multirecipientnotification module non-hideable

Status in Mahara:
  Fix Released

Bug description:
  Mahara 15.10 depends on the multirecipientnotification module for core
  functionality. It should be non-hideable.

  This means setting the "can_be_disabled()" function on it to false.

  But further than that, there can be (strange) cases where the module
  gets disabled in the database, which will cause the Inbox block on the
  standard dashboard page to error out. I think in addition to marking
  that "can_be_disabled()" flag, we should change the plugin loading
  functions so that they ignore the "disabled" flag in the database, for
  plugins that cannot be disabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1522215/+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 1522215] Re: Make the multirecipientnotification module non-hideable

2017-03-19 Thread Kristina Hoeppner
** Changed in: mahara
Milestone: 17.04.0 => None

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

Title:
  Make the multirecipientnotification module non-hideable

Status in Mahara:
  Confirmed

Bug description:
  Mahara 15.10 depends on the multirecipientnotification module for core
  functionality. It should be non-hideable.

  This means setting the "can_be_disabled()" function on it to false.

  But further than that, there can be (strange) cases where the module
  gets disabled in the database, which will cause the Inbox block on the
  standard dashboard page to error out. I think in addition to marking
  that "can_be_disabled()" flag, we should change the plugin loading
  functions so that they ignore the "disabled" flag in the database, for
  plugins that cannot be disabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1522215/+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 1522215] Re: Make the multirecipientnotification module non-hideable

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

Title:
  Make the multirecipientnotification module non-hideable

Status in Mahara:
  Confirmed

Bug description:
  Mahara 15.10 depends on the multirecipientnotification module for core
  functionality. It should be non-hideable.

  This means setting the "can_be_disabled()" function on it to false.

  But further than that, there can be (strange) cases where the module
  gets disabled in the database, which will cause the Inbox block on the
  standard dashboard page to error out. I think in addition to marking
  that "can_be_disabled()" flag, we should change the plugin loading
  functions so that they ignore the "disabled" flag in the database, for
  plugins that cannot be disabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1522215/+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 1522215] Re: Make the multirecipientnotification module non-hideable

2016-10-20 Thread Robert Lyon
** Changed in: mahara
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/1522215

Title:
  Make the multirecipientnotification module non-hideable

Status in Mahara:
  Confirmed

Bug description:
  Mahara 15.10 depends on the multirecipientnotification module for core
  functionality. It should be non-hideable.

  This means setting the "can_be_disabled()" function on it to false.

  But further than that, there can be (strange) cases where the module
  gets disabled in the database, which will cause the Inbox block on the
  standard dashboard page to error out. I think in addition to marking
  that "can_be_disabled()" flag, we should change the plugin loading
  functions so that they ignore the "disabled" flag in the database, for
  plugins that cannot be disabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1522215/+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 1522215] Re: Make the multirecipientnotification module non-hideable

2016-04-27 Thread Aaron Wells
** Changed in: mahara
Milestone: 16.04.0 => 16.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/1522215

Title:
  Make the multirecipientnotification module non-hideable

Status in Mahara:
  Confirmed

Bug description:
  Mahara 15.10 depends on the multirecipientnotification module for core
  functionality. It should be non-hideable.

  This means setting the "can_be_disabled()" function on it to false.

  But further than that, there can be (strange) cases where the module
  gets disabled in the database, which will cause the Inbox block on the
  standard dashboard page to error out. I think in addition to marking
  that "can_be_disabled()" flag, we should change the plugin loading
  functions so that they ignore the "disabled" flag in the database, for
  plugins that cannot be disabled.

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