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

2018-05-22 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8883

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

Title:
  Issue targeting a select2 tag in behat test

Status in Mahara:
  In Progress

Bug description:
  When sharing a page with another user, it is not possible to target
  the drop-down box with 'Search' placeholder text using css id. Is this
  an issue with the way select2 search works in Behat? Or something
  else?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1733995/+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 1767945] Re: php 7.2 causes problems in Mahara

2018-05-22 Thread Rebecca Blundell
The each() function is deprecated in 7.2, which causes a warning on the first 
call. 
each() is used in a few places in mahara code, but mostly in 'Dwoo'. There may 
be an upgrade for that.

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

Title:
  php 7.2 causes problems in Mahara

Status in Mahara:
  In Progress

Bug description:
  After upgrading to php 7.2 accidentally, I discovered it caused a lot
  of problems in Mahara. I'm going to investigate further and report the
  problems I discover on this page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1767945/+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 1772792] Re: Behat: upgrade for php 7.2

2018-05-22 Thread Rebecca Blundell
** Description changed:

  1. Upgrade behat to run in php 7.2
  
  2. Figure out what best to do for this problem:
  Currently there is an issue with the Behat2Renderer.php file in the html 
report. It uses count() as a test whether object properties return null. As in 
7.2 passing null to count results in a warning, running tests currently 
produces a long list of warnings, so we should probably change that.
  
+ It looks like implementing Countable on the object may solve this.
+ 
  Related to https://bugs.launchpad.net/mahara/+bug/1767945

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

Title:
  Behat: upgrade for php 7.2

Status in Mahara:
  New

Bug description:
  1. Upgrade behat to run in php 7.2

  2. Figure out what best to do for this problem:
  Currently there is an issue with the Behat2Renderer.php file in the html 
report. It uses count() as a test whether object properties return null. As in 
7.2 passing null to count results in a warning, running tests currently 
produces a long list of warnings, so we should probably change that.

  It looks like implementing Countable on the object may solve this.

  Related to https://bugs.launchpad.net/mahara/+bug/1767945

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1772792/+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 1767945] Re: php 7.2 causes problems in Mahara

2018-05-22 Thread Rebecca Blundell
Added bug to fix behat issues above:
https://bugs.launchpad.net/mahara/+bug/1772792

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

Title:
  php 7.2 causes problems in Mahara

Status in Mahara:
  In Progress

Bug description:
  After upgrading to php 7.2 accidentally, I discovered it caused a lot
  of problems in Mahara. I'm going to investigate further and report the
  problems I discover on this page.

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

2018-05-22 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8882

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

Title:
  Behat: upgrade for php 7.2

Status in Mahara:
  New

Bug description:
  1. Upgrade behat to run in php 7.2

  2. Figure out what best to do for this problem:
  Currently there is an issue with the Behat2Renderer.php file in the html 
report. It uses count() as a test whether object properties return null. As in 
7.2 passing null to count results in a warning, running tests currently 
produces a long list of warnings, so we should probably change that.

  Related to https://bugs.launchpad.net/mahara/+bug/1767945

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1772792/+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 1772792] [NEW] Behat: upgrade for php 7.2

2018-05-22 Thread Rebecca Blundell
Public bug reported:

1. Upgrade behat to run in php 7.2

2. Figure out what best to do for this problem:
Currently there is an issue with the Behat2Renderer.php file in the html 
report. It uses count() as a test whether object properties return null. As in 
7.2 passing null to count results in a warning, running tests currently 
produces a long list of warnings, so we should probably change that.

Related to https://bugs.launchpad.net/mahara/+bug/1767945

** Affects: mahara
 Importance: Undecided
 Status: New


** Tags: behat

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

Title:
  Behat: upgrade for php 7.2

Status in Mahara:
  New

Bug description:
  1. Upgrade behat to run in php 7.2

  2. Figure out what best to do for this problem:
  Currently there is an issue with the Behat2Renderer.php file in the html 
report. It uses count() as a test whether object properties return null. As in 
7.2 passing null to count results in a warning, running tests currently 
produces a long list of warnings, so we should probably change that.

  Related to https://bugs.launchpad.net/mahara/+bug/1767945

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1772792/+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 1767945] Re: php 7.2 causes problems in Mahara

2018-05-22 Thread Rebecca Blundell
Things seem better post-18.04 upgrade, which is good.

I am exploring a potential issue with failing email causing a stack
trace to be sent to a user, but I haven't found a way of replicating it
yet.

Behat components/dependencies need upgrading to work, but once that is
done, tests seem to run Ok. Currently there is an issue with the
Behat2Renderer.php file in the html report. It uses count() as a test
whether object properties return null. As in 7.2 passing null to count
results in a warning, running tests currently produces a long list of
warnings, so we should probably change that.

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

Title:
  php 7.2 causes problems in Mahara

Status in Mahara:
  In Progress

Bug description:
  After upgrading to php 7.2 accidentally, I discovered it caused a lot
  of problems in Mahara. I'm going to investigate further and report the
  problems I discover on this page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1767945/+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 1772773] Re: Need to call render_items in the static way

2018-05-22 Thread Cecilia Vela Gurovic
** Also affects: mahara/17.10
   Importance: Undecided
   Status: New

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

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

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

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

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

** Changed in: mahara/17.04
Milestone: None => 17.04.8

** Changed in: mahara/17.10
Milestone: None => 17.10.5

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

** Changed in: mahara/17.04
 Assignee: (unassigned) => Cecilia Vela Gurovic (ceciliavg)

** Changed in: mahara/17.10
 Assignee: (unassigned) => Cecilia Vela Gurovic (ceciliavg)

** Changed in: mahara/18.04
 Assignee: (unassigned) => Cecilia Vela Gurovic (ceciliavg)

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

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

** Changed in: mahara/18.04
   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/1772773

Title:
  Need to call render_items in the static way

Status in Mahara:
  In Progress
Status in Mahara 17.04 series:
  In Progress
Status in Mahara 17.10 series:
  In Progress
Status in Mahara 18.04 series:
  In Progress

Bug description:
  There is this error reported by a forum member

  error(2048, "Non-static method PluginBlocktypeMyviews::render_i...",
  "/var/www/mahara1804/blocktype/myviews/lib.php", 109, array(size 8))
  at /var/www/mahara1804/blocktype/myviews/lib.php:109

  See https://mahara.org/interaction/forum/topic.php?id=8260=33051

  Looking at the places we use render_items() they are not called in a
  static way

  (unlike calls to render_instance() )

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

2018-05-22 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8880

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

Title:
  Need to call render_items in the static way

Status in Mahara:
  In Progress
Status in Mahara 17.04 series:
  In Progress
Status in Mahara 17.10 series:
  In Progress
Status in Mahara 18.04 series:
  In Progress

Bug description:
  There is this error reported by a forum member

  error(2048, "Non-static method PluginBlocktypeMyviews::render_i...",
  "/var/www/mahara1804/blocktype/myviews/lib.php", 109, array(size 8))
  at /var/www/mahara1804/blocktype/myviews/lib.php:109

  See https://mahara.org/interaction/forum/topic.php?id=8260=33051

  Looking at the places we use render_items() they are not called in a
  static way

  (unlike calls to render_instance() )

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1772773/+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 1772773] Re: Need to call render_items in the static way

2018-05-22 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/1772773

Title:
  Need to call render_items in the static way

Status in Mahara:
  In Progress

Bug description:
  There is this error reported by a forum member

  error(2048, "Non-static method PluginBlocktypeMyviews::render_i...",
  "/var/www/mahara1804/blocktype/myviews/lib.php", 109, array(size 8))
  at /var/www/mahara1804/blocktype/myviews/lib.php:109

  See https://mahara.org/interaction/forum/topic.php?id=8260=33051

  Looking at the places we use render_items() they are not called in a
  static way

  (unlike calls to render_instance() )

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1772773/+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 1772773] Re: Need to call render_items in the static way

2018-05-22 Thread Cecilia Vela Gurovic
** Changed in: mahara
 Assignee: (unassigned) => Cecilia Vela Gurovic (ceciliavg)

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

Title:
  Need to call render_items in the static way

Status in Mahara:
  In Progress

Bug description:
  There is this error reported by a forum member

  error(2048, "Non-static method PluginBlocktypeMyviews::render_i...",
  "/var/www/mahara1804/blocktype/myviews/lib.php", 109, array(size 8))
  at /var/www/mahara1804/blocktype/myviews/lib.php:109

  See https://mahara.org/interaction/forum/topic.php?id=8260=33051

  Looking at the places we use render_items() they are not called in a
  static way

  (unlike calls to render_instance() )

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1772773/+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 1766041] Re: Password policy setting for only upper and lowercase letters doesn't require uppercase

2018-05-22 Thread Steven
Environment tested: Master
Browser tested: Chrome

===
Manual Test Script
===


Log in as admin and Set Password Policy to 8 characters +Upper and lower-case 
letters
---1. New user try and set password = 8 characters all lower-case 
(passwordpassword) ---> should get error message NO UPPER-CASE USED ✔
---2. New user try and set password = 8 characters all upper-case 
(PASSWORDPASSWORD) ---> should get error message NO LOWER-CASE USED ✔
---3. New user try and set password = 8 characters all upper and lower case + 
number (PASSWORDPASSWORD!) → should get error message No numbers allowed  ✔
---4. New user try and set password = 8 characters all upper and lower case + 
symbol (PASSWORDPASSWORD1) → should get error message No symbol  allowed ✔
---5. New user try and set password = 8 characters all upper and lower case 
(passwordPASSWORD) → successful

Log in as admin and Set Password Policy to 8 characters +Upper and lower-case 
letters and numbers
---1. New user try and set password = 8 characters all lower-case 
(passwordpassword) ---> should get error message NO UPPER-CASE USED ✔
---2. New user try and set password = 8 characters all upper-case 
(PASSWORDPASSWORD) ---> should get error message NO LOWER-CASE USED ✔
---3. New user try and set password = 8 characters all upper and lower case + 
number (PASSWORDPASSWORD!) → should get error message No numbers allowed  ✔
---4. New user try and set password = 8 characters all upper and lower case + 
symbol (PASSWORDPASSWORD1) → should get error message No lowercase✔
---5. New user try and set password = 8 characters all upper and lower case 
(passwordPASSWORD) → should get error message No number entered ✔
---6. New user try and set password = 8 characters all upper and lower case 
(passwordPASSWORD!) → should get error message No symbol  allowed ✔
---7. New user try and set password = 8 characters all upper and lower case 
(passwordPASSWORD1) → success✔

Log in as admin and Set Password Policy to 8 characters + Upper and lower-case 
letters, numbers, symbols
---1. New user try and set password = 8 characters all lower-case 
(passwordpassword) ---> should get error message NO UPPER-CASE USED ✔
---2. New user try and set password = 8 characters all upper-case 
(PASSWORDPASSWORD) ---> should get error message NO LOWER-CASE USED ✔
---3. New user try and set password = 8 characters all upper and lower case + 
number (PASSWORDPASSWORD!) → should get error message No numbers allowed   ✔
---4. New user try and set password = 8 characters all upper and lower case + 
symbol (PASSWORDPASSWORD1) → should get error message No lowercase ✔
---5. New user try and set password = 8 characters all upper and lower case 
(passwordPASSWORD) → should get error message No number entered and symbol 
entered  ✔
---6. New user try and set password = 8 characters all upper and lower case 
(passwordPASSWORD!) → should get error message No number entered ✔
---7. New user try and set password = 8 characters all upper and lower case 
(passwordPASSWORD1) → should get error message No symbol entered ✔
---8. New user try and set password = 8 characters all upper and lower case 
(passwordPASSWORD1!) → success ✔

Error message text
1. Password Policy to 8 characters +Upper and lower-case letters
---a. Your password must be at least 8 characters long. Passwords are case 
sensitive and must be different from your username. Your password must contain 
upper and lowercase letters.
2. Log in as admin and Set 
---b. Your password must be at least 8 characters long. Passwords are case 
sensitive and must be different from your username. Your password must contain 
upper and lowercase letters, numbers
3. Password Policy to 8 characters + Upper and lower-case letters, numbers, 
symbols
---c. Your password must be at least 8 characters long. Passwords are case 
sensitive and must be different from your username. Your password must contain 
upper and lowercase letters, numbers, symbols.


Catalyst QA Approved ✔

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

Title:
  Password policy setting for only upper and lowercase letters doesn't
  require uppercase

Status in Mahara:
  In Progress
Status in Mahara 18.04 series:
  In Progress
Status in Mahara 18.10 series:
  In Progress

Bug description:
  Reported at https://mahara.org/interaction/forum/topic.php?id=8232

  When the password policy is set to just upper and lowercase characters
  and a minimum of 8 letters, the following password is accepted even
  though it doesn't contain an uppercase letter:

  maggie12

  It seems that uppercase letters are ignored in all scenarios for the
  password policy and a password is created when they are absent.

To manage 

[Mahara-contributors] [Bug 1772773] [NEW] Need to call render_items in the static way

2018-05-22 Thread Robert Lyon
Public bug reported:

There is this error reported by a forum member

error(2048, "Non-static method PluginBlocktypeMyviews::render_i...",
"/var/www/mahara1804/blocktype/myviews/lib.php", 109, array(size 8)) at
/var/www/mahara1804/blocktype/myviews/lib.php:109

See https://mahara.org/interaction/forum/topic.php?id=8260=33051

Looking at the places we use render_items() they are not called in a
static way

(unlike calls to render_instance() )

** Affects: mahara
 Importance: High
 Status: Confirmed

** Changed in: mahara
   Status: New => Confirmed

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

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

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

Title:
  Need to call render_items in the static way

Status in Mahara:
  Confirmed

Bug description:
  There is this error reported by a forum member

  error(2048, "Non-static method PluginBlocktypeMyviews::render_i...",
  "/var/www/mahara1804/blocktype/myviews/lib.php", 109, array(size 8))
  at /var/www/mahara1804/blocktype/myviews/lib.php:109

  See https://mahara.org/interaction/forum/topic.php?id=8260=33051

  Looking at the places we use render_items() they are not called in a
  static way

  (unlike calls to render_instance() )

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1772773/+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 1771473] Re: No sorting of tags according to "date" when clicked on a tag

2018-05-22 Thread Steven
Environment tested: Master
Browser tested: Chrome
===
Manual Test Script
===

Preconditions: 
1. User has Tags on the following: 
a. Files 
b. Images
c. Text 
d. Pages
e. Collections
2. Tags are created on various date/times
3. There are more than 20 Articles (files, images, text and pages) with tags
4. There are more than 15 articles associated with one tag

Test Steps: Click Tags Block heading
1. User log in 
2. User browse to Main menu > Protfolio > Pages and collections
3. Confirm that the Tags block is displayed in right hand side of page ✔
4. Click the "Tags" heading of the block 
5. Confirm that the user is redirected to the My Tags page ✔
6. Click the Date link (top right of tags table)
7. Confirm that the tags in the table are sorted by date ✔
8. click page 2 of the table pagination (bottom of table)
9. Confirm that the second page is also sorted by date ✘ 

Test Steps: Click Tags Block heading
1. User log in 
2. User browse to Main menu > Protfolio > Pages and collections
3. Confirm that the Tags block is displayed in right hand side of page ✔
4. Click a tag name in the block 
5. Confirm that the user is redirected to the My Tags page ✔
6. Click the Date link (top right of tags table)
7. Confirm that the tags in the table are sorted by date ✔
8. click page 2 of the table pagination (bottom of table)
9. Confirm that the second page is also sorted by date ✔ 


BUG: Tags are not sorted by date on second page of the tags table

When the following conditions are met:
1. When user has got to the 
"My Tags" page by clicking the "Tags" heading of the block on Pages and 
collections page
2. When there is pagination on the "My Tags" page (at least 2 pages)
3. user has sorted by date 

Expected result: all tags in table are sorted by date including tags on
2nd page of table etc.

Note: is working when user navigates to "My Tags" page by clicking a
tags within the block

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

Title:
  No sorting of tags according to "date" when clicked on a tag

Status in Mahara:
  In Progress
Status in Mahara 17.04 series:
  In Progress
Status in Mahara 17.10 series:
  In Progress
Status in Mahara 18.04 series:
  In Progress

Bug description:
  A user reported that they were unable to sort tags using the "Date"
  link on the tags page.  This problem seems to be resolved when
  entering the tags page via clicking on the word 'tags', but exists
  when getting to the tags page by clicking on one of his tags in the
  tag cloud.

  To reproduce the bug, click on a tag in the tag cloud and then try to
  sort the list of artefacts by clicking on the 'date' link at the top
  of the list.  Changing to another tag from the tag list at this point
  will show the same non-sorting behaviour.

  Proper behaviour is seen when entering the tags page via the word
  'tag' at the top of the cloud and then clicking on one of the tags in
  the list to filter to that tag.

  This is on 17.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1771473/+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 1766041] Re: Password policy setting for only upper and lowercase letters doesn't require uppercase

2018-05-22 Thread Cecilia Vela Gurovic
** Changed in: mahara/18.10
   Status: Confirmed => In Progress

** Changed in: mahara/18.04
   Status: Confirmed => In Progress

** Changed in: mahara/18.04
 Assignee: (unassigned) => Cecilia Vela Gurovic (ceciliavg)

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

Title:
  Password policy setting for only upper and lowercase letters doesn't
  require uppercase

Status in Mahara:
  In Progress
Status in Mahara 18.04 series:
  In Progress
Status in Mahara 18.10 series:
  In Progress

Bug description:
  Reported at https://mahara.org/interaction/forum/topic.php?id=8232

  When the password policy is set to just upper and lowercase characters
  and a minimum of 8 letters, the following password is accepted even
  though it doesn't contain an uppercase letter:

  maggie12

  It seems that uppercase letters are ignored in all scenarios for the
  password policy and a password is created when they are absent.

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

2018-05-22 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8879

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

Title:
  Password policy setting for only upper and lowercase letters doesn't
  require uppercase

Status in Mahara:
  In Progress
Status in Mahara 18.04 series:
  In Progress
Status in Mahara 18.10 series:
  In Progress

Bug description:
  Reported at https://mahara.org/interaction/forum/topic.php?id=8232

  When the password policy is set to just upper and lowercase characters
  and a minimum of 8 letters, the following password is accepted even
  though it doesn't contain an uppercase letter:

  maggie12

  It seems that uppercase letters are ignored in all scenarios for the
  password policy and a password is created when they are absent.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1766041/+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 1771473] Re: No sorting of tags according to "date" when clicked on a tag

2018-05-22 Thread Cecilia Vela Gurovic
** Changed in: mahara
   Status: Confirmed => In Progress

** Changed in: mahara/17.04
 Assignee: (unassigned) => Cecilia Vela Gurovic (ceciliavg)

** Changed in: mahara/17.10
 Assignee: (unassigned) => Cecilia Vela Gurovic (ceciliavg)

** Changed in: mahara/18.04
 Assignee: (unassigned) => Cecilia Vela Gurovic (ceciliavg)

** Changed in: mahara/17.04
   Status: Confirmed => In Progress

** Changed in: mahara/17.10
   Status: Confirmed => In Progress

** Changed in: mahara/18.04
   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/1771473

Title:
  No sorting of tags according to "date" when clicked on a tag

Status in Mahara:
  In Progress
Status in Mahara 17.04 series:
  In Progress
Status in Mahara 17.10 series:
  In Progress
Status in Mahara 18.04 series:
  In Progress

Bug description:
  A user reported that they were unable to sort tags using the "Date"
  link on the tags page.  This problem seems to be resolved when
  entering the tags page via clicking on the word 'tags', but exists
  when getting to the tags page by clicking on one of his tags in the
  tag cloud.

  To reproduce the bug, click on a tag in the tag cloud and then try to
  sort the list of artefacts by clicking on the 'date' link at the top
  of the list.  Changing to another tag from the tag list at this point
  will show the same non-sorting behaviour.

  Proper behaviour is seen when entering the tags page via the word
  'tag' at the top of the cloud and then clicking on one of the tags in
  the list to filter to that tag.

  This is on 17.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1771473/+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 1766041] Re: Password policy setting for only upper and lowercase letters doesn't require uppercase

2018-05-22 Thread Cecilia Vela Gurovic
** Changed in: mahara/18.10
 Assignee: Robert Lyon (robertl-9) => Cecilia Vela Gurovic (ceciliavg)

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

Title:
  Password policy setting for only upper and lowercase letters doesn't
  require uppercase

Status in Mahara:
  Confirmed
Status in Mahara 18.04 series:
  Confirmed
Status in Mahara 18.10 series:
  Confirmed

Bug description:
  Reported at https://mahara.org/interaction/forum/topic.php?id=8232

  When the password policy is set to just upper and lowercase characters
  and a minimum of 8 letters, the following password is accepted even
  though it doesn't contain an uppercase letter:

  maggie12

  It seems that uppercase letters are ignored in all scenarios for the
  password policy and a password is created when they are absent.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1766041/+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 1771473] Re: No sorting of tags according to "date" when clicked on a tag

2018-05-22 Thread Cecilia Vela Gurovic
** Changed in: mahara
 Assignee: (unassigned) => Cecilia Vela Gurovic (ceciliavg)

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

Title:
  No sorting of tags according to "date" when clicked on a tag

Status in Mahara:
  Confirmed
Status in Mahara 17.04 series:
  Confirmed
Status in Mahara 17.10 series:
  Confirmed
Status in Mahara 18.04 series:
  Confirmed

Bug description:
  A user reported that they were unable to sort tags using the "Date"
  link on the tags page.  This problem seems to be resolved when
  entering the tags page via clicking on the word 'tags', but exists
  when getting to the tags page by clicking on one of his tags in the
  tag cloud.

  To reproduce the bug, click on a tag in the tag cloud and then try to
  sort the list of artefacts by clicking on the 'date' link at the top
  of the list.  Changing to another tag from the tag list at this point
  will show the same non-sorting behaviour.

  Proper behaviour is seen when entering the tags page via the word
  'tag' at the top of the cloud and then clicking on one of the tags in
  the list to filter to that tag.

  This is on 17.10

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

2018-05-22 Thread Mahara Bot
Patch for "18.04_STABLE" branch: https://reviews.mahara.org/8878

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

Title:
  No sorting of tags according to "date" when clicked on a tag

Status in Mahara:
  Confirmed
Status in Mahara 17.04 series:
  Confirmed
Status in Mahara 17.10 series:
  Confirmed
Status in Mahara 18.04 series:
  Confirmed

Bug description:
  A user reported that they were unable to sort tags using the "Date"
  link on the tags page.  This problem seems to be resolved when
  entering the tags page via clicking on the word 'tags', but exists
  when getting to the tags page by clicking on one of his tags in the
  tag cloud.

  To reproduce the bug, click on a tag in the tag cloud and then try to
  sort the list of artefacts by clicking on the 'date' link at the top
  of the list.  Changing to another tag from the tag list at this point
  will show the same non-sorting behaviour.

  Proper behaviour is seen when entering the tags page via the word
  'tag' at the top of the cloud and then clicking on one of the tags in
  the list to filter to that tag.

  This is on 17.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1771473/+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 1771776] Re: I need to automatically create institutions based on attributes in SAML

2018-05-22 Thread bobthevirus
Yeah, I'm going to use web services for now. I thought this might be a
useful feature for others too.

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

Title:
  I need to automatically create institutions based on attributes in
  SAML

Status in Mahara:
  New

Bug description:
  I have a site with hundreds of institutions. I have to duplicate
  institutions from the SAML provider to Mahara. To do this currently
  involves manually adding each new institution to Mahara. Instead, I'd
  like to be able to configure the No Institution SAML authentication to
  automatically create institutions and assign users to them based on
  SAML attributes.

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