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

2019-05-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1
Committed: 
https://git.mahara.org/mahara/mahara/commit/3aee5e6277c5b112dd0d39000c7260ccd9f906e5
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:18.04_STABLE

commit 3aee5e6277c5b112dd0d39000c7260ccd9f906e5
Author: Robert Lyon 
Date:   Wed May 8 14:15:32 2019 +1200

Bug 1828141: Create a new institution correctly

Need the default settings be interger rather than true/false

behatnotneeded

Change-Id: I65a032e3a5b1cf363b6f0ebcc6c7f5a3b30c2f34
Signed-off-by: Robert Lyon 
(cherry picked from commit e3171960e78e701446eaf15a6dc548e5ebb5c8f0)
(cherry picked from commit 883bb2cbc9790eaf2ab2c54b8687685c555f64ca)

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

Title:
  Creating a new institution with minimal info fails to save

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  When we do something like:

  $name = 'My new institution';
  $institution = institution_generate_name($name);
  $newinstitution = new Institution();
  $newinstitution->initialise($institution, $name);
  $newinstitution->commit();

  It should create us a new institution - but instead we get an sql
  error complaining that the 'tags' column is not an integer

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1828141/+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 1828141] Re: Creating a new institution with minimal info fails to save

2019-05-12 Thread Cecilia Vela Gurovic
** Changed in: mahara/19.10
   Status: In Progress => Fix Committed

** Changed in: mahara/19.04
   Status: New => Fix Committed

** Changed in: mahara/18.10
   Status: New => Fix Committed

** Changed in: mahara/18.04
   Status: New => 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/1828141

Title:
  Creating a new institution with minimal info fails to save

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  When we do something like:

  $name = 'My new institution';
  $institution = institution_generate_name($name);
  $newinstitution = new Institution();
  $newinstitution->initialise($institution, $name);
  $newinstitution->commit();

  It should create us a new institution - but instead we get an sql
  error complaining that the 'tags' column is not an integer

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

2019-05-12 Thread Mahara Bot
Patch for "18.04_STABLE" branch: https://reviews.mahara.org/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/1828141

Title:
  Creating a new institution with minimal info fails to save

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  When we do something like:

  $name = 'My new institution';
  $institution = institution_generate_name($name);
  $newinstitution = new Institution();
  $newinstitution->initialise($institution, $name);
  $newinstitution->commit();

  It should create us a new institution - but instead we get an sql
  error complaining that the 'tags' column is not an integer

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

2019-05-12 Thread Mahara Bot
Patch for "19.04_STABLE" branch: https://reviews.mahara.org/9998

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

Title:
  Creating a new institution with minimal info fails to save

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  When we do something like:

  $name = 'My new institution';
  $institution = institution_generate_name($name);
  $newinstitution = new Institution();
  $newinstitution->initialise($institution, $name);
  $newinstitution->commit();

  It should create us a new institution - but instead we get an sql
  error complaining that the 'tags' column is not an integer

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

2019-05-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/9998
Committed: 
https://git.mahara.org/mahara/mahara/commit/883bb2cbc9790eaf2ab2c54b8687685c555f64ca
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:19.04_STABLE

commit 883bb2cbc9790eaf2ab2c54b8687685c555f64ca
Author: Robert Lyon 
Date:   Wed May 8 14:15:32 2019 +1200

Bug 1828141: Create a new institution correctly

Need the default settings be interger rather than true/false

behatnotneeded

Change-Id: I65a032e3a5b1cf363b6f0ebcc6c7f5a3b30c2f34
Signed-off-by: Robert Lyon 
(cherry picked from commit e3171960e78e701446eaf15a6dc548e5ebb5c8f0)

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

Title:
  Creating a new institution with minimal info fails to save

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  When we do something like:

  $name = 'My new institution';
  $institution = institution_generate_name($name);
  $newinstitution = new Institution();
  $newinstitution->initialise($institution, $name);
  $newinstitution->commit();

  It should create us a new institution - but instead we get an sql
  error complaining that the 'tags' column is not an integer

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

2019-05-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/
Committed: 
https://git.mahara.org/mahara/mahara/commit/366c905b20ea7f41957178f46cc70070925033d0
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:18.10_STABLE

commit 366c905b20ea7f41957178f46cc70070925033d0
Author: Robert Lyon 
Date:   Wed May 8 14:15:32 2019 +1200

Bug 1828141: Create a new institution correctly

Need the default settings be interger rather than true/false

behatnotneeded

Change-Id: I65a032e3a5b1cf363b6f0ebcc6c7f5a3b30c2f34
Signed-off-by: Robert Lyon 
(cherry picked from commit e3171960e78e701446eaf15a6dc548e5ebb5c8f0)
(cherry picked from commit 883bb2cbc9790eaf2ab2c54b8687685c555f64ca)

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

Title:
  Creating a new institution with minimal info fails to save

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  When we do something like:

  $name = 'My new institution';
  $institution = institution_generate_name($name);
  $newinstitution = new Institution();
  $newinstitution->initialise($institution, $name);
  $newinstitution->commit();

  It should create us a new institution - but instead we get an sql
  error complaining that the 'tags' column is not an integer

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

2019-05-12 Thread Mahara Bot
Patch for "18.10_STABLE" branch: https://reviews.mahara.org/

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

Title:
  Creating a new institution with minimal info fails to save

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  When we do something like:

  $name = 'My new institution';
  $institution = institution_generate_name($name);
  $newinstitution = new Institution();
  $newinstitution->initialise($institution, $name);
  $newinstitution->commit();

  It should create us a new institution - but instead we get an sql
  error complaining that the 'tags' column is not an integer

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1828141/+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 1828141] Re: Creating a new institution with minimal info fails to save

2019-05-12 Thread Cecilia Vela Gurovic
** Also affects: mahara/19.04
   Importance: Undecided
   Status: New

** Also affects: mahara/18.04
   Importance: Undecided
   Status: New

** Also affects: mahara/19.10
   Importance: High
   Status: In Progress

** Also affects: mahara/18.10
   Importance: Undecided
   Status: New

** Changed in: mahara/19.04
Milestone: None => 19.04.1

** Changed in: mahara/18.10
Milestone: None => 18.10.2

** Changed in: mahara/18.04
Milestone: None => 18.04.5

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

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

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

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

Title:
  Creating a new institution with minimal info fails to save

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  When we do something like:

  $name = 'My new institution';
  $institution = institution_generate_name($name);
  $newinstitution = new Institution();
  $newinstitution->initialise($institution, $name);
  $newinstitution->commit();

  It should create us a new institution - but instead we get an sql
  error complaining that the 'tags' column is not an integer

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

2019-05-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/9978
Committed: 
https://git.mahara.org/mahara/mahara/commit/e3171960e78e701446eaf15a6dc548e5ebb5c8f0
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:master

commit e3171960e78e701446eaf15a6dc548e5ebb5c8f0
Author: Robert Lyon 
Date:   Wed May 8 14:15:32 2019 +1200

Bug 1828141: Create a new institution correctly

Need the default settings be interger rather than true/false

behatnotneeded

Change-Id: I65a032e3a5b1cf363b6f0ebcc6c7f5a3b30c2f34
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/1828141

Title:
  Creating a new institution with minimal info fails to save

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  When we do something like:

  $name = 'My new institution';
  $institution = institution_generate_name($name);
  $newinstitution = new Institution();
  $newinstitution->initialise($institution, $name);
  $newinstitution->commit();

  It should create us a new institution - but instead we get an sql
  error complaining that the 'tags' column is not an integer

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1828141/+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 1828135] Re: Deleting a user doesn't clear their pending verified emails

2019-05-12 Thread Cecilia Vela Gurovic
** Changed in: mahara/19.04
   Status: New => Fix Committed

** Changed in: mahara/18.10
   Status: New => Fix Committed

** Changed in: mahara/18.04
   Status: New => 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/1828135

Title:
  Deleting a user doesn't clear their pending verified emails

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  To test:

  1) Create a user
  2) Log in as user and go to their profile page and add another email address 
(save form)
  3) Log in as admin and delete the user
  4) Create another user
  5) Log in as new user and try to add the same email address to them

  Says it is already taken

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

2019-05-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/9976
Committed: 
https://git.mahara.org/mahara/mahara/commit/dc64aa252612aae6d53f6d579815954f3fd38108
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:master

commit dc64aa252612aae6d53f6d579815954f3fd38108
Author: Robert Lyon 
Date:   Wed May 8 12:57:25 2019 +1200

Bug 1828135: Remove the pending emails when deleting user

behatnotneeded

Change-Id: I04e7787c9d17418d2a5e80df3035255cb51b6d51
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/1828135

Title:
  Deleting a user doesn't clear their pending verified emails

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  To test:

  1) Create a user
  2) Log in as user and go to their profile page and add another email address 
(save form)
  3) Log in as admin and delete the user
  4) Create another user
  5) Log in as new user and try to add the same email address to them

  Says it is already taken

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

2019-05-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/9996
Committed: 
https://git.mahara.org/mahara/mahara/commit/7af81af05353a2259e51cf81c57d61d745d83970
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:18.10_STABLE

commit 7af81af05353a2259e51cf81c57d61d745d83970
Author: Robert Lyon 
Date:   Wed May 8 12:57:25 2019 +1200

Bug 1828135: Remove the pending emails when deleting user

behatnotneeded

Change-Id: I04e7787c9d17418d2a5e80df3035255cb51b6d51
Signed-off-by: Robert Lyon 
(cherry picked from commit dc64aa252612aae6d53f6d579815954f3fd38108)

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

Title:
  Deleting a user doesn't clear their pending verified emails

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  To test:

  1) Create a user
  2) Log in as user and go to their profile page and add another email address 
(save form)
  3) Log in as admin and delete the user
  4) Create another user
  5) Log in as new user and try to add the same email address to them

  Says it is already taken

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

2019-05-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/9995
Committed: 
https://git.mahara.org/mahara/mahara/commit/671a8be385856784d0e242847f2a074938524482
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:19.04_STABLE

commit 671a8be385856784d0e242847f2a074938524482
Author: Robert Lyon 
Date:   Wed May 8 12:57:25 2019 +1200

Bug 1828135: Remove the pending emails when deleting user

behatnotneeded

Change-Id: I04e7787c9d17418d2a5e80df3035255cb51b6d51
Signed-off-by: Robert Lyon 
(cherry picked from commit dc64aa252612aae6d53f6d579815954f3fd38108)

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

Title:
  Deleting a user doesn't clear their pending verified emails

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  To test:

  1) Create a user
  2) Log in as user and go to their profile page and add another email address 
(save form)
  3) Log in as admin and delete the user
  4) Create another user
  5) Log in as new user and try to add the same email address to them

  Says it is already taken

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

2019-05-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/9997
Committed: 
https://git.mahara.org/mahara/mahara/commit/12cff88932275a56fbc5b3c8aeb81c5ea3639e42
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:18.04_STABLE

commit 12cff88932275a56fbc5b3c8aeb81c5ea3639e42
Author: Robert Lyon 
Date:   Wed May 8 12:57:25 2019 +1200

Bug 1828135: Remove the pending emails when deleting user

behatnotneeded

Change-Id: I04e7787c9d17418d2a5e80df3035255cb51b6d51
Signed-off-by: Robert Lyon 
(cherry picked from commit dc64aa252612aae6d53f6d579815954f3fd38108)

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

Title:
  Deleting a user doesn't clear their pending verified emails

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  To test:

  1) Create a user
  2) Log in as user and go to their profile page and add another email address 
(save form)
  3) Log in as admin and delete the user
  4) Create another user
  5) Log in as new user and try to add the same email address to them

  Says it is already taken

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

2019-05-12 Thread Mahara Bot
Patch for "18.10_STABLE" branch: https://reviews.mahara.org/9996

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

Title:
  Deleting a user doesn't clear their pending verified emails

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  To test:

  1) Create a user
  2) Log in as user and go to their profile page and add another email address 
(save form)
  3) Log in as admin and delete the user
  4) Create another user
  5) Log in as new user and try to add the same email address to them

  Says it is already taken

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1828135/+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 1828135] Re: Deleting a user doesn't clear their pending verified emails

2019-05-12 Thread Cecilia Vela Gurovic
** Also affects: mahara/19.04
   Importance: Undecided
   Status: New

** Also affects: mahara/19.10
   Importance: Medium
   Status: In Progress

** Also affects: mahara/18.04
   Importance: Undecided
   Status: New

** Also affects: mahara/18.10
   Importance: Undecided
   Status: New

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

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

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

** Changed in: mahara/19.04
Milestone: None => 19.04.1

** Changed in: mahara/18.10
Milestone: None => 18.10.2

** Changed in: mahara/18.04
Milestone: None => 18.04.5

** Changed in: mahara/19.10
   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/1828135

Title:
  Deleting a user doesn't clear their pending verified emails

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  To test:

  1) Create a user
  2) Log in as user and go to their profile page and add another email address 
(save form)
  3) Log in as admin and delete the user
  4) Create another user
  5) Log in as new user and try to add the same email address to them

  Says it is already taken

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

2019-05-12 Thread Mahara Bot
Patch for "19.04_STABLE" branch: https://reviews.mahara.org/9995

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

Title:
  Deleting a user doesn't clear their pending verified emails

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  To test:

  1) Create a user
  2) Log in as user and go to their profile page and add another email address 
(save form)
  3) Log in as admin and delete the user
  4) Create another user
  5) Log in as new user and try to add the same email address to them

  Says it is already taken

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

2019-05-12 Thread Mahara Bot
Patch for "18.04_STABLE" branch: https://reviews.mahara.org/9997

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

Title:
  Deleting a user doesn't clear their pending verified emails

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  To test:

  1) Create a user
  2) Log in as user and go to their profile page and add another email address 
(save form)
  3) Log in as admin and delete the user
  4) Create another user
  5) Log in as new user and try to add the same email address to them

  Says it is already taken

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

2019-05-12 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/9994

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

Title:
  need to upgrade Font Awesome library from 4.7.0 to 5.X

Status in Mahara:
  In Progress

Bug description:
  need to upgrade Font Awesome library from 4.7.0 to 5.6.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1811904/+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 1713976] Re: Page edit not work on php7.1.8, need to downgrade to php7.0.22

2019-05-12 Thread Launchpad Bug Tracker
[Expired for Mahara because there has been no activity for 60 days.]

** Changed in: mahara
   Status: Incomplete => Expired

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

Title:
  Page edit not work on php7.1.8, need to downgrade to php7.0.22

Status in Mahara:
  Expired

Bug description:
  Page edit function is not work on php7.1.8,

  the edit function work again after I change to php7.0.22.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1713976/+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 1825092] Re: Undefined index: institution

2019-05-12 Thread Ghada El-Zoghbi
Hi Robert ,

Is this going to be back ported to 18.10? I'm getting the warning there
as well.

Thanks,
Ghada

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

Title:
  Undefined index: institution

Status in Mahara:
  Fix Released

Bug description:
  In admin menu click on Configure site-> Site options
  (/admin/site/options.php)

  When loading the page I see the error message:

  [WAR] 94 (lib/form/elements/autocomplete.php:124) Undefined index:
  institution

  
  this error comes from the changes made in the patch 
1fa6bfc59cdaa1d7895619ee3bae062cf5edfd11

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1825092/+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 1828753] [NEW] Move the usr_roles table to usr_access_roles as that is what it relates to

2019-05-12 Thread Robert Lyon
Public bug reported:

We use the table via a get_user_access_roles() and it involves the roles
relating to user access rules so we should name the table to reflect
this.

This also allows us to add a usr_roles table in the future to allow more
granular rules for a user, eg can do some site admin options but not all

To test: 
- One should be able to do peer assessment like before and have it work 
normally on the front end
- The usr_roles table should not exist anymore on back end
- The usr_access_roles table should exist on backend

This should be tested with:
- install a new site
- install a site older than 2018-08-02 then upgrade
- install a site newer than 2018-08-02 then upgrade

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

** Changed in: mahara
Milestone: None => 19.10.0

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

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

Title:
  Move the usr_roles table to usr_access_roles as that is what it
  relates to

Status in Mahara:
  In Progress

Bug description:
  We use the table via a get_user_access_roles() and it involves the
  roles relating to user access rules so we should name the table to
  reflect this.

  This also allows us to add a usr_roles table in the future to allow
  more granular rules for a user, eg can do some site admin options but
  not all

  To test: 
  - One should be able to do peer assessment like before and have it work 
normally on the front end
  - The usr_roles table should not exist anymore on back end
  - The usr_access_roles table should exist on backend

  This should be tested with:
  - install a new site
  - install a site older than 2018-08-02 then upgrade
  - install a site newer than 2018-08-02 then upgrade

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

2019-05-12 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/9993

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

Title:
  Move the usr_roles table to usr_access_roles as that is what it
  relates to

Status in Mahara:
  In Progress

Bug description:
  We use the table via a get_user_access_roles() and it involves the
  roles relating to user access rules so we should name the table to
  reflect this.

  This also allows us to add a usr_roles table in the future to allow
  more granular rules for a user, eg can do some site admin options but
  not all

  To test: 
  - One should be able to do peer assessment like before and have it work 
normally on the front end
  - The usr_roles table should not exist anymore on back end
  - The usr_access_roles table should exist on backend

  This should be tested with:
  - install a new site
  - install a site older than 2018-08-02 then upgrade
  - install a site newer than 2018-08-02 then upgrade

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

2019-05-12 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/9992

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

Title:
   more usable and simpler layout selector for Mahara pages

Status in Mahara:
  In Progress

Bug description:
  We are planning to improve the layout of mahara pages using the
  gridstack library.

  http://gridstackjs.com/

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1813987/+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 1828743] [NEW] Navigation scrollbar not present if in production mode

2019-05-12 Thread Robert Lyon
Public bug reported:

If we are in production mode and there are no site messages at top of
screen then the navigation menu doesn't have the scrollbar option when
long menu list

This was an oversight in bug
https://bugs.launchpad.net/mahara/+bug/1765276

To test - have a site in production mode then look at the admin ->
Institution navigation menu when browser port is smallish in height

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

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

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

** Also affects: mahara/19.04
   Importance: Undecided
   Status: New

** Also affects: mahara/19.10
   Importance: Undecided
   Status: New

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

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

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

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

** Changed in: mahara/19.10
Milestone: None => 19.10.0

** Changed in: mahara/19.04
Milestone: None => 19.04.1

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

** Changed in: mahara/19.04
 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/1828743

Title:
  Navigation scrollbar not present if in production mode

Status in Mahara:
  In Progress
Status in Mahara 19.04 series:
  In Progress
Status in Mahara 19.10 series:
  In Progress

Bug description:
  If we are in production mode and there are no site messages at top of
  screen then the navigation menu doesn't have the scrollbar option when
  long menu list

  This was an oversight in bug
  https://bugs.launchpad.net/mahara/+bug/1765276

  To test - have a site in production mode then look at the admin ->
  Institution navigation menu when browser port is smallish in height

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1828743/+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 1826255] Re: Share function Does not work

2019-05-12 Thread Paul Raper
Thank you hermannkm (h-klocker), I was beginning to think I was mad, but
now someone else has the same problem makes me feel a whole lot better.

It strikes me that the issue is a PHP issue rather than anything else,
although quite why this should be I am a little confused.

Perhaps someone better qualified can clarify this.

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

Title:
  Share function Does not work

Status in Mahara:
  Incomplete

Bug description:
  I am using the latest release candidate of Mahara and when I create a
  page and select the share option I reach the page that asks me who I
  want to share with.

  If I select any of the options from the dropdown list, users, friends,
  etc. no addition box appears to ask me to enter the name of the person
  I want to share with. Thus I can not share the page.

  If I friend someone, and then select Friends from the options
  available, the friends still cannot see the page.

  Something seems to be wrong here.

  I am using:
  mahara-19.04rc1.zip
  I have mysql
  My OS is Linux Debien
  PHP 7.1.x

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