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

2020-09-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11075
Committed: 
https://git.mahara.org/mahara/mahara/commit/4f4ab38ded7b59a2c92816ef8acc67c9a7464334
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 4f4ab38ded7b59a2c92816ef8acc67c9a7464334
Author: Cecilia Vela Gurovic 
Date:   Mon Jul 20 16:52:15 2020 +1200

Bug 1749308: Add collection swipe events if on touch device

behatnotneeded

Change-Id: Icf8b861c6d2e6f3b9f0775b5b3c35aa3783accc5

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

Title:
  Collection navigation triggering swiperight event on mouse click

Status in Mahara:
  Fix Committed

Bug description:
  Mahara: 17.10.3
  OS: Linux 16.04
  DB: Postgres (not relevant)
  Browser: Firefox and Chrome

  
  In a collection on a view with the 'Previous page' displayed, the swiperight 
event is getting triggered on a mouse click. 

  When a user tries to select some text (i.e. click mouse, hold it down,
  and select text), this action is interpreted as a swipe action. And,
  the swiperight event is triggered.

  I've come across this stackoverflow discussion:

  https://stackoverflow.com/questions/36317660/jquery-mobile-swipe-
  gesture-for-touch-screen-only-and-not-for-mouse

  Bascially, the swiperight and swipeleft events should be disabled on
  the mousedown event and enabled on the touchstart event.

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

2020-09-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11199
Committed: 
https://git.mahara.org/mahara/mahara/commit/dd7e9fb7245d22841c59c84057bbae9fbd089fa2
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit dd7e9fb7245d22841c59c84057bbae9fbd089fa2
Author: Cecilia Vela Gurovic 
Date:   Mon Aug 31 14:11:37 2020 +1200

Bug 1890504: update mobile detect library to 2.8.34

behatnotneeded

Change-Id: Ic5eb9231cb6afa1e8adac7fcf121dd2e7b3c8557

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

Title:
  Upgrade: Mobile detect 2.8.33 to 2.8.34

Status in Mahara:
  Fix Committed

Bug description:
  Related to bug: https://bugs.launchpad.net/mahara/+bug/1865115

  Minor point upgrade to Mobile Detect:
  https://github.com/serbanghita/Mobile-Detect/releases

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

2020-09-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11295
Committed: 
https://git.mahara.org/mahara/mahara/commit/9f83c8796a3e413ae600bf0881673faa74236dd0
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 9f83c8796a3e413ae600bf0881673faa74236dd0
Author: Lisa Seeto 
Date:   Mon Sep 21 20:49:00 2020 +1200

Bug 1896352: Error when adding LTI connection: 'component' not available

Add check to see if consumer is true

behatnotneeded

Change-Id: I1dae492acb1c47c68e0a10428f742092776b588f
Signed-off-by: Lisa Seeto 

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

Title:
  Error when adding LTI connection: 'component' not available

Status in Mahara:
  Fix Committed

Bug description:
  Mahara master:

  When I try to add 'LTI integration' to 'No institution', I get the
  following error message:

  [WAR] 59 (webservice/admin/oauthv1sregister.php:772) Trying to get property 
'component' of non-object
  Call stack (most recent first):

  log_message("Trying to get property 'component' of non-object", 8, true, 
true, "/home/kristina/code/mahara/htdocs/webservice/admin...", 772) at 
/home/kristina/code/mahara/htdocs/lib/errors.php:521
  error(8, "Trying to get property 'component' of non-object", 
"/home/kristina/code/mahara/htdocs/webservice/admin...", 772, array(size 2)) at 
/home/kristina/code/mahara/htdocs/webservice/admin/oauthv1sregister.php:772
  get_module_from_serverid("2") at 
/home/kristina/code/mahara/htdocs/webservice/admin/oauthv1sregister.php:92
  webservices_add_application_submit(object(Pieform), array(size 6)) at 
/home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:568
  Pieform->__construct(array(size 8)) at 
/home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:168
  Pieform::process(array(size 8)) at 
/home/kristina/code/mahara/htdocs/lib/mahara.php:5506
  pieform(array(size 8)) at 
/home/kristina/code/mahara/htdocs/webservice/admin/oauthv1sregister.php:642
  webservice_server_list_form(array(size 3), array(size 1)) at 
/home/kristina/code/mahara/htdocs/webservice/admin/oauthv1sregister.php:68

  

  It is not a problem when trying to add 'LTI integration' to an
  institution.

  It is also not a problem when adding 'LTI integration' to 'No
  institution' when an institution exists.

  To replicate:

  1. Make sure you do not have any institutions on the site and only 'No 
institution'.
  2. Go to Admin menu -> Web services -> External apps.
  3. Create an 'LTI integration' connection for 'No institution'.
  Expected result: The connection is created.
  Actual result: The connection is created but with the error message above.

  To test once fixed:

  a) The above scenario
  b) The scenario but with an institution
  c) The scenario but with 'No institution' when an institution is available

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

2020-09-21 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11296

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

Title:
  Allow custom webservice to access / save management config

Status in Mahara:
  New

Bug description:
  When we have a custom webservice that contains a function, eg
  module_lti_launch, that has the 'hasconfig' set to true we allow it to
  have the manage icon on the Admin -> Webservices -> External apps
  page.

  This functionality was added with Bug 1892106

  But we still need a way to display and save the config for that
  function when the service itself is not 'module/lti'

  We need PluginAuthWebservice to be able to 
  1) add config fields for functions that belong to component 'webservice'
  2) add config fields for functions that have their own plugin type, eg 
'module/lti'

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

2020-09-21 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11297

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

Title:
  Adding a closing parenthesis to "Display remote avatars" help file.

Status in Mahara:
  Fix Committed

Bug description:
  It's better for us to add a closing parenthesis to the Gravatar serve
  additional URL information.

  File to modify:
  lang/en.utf8/help/forms/siteoptions.remoteavatars.html

  Line:
  10

  [ Before ]
  This option requires both the person and the web server to have access to the 
Gravatar server (https://gravatar.com. In installations such as locked-down 
intranets, where such access is not available, enabling this option would 
simply add extra delays.

  [ After ]
  This option requires both the person and the web server to have access to the 
Gravatar server (https://gravatar.com). In installations such as locked-down 
intranets, where such access is not available, enabling this option would 
simply add extra delays.

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

2020-09-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11297
Committed: 
https://git.mahara.org/mahara/mahara/commit/7715a2bab16eda49275123ec46b6a4ca86087f11
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 7715a2bab16eda49275123ec46b6a4ca86087f11
Author: Mitsuhiro Yoshida 
Date:   Tue Sep 22 08:37:09 2020 +0900

Bug 1896552: Adding a closing parenthesis to "Display remote avatars"
help file.

Change-Id: I3fbc17c209c6d05948f34baffe2e67ac37cccd9f

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

Title:
  Adding a closing parenthesis to "Display remote avatars" help file.

Status in Mahara:
  Fix Committed

Bug description:
  It's better for us to add a closing parenthesis to the Gravatar serve
  additional URL information.

  File to modify:
  lang/en.utf8/help/forms/siteoptions.remoteavatars.html

  Line:
  10

  [ Before ]
  This option requires both the person and the web server to have access to the 
Gravatar server (https://gravatar.com. In installations such as locked-down 
intranets, where such access is not available, enabling this option would 
simply add extra delays.

  [ After ]
  This option requires both the person and the web server to have access to the 
Gravatar server (https://gravatar.com). In installations such as locked-down 
intranets, where such access is not available, enabling this option would 
simply add extra delays.

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

2020-09-21 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11298

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

Title:
  Add screen reader only text to point to collection title

Status in Mahara:
  Confirmed

Bug description:
  With all the changes for bug #1845053 we still need to make one more:

  Add screen reader only text after a page title saying that the page is
  part of a collection as we are removing the heading from the
  collection title (in https://reviews.mahara.org/#/c/11288).

  So when the screen reader reads out the title of a page, it should
  also read "This page is part of collection 'Title of the collection'.

  This is a screen reader only change.

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

2020-09-21 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11299

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

Title:
  Cannot send email via SMTP server with self signed certificate

Status in Mahara:
  In Progress

Bug description:
  Mahara uses PHPMailer for sending emails. The default settings for
  PHPMailer are to disallow mail sending (with TLS) if the server has
  either a self signed certificate or if peer verification fails. This
  can also occur when using port 25 if the mail server is configured to
  require TLS to be started.

  In these cases the following mail options will allow the mail to be
  sent

  $mail->SMTPOptions = array(
  'ssl' => array(
  'verify_peer' => false,
  'verify_peer_name' => false,
  'allow_self_signed' => true
  )
  );

  To allow Mahara to be used with an external mail server in this case
  it is proposed to add the following configuration items:

  smtpallowselfsigned (default: false)
  smtpverifypeer (default: true)

  And the above ssl mail options would be set with these new options.

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

2020-09-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11147
Committed: 
https://git.mahara.org/mahara/mahara/commit/7b6dd20f8d62a8f3c4335bbb9367930c03ea1c04
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 7b6dd20f8d62a8f3c4335bbb9367930c03ea1c04
Author: Cecilia Vela Gurovic 
Date:   Mon Aug 17 17:24:44 2020 +1200

Bug 1891844: Trigger block resize only after ajax block have been loaded

behatnotneeded

Change-Id: Id643819fbcb8db2f9666d8e5ec817795f5cfba06

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

Title:
  ajax loaded blocks not resizing properly

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  need to wait until ajax loaded blocks have finish loading, to trigger
  gridstack load resize

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

2020-09-21 Thread Mahara Bot
Patch for "20.04_STABLE" branch: https://reviews.mahara.org/11300

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

Title:
  ajax loaded blocks not resizing properly

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  need to wait until ajax loaded blocks have finish loading, to trigger
  gridstack load resize

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

2020-09-21 Thread Mahara Bot
Patch for "19.10_STABLE" branch: https://reviews.mahara.org/11301

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

Title:
  ajax loaded blocks not resizing properly

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  need to wait until ajax loaded blocks have finish loading, to trigger
  gridstack load resize

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

2020-09-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11300
Committed: 
https://git.mahara.org/mahara/mahara/commit/df62cbc044169538e00aaabae46c964ee603e904
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:20.04_STABLE

commit df62cbc044169538e00aaabae46c964ee603e904
Author: Cecilia Vela Gurovic 
Date:   Mon Aug 17 17:24:44 2020 +1200

Bug 1891844: Trigger block resize only after ajax block have been loaded

behatnotneeded

Change-Id: Id643819fbcb8db2f9666d8e5ec817795f5cfba06
(cherry picked from commit 7b6dd20f8d62a8f3c4335bbb9367930c03ea1c04)

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

Title:
  ajax loaded blocks not resizing properly

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  need to wait until ajax loaded blocks have finish loading, to trigger
  gridstack load resize

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

2020-09-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11301
Committed: 
https://git.mahara.org/mahara/mahara/commit/d0406304d0adf83f835acc0525d375b7d4fc94ad
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:19.10_STABLE

commit d0406304d0adf83f835acc0525d375b7d4fc94ad
Author: Cecilia Vela Gurovic 
Date:   Mon Aug 17 17:24:44 2020 +1200

Bug 1891844: Trigger block resize only after ajax block have been loaded

behatnotneeded

Change-Id: Id643819fbcb8db2f9666d8e5ec817795f5cfba06
(cherry picked from commit 7b6dd20f8d62a8f3c4335bbb9367930c03ea1c04)

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

Title:
  ajax loaded blocks not resizing properly

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  need to wait until ajax loaded blocks have finish loading, to trigger
  gridstack load resize

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

2020-09-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11298
Committed: 
https://git.mahara.org/mahara/mahara/commit/2c6a00b8e3f21c8c458d1e0355cfe200fc39c6cc
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 2c6a00b8e3f21c8c458d1e0355cfe200fc39c6cc
Author: Lisa Seeto 
Date:   Tue Sep 22 13:13:56 2020 +1200

Bug 1896549: Add screen reader only text to point to collection title

- add in SR only lang string
- adjust templates for pageheader, SmartEvidence and portfolio completion

Change-Id: Iff9a120f37a9245a566a05cb5dd305d05351ecea
Signed-off-by: Lisa Seeto 

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

Title:
  Add screen reader only text to point to collection title

Status in Mahara:
  Fix Committed

Bug description:
  With all the changes for bug #1845053 we still need to make one more:

  Add screen reader only text after a page title saying that the page is
  part of a collection as we are removing the heading from the
  collection title (in https://reviews.mahara.org/#/c/11288).

  So when the screen reader reads out the title of a page, it should
  also read "This page is part of collection 'Title of the collection'.

  This is a screen reader only change.

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

2020-09-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11288
Committed: 
https://git.mahara.org/mahara/mahara/commit/68791d820b5e87ab7f881aecb9afadecb077ab12
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 68791d820b5e87ab7f881aecb9afadecb077ab12
Author: Evonne 
Date:   Fri Sep 18 15:41:29 2020 +1200

Bug 1845053 Theme updates for Raw theme

Removed dashboard boxes hide link.

Corrected style for import form button.

Reset headings for SmartEvidence popovers.

Removed line between customised theme color selector form.

Increase gap between dashboard boxes and edit button.

Changes collection title from h2 to div.collection-title.

Realign left when two select boxes are vertically after one another,
rather than horizontally after one another.

Took away smaller font sizes in skins, put default as medium.

Brought back .card-half to make managing collection pages side by
side. Icon on add pages button changed to a plus, and turned to
secondary button.

behatnotneeded

Change-Id: I114d1b022300b075d2df26a14d3b55cc255cc3af

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

Title:
  Increase base font size, update heading levels, use rem, and increase
  width

Status in Mahara:
  Fix Committed

Bug description:
  As part of our accessibility review, we are going to increase the base
  font size from 14px to 16px. In addition, there are some elements that
  do not yet have font size variables. They will be changed to allow for
  flexibility.

  We'll also need to review the line height at the same time and the
  hover background and whether and if so where we are going to keep it.
  UX will be needed for that.

  All these changes are to be looked at alongside the WCAG 2.1
  guidelines after 20.10.

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

2020-09-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/9678
Committed: 
https://git.mahara.org/mahara/mahara/commit/51e144f09247953688833169f3cfd0df3ff5fd8d
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 51e144f09247953688833169f3cfd0df3ff5fd8d
Author: Kevin Dibble 
Date:   Thu Mar 28 17:05:08 2019 +1300

bug 1528118 : preview collections in export section

This outputs a link to the
first page in a collection
when viewing export previews.

Also removed old Mochkit function
MochiKit.Base.partial

behatnotneeded

Change-Id: I429f70fba7db4d290280a85e222a3ac1ddb328e4

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

Title:
  Preview collections on Export screen

Status in Mahara:
  Fix Committed

Bug description:
  When you export pages, you can preview them. But you don't have that
  option for collections. There should be a collection preview link
  which takes you to the first page of the collection and ideally you
  can navigate through the other pages.

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

2020-09-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11296
Committed: 
https://git.mahara.org/mahara/mahara/commit/407d0bc28eb9444867cf0745557b37863ae7dd40
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:master

commit 407d0bc28eb9444867cf0745557b37863ae7dd40
Author: Robert Lyon 
Date:   Tue Sep 22 10:21:00 2020 +1200

Bug 1896547: Allow custom webservice function to populate config form

Change-Id: I12ee3bfb9ffd249dc66c8dbe621babecd6cb3145
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/1896547

Title:
  Allow custom webservice to access / save management config

Status in Mahara:
  Fix Committed

Bug description:
  When we have a custom webservice that contains a function, eg
  module_lti_launch, that has the 'hasconfig' set to true we allow it to
  have the manage icon on the Admin -> Webservices -> External apps
  page.

  This functionality was added with Bug 1892106

  But we still need a way to display and save the config for that
  function when the service itself is not 'module/lti'

  We need PluginAuthWebservice to be able to 
  1) add config fields for functions that belong to component 'webservice'
  2) add config fields for functions that have their own plugin type, eg 
'module/lti'

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

2020-09-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11263
Committed: 
https://git.mahara.org/mahara/mahara/commit/8773fee302205797934d2a1850680bd4b66acfca
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 8773fee302205797934d2a1850680bd4b66acfca
Author: Cecilia Vela Gurovic 
Date:   Mon Sep 14 13:04:44 2020 +1200

Bug 1895485: Adding login params inside email message for webservice
auth instance

behatnotneeded

Change-Id: Icaa01a588e4ae3d9711ac322ad23c59de7bcbba8

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

Title:
  Adding login email link for webservice auth instance

Status in Mahara:
  Fix Committed

Bug description:
  Follow up to bug https://bugs.launchpad.net/mahara/+bug/1867203

  For webservices authentications, need to add the redirect parameters
  to links inside the content of the email, if they point to the Mahara
  site.

  For example, if a portfolio is being shared to a user that belongs to an 
institution with webservices auth instance.
  The email it will receive, will show a link to the portfolio that was shared, 
but it won't contain the parameters to redirect to the login of the user.

  This is an example (html to see the links)
  You have been sent a notification from Mahara. Message follows:
  
  You have been given access to the following:
  
 
  Page title  http://maharatest/view/view.php?id=8>http://maharatest/view/view.php?id=8
 
  
  
  
  See http://maharatest/view/sharedviews.php";>http://maharatest/view/sharedviews.php
  
  This is an auto-generated notification from Mahara. To update your 
notification preferences, visit http://maharatest/account/activity/preferences/index.php";>http://maharatest/account/activity/preferences/index.php

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

2020-09-22 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11306

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

Title:
  Changes to subtheme starter to inherit parent theme styles properly
  again

Status in Mahara:
  In Progress

Bug description:
  Some changes were made to the theme folder structure that resulted in
  not all styles being inherited properly from the parent theme. Evonne
  found how to correct that.

  Custom fonts still need to be set up manually in the subtheme starter
  theme even with this fix.

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

2020-09-24 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11146
Committed: 
https://git.mahara.org/mahara/mahara/commit/4e5d6ecc387df3d73f4d88b36bb5a549760403a5
Submitter: Lisa Seeto (lisase...@catalyst.net.nz)
Branch:master

commit 4e5d6ecc387df3d73f4d88b36bb5a549760403a5
Author: Rangi Daymond 
Date:   Mon Aug 17 15:24:13 2020 +1200

Bug 1891266: Behat: confirm Dashboard elements are correct

Automating manual test
Check default blocks exist
Check a dashboard block can be edited
Check a new block can be added
Check a default block can be deleted
Check defaults for configure/remove blocks

Change-Id: Ifc1a860bce67bc7e9ac2b449e748c7e1bba33a2c

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

Title:
  Behat: Confirm correct dashboard elements are present

Status in Mahara:
  In Progress

Bug description:
  Automating a manual test. Copied from spreadsheet:

  Verify default dashboard includes the following blocks:
  Latest pages, My pages, Inbox, Topics I’m following
  (Note these titles are out of date. We need to check the current titles)

  Verify user can add or remove blocks via edit dashboard

  For this we can add to the homepage_buttons.feature. I suggest
  renaming it to dashboard.feature and it can be the core test for items
  on that page.

  1. Add a scenario called "Checking default blocks are displayed".

  2. As the section commented "# check for bug 1493199 name changed from
  “Latest pages” to “Latest changes I can view”" includes a check for
  that, transfer it to the new scenario.

  3. Add checks for the other defaults:
  Inbox
  Topics I am following
  My portfolios
  Watched pages

  4. Follow "Edit dashboard" and confirm that the blocks all contain a
  "Remove block" option and that all except My portfolios contain a
  "Configure block" option.

  5. Test that the configure modal opens for one of the blocks and that
  you can save a change. (Note that we are not interested in this test
  whether the options work.)

  6. Test that you can delete one of the blocks

  7. Return to the dashboard and confirm the block you deleted is not
  displayed.

  
  ADDITIONAL CHECKS:
  There is another manual test that checks a different block can be added to 
the dashboard. We can incorporate this test too. While editing the dashboard in 
4. above, add a block.
  In 7. confirm that the new block is displayed. (Let's use a block for this 
that isn't added elsewhere.)

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

2020-09-24 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11307

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

Title:
  Behat: Confirm correct dashboard elements are present

Status in Mahara:
  In Progress

Bug description:
  Automating a manual test. Copied from spreadsheet:

  Verify default dashboard includes the following blocks:
  Latest pages, My pages, Inbox, Topics I’m following
  (Note these titles are out of date. We need to check the current titles)

  Verify user can add or remove blocks via edit dashboard

  For this we can add to the homepage_buttons.feature. I suggest
  renaming it to dashboard.feature and it can be the core test for items
  on that page.

  1. Add a scenario called "Checking default blocks are displayed".

  2. As the section commented "# check for bug 1493199 name changed from
  “Latest pages” to “Latest changes I can view”" includes a check for
  that, transfer it to the new scenario.

  3. Add checks for the other defaults:
  Inbox
  Topics I am following
  My portfolios
  Watched pages

  4. Follow "Edit dashboard" and confirm that the blocks all contain a
  "Remove block" option and that all except My portfolios contain a
  "Configure block" option.

  5. Test that the configure modal opens for one of the blocks and that
  you can save a change. (Note that we are not interested in this test
  whether the options work.)

  6. Test that you can delete one of the blocks

  7. Return to the dashboard and confirm the block you deleted is not
  displayed.

  
  ADDITIONAL CHECKS:
  There is another manual test that checks a different block can be added to 
the dashboard. We can incorporate this test too. While editing the dashboard in 
4. above, add a block.
  In 7. confirm that the new block is displayed. (Let's use a block for this 
that isn't added elsewhere.)

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

2020-09-24 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11308

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

Title:
  behat check dependencies performance

Status in Mahara:
  In Progress

Bug description:
  Everytime we have to run a behat test, we check composer dependencies
  by calling testing_update_dependencies() in testing/lib.php

  I think this should improve somehow by checking if we actually need to
  update dependencies, maybe by checking the hash on the file that gets
  installed and see if we actually need to run the dependencies check

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

2020-09-24 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11083
Committed: 
https://git.mahara.org/mahara/mahara/commit/b1becae9c6dd886a58c6b07ce2a2454d02978eec
Submitter: Lisa Seeto (lisase...@catalyst.net.nz)
Branch:master

commit b1becae9c6dd886a58c6b07ce2a2454d02978eec
Author: Cecilia Vela Gurovic 
Date:   Fri Jul 24 13:24:43 2020 +1200

Bug 1886880: check if need to update composer dependencies

If the dependencies have been installed already, there's no need to
update dependencies unless the composer.json version values
are changed

behatnotneeded

Change-Id: I8c793f56fb3c35ae57ba67a060c321b8cf5d2af5

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

Title:
  behat check dependencies performance

Status in Mahara:
  In Progress

Bug description:
  Everytime we have to run a behat test, we check composer dependencies
  by calling testing_update_dependencies() in testing/lib.php

  I think this should improve somehow by checking if we actually need to
  update dependencies, maybe by checking the hash on the file that gets
  installed and see if we actually need to run the dependencies check

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

2020-09-24 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11307
Committed: 
https://git.mahara.org/mahara/mahara/commit/95bda6da535a1b04f6d0e510e9a040a0074b2960
Submitter: Lisa Seeto (lisase...@catalyst.net.nz)
Branch:20.10_STABLE

commit 95bda6da535a1b04f6d0e510e9a040a0074b2960
Author: Rangi Daymond 
Date:   Mon Aug 17 15:24:13 2020 +1200

Bug 1891266: Behat: confirm Dashboard elements are correct

Automating manual test
Check default blocks exist
Check a dashboard block can be edited
Check a new block can be added
Check a default block can be deleted
Check defaults for configure/remove blocks

Change-Id: Ifc1a860bce67bc7e9ac2b449e748c7e1bba33a2c
(cherry picked from commit 4e5d6ecc387df3d73f4d88b36bb5a549760403a5)

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

Title:
  Behat: Confirm correct dashboard elements are present

Status in Mahara:
  Fix Committed

Bug description:
  Automating a manual test. Copied from spreadsheet:

  Verify default dashboard includes the following blocks:
  Latest pages, My pages, Inbox, Topics I’m following
  (Note these titles are out of date. We need to check the current titles)

  Verify user can add or remove blocks via edit dashboard

  For this we can add to the homepage_buttons.feature. I suggest
  renaming it to dashboard.feature and it can be the core test for items
  on that page.

  1. Add a scenario called "Checking default blocks are displayed".

  2. As the section commented "# check for bug 1493199 name changed from
  “Latest pages” to “Latest changes I can view”" includes a check for
  that, transfer it to the new scenario.

  3. Add checks for the other defaults:
  Inbox
  Topics I am following
  My portfolios
  Watched pages

  4. Follow "Edit dashboard" and confirm that the blocks all contain a
  "Remove block" option and that all except My portfolios contain a
  "Configure block" option.

  5. Test that the configure modal opens for one of the blocks and that
  you can save a change. (Note that we are not interested in this test
  whether the options work.)

  6. Test that you can delete one of the blocks

  7. Return to the dashboard and confirm the block you deleted is not
  displayed.

  
  ADDITIONAL CHECKS:
  There is another manual test that checks a different block can be added to 
the dashboard. We can incorporate this test too. While editing the dashboard in 
4. above, add a block.
  In 7. confirm that the new block is displayed. (Let's use a block for this 
that isn't added elsewhere.)

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

2020-09-24 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11308
Committed: 
https://git.mahara.org/mahara/mahara/commit/a33ae5c0a01cef73b681a6e0c5f82ef8ac2cded8
Submitter: Lisa Seeto (lisase...@catalyst.net.nz)
Branch:20.10_STABLE

commit a33ae5c0a01cef73b681a6e0c5f82ef8ac2cded8
Author: Cecilia Vela Gurovic 
Date:   Fri Jul 24 13:24:43 2020 +1200

Bug 1886880: check if need to update composer dependencies

If the dependencies have been installed already, there's no need to
update dependencies unless the composer.json version values
are changed

behatnotneeded

Change-Id: I8c793f56fb3c35ae57ba67a060c321b8cf5d2af5
(cherry picked from commit b1becae9c6dd886a58c6b07ce2a2454d02978eec)

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

Title:
  behat check dependencies performance

Status in Mahara:
  Fix Committed

Bug description:
  Everytime we have to run a behat test, we check composer dependencies
  by calling testing_update_dependencies() in testing/lib.php

  I think this should improve somehow by checking if we actually need to
  update dependencies, maybe by checking the hash on the file that gets
  installed and see if we actually need to run the dependencies check

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

2020-09-24 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11299
Committed: 
https://git.mahara.org/mahara/mahara/commit/f9bb86ff345de4bed5e118064e041e4c0519eebe
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit f9bb86ff345de4bed5e118064e041e4c0519eebe
Author: Glenn Walbran 
Date:   Tue Sep 22 12:21:37 2020 +1200

Bug 1896554, allow mail sending via SMTP server with self signed
certificate

Mahara currently does not allow the secure sending of email via an external mail
server if it has a self signed certificate. This is because it fails the 
PHPMailer
checks on self-signed certs and peer verification.

Add options to allow this for email sending.

Change-Id: Iad7960b275aaad84fe5ac2c7cc420f54c00556cd

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

Title:
  Cannot send email via SMTP server with self signed certificate

Status in Mahara:
  Fix Committed

Bug description:
  Mahara uses PHPMailer for sending emails. The default settings for
  PHPMailer are to disallow mail sending (with TLS) if the server has
  either a self signed certificate or if peer verification fails. This
  can also occur when using port 25 if the mail server is configured to
  require TLS to be started.

  In these cases the following mail options will allow the mail to be
  sent

  $mail->SMTPOptions = array(
  'ssl' => array(
  'verify_peer' => false,
  'verify_peer_name' => false,
  'allow_self_signed' => true
  )
  );

  To allow Mahara to be used with an external mail server in this case
  it is proposed to add the following configuration items:

  smtpallowselfsigned (default: false)
  smtpverifypeer (default: true)

  And the above ssl mail options would be set with these new options.

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

2020-09-27 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11309

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

Title:
  importing comments: wrong name to display and content

Status in Mahara:
  In Progress

Bug description:
  When exporting from a site and importing to a different site, there is
  no consent of the author of a comment in this other site to display
  their name. We should be replacing the name for something like
  'Imported feedback'.

  The comment contents are not display correctly. The text is replaced
  by the string "Comment" like is shown in the attached image.


  Cases to take into consideration when testing:

  Comment export + import testing

  Export
   1. Full account
   2. Single page
   3. Collection (should be the same)
   4. Bulk

  Comments needed:
   1. Public on page
   2. Private on page
   3. Public on artefact, i.e. journal entry so we don't need site data
   4. Private on artefact

  
  Import
   1. Interactive, i.e. own account
   2. Admin menu ->People->Add person
   3. Bulk

  - Set up a DB that has scenarios and dump it for easier testing
  - See peer assessment config testing for testing matrix example

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

2020-09-29 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11310

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

Title:
  Increase base font size, update heading levels, use rem, and increase
  width

Status in Mahara:
  Fix Committed

Bug description:
  As part of our accessibility review, we are going to increase the base
  font size from 14px to 16px. In addition, there are some elements that
  do not yet have font size variables. They will be changed to allow for
  flexibility.

  We'll also need to review the line height at the same time and the
  hover background and whether and if so where we are going to keep it.
  UX will be needed for that.

  All these changes are to be looked at alongside the WCAG 2.1
  guidelines after 20.10.

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

2020-09-29 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11311

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

Title:
  Increase base font size, update heading levels, use rem, and increase
  width

Status in Mahara:
  Fix Committed

Bug description:
  As part of our accessibility review, we are going to increase the base
  font size from 14px to 16px. In addition, there are some elements that
  do not yet have font size variables. They will be changed to allow for
  flexibility.

  We'll also need to review the line height at the same time and the
  hover background and whether and if so where we are going to keep it.
  UX will be needed for that.

  All these changes are to be looked at alongside the WCAG 2.1
  guidelines after 20.10.

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

2020-09-30 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11209
Committed: 
https://git.mahara.org/mahara/mahara/commit/87e202ef3cf55365fb42e285962c6f4e16bbfc7f
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:master

commit 87e202ef3cf55365fb42e285962c6f4e16bbfc7f
Author: Glenn Walbran 
Date:   Mon Aug 17 14:30:47 2020 +1200

Bug 1895201 Docker images for Mahara

This commit adds docker images for building, testing and running Mahara.
The images are:
- mahara-base, has packages that are needed to both run and test Mahara.
Base of an ubuntu base image.
- mahara-builder, image to be used for building and testing Mahara. Extends
mahara-base and adds packages needed for building and testing
- mahara, image used for running Mahara. Has the Mahara code (that has
already been built) baked into it.

Things to note:
- The configuration in the docker images is driven by environment variables.
htdocs/config-environment.php is a config file variant that will look for
config in from the environment variables else fall back to a default value.
This file is copied to config.php as part of creating the mahara image.
- The mahara image only has support for http. If https is required (which is
recommended) then this should be done by adding a reverse proxy whose job
is to terminate the https.

Change-Id: I65af1231dc42684e596c6e236fcf1de166d1abc7

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

Title:
  Make Mahara available via Docker

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed

Bug description:
  With more and more people using the cloud and containers to set up
  their applications, it would be good if Mahara were available via
  Docker. That also includes being able to run Behat tests via Docker.

  Separate services are set up via distinct containers.

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

2020-09-30 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11312

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

Title:
  Make Mahara available via Docker

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed

Bug description:
  With more and more people using the cloud and containers to set up
  their applications, it would be good if Mahara were available via
  Docker. That also includes being able to run Behat tests via Docker.

  Separate services are set up via distinct containers.

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

2020-09-30 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11313

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

Title:
  Timeline: page block display has far too much whitespace after first
  blocks

Status in Mahara:
  In Progress
Status in Mahara 20.10 series:
  In Progress
Status in Mahara 21.04 series:
  In Progress

Bug description:
  Test environment: cloud MYSQL 8.0 PHP7.4
  Browser: Win10 VM --Edge (latest)
  Theme: Ocean

  Steps:
  1. Log in as an account holder that has authored at least one page.
  2. Display the page and use the 'More options' to turn the Timeline 
functionality on
  3. Select to 'Save to timeline' (note: page has a text block & an image block 
side by side then underneath that there are two external media blocks next to 
each other).
  4. Add another block to the page (used a folder block underneath the smaller 
external media block).
  5. Select to view the timeline (first dot selected) and scroll down to view 
the page.

  Expected results: the page content displays as it does in display
  mode.

  Actual result: the image is not displaying fully and there is a large
  amount of whitespace to scroll down through before the external media
  blocks are displayed. (please see attached screenshot)

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

2020-09-30 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11312
Committed: 
https://git.mahara.org/mahara/mahara/commit/0a295cbddd490ad63f94ae0e36473ba60c5ccfe4
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:20.10_STABLE

commit 0a295cbddd490ad63f94ae0e36473ba60c5ccfe4
Author: Glenn Walbran 
Date:   Mon Aug 17 14:30:47 2020 +1200

Bug 1895201 Docker images for Mahara

This commit adds docker images for building, testing and running Mahara.
The images are:
- mahara-base, has packages that are needed to both run and test Mahara.
Base of an ubuntu base image.
- mahara-builder, image to be used for building and testing Mahara. Extends
mahara-base and adds packages needed for building and testing
- mahara, image used for running Mahara. Has the Mahara code (that has
already been built) baked into it.

Things to note:
- The configuration in the docker images is driven by environment variables.
htdocs/config-environment.php is a config file variant that will look for
config in from the environment variables else fall back to a default value.
This file is copied to config.php as part of creating the mahara image.
- The mahara image only has support for http. If https is required (which is
recommended) then this should be done by adding a reverse proxy whose job
is to terminate the https.

Change-Id: I65af1231dc42684e596c6e236fcf1de166d1abc7
(cherry picked from commit 87e202ef3cf55365fb42e285962c6f4e16bbfc7f)

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

Title:
  Make Mahara available via Docker

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed

Bug description:
  With more and more people using the cloud and containers to set up
  their applications, it would be good if Mahara were available via
  Docker. That also includes being able to run Behat tests via Docker.

  Separate services are set up via distinct containers.

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

2020-09-30 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11315

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

Title:
  20.10RC1: Choosing details in image gallery opens a blank modal

Status in Mahara:
  In Progress

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data
  Maroon theme

  Also exists in master on Ubuntu 18.10 and postgres with Ocean theme

  Steps:
  As a person with a page, add an image gallery with 5 images.
  Save the page and display it.
  Click the magnifying glass icon and the resulting details icon

  Expected:
  A modal appears with details of the image gallery block

  Actual:
  A blank modal appears

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

2020-10-01 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11316

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

Title:
  importing comments: wrong name to display and content

Status in Mahara:
  Fix Committed

Bug description:
  When exporting from a site and importing to a different site, there is
  no consent of the author of a comment in this other site to display
  their name. We should be replacing the name for something like
  'Imported feedback'.

  IMPORTANT: Since the .xml text can be easily edited, it's best not to
  check if the username already exists on the system. So no names or ids
  are exported or imported for comments or peer assessments.

  The comment contents are not display correctly. The text is replaced
  by the string "Comment" like is shown in the attached image.

  Cases to take into consideration when testing:

  Comment export + import testing

  Export
   1. Full account
   2. Single page
   3. Collection (should be the same)
   4. Bulk

  Comments needed:
   1. Public on page
   2. Private on page
   3. Public on artefact, i.e. journal entry so we don't need site data
   4. Private on artefact

  Import
   1. Interactive, i.e. own account
   2. Admin menu ->People->Add person
   3. Bulk

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

2020-10-01 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11309
Committed: 
https://git.mahara.org/mahara/mahara/commit/2b2348e3430f1e6d3aad0b126098f1df697ddd59
Submitter: Lisa Seeto (lisase...@catalyst.net.nz)
Branch:master

commit 2b2348e3430f1e6d3aad0b126098f1df697ddd59
Author: Cecilia Vela Gurovic 
Date:   Mon Sep 28 12:33:53 2020 +1300

Bug 1897199: import comment text and hide author name

When importing comments, the author name or id should not be imported
When exporting comments, the author name or id should not be imported

Change-Id: Ia05fdb8cf6004b9be145e3740c9dc89a58f45bbb

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

Title:
  importing comments: wrong name to display and content

Status in Mahara:
  Fix Committed

Bug description:
  When exporting from a site and importing to a different site, there is
  no consent of the author of a comment in this other site to display
  their name. We should be replacing the name for something like
  'Imported feedback'.

  IMPORTANT: Since the .xml text can be easily edited, it's best not to
  check if the username already exists on the system. So no names or ids
  are exported or imported for comments or peer assessments.

  The comment contents are not display correctly. The text is replaced
  by the string "Comment" like is shown in the attached image.

  Cases to take into consideration when testing:

  Comment export + import testing

  Export
   1. Full account
   2. Single page
   3. Collection (should be the same)
   4. Bulk

  Comments needed:
   1. Public on page
   2. Private on page
   3. Public on artefact, i.e. journal entry so we don't need site data
   4. Private on artefact

  Import
   1. Interactive, i.e. own account
   2. Admin menu ->People->Add person
   3. Bulk

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

2020-10-01 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11316
Committed: 
https://git.mahara.org/mahara/mahara/commit/ba08ab2061896cdf5151806d7fc2fd8c9f2d5162
Submitter: Lisa Seeto (lisase...@catalyst.net.nz)
Branch:20.10_STABLE

commit ba08ab2061896cdf5151806d7fc2fd8c9f2d5162
Author: Cecilia Vela Gurovic 
Date:   Mon Sep 28 12:33:53 2020 +1300

Bug 1897199: import comment text and hide author name

When importing comments, the author name or id should not be imported
When exporting comments, the author name or id should not be imported

Change-Id: Ia05fdb8cf6004b9be145e3740c9dc89a58f45bbb
(cherry picked from commit 2b2348e3430f1e6d3aad0b126098f1df697ddd59)

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

Title:
  importing comments: wrong name to display and content

Status in Mahara:
  Fix Committed

Bug description:
  When exporting from a site and importing to a different site, there is
  no consent of the author of a comment in this other site to display
  their name. We should be replacing the name for something like
  'Imported feedback'.

  IMPORTANT: Since the .xml text can be easily edited, it's best not to
  check if the username already exists on the system. So no names or ids
  are exported or imported for comments or peer assessments.

  The comment contents are not display correctly. The text is replaced
  by the string "Comment" like is shown in the attached image.

  Cases to take into consideration when testing:

  Comment export + import testing

  Export
   1. Full account
   2. Single page
   3. Collection (should be the same)
   4. Bulk

  Comments needed:
   1. Public on page
   2. Private on page
   3. Public on artefact, i.e. journal entry so we don't need site data
   4. Private on artefact

  Import
   1. Interactive, i.e. own account
   2. Admin menu ->People->Add person
   3. Bulk

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

2020-10-01 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11317

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

Title:
  1 page collection export preview producing warning

Status in Mahara:
  In Progress

Bug description:
  When trying to export a one page collection, a warning is being
  produced if the collection is first previewed.

  To replicate:
  1. Log in and create a page and add it to a collection
  2. Go to Manage -> Export and select "Just some my collections"
  3. Select to preview the collection
  Expected result:
  The pop-up preview is displayed correctly
  Actual result:
  The collection page navigation drop-down displays 'You are on page 1/0' (see 
attachment)
  4. Close the preview and export the collection
  Expected result:
  The export runs and completes with a .zip file to download
  Actual result:
  A warning is produced. (see attachment)

  This is happening in current Master.

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

2020-10-01 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11270
Committed: 
https://git.mahara.org/mahara/mahara/commit/d08118ad7ec695dd22dcc279c33493ebfbf9891d
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:master

commit d08118ad7ec695dd22dcc279c33493ebfbf9891d
Author: Heena Agheda 
Date:   Mon Sep 14 12:27:34 2020 +1000

Bug 1895259: Set collation to store emoji

also update entrycontent in import_entry_requests to be able to import
the views with emojis

Change-Id: I0012dd215b488ce93313051f2bfe9f5f524433e2

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

Title:
  Unable to see emoji on page description and text content

Status in Mahara:
  Fix Committed

Bug description:
  - exact version of Mahara - 20.04 - master branch
  - operating system - Ubuntu 18.04.5 LTS
  - database - MySQL 5.7

  Emoji's are turning into '?' while adding them on 'Page description'
  of Page.

  Also When you add the New Block -> Content type -> Text - in 'Block
  content' adding emoji removes all content of the block. Its stored in
  database but because its converted into '?', content of serialized not
  matching with content length.

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

2020-10-01 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11318

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

Title:
  2010RC1: Skins in maroon theme

Status in Mahara:
  Confirmed
Status in Mahara 20.10 series:
  Confirmed
Status in Mahara 21.04 series:
  Confirmed

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data

  Maroon theme

  Steps taken:
  Create a skin with the following:
  - Header background image

  - Page background image
    Background image repeat: Repeat both directions
    Background image attachment: Scroll
    Background image position: Top left

  Save and apply to a page.

  The page background image stops in a horizontal line before it reaches
  either the header or the footer. (See screenshot)

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

2020-10-01 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11318

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

Title:
  Pixel bump in diagonal maroon theme line at certain screen heights

Status in Mahara:
  Confirmed

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data
  Maroon theme

  Steps
  Log in.
  Change the height of the window up and down

  Expected
  Page renders smoothly

  Actual
  Header bottom diagonal shows some fuzziness and a bump in the middle (see 
screenshot)

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

2020-10-01 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11319

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

Title:
  iOS-Safari tablet - Add block - content types icons sometimes overlap

Status in Mahara:
  Confirmed
Status in Mahara 20.10 series:
  Confirmed
Status in Mahara 21.04 series:
  Confirmed

Bug description:
  Environment: master.dev
  Browser: iOS 14.1 with Safari on iPad Air 2 (10") portrait
  Theme: Ocean

  Steps
  1. Log in
  2. Add a new page
  3. Choose to add a new block.

  Expected result: the 'Placeholder: Configure' modal is displayed
  correctly and a content type option can be selected or 'Show more' can
  be selected if the required content type is not yet available.

  Actual result: as above, however some of icons are 'joined' or overlap
  as the user selects 'Show more'.  See 2 attached screen shots.

  Note: This does not occur when using the Android-Chrome (8") device,
  all icons are evenly separated.

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

2020-10-01 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11320

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

Title:
  iOS-Safari tablet - long block detail modal title overlaps block
  content

Status in Mahara:
  Confirmed
Status in Mahara 20.10 series:
  Confirmed
Status in Mahara 21.04 series:
  Confirmed

Bug description:
  Environment: master.dev 
  Browser: iOS 14.1 with Safari on iPad Air 2 (10") portrait

  Precondition: Logged in account has a page with an image block on it
  that has a long (45+characters) file name (see attached screen shot).

  Steps
  1. Log in and choose to view the page, select to view the block details and 
comments bars.
  2. Select the image block's details and comment bar.

  Expected result: the image's details modal opens and displays correctly.
  Actual result: the image's details modal opens but as the title does not fit 
on one line, its display wraps and it covers the 'Preview' heading (see 
attached screen shot).

   
  NOTE: this is not a problem when viewing the same modal using the 8" 
Android-Chrome device - in this case the grey title area is extended to two 
lines and the 'Preview' title displays beneath it.

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

2020-10-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11321
Committed: 
https://git.mahara.org/mahara/mahara/commit/9f8e835ce64b02628f5a858d12f807d8a80109b8
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:20.10_STABLE

commit 9f8e835ce64b02628f5a858d12f807d8a80109b8
Author: Glenn Walbran 
Date:   Tue Sep 22 12:21:37 2020 +1200

Bug 1896554, allow mail sending via SMTP server with self signed
certificate

Mahara currently does not allow the secure sending of email via an external mail
server if it has a self signed certificate. This is because it fails the 
PHPMailer
checks on self-signed certs and peer verification.

Add options to allow this for email sending.

Change-Id: Iad7960b275aaad84fe5ac2c7cc420f54c00556cd
(cherry picked from commit f9bb86ff345de4bed5e118064e041e4c0519eebe)

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

Title:
  Cannot send email via SMTP server with self signed certificate

Status in Mahara:
  Fix Committed

Bug description:
  Mahara uses PHPMailer for sending emails. The default settings for
  PHPMailer are to disallow mail sending (with TLS) if the server has
  either a self signed certificate or if peer verification fails. This
  can also occur when using port 25 if the mail server is configured to
  require TLS to be started.

  In these cases the following mail options will allow the mail to be
  sent

  $mail->SMTPOptions = array(
  'ssl' => array(
  'verify_peer' => false,
  'verify_peer_name' => false,
  'allow_self_signed' => true
  )
  );

  To allow Mahara to be used with an external mail server in this case
  it is proposed to add the following configuration items:

  smtpallowselfsigned (default: false)
  smtpverifypeer (default: true)

  And the above ssl mail options would be set with these new options.

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

2020-10-04 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11321

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

Title:
  Cannot send email via SMTP server with self signed certificate

Status in Mahara:
  Fix Committed

Bug description:
  Mahara uses PHPMailer for sending emails. The default settings for
  PHPMailer are to disallow mail sending (with TLS) if the server has
  either a self signed certificate or if peer verification fails. This
  can also occur when using port 25 if the mail server is configured to
  require TLS to be started.

  In these cases the following mail options will allow the mail to be
  sent

  $mail->SMTPOptions = array(
  'ssl' => array(
  'verify_peer' => false,
  'verify_peer_name' => false,
  'allow_self_signed' => true
  )
  );

  To allow Mahara to be used with an external mail server in this case
  it is proposed to add the following configuration items:

  smtpallowselfsigned (default: false)
  smtpverifypeer (default: true)

  And the above ssl mail options would be set with these new options.

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

2020-10-04 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11322

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

Title:
  Unable to see emoji on page description and text content

Status in Mahara:
  Fix Committed

Bug description:
  - exact version of Mahara - 20.04 - master branch
  - operating system - Ubuntu 18.04.5 LTS
  - database - MySQL 5.7

  Emoji's are turning into '?' while adding them on 'Page description'
  of Page.

  Also When you add the New Block -> Content type -> Text - in 'Block
  content' adding emoji removes all content of the block. Its stored in
  database but because its converted into '?', content of serialized not
  matching with content length.

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

2020-10-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11322
Committed: 
https://git.mahara.org/mahara/mahara/commit/f2b5bc24a64aceffa821adcbb27690768cf2a7c0
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:20.10_STABLE

commit f2b5bc24a64aceffa821adcbb27690768cf2a7c0
Author: Heena Agheda 
Date:   Mon Sep 14 12:27:34 2020 +1000

Bug 1895259: Set collation to store emoji

also update entrycontent in import_entry_requests to be able to import
the views with emojis

Change-Id: I0012dd215b488ce93313051f2bfe9f5f524433e2

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

Title:
  Unable to see emoji on page description and text content

Status in Mahara:
  Fix Committed

Bug description:
  - exact version of Mahara - 20.04 - master branch
  - operating system - Ubuntu 18.04.5 LTS
  - database - MySQL 5.7

  Emoji's are turning into '?' while adding them on 'Page description'
  of Page.

  Also When you add the New Block -> Content type -> Text - in 'Block
  content' adding emoji removes all content of the block. Its stored in
  database but because its converted into '?', content of serialized not
  matching with content length.

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

2020-10-04 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11323

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

Title:
  Timeline: page block display has far too much whitespace after first
  blocks

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed

Bug description:
  Test environment: cloud MYSQL 8.0 PHP7.4
  Browser: Win10 VM --Edge (latest)
  Theme: Ocean

  Steps:
  1. Log in as an account holder that has authored at least one page.
  2. Display the page and use the 'More options' to turn the Timeline 
functionality on
  3. Select to 'Save to timeline' (note: page has a text block & an image block 
side by side then underneath that there are two external media blocks next to 
each other).
  4. Add another block to the page (used a folder block underneath the smaller 
external media block).
  5. Select to view the timeline (first dot selected) and scroll down to view 
the page.

  Expected results: the page content displays as it does in display
  mode.

  Actual result: the image is not displaying fully and there is a large
  amount of whitespace to scroll down through before the external media
  blocks are displayed. (please see attached screenshot)

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

2020-10-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11313
Committed: 
https://git.mahara.org/mahara/mahara/commit/5a213ca85dffef43f88a3dda7e3675c40e1d0cc1
Submitter: Lisa Seeto (lisase...@catalyst.net.nz)
Branch:master

commit 5a213ca85dffef43f88a3dda7e3675c40e1d0cc1
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 1 11:31:24 2020 +1300

Bug 1897660: timeline: set correct height for rows in view grid

Change-Id: Ib0ba08f5053f903b886aff3aa2b21369566347b4

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

Title:
  Timeline: page block display has far too much whitespace after first
  blocks

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed

Bug description:
  Test environment: cloud MYSQL 8.0 PHP7.4
  Browser: Win10 VM --Edge (latest)
  Theme: Ocean

  Steps:
  1. Log in as an account holder that has authored at least one page.
  2. Display the page and use the 'More options' to turn the Timeline 
functionality on
  3. Select to 'Save to timeline' (note: page has a text block & an image block 
side by side then underneath that there are two external media blocks next to 
each other).
  4. Add another block to the page (used a folder block underneath the smaller 
external media block).
  5. Select to view the timeline (first dot selected) and scroll down to view 
the page.

  Expected results: the page content displays as it does in display
  mode.

  Actual result: the image is not displaying fully and there is a large
  amount of whitespace to scroll down through before the external media
  blocks are displayed. (please see attached screenshot)

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

2020-10-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11323
Committed: 
https://git.mahara.org/mahara/mahara/commit/d704860405de67caba3d635393b36f90fdb75794
Submitter: Lisa Seeto (lisase...@catalyst.net.nz)
Branch:20.10_STABLE

commit d704860405de67caba3d635393b36f90fdb75794
Author: Cecilia Vela Gurovic 
Date:   Thu Oct 1 11:31:24 2020 +1300

Bug 1897660: timeline: set correct height for rows in view grid

Change-Id: Ib0ba08f5053f903b886aff3aa2b21369566347b4
(cherry picked from commit 5a213ca85dffef43f88a3dda7e3675c40e1d0cc1)

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

Title:
  Timeline: page block display has far too much whitespace after first
  blocks

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed

Bug description:
  Test environment: cloud MYSQL 8.0 PHP7.4
  Browser: Win10 VM --Edge (latest)
  Theme: Ocean

  Steps:
  1. Log in as an account holder that has authored at least one page.
  2. Display the page and use the 'More options' to turn the Timeline 
functionality on
  3. Select to 'Save to timeline' (note: page has a text block & an image block 
side by side then underneath that there are two external media blocks next to 
each other).
  4. Add another block to the page (used a folder block underneath the smaller 
external media block).
  5. Select to view the timeline (first dot selected) and scroll down to view 
the page.

  Expected results: the page content displays as it does in display
  mode.

  Actual result: the image is not displaying fully and there is a large
  amount of whitespace to scroll down through before the external media
  blocks are displayed. (please see attached screenshot)

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

2020-10-04 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11324

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

Title:
  Increase base font size, update heading levels, use rem, and increase
  width

Status in Mahara:
  Fix Committed

Bug description:
  As part of our accessibility review, we are going to increase the base
  font size from 14px to 16px. In addition, there are some elements that
  do not yet have font size variables. They will be changed to allow for
  flexibility.

  We'll also need to review the line height at the same time and the
  hover background and whether and if so where we are going to keep it.
  UX will be needed for that.

  All these changes are to be looked at alongside the WCAG 2.1
  guidelines after 20.10.

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

2020-10-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11310
Committed: 
https://git.mahara.org/mahara/mahara/commit/106fe3c85f13aed8cea22553fc5304cec88adc3b
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:master

commit 106fe3c85f13aed8cea22553fc5304cec88adc3b
Author: Evonne 
Date:   Wed Sep 30 15:36:49 2020 +1300

Bug 1845053 Suspended institution card header color contrast

Moved class .bg-warning into parent div to correct the colouring
and put in a condition so it only shows when institution is
suspended.

behatnotneeded

Change-Id: Ia93c27f7a05ed303279b7f9f807ba95b3cadd60b

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

Title:
  Increase base font size, update heading levels, use rem, and increase
  width

Status in Mahara:
  Fix Committed

Bug description:
  As part of our accessibility review, we are going to increase the base
  font size from 14px to 16px. In addition, there are some elements that
  do not yet have font size variables. They will be changed to allow for
  flexibility.

  We'll also need to review the line height at the same time and the
  hover background and whether and if so where we are going to keep it.
  UX will be needed for that.

  All these changes are to be looked at alongside the WCAG 2.1
  guidelines after 20.10.

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

2020-10-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11324
Committed: 
https://git.mahara.org/mahara/mahara/commit/7d307ee7feaed60dc73c9915a3ae3e0e72111a3e
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:20.10_STABLE

commit 7d307ee7feaed60dc73c9915a3ae3e0e72111a3e
Author: Evonne 
Date:   Wed Sep 30 15:36:49 2020 +1300

Bug 1845053 Suspended institution card header color contrast

Moved class .bg-warning into parent div to correct the colouring
and put in a condition so it only shows when institution is
suspended.

behatnotneeded

Change-Id: Ia93c27f7a05ed303279b7f9f807ba95b3cadd60b
(cherry picked from commit 106fe3c85f13aed8cea22553fc5304cec88adc3b)

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

Title:
  Increase base font size, update heading levels, use rem, and increase
  width

Status in Mahara:
  Fix Committed

Bug description:
  As part of our accessibility review, we are going to increase the base
  font size from 14px to 16px. In addition, there are some elements that
  do not yet have font size variables. They will be changed to allow for
  flexibility.

  We'll also need to review the line height at the same time and the
  hover background and whether and if so where we are going to keep it.
  UX will be needed for that.

  All these changes are to be looked at alongside the WCAG 2.1
  guidelines after 20.10.

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

2020-10-05 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11319
Committed: 
https://git.mahara.org/mahara/mahara/commit/b3262d8b3eb5dc0372670f7ed5658adad50e6194
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit b3262d8b3eb5dc0372670f7ed5658adad50e6194
Author: Evonne 
Date:   Fri Oct 2 15:41:22 2020 +1300

Bug 1898124 Add block content types icons sometimes overlap

Changed the width and padding to margin, and instead of floating
left, they are now inline-blocks so it shouldn't overlap anymore.

behatnotneeded

Change-Id: I2da0b2d740c5a64c3ef98c9bc3dae8b835935a5c

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

Title:
  iOS-Safari tablet - Add block - content types icons sometimes overlap

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed

Bug description:
  Environment: master.dev
  Browser: iOS 14.1 with Safari on iPad Air 2 (10") portrait
  Theme: Ocean

  Steps
  1. Log in
  2. Add a new page
  3. Choose to add a new block.

  Expected result: the 'Placeholder: Configure' modal is displayed
  correctly and a content type option can be selected or 'Show more' can
  be selected if the required content type is not yet available.

  Actual result: as above, however some of icons are 'joined' or overlap
  as the user selects 'Show more'.  See 2 attached screen shots.

  Note: This does not occur when using the Android-Chrome (8") device,
  all icons are evenly separated.

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

2020-10-05 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11325
Committed: 
https://git.mahara.org/mahara/mahara/commit/98e570db812a68c18cf2ff8b5b31ad795d2185d0
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:20.10_STABLE

commit 98e570db812a68c18cf2ff8b5b31ad795d2185d0
Author: Evonne 
Date:   Fri Oct 2 15:41:22 2020 +1300

Bug 1898124 Add block content types icons sometimes overlap

Changed the width and padding to margin, and instead of floating
left, they are now inline-blocks so it shouldn't overlap anymore.

behatnotneeded

Change-Id: I2da0b2d740c5a64c3ef98c9bc3dae8b835935a5c
(cherry picked from commit b3262d8b3eb5dc0372670f7ed5658adad50e6194)

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

Title:
  iOS-Safari tablet - Add block - content types icons sometimes overlap

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed

Bug description:
  Environment: master.dev
  Browser: iOS 14.1 with Safari on iPad Air 2 (10") portrait
  Theme: Ocean

  Steps
  1. Log in
  2. Add a new page
  3. Choose to add a new block.

  Expected result: the 'Placeholder: Configure' modal is displayed
  correctly and a content type option can be selected or 'Show more' can
  be selected if the required content type is not yet available.

  Actual result: as above, however some of icons are 'joined' or overlap
  as the user selects 'Show more'.  See 2 attached screen shots.

  Note: This does not occur when using the Android-Chrome (8") device,
  all icons are evenly separated.

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

2020-10-05 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11325

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

Title:
  iOS-Safari tablet - Add block - content types icons sometimes overlap

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed

Bug description:
  Environment: master.dev
  Browser: iOS 14.1 with Safari on iPad Air 2 (10") portrait
  Theme: Ocean

  Steps
  1. Log in
  2. Add a new page
  3. Choose to add a new block.

  Expected result: the 'Placeholder: Configure' modal is displayed
  correctly and a content type option can be selected or 'Show more' can
  be selected if the required content type is not yet available.

  Actual result: as above, however some of icons are 'joined' or overlap
  as the user selects 'Show more'.  See 2 attached screen shots.

  Note: This does not occur when using the Android-Chrome (8") device,
  all icons are evenly separated.

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

2020-10-05 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11327

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

Title:
  update chromedriver for behat

Status in Mahara:
  In Progress

Bug description:
  Given that there is an exploit for chrome versions below
  72.0.3626.121, we should update chromedriver to work with newer
  versions. (Our current version 2.38 is only compatible with chrome up
  to version 67). The chrome version on Jenkins will need to be updated
  to run with the new chromedriver.

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

2020-10-05 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11326

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

Title:
  update chromedriver for behat

Status in Mahara:
  In Progress

Bug description:
  Given that there is an exploit for chrome versions below
  72.0.3626.121, we should update chromedriver to work with newer
  versions. (Our current version 2.38 is only compatible with chrome up
  to version 67). The chrome version on Jenkins will need to be updated
  to run with the new chromedriver.

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

2020-10-05 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11329

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

Title:
  update chromedriver for behat

Status in Mahara:
  In Progress

Bug description:
  Given that there is an exploit for chrome versions below
  72.0.3626.121, we should update chromedriver to work with newer
  versions. (Our current version 2.38 is only compatible with chrome up
  to version 67). The chrome version on Jenkins will need to be updated
  to run with the new chromedriver.

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

2020-10-05 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11330

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

Title:
  update chromedriver for behat

Status in Mahara:
  In Progress

Bug description:
  Given that there is an exploit for chrome versions below
  72.0.3626.121, we should update chromedriver to work with newer
  versions. (Our current version 2.38 is only compatible with chrome up
  to version 67). The chrome version on Jenkins will need to be updated
  to run with the new chromedriver.

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

2020-10-05 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11328

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

Title:
  update chromedriver for behat

Status in Mahara:
  In Progress

Bug description:
  Given that there is an exploit for chrome versions below
  72.0.3626.121, we should update chromedriver to work with newer
  versions. (Our current version 2.38 is only compatible with chrome up
  to version 67). The chrome version on Jenkins will need to be updated
  to run with the new chromedriver.

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

2020-10-05 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11331

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

Title:
  remove references to class used in old layout

Status in Mahara:
  New
Status in Mahara 19.10 series:
  New
Status in Mahara 20.04 series:
  New
Status in Mahara 20.10 series:
  New
Status in Mahara 21.04 series:
  In Progress

Bug description:
  Before gridstack layout, every time a block was moved in a page's edit
  mode, the background changed color to reflect that the block was being
  moved. This can be tested in 19.04 or older versions of Mahara.

  We don't do this anymore, so any reference to the css class "block-
  drop-on" needs to be removed from the code. Removing this class should
  not affect the styling of a block when it's being moved.

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

2020-10-05 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11332

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

Title:
  Importing then exporting page with comments cause problems

Status in Mahara:
  In Progress

Bug description:
  Because we import a page with comments we save the comments to have no
  author

  So when we export the page again we get an error about the author's
  profile icon

  To repeat:

  1) Make a page and then have another user comment on it
  2) export the page as leap2A
  3) import the leap2A into another user
  4) export the page again

  Problem: an sql error about profileicon for the author

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

2020-10-05 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11333

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

Title:
  Retractable option not available any more in 'Edit' mode

Status in Mahara:
  Confirmed
Status in Mahara 20.04 series:
  Confirmed
Status in Mahara 20.10 series:
  Confirmed
Status in Mahara 21.04 series:
  Confirmed

Bug description:
  This is a regression.

  The retractable option in 'Edit' mode is not available any more, thus
  making it more difficult for people to deal with long blocks or see
  what the end result is in display mode.

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

2020-10-06 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11334
Committed: 
https://git.mahara.org/mahara/mahara/commit/ce32afecfdd09989129a438accddebcfd462af6e
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:20.10_STABLE

commit ce32afecfdd09989129a438accddebcfd462af6e
Author: Cecilia Vela Gurovic 
Date:   Tue Oct 6 12:39:48 2020 +1300

Bug 1898643: removing old layout class

removing any reference to .block-drop-on that was used to change
th background color when moving a block in a page on edit mode

Change-Id: I0631b8d387c764517183f57da8d53d335d592e8d
(cherry picked from commit 51eaa437509157c0b27e84944ebbc0fd0acc2259)

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

Title:
  remove references to class used in old layout

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  New
Status in Mahara 20.04 series:
  New
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Before gridstack layout, every time a block was moved in a page's edit
  mode, the background changed color to reflect that the block was being
  moved. This can be tested in 19.04 or older versions of Mahara.

  We don't do this anymore, so any reference to the css class "block-
  drop-on" needs to be removed from the code. Removing this class should
  not affect the styling of a block when it's being moved.

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

2020-10-06 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11331
Committed: 
https://git.mahara.org/mahara/mahara/commit/51eaa437509157c0b27e84944ebbc0fd0acc2259
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 51eaa437509157c0b27e84944ebbc0fd0acc2259
Author: Cecilia Vela Gurovic 
Date:   Tue Oct 6 12:39:48 2020 +1300

Bug 1898643: removing old layout class

removing any reference to .block-drop-on that was used to change
th background color when moving a block in a page on edit mode

Change-Id: I0631b8d387c764517183f57da8d53d335d592e8d

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

Title:
  remove references to class used in old layout

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  New
Status in Mahara 20.04 series:
  New
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Before gridstack layout, every time a block was moved in a page's edit
  mode, the background changed color to reflect that the block was being
  moved. This can be tested in 19.04 or older versions of Mahara.

  We don't do this anymore, so any reference to the css class "block-
  drop-on" needs to be removed from the code. Removing this class should
  not affect the styling of a block when it's being moved.

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

2020-10-06 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11334

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

Title:
  remove references to class used in old layout

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  New
Status in Mahara 20.04 series:
  New
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Before gridstack layout, every time a block was moved in a page's edit
  mode, the background changed color to reflect that the block was being
  moved. This can be tested in 19.04 or older versions of Mahara.

  We don't do this anymore, so any reference to the css class "block-
  drop-on" needs to be removed from the code. Removing this class should
  not affect the styling of a block when it's being moved.

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

2020-10-06 Thread Mahara Bot
Patch for "20.04_STABLE" branch: https://reviews.mahara.org/11335

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

Title:
  remove references to class used in old layout

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  In Progress
Status in Mahara 20.04 series:
  In Progress
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Before gridstack layout, every time a block was moved in a page's edit
  mode, the background changed color to reflect that the block was being
  moved. This can be tested in 19.04 or older versions of Mahara.

  We don't do this anymore, so any reference to the css class "block-
  drop-on" needs to be removed from the code. Removing this class should
  not affect the styling of a block when it's being moved.

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

2020-10-06 Thread Mahara Bot
Patch for "19.10_STABLE" branch: https://reviews.mahara.org/11336

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

Title:
  remove references to class used in old layout

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  In Progress
Status in Mahara 20.04 series:
  In Progress
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Before gridstack layout, every time a block was moved in a page's edit
  mode, the background changed color to reflect that the block was being
  moved. This can be tested in 19.04 or older versions of Mahara.

  We don't do this anymore, so any reference to the css class "block-
  drop-on" needs to be removed from the code. Removing this class should
  not affect the styling of a block when it's being moved.

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

2020-10-06 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11337

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

Title:
  1 page collection export preview producing warning

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  When trying to export a one page collection, a warning is being
  produced if the collection is first previewed.

  To replicate:
  1. Log in and create a page and add it to a collection
  2. Go to Manage -> Export and select "Just some my collections"
  3. Select to preview the collection
  Expected result:
  The pop-up preview is displayed correctly
  Actual result:
  The collection page navigation drop-down displays 'You are on page 1/0' (see 
attachment)
  4. Close the preview and export the collection
  Expected result:
  The export runs and completes with a .zip file to download
  Actual result:
  A warning is produced. (see attachment)

  This is happening in current Master.

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

2020-10-06 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11337
Committed: 
https://git.mahara.org/mahara/mahara/commit/8aa7b5f65de2fad0a9ce5e40abdd9f22f6104f7f
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:20.10_STABLE

commit 8aa7b5f65de2fad0a9ce5e40abdd9f22f6104f7f
Author: Lisa Seeto 
Date:   Fri Oct 2 11:36:37 2020 +1300

Bug 1898003: 1 page collection export preview producing warning

- remove if count of collection > 1 condition (one page collections
exist)

Change-Id: I4d6866781a5864640230a8e776288edc3e7ffb18
Signed-off-by: Lisa Seeto 
(cherry picked from commit f1f33d53ab0415703fdcbb52cb08bec89cbe28e9)

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

Title:
  1 page collection export preview producing warning

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  When trying to export a one page collection, a warning is being
  produced if the collection is first previewed.

  To replicate:
  1. Log in and create a page and add it to a collection
  2. Go to Manage -> Export and select "Just some my collections"
  3. Select to preview the collection
  Expected result:
  The pop-up preview is displayed correctly
  Actual result:
  The collection page navigation drop-down displays 'You are on page 1/0' (see 
attachment)
  4. Close the preview and export the collection
  Expected result:
  The export runs and completes with a .zip file to download
  Actual result:
  A warning is produced. (see attachment)

  This is happening in current Master.

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

2020-10-06 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11317
Committed: 
https://git.mahara.org/mahara/mahara/commit/f1f33d53ab0415703fdcbb52cb08bec89cbe28e9
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit f1f33d53ab0415703fdcbb52cb08bec89cbe28e9
Author: Lisa Seeto 
Date:   Fri Oct 2 11:36:37 2020 +1300

Bug 1898003: 1 page collection export preview producing warning

- remove if count of collection > 1 condition (one page collections
exist)

Change-Id: I4d6866781a5864640230a8e776288edc3e7ffb18
Signed-off-by: Lisa Seeto 

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

Title:
  1 page collection export preview producing warning

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  When trying to export a one page collection, a warning is being
  produced if the collection is first previewed.

  To replicate:
  1. Log in and create a page and add it to a collection
  2. Go to Manage -> Export and select "Just some my collections"
  3. Select to preview the collection
  Expected result:
  The pop-up preview is displayed correctly
  Actual result:
  The collection page navigation drop-down displays 'You are on page 1/0' (see 
attachment)
  4. Close the preview and export the collection
  Expected result:
  The export runs and completes with a .zip file to download
  Actual result:
  A warning is produced. (see attachment)

  This is happening in current Master.

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

2020-10-06 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11338

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

Title:
  Google book block not displaying content

Status in Mahara:
  Confirmed
Status in Mahara 20.10 series:
  Confirmed
Status in Mahara 21.04 series:
  In Progress

Bug description:
  Possibly related to:
  https://bugs.launchpad.net/mahara/+bug/1287350

  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data
  Maroon theme
  Chrome

  Steps taken:
  1. Log in as a regular person
  2. Add a Google Apps block with the following embed link:
  https://books.google.co.nz/books?id=lqYGCwAAQBAJ&lpg=PP1&pg=PA4&output=embed";
 width=500 height=500>

  Expected:
  The block displays the book page as at 
https://books.google.co.nz/books?id=lqYGCwAAQBAJ&lpg=PP1&pg=PA4

  Actual:
  The block is blank

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

2020-10-06 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11332
Committed: 
https://git.mahara.org/mahara/mahara/commit/0962f569dc40144ad193d862577db1b9ae1a92dd
Submitter: Lisa Seeto (lisase...@catalyst.net.nz)
Branch:master

commit 0962f569dc40144ad193d862577db1b9ae1a92dd
Author: Robert Lyon 
Date:   Tue Oct 6 16:13:37 2020 +1300

Bug 1898654: Only fetch author icon on export when author set

Change-Id: Icf68054b6cb89645fa2e1fde26d682879437b441
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/1898654

Title:
  Importing then exporting page with comments cause problems

Status in Mahara:
  In Progress

Bug description:
  Because we import a page with comments we save the comments to have no
  author

  So when we export the page again we get an error about the author's
  profile icon

  To repeat:

  1) Make a page and then have another user comment on it
  2) export the page as leap2A
  3) import the leap2A into another user
  4) export the page again

  Problem: an sql error about profileicon for the author

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

2020-10-06 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11339
Committed: 
https://git.mahara.org/mahara/mahara/commit/c86b2df6797c972e54871bdca0a6bc2c0f185aff
Submitter: Lisa Seeto (lisase...@catalyst.net.nz)
Branch:20.10_STABLE

commit c86b2df6797c972e54871bdca0a6bc2c0f185aff
Author: Robert Lyon 
Date:   Tue Oct 6 16:13:37 2020 +1300

Bug 1898654: Only fetch author icon on export when author set

Change-Id: Icf68054b6cb89645fa2e1fde26d682879437b441
Signed-off-by: Robert Lyon 
(cherry picked from commit 0962f569dc40144ad193d862577db1b9ae1a92dd)

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

Title:
  Importing then exporting page with comments cause problems

Status in Mahara:
  In Progress

Bug description:
  Because we import a page with comments we save the comments to have no
  author

  So when we export the page again we get an error about the author's
  profile icon

  To repeat:

  1) Make a page and then have another user comment on it
  2) export the page as leap2A
  3) import the leap2A into another user
  4) export the page again

  Problem: an sql error about profileicon for the author

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

2020-10-06 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11339

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

Title:
  Importing then exporting page with comments cause problems

Status in Mahara:
  In Progress

Bug description:
  Because we import a page with comments we save the comments to have no
  author

  So when we export the page again we get an error about the author's
  profile icon

  To repeat:

  1) Make a page and then have another user comment on it
  2) export the page as leap2A
  3) import the leap2A into another user
  4) export the page again

  Problem: an sql error about profileicon for the author

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

2020-10-06 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11340

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

Title:
  20.10RC1: Choosing details in image gallery opens a blank modal

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data
  Maroon theme

  Also exists in master on Ubuntu 18.10 and postgres with Ocean theme

  Steps:
  As a person with a page, add an image gallery with 5 images.
  Save the page and display it.
  Click the magnifying glass icon and the resulting details icon

  Expected:
  A modal appears with details of the image gallery block

  Actual:
  A blank modal appears

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

2020-10-06 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11315
Committed: 
https://git.mahara.org/mahara/mahara/commit/e5ef210e101275ff154ec69374063fa18018736b
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit e5ef210e101275ff154ec69374063fa18018736b
Author: Lisa Seeto 
Date:   Thu Oct 1 15:13:50 2020 +1300

Bug 1897829: Choosing details in image gallery opens a blank modal

- check if artefact isset
- only pass through artefactid if it exists

Change-Id: I65f70a7fd938646bac257cc0a461514115a2
Signed-off-by: Lisa Seeto 

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

Title:
  20.10RC1: Choosing details in image gallery opens a blank modal

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data
  Maroon theme

  Also exists in master on Ubuntu 18.10 and postgres with Ocean theme

  Steps:
  As a person with a page, add an image gallery with 5 images.
  Save the page and display it.
  Click the magnifying glass icon and the resulting details icon

  Expected:
  A modal appears with details of the image gallery block

  Actual:
  A blank modal appears

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

2020-10-06 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11340
Committed: 
https://git.mahara.org/mahara/mahara/commit/5d1639dc14d9e786c081a82aae12bb1a5e72
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:20.10_STABLE

commit 5d1639dc14d9e786c081a82aae12bb1a5e72
Author: Lisa Seeto 
Date:   Thu Oct 1 15:13:50 2020 +1300

Bug 1897829: Choosing details in image gallery opens a blank modal

- check if artefact isset
- only pass through artefactid if it exists

Change-Id: I65f70a7fd938646bac257cc0a461514115a2
Signed-off-by: Lisa Seeto 
(cherry picked from commit e5ef210e101275ff154ec69374063fa18018736b)

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

Title:
  20.10RC1: Choosing details in image gallery opens a blank modal

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data
  Maroon theme

  Also exists in master on Ubuntu 18.10 and postgres with Ocean theme

  Steps:
  As a person with a page, add an image gallery with 5 images.
  Save the page and display it.
  Click the magnifying glass icon and the resulting details icon

  Expected:
  A modal appears with details of the image gallery block

  Actual:
  A blank modal appears

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

2020-10-06 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11341
Committed: 
https://git.mahara.org/mahara/mahara/commit/00196d06516464c34e8b7be7948be248b49780a3
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:20.10_STABLE

commit 00196d06516464c34e8b7be7948be248b49780a3
Author: Cecilia Vela Gurovic 
Date:   Tue Oct 6 18:58:01 2020 +1300

Bug 1898478: Retractable option in 'Edit' mode

Make retractable arrow visible and functional in the view's edit mode.
It has to allow to be move around while retracted so it's easier
to move big blocks

Change-Id: I44f92b1e57ebe4778a19bd8f6768fe1c7f6480cc
(cherry picked from commit b49df631d3cff3abd005cf072b87aca03fee3360)

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

Title:
  Retractable option not available any more in 'Edit' mode

Status in Mahara:
  Confirmed
Status in Mahara 20.04 series:
  Confirmed
Status in Mahara 20.10 series:
  Confirmed
Status in Mahara 21.04 series:
  Confirmed

Bug description:
  This is a regression.

  The retractable option in 'Edit' mode is not available any more, thus
  making it more difficult for people to deal with long blocks or see
  what the end result is in display mode.

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

2020-10-06 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11341

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

Title:
  Retractable option not available any more in 'Edit' mode

Status in Mahara:
  Confirmed
Status in Mahara 20.04 series:
  Confirmed
Status in Mahara 20.10 series:
  Confirmed
Status in Mahara 21.04 series:
  Confirmed

Bug description:
  This is a regression.

  The retractable option in 'Edit' mode is not available any more, thus
  making it more difficult for people to deal with long blocks or see
  what the end result is in display mode.

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

2020-10-06 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11333
Committed: 
https://git.mahara.org/mahara/mahara/commit/b49df631d3cff3abd005cf072b87aca03fee3360
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:master

commit b49df631d3cff3abd005cf072b87aca03fee3360
Author: Cecilia Vela Gurovic 
Date:   Tue Oct 6 18:58:01 2020 +1300

Bug 1898478: Retractable option in 'Edit' mode

Make retractable arrow visible and functional in the view's edit mode.
It has to allow to be move around while retracted so it's easier
to move big blocks

Change-Id: I44f92b1e57ebe4778a19bd8f6768fe1c7f6480cc

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

Title:
  Retractable option not available any more in 'Edit' mode

Status in Mahara:
  Confirmed
Status in Mahara 20.04 series:
  Confirmed
Status in Mahara 20.10 series:
  Confirmed
Status in Mahara 21.04 series:
  Confirmed

Bug description:
  This is a regression.

  The retractable option in 'Edit' mode is not available any more, thus
  making it more difficult for people to deal with long blocks or see
  what the end result is in display mode.

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

2020-10-06 Thread Mahara Bot
Patch for "20.04_STABLE" branch: https://reviews.mahara.org/11342

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

Title:
  Retractable option not available any more in 'Edit' mode

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed

Bug description:
  This is a regression.

  The retractable option in 'Edit' mode is not available any more, thus
  making it more difficult for people to deal with long blocks or see
  what the end result is in display mode.

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

2020-10-06 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11342
Committed: 
https://git.mahara.org/mahara/mahara/commit/70afe2a04a5e0b4fef61dac4c174003298a9aa97
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:20.04_STABLE

commit 70afe2a04a5e0b4fef61dac4c174003298a9aa97
Author: Cecilia Vela Gurovic 
Date:   Tue Oct 6 18:58:01 2020 +1300

Bug 1898478: Retractable option in 'Edit' mode

Make retractable arrow visible and functional in the view's edit mode.
It has to allow to be move around while retracted so it's easier
to move big blocks

Change-Id: I44f92b1e57ebe4778a19bd8f6768fe1c7f6480cc
(cherry picked from commit b49df631d3cff3abd005cf072b87aca03fee3360)

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

Title:
  Retractable option not available any more in 'Edit' mode

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed

Bug description:
  This is a regression.

  The retractable option in 'Edit' mode is not available any more, thus
  making it more difficult for people to deal with long blocks or see
  what the end result is in display mode.

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

2020-10-06 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11343
Committed: 
https://git.mahara.org/mahara/mahara/commit/4a6c6f487cac757cf9d3e8fd8785d16eff486aa8
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:19.10_STABLE

commit 4a6c6f487cac757cf9d3e8fd8785d16eff486aa8
Author: Cecilia Vela Gurovic 
Date:   Tue Oct 6 18:58:01 2020 +1300

Bug 1898478: Retractable option in 'Edit' mode

Make retractable arrow visible and functional in the view's edit mode.
It has to allow to be move around while retracted so it's easier
to move big blocks

Change-Id: I44f92b1e57ebe4778a19bd8f6768fe1c7f6480cc
(cherry picked from commit b49df631d3cff3abd005cf072b87aca03fee3360)
(cherry picked from commit 70afe2a04a5e0b4fef61dac4c174003298a9aa97)

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

Title:
  Retractable option not available any more in 'Edit' mode

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed

Bug description:
  This is a regression.

  The retractable option in 'Edit' mode is not available any more, thus
  making it more difficult for people to deal with long blocks or see
  what the end result is in display mode.

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

2020-10-06 Thread Mahara Bot
Patch for "19.10_STABLE" branch: https://reviews.mahara.org/11343

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

Title:
  Retractable option not available any more in 'Edit' mode

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed

Bug description:
  This is a regression.

  The retractable option in 'Edit' mode is not available any more, thus
  making it more difficult for people to deal with long blocks or see
  what the end result is in display mode.

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

2020-10-07 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11344
Committed: 
https://git.mahara.org/mahara/mahara/commit/fb7492be621d460287c7114e57d955a147828077
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:20.10_STABLE

commit fb7492be621d460287c7114e57d955a147828077
Author: Evonne 
Date:   Fri Oct 2 13:53:15 2020 +1300

Bug 1897831 Slant edge of Maroon theme not rendering correctly

Changed to use mixin and transform to do the slant which has better
browser support. Used it for header, pageheader, and footer. Also
meant the header could now be sticky at the top like other themes.

This should also fix Bug 1897670.

behatnotneeded

Change-Id: I54e2143e048352bdc4f2dbec60bc317c25ac7204
(cherry picked from commit bdcfbacbdd43275c21d895e7fbac7ff46055bea1)

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

Title:
  Pixel bump in diagonal maroon theme line at certain screen heights

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data
  Maroon theme

  Steps
  Log in.
  Change the height of the window up and down

  Expected
  Page renders smoothly

  Actual
  Header bottom diagonal shows some fuzziness and a bump in the middle (see 
screenshot)

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

2020-10-07 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11344

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

Title:
  Pixel bump in diagonal maroon theme line at certain screen heights

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data
  Maroon theme

  Steps
  Log in.
  Change the height of the window up and down

  Expected
  Page renders smoothly

  Actual
  Header bottom diagonal shows some fuzziness and a bump in the middle (see 
screenshot)

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

2020-10-07 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11318
Committed: 
https://git.mahara.org/mahara/mahara/commit/bdcfbacbdd43275c21d895e7fbac7ff46055bea1
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit bdcfbacbdd43275c21d895e7fbac7ff46055bea1
Author: Evonne 
Date:   Fri Oct 2 13:53:15 2020 +1300

Bug 1897831 Slant edge of Maroon theme not rendering correctly

Changed to use mixin and transform to do the slant which has better
browser support. Used it for header, pageheader, and footer. Also
meant the header could now be sticky at the top like other themes.

This should also fix Bug 1897670.

behatnotneeded

Change-Id: I54e2143e048352bdc4f2dbec60bc317c25ac7204

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

Title:
  Pixel bump in diagonal maroon theme line at certain screen heights

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data
  Maroon theme

  Steps
  Log in.
  Change the height of the window up and down

  Expected
  Page renders smoothly

  Actual
  Header bottom diagonal shows some fuzziness and a bump in the middle (see 
screenshot)

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

2020-10-07 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11344

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

Title:
  2010RC1: Skins in maroon theme

Status in Mahara:
  Confirmed
Status in Mahara 20.10 series:
  Confirmed
Status in Mahara 21.04 series:
  In Progress

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data

  Maroon theme

  Steps taken:
  Create a skin with the following:
  - Header background image

  - Page background image
    Background image repeat: Repeat both directions
    Background image attachment: Scroll
    Background image position: Top left

  Save and apply to a page.

  The page background image stops in a horizontal line before it reaches
  either the header or the footer. (See screenshot)

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

2020-10-07 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11318
Committed: 
https://git.mahara.org/mahara/mahara/commit/bdcfbacbdd43275c21d895e7fbac7ff46055bea1
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit bdcfbacbdd43275c21d895e7fbac7ff46055bea1
Author: Evonne 
Date:   Fri Oct 2 13:53:15 2020 +1300

Bug 1897831 Slant edge of Maroon theme not rendering correctly

Changed to use mixin and transform to do the slant which has better
browser support. Used it for header, pageheader, and footer. Also
meant the header could now be sticky at the top like other themes.

This should also fix Bug 1897670.

behatnotneeded

Change-Id: I54e2143e048352bdc4f2dbec60bc317c25ac7204

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

Title:
  2010RC1: Skins in maroon theme

Status in Mahara:
  Confirmed
Status in Mahara 20.10 series:
  Confirmed
Status in Mahara 21.04 series:
  In Progress

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data

  Maroon theme

  Steps taken:
  Create a skin with the following:
  - Header background image

  - Page background image
    Background image repeat: Repeat both directions
    Background image attachment: Scroll
    Background image position: Top left

  Save and apply to a page.

  The page background image stops in a horizontal line before it reaches
  either the header or the footer. (See screenshot)

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

2020-10-07 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11344
Committed: 
https://git.mahara.org/mahara/mahara/commit/fb7492be621d460287c7114e57d955a147828077
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:20.10_STABLE

commit fb7492be621d460287c7114e57d955a147828077
Author: Evonne 
Date:   Fri Oct 2 13:53:15 2020 +1300

Bug 1897831 Slant edge of Maroon theme not rendering correctly

Changed to use mixin and transform to do the slant which has better
browser support. Used it for header, pageheader, and footer. Also
meant the header could now be sticky at the top like other themes.

This should also fix Bug 1897670.

behatnotneeded

Change-Id: I54e2143e048352bdc4f2dbec60bc317c25ac7204
(cherry picked from commit bdcfbacbdd43275c21d895e7fbac7ff46055bea1)

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

Title:
  2010RC1: Skins in maroon theme

Status in Mahara:
  Confirmed
Status in Mahara 20.10 series:
  Confirmed
Status in Mahara 21.04 series:
  In Progress

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data

  Maroon theme

  Steps taken:
  Create a skin with the following:
  - Header background image

  - Page background image
    Background image repeat: Repeat both directions
    Background image attachment: Scroll
    Background image position: Top left

  Save and apply to a page.

  The page background image stops in a horizontal line before it reaches
  either the header or the footer. (See screenshot)

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

2020-10-07 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11336
Committed: 
https://git.mahara.org/mahara/mahara/commit/a7c53886222195909275dc26d5a3c2cbc268dc0c
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:19.10_STABLE

commit a7c53886222195909275dc26d5a3c2cbc268dc0c
Author: Cecilia Vela Gurovic 
Date:   Tue Oct 6 12:39:48 2020 +1300

Bug 1898643: removing old layout class

removing any reference to .block-drop-on that was used to change
th background color when moving a block in a page on edit mode

Change-Id: I0631b8d387c764517183f57da8d53d335d592e8d
(cherry picked from commit 51eaa437509157c0b27e84944ebbc0fd0acc2259)

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

Title:
  remove references to class used in old layout

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Before gridstack layout, every time a block was moved in a page's edit
  mode, the background changed color to reflect that the block was being
  moved. This can be tested in 19.04 or older versions of Mahara.

  We don't do this anymore, so any reference to the css class "block-
  drop-on" needs to be removed from the code. Removing this class should
  not affect the styling of a block when it's being moved.

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

2020-10-07 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11335
Committed: 
https://git.mahara.org/mahara/mahara/commit/c2c735d053e414c8e1e74c749c63ae4c61a7a306
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:20.04_STABLE

commit c2c735d053e414c8e1e74c749c63ae4c61a7a306
Author: Cecilia Vela Gurovic 
Date:   Tue Oct 6 12:39:48 2020 +1300

Bug 1898643: removing old layout class

removing any reference to .block-drop-on that was used to change
th background color when moving a block in a page on edit mode

Change-Id: I0631b8d387c764517183f57da8d53d335d592e8d
(cherry picked from commit 51eaa437509157c0b27e84944ebbc0fd0acc2259)

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

Title:
  remove references to class used in old layout

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Before gridstack layout, every time a block was moved in a page's edit
  mode, the background changed color to reflect that the block was being
  moved. This can be tested in 19.04 or older versions of Mahara.

  We don't do this anymore, so any reference to the css class "block-
  drop-on" needs to be removed from the code. Removing this class should
  not affect the styling of a block when it's being moved.

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

2020-10-07 Thread Mahara Bot
Patch for "20.04_STABLE" branch: https://reviews.mahara.org/11345

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

Title:
  Cover image file not copied for institution collection

Status in Mahara:
  Fix Committed
Status in Mahara 20.04 series:
  In Progress
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  When you have a collection on the institution level and add a cover
  image, the file is not associated when you copy it into your personal
  account. The file still comes along, but is not placed into the 'Cover
  images' folder.

  It nearly works fine for pages (see note below).

  This also needs to be tested for copying of collections on all other
  levels (personal, site, group).

  To replicate for institution collection:

  1. As site or institution admin, create a collection with 1 page.
  2. Upload a cover image to the collection.
  3. Share the page and make it copyable.
  4. Log in as another account holder.
  5. Copy the collection.
  6. View the collection on 'Pages and collections'.
  Expected result: The collection's cover image is displayed.
  Actual result: There is not cover image displayed.

  **Please note: When the above steps are 'repeated' for a page, the
  page cover image does display on the 'Pages and collections' page,
  however, the file is NOT present in the 'Files' > 'Cover images'
  folder.  It is instead placed in a sub-folder of the 'viewfiles'
  folder, this sub-sub-folder also contains any other files that were
  present for the copied page.

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

2020-10-07 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/11346

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

Title:
  Check if we still need the config parameter "developermode"

Status in Mahara:
  In Progress

Bug description:
  There is the config.php parameter "developermode". It says in /lib
  /config-defaults.php:

   * @global int|bool $cfg->developermode Developer mode
   * When set, the following things (among others) will happen:
   *
   * * 'debug.css' will be included on each page. You can edit this file to add
   *   debugging CSS at your discretion
   * * the unpacked version of MochiKit will be used
   *
   * These options are a performance hit otherwise, enable when you are
   * developing for Mahara
   */
  $cfg->developermode = false;
  // $cfg->developermode = DEVMODE_DEBUGCSS | DEVMODE_UNPACKEDJS;

  ---

  It would need to be checked what "among others" is. We are not using
  debug.css and Mochikit has been removed. Before we get rid of the
  parameter though, it would need to be checked if removing it impacts
  anything else.

  Once the analysis is available, we can make a decision.

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

2020-10-07 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11311
Committed: 
https://git.mahara.org/mahara/mahara/commit/b35bb51158ccc0e13cf28a3c925f63bef63d0946
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit b35bb51158ccc0e13cf28a3c925f63bef63d0946
Author: Evonne 
Date:   Wed Sep 30 15:38:59 2020 +1300

Bug 1897641 Account settings sideblock link color in Maroon theme

Changed color of links and text to white so they are visible in the
block.

behatnotneeded

Change-Id: Ie57297f9591eafba90e461af03b5f26559ce9cf3

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

Title:
  2010RC1: maroon theme for profile sideblock poor contrast

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data

  Steps taken:
  Log in
  Change to Maroon theme
  Masquerade as another account holder
  Become admin again

  Expected:
  Account settings page displays with profile sideblock information easily 
readable.

  Actual:
  'Log in as this person' and 'Suspend or delete this account' links are a 
similar colour to the background. (See screenshot)

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

2020-10-07 Thread Mahara Bot
Patch for "20.10_STABLE" branch: https://reviews.mahara.org/11347

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

Title:
  2010RC1: maroon theme for profile sideblock poor contrast

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data

  Steps taken:
  Log in
  Change to Maroon theme
  Masquerade as another account holder
  Become admin again

  Expected:
  Account settings page displays with profile sideblock information easily 
readable.

  Actual:
  'Log in as this person' and 'Suspend or delete this account' links are a 
similar colour to the background. (See screenshot)

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

2020-10-07 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11347
Committed: 
https://git.mahara.org/mahara/mahara/commit/7790747efa9cd9135ac1aea50c88c0a9ade0ef58
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:20.10_STABLE

commit 7790747efa9cd9135ac1aea50c88c0a9ade0ef58
Author: Evonne 
Date:   Wed Sep 30 15:38:59 2020 +1300

Bug 1897641 Account settings sideblock link color in Maroon theme

Changed color of links and text to white so they are visible in the
block.

behatnotneeded

Change-Id: Ie57297f9591eafba90e461af03b5f26559ce9cf3
(cherry picked from commit b35bb51158ccc0e13cf28a3c925f63bef63d0946)

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

Title:
  2010RC1: maroon theme for profile sideblock poor contrast

Status in Mahara:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Using QA Mahara with the following settings on Windows:
  PHP 7.4
  Postgres 10.9
  Skins enabled
  Individual themes enabled
  Pre-populated data

  Steps taken:
  Log in
  Change to Maroon theme
  Masquerade as another account holder
  Become admin again

  Expected:
  Account settings page displays with profile sideblock information easily 
readable.

  Actual:
  'Log in as this person' and 'Suspend or delete this account' links are a 
similar colour to the background. (See screenshot)

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

2020-10-07 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/11345
Committed: 
https://git.mahara.org/mahara/mahara/commit/60b42ace6d381bf949bad8ce1a8e7aa7dd21c5b9
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:20.04_STABLE

commit 60b42ace6d381bf949bad8ce1a8e7aa7dd21c5b9
Author: Cecilia Vela Gurovic 
Date:   Tue Aug 25 18:19:43 2020 +1200

Bug 1892105: use correct cover image when copying collection

If a collection and its copy have the same owner,
then use the same artefact id (same image file)
as the cover image.

If the owners are different then use the copied
file artefact id for the cover image

behatnotneeded

Change-Id: Iab1e3168925ce567934b34b73627832035b809a8
(cherry picked from commit bc5e6564b56b79b40b7173699ea233fc50ba14c6)

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

Title:
  Cover image file not copied for institution collection

Status in Mahara:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  When you have a collection on the institution level and add a cover
  image, the file is not associated when you copy it into your personal
  account. The file still comes along, but is not placed into the 'Cover
  images' folder.

  It nearly works fine for pages (see note below).

  This also needs to be tested for copying of collections on all other
  levels (personal, site, group).

  To replicate for institution collection:

  1. As site or institution admin, create a collection with 1 page.
  2. Upload a cover image to the collection.
  3. Share the page and make it copyable.
  4. Log in as another account holder.
  5. Copy the collection.
  6. View the collection on 'Pages and collections'.
  Expected result: The collection's cover image is displayed.
  Actual result: There is not cover image displayed.

  **Please note: When the above steps are 'repeated' for a page, the
  page cover image does display on the 'Pages and collections' page,
  however, the file is NOT present in the 'Files' > 'Cover images'
  folder.  It is instead placed in a sub-folder of the 'viewfiles'
  folder, this sub-sub-folder also contains any other files that were
  present for the copied page.

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


  1   2   3   4   5   6   7   8   9   10   >