[Mahara-contributors] [Bug 1649433] Re: Consolidate "Add file" buttons

2018-03-12 Thread Steven
Environment tested: Master
Browser tested: Chrome

===
Manual Test Script
===

Preconditions: 
1. Group exists

Test Steps:
1. User logged in 
2. User browse to Main menu > Content > Resume
3. Confirm that the date is in the same format as when created using the old 
date picker  ✔
4. Confirm the date picker is displayed when the user clicks inside the date 
field  ✔
5. Confirm the user can enter a date by typing in a date using the keyboard  ✔
6. Confirm the user can change a day inside the date picker by clicking the 
adjacent number in the calendar ✔
7. Confirm the user can change the month by  
a. Clicking the forward > icon ✔
b. Clicking the month and year located in centre of modal window at the 
top  ✔
c. Confirm months are now displayed instead of days and year is 
displayed in centre of modal window at the top ✔
8. Confirm the user can change the year inside the date picker by clicking the  
month and year located in centre of modal window at the top  ✔
9. Confirm years are now displayed instead of days and a year range is 
displayed in centre of modal window at the top ✔
10. Confirm the user can delete the date by clicking the trash can icon  ✔
11. Confirm that all date pickers across the site have been updated to the new 
date picker
a. Main menu > Content > Resume > introduction - Date picker changed ✔
b. Main menu > Content > Plans > (click - plan name) > New task - Date 
picker changed ✔
c. Main menu >  Groups > (click on group) > Share > Edit access - Date 
picker changed ✔
d. Admin > Reports > Configure report - Date picker changed ✔

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

Title:
  Consolidate "Add file" buttons

Status in Mahara:
  In Progress

Bug description:
  We use two different ways of adding files to a text box / resume
  sections etc.: One, which allows you to add files from both your
  Mahara storage and computer and another one only from the computer.
  The latter one is the older one and can still be found in certain
  places.

  We should consolidate the occurances to always use the new way of
  adding files to be more consistent.

  Best case in point:

  When you add a file to your education history, you get the old button.
  However, when you edit that entry, you get the new button (see
  attachment).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1649433/+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 1755329] Re: Working out folder size slows down opening of image block config

2018-03-12 Thread Kristina Hoeppner
** Also affects: mahara/18.10
   Importance: Undecided
   Status: New

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

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

** Also affects: mahara/18.04
   Importance: High
 Assignee: Cecilia Vela Gurovic (ceciliavg)
   Status: In Progress

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

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

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

** No longer affects: mahara/18.10

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

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

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

** Changed in: mahara/17.10
   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/1755329

Title:
  Working out folder size slows down opening of image block config

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

Bug description:
  We added the fix for https://bugs.launchpad.net/mahara/+bug/1650980 so that 
we could know how much content a folder contained when viewing via Content -> 
Files
  This was useful in helping one delete files to sort out quota problems.

  
  But the problem is that bit of code is also used when displaying a 
filebrowser form in block config forms. And it slows down the opening/closing 
of the config.

  We don't need to know about the folder / file size here so we should
  avoid the slow db calls that work out the size when not on Content ->
  Files page

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

2018-03-12 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8617

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

Title:
  Working out folder size slows down opening of image block config

Status in Mahara:
  In Progress

Bug description:
  We added the fix for https://bugs.launchpad.net/mahara/+bug/1650980 so that 
we could know how much content a folder contained when viewing via Content -> 
Files
  This was useful in helping one delete files to sort out quota problems.

  
  But the problem is that bit of code is also used when displaying a 
filebrowser form in block config forms. And it slows down the opening/closing 
of the config.

  We don't need to know about the folder / file size here so we should
  avoid the slow db calls that work out the size when not on Content ->
  Files page

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1755329/+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 1755331] [NEW] Cannot copy group pages when pagination is used

2018-03-12 Thread Kevin Dibble
Public bug reported:

Version: Mahara Version 17.10.0
OS: Linux (Ubuntu)
Database: MySQL
Browser: Chrome

Issue:
Group pages are created that can be copied by group members

Pages for users to copy that require they navigation to page 2 or higher of a 
shared list 
(using the pagination at the bottom)
Clicking Copy Reloads the page (the page is not copied)

Page 1 is unaffected

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Cannot copy group pages when pagination is used

Status in Mahara:
  New

Bug description:
  Version: Mahara Version 17.10.0
  OS: Linux (Ubuntu)
  Database: MySQL
  Browser: Chrome

  Issue:
  Group pages are created that can be copied by group members

  Pages for users to copy that require they navigation to page 2 or higher of a 
shared list 
  (using the pagination at the bottom)
  Clicking Copy Reloads the page (the page is not copied)

  Page 1 is unaffected

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1755331/+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 1755329] [NEW] Working out folder size slows down opening of image block config

2018-03-12 Thread Robert Lyon
Public bug reported:

We added the fix for https://bugs.launchpad.net/mahara/+bug/1650980 so that we 
could know how much content a folder contained when viewing via Content -> Files
This was useful in helping one delete files to sort out quota problems.


But the problem is that bit of code is also used when displaying a filebrowser 
form in block config forms. And it slows down the opening/closing of the config.

We don't need to know about the folder / file size here so we should
avoid the slow db calls that work out the size when not on Content ->
Files page

** Affects: mahara
 Importance: High
 Assignee: Cecilia Vela Gurovic (ceciliavg)
 Status: In Progress

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

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

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

Title:
  Working out folder size slows down opening of image block config

Status in Mahara:
  In Progress

Bug description:
  We added the fix for https://bugs.launchpad.net/mahara/+bug/1650980 so that 
we could know how much content a folder contained when viewing via Content -> 
Files
  This was useful in helping one delete files to sort out quota problems.

  
  But the problem is that bit of code is also used when displaying a 
filebrowser form in block config forms. And it slows down the opening/closing 
of the config.

  We don't need to know about the folder / file size here so we should
  avoid the slow db calls that work out the size when not on Content ->
  Files page

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

2018-03-12 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8616

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

Title:
  "Deleted user" in group page comments / forum posts shows with link

Status in Mahara:
  In Progress

Bug description:
  "Deleted user" has link to their non existent profile page

  Need to show 'Deleted user' without link

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1752181/+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 1755049] Re: behat test for themes

2018-03-12 Thread Steven
** Description changed:

- Update Existing Behat feature file 
+ Update Existing Behat feature file
  
- Behat test: Settings > User_themes.feature already exists - need to update 
behat test to include the following: 
- 
+ Behat test: Settings > User_themes.feature already exists - need to update 
behat test to include the following:
  
  Verify Themes:
- 1.Have been present in Mahara in their current form since 1.2.
- 2. Must be uploaded directly onto the web server by a system administrator.
- 3. Can override the page template for every single screen in Mahara, giving 
total control over how everything is displayed.
- 4. Depending on site and institution settings, there may be:
-  a single theme for the whole site
-  a theme for every institution
-  the possibility for users to choose their own theme for browsing the site
-  the possibility for users to apply a particular theme to each portfolio 
page, the page themes
  
- Verify Skins:
- 1. Can be created, shared, exported and uploaded by users via Portfolio then 
Skins.
- 2. Are less powerful than themes. They can only change page colours, fonts 
and background images, and add extra CSS. Basically they add one additional 
user-controlled CSS stylesheet to a page.
- 3.Can only be applied to user-created portfolio pages. They don’t change the 
way any other part of Mahara is displayed.
- 
- Verify following rules apply:
- 
- 1.If users apply a skin to one of their pages, it adds one additional CSS 
stylesheet to the page. This is in addition to the CSS from the theme.
- 2.Naturally, any particular skin might not look good in all themes, 
especially if the theme has changed the underlying page templates for portfolio 
pages.
- 3.If you’re a theme designer, the good news is that the skin stylesheet is 
itself a page template (skin/style.tpl). So, you can specify which page 
elements each of the skin settings should apply to by overriding that page 
template.
+ 1) Must be uploaded directly onto the web server by a system administrator.
+ 2) Can override the page template for every single screen in Mahara, giving 
total control over how everything is displayed.
+ 4) Depending on site and institution settings, there may be:
+  * a single theme for the whole site
+  * a theme for every institution
+  * the possibility for users to choose their own theme for browsing the site
+  * the possibility for users to apply a particular theme to each portfolio 
page, the page themes

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

Title:
  behat test for themes

Status in Mahara:
  In Progress

Bug description:
  Update Existing Behat feature file
  
  Behat test: Settings > User_themes.feature already exists - need to update 
behat test to include the following:

  Verify Themes:

  1) Must be uploaded directly onto the web server by a system administrator.
  2) Can override the page template for every single screen in Mahara, giving 
total control over how everything is displayed.
  4) Depending on site and institution settings, there may be:
   * a single theme for the whole site
   * a theme for every institution
   * the possibility for users to choose their own theme for browsing the site
   * the possibility for users to apply a particular theme to each portfolio 
page, the page themes

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