[Mahara-contributors] [Bug 1892103] Re: Cover image file selector defaults to png

2020-10-21 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1892103

Title:
  Cover image file selector defaults to png

Status in Mahara:
  Fix Released

Bug description:
  When you want to upload a cover image to a page or collection, the
  file browser automatically defaults to png even though jpg is possible
  to use as well. If we restrict the file type, then jpg should be
  included.

  To replicate:

  1. Create a page.
  2. In the 'Advanced settings', click the 'Add a file' button. The file 
selector is displayed.
  3. Click the 'Browse' button instead of selecting an already uploaded picture.
  Expected result: I can see png and jpg files.
  Actual result: I only see png.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1892103/+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 1892103] Re: Cover image file selector defaults to png

2020-09-15 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1892103

Title:
  Cover image file selector defaults to png

Status in Mahara:
  Fix Committed

Bug description:
  When you want to upload a cover image to a page or collection, the
  file browser automatically defaults to png even though jpg is possible
  to use as well. If we restrict the file type, then jpg should be
  included.

  To replicate:

  1. Create a page.
  2. In the 'Advanced settings', click the 'Add a file' button. The file 
selector is displayed.
  3. Click the 'Browse' button instead of selecting an already uploaded picture.
  Expected result: I can see png and jpg files.
  Actual result: I only see png.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1892103/+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 1892103] Re: Cover image file selector defaults to png

2020-09-13 Thread Cecilia Vela Gurovic
** Changed in: mahara
   Status: Triaged => 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/1892103

Title:
  Cover image file selector defaults to png

Status in Mahara:
  In Progress

Bug description:
  When you want to upload a cover image to a page or collection, the
  file browser automatically defaults to png even though jpg is possible
  to use as well. If we restrict the file type, then jpg should be
  included.

  To replicate:

  1. Create a page.
  2. In the 'Advanced settings', click the 'Add a file' button. The file 
selector is displayed.
  3. Click the 'Browse' button instead of selecting an already uploaded picture.
  Expected result: I can see png and jpg files.
  Actual result: I only see png.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1892103/+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 1892103] Re: Cover image file selector defaults to png

2020-09-01 Thread Kristina Hoeppner
When you click 'Browser' and see the list of files, for me, the 'PNG
Image' option was selected, and then I only had 'All Files' available,
which suggested that JPG were not allowed to upload as they would have
otherwise been in the list, correct?

** Attachment added: "cover_image_file_extension.png"
   
https://bugs.launchpad.net/mahara/+bug/1892103/+attachment/5406727/+files/cover_image_file_extension.png

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

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

Title:
  Cover image file selector defaults to png

Status in Mahara:
  Triaged

Bug description:
  When you want to upload a cover image to a page or collection, the
  file browser automatically defaults to png even though jpg is possible
  to use as well. If we restrict the file type, then jpg should be
  included.

  To replicate:

  1. Create a page.
  2. In the 'Advanced settings', click the 'Add a file' button. The file 
selector is displayed.
  3. Click the 'Browse' button instead of selecting an already uploaded picture.
  Expected result: I can see png and jpg files.
  Actual result: I only see png.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1892103/+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 1892103] Re: Cover image file selector defaults to png

2020-08-19 Thread Cecilia Vela Gurovic
I can't replicate this error.
I even checked the code and I can see in the settigns of the form we are 
allowing  'jpg' and 'png'.
on htdocs/view/editlayout.php line 421 on master branch

...
'accept'   => 'image/jpg,image/png',
...

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

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

Title:
  Cover image file selector defaults to png

Status in Mahara:
  Incomplete

Bug description:
  When you want to upload a cover image to a page or collection, the
  file browser automatically defaults to png even though jpg is possible
  to use as well. If we restrict the file type, then jpg should be
  included.

  To replicate:

  1. Create a page.
  2. In the 'Advanced settings', click the 'Add a file' button. The file 
selector is displayed.
  3. Click the 'Browse' button instead of selecting an already uploaded picture.
  Expected result: I can see png and jpg files.
  Actual result: I only see png.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1892103/+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 1892103] Re: Cover image file selector defaults to png

2020-08-19 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/1892103

Title:
  Cover image file selector defaults to png

Status in Mahara:
  Confirmed

Bug description:
  When you want to upload a cover image to a page or collection, the
  file browser automatically defaults to png even though jpg is possible
  to use as well. If we restrict the file type, then jpg should be
  included.

  To replicate:

  1. Create a page.
  2. In the 'Advanced settings', click the 'Add a file' button. The file 
selector is displayed.
  3. Click the 'Browse' button instead of selecting an already uploaded picture.
  Expected result: I can see png and jpg files.
  Actual result: I only see png.

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