[Mahara-contributors] [Bug 1429871] [NEW] Link underlining in skins doesn't work

2015-03-09 Thread Olli Puurunen
Public bug reported:

If the user edits a skin (Edit skin  Fonts and colours) and checks the
Underline link -option, the link doesn't get underlined on a page with
the skin applied. There seems to be a bug in skin/style.php#38 with the
comparison

if ($option == 'transparent')

because when a checkbox is selected, the $option value is a boolean TRUE
and when using PHP's loose comparison operator, (true == 'transparent')
= true. Therefore for example
$skin-viewskin['view_link_normal_underline'] (and a few others) value
changes to an empty string and the value assigned to template is 'none'
instead of 'underline'.

A simple fix is to use strict comparison:

if ($option === 'transparent')

---

Mahara version: 1.9.1
Browser: Chrome (Linux) 40.0.2214.115 (64-bit)

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Link underlining in skins doesn't work

Status in Mahara ePortfolio:
  New

Bug description:
  If the user edits a skin (Edit skin  Fonts and colours) and checks
  the Underline link -option, the link doesn't get underlined on a page
  with the skin applied. There seems to be a bug in skin/style.php#38
  with the comparison

  if ($option == 'transparent')

  because when a checkbox is selected, the $option value is a boolean
  TRUE and when using PHP's loose comparison operator, (true ==
  'transparent') = true. Therefore for example
  $skin-viewskin['view_link_normal_underline'] (and a few others) value
  changes to an empty string and the value assigned to template is
  'none' instead of 'underline'.

  A simple fix is to use strict comparison:

  if ($option === 'transparent')

  ---

  Mahara version: 1.9.1
  Browser: Chrome (Linux) 40.0.2214.115 (64-bit)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1429871/+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 1429883] Re: Display Problem on the page exported HTML Profile Information

2015-03-09 Thread issam.taboubi
here a patch for the bug :

https://github.com/MaharaProject/mahara/compare/master...taboubi:bug1429883?expand=1

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

Title:
  Display Problem on the page exported HTML Profile Information

Status in Mahara ePortfolio:
  New

Bug description:
  Here some instructions to reproduce the bug :
   - login as admin
   - create a new user  with basic informations
   - logout and login with this new user
  - export the portfolio as HTML
  - download the Zip and Unzip 
  - go the index page and click View all profile information
  - you should see  'Last name: Array'   ( see the screenshot )

  on master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1429883/+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 1429883] Re: Display Problem on the page exported HTML Profile Information

2015-03-09 Thread issam.taboubi
** Attachment added: CaptureExport.PNG
   
https://bugs.launchpad.net/mahara/+bug/1429883/+attachment/4338858/+files/CaptureExport.PNG

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

Title:
  Display Problem on the page exported HTML Profile Information

Status in Mahara ePortfolio:
  New

Bug description:
  Here some instructions to reproduce the bug :
   - login as admin
   - create a new user  with basic informations
   - logout and login with this new user
  - export the portfolio as HTML
  - download the Zip and Unzip 
  - go the index page and click View all profile information
  - you should see  'Last name: Array'   ( see the screenshot )

  on master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1429883/+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 1429883] [NEW] Display Problem on the page exported HTML Profile Information

2015-03-09 Thread issam.taboubi
Public bug reported:

Here some instructions to reproduce the bug :
 - login as admin
 - create a new user  with basic informations
 - logout and login with this new user
- export the portfolio as HTML
- download the Zip and Unzip 
- go the index page and click View all profile information
- you should see  'Last name:   Array'   ( see the screenshot )

on master

** Affects: mahara
 Importance: Undecided
 Status: New


** Tags: export

** Tags added: export

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

Title:
  Display Problem on the page exported HTML Profile Information

Status in Mahara ePortfolio:
  New

Bug description:
  Here some instructions to reproduce the bug :
   - login as admin
   - create a new user  with basic informations
   - logout and login with this new user
  - export the portfolio as HTML
  - download the Zip and Unzip 
  - go the index page and click View all profile information
  - you should see  'Last name: Array'   ( see the screenshot )

  on master

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

2015-03-09 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/4372

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

Title:
  Display Problem on the page exported HTML Profile Information

Status in Mahara ePortfolio:
  New

Bug description:
  Here some instructions to reproduce the bug :
   - login as admin
   - create a new user  with basic informations
   - logout and login with this new user
  - export the portfolio as HTML
  - download the Zip and Unzip 
  - go the index page and click View all profile information
  - you should see  'Last name: Array'   ( see the screenshot )

  on master

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4260
Committed: 
http://gitorious.org/mahara/mahara/commit/20fd19022fbd903ada854c0198ad03e3172e6916
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 20fd19022fbd903ada854c0198ad03e3172e6916
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Tue Feb 10 08:35:18 2015 +1300

Allow skins to show on profile page (Bug #1419951)

This is a straight copy of the skins code
in view/view.php to user/view.php

Change-Id: If277fb245dd47f363da718ff086c511bb4a16cef
Signed-off-by: Robert Lyon robe...@catalyst.net.nz

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

Title:
  Skins not working on profile page

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  It is possible to set a skin on a profile page but the skin doesn't
  display.

  This is due to the code to display a skin is not present in
  user/view.php (only in view/view.php)

  To fix add the code to user/view.php as well.

  Marked the bug as medium due to the fact one can add a skin to a
  profile page but it doesn't show and therefore there is confusion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1419951/+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 1419951] Re: Skins not working on profile page

2015-03-09 Thread Son Nguyen
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Title:
  Skins not working on profile page

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  It is possible to set a skin on a profile page but the skin doesn't
  display.

  This is due to the code to display a skin is not present in
  user/view.php (only in view/view.php)

  To fix add the code to user/view.php as well.

  Marked the bug as medium due to the fact one can add a skin to a
  profile page but it doesn't show and therefore there is confusion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1419951/+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 1424512] Re: some block attachment expanders not working after ajax load of blocks was merged

2015-03-09 Thread Son Nguyen
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Title:
  some block attachment expanders not working after ajax load of blocks
  was merged

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Now that we load the note block by ajax it means the block is not on
  the page when the the expander js goexs to wire up the expand/collapse
  stuff.

  I've altered the block renderer  so that each block instance loads
  it's own js to call setupExpanders().

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1424512/+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 1428369] Re: Show last changed date for shared pages on the group homepage

2015-03-09 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Title:
  Show last changed date for shared pages on the group homepage

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Also allow the adding of comments to a page update it's modified time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1428369/+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 1429883] Re: Display Problem on the page exported HTML Profile Information

2015-03-09 Thread issam.taboubi
** Changed in: mahara
 Assignee: (unassigned) = issam.taboubi (issam-tab)

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

Title:
  Display Problem on the page exported HTML Profile Information

Status in Mahara ePortfolio:
  New

Bug description:
  Here some instructions to reproduce the bug :
   - login as admin
   - create a new user  with basic informations
   - logout and login with this new user
  - export the portfolio as HTML
  - download the Zip and Unzip 
  - go the index page and click View all profile information
  - you should see  'Last name: Array'   ( see the screenshot )

  on master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1429883/+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 1420590] Re: access denied error when editing group as group admin

2015-03-09 Thread Robert Lyon
For testing:

1) create a groups.csv file for uploading groups via csv - eg:

shortname,displayname,roles,editroles
groupone,Group One,standard,admin
grouptwo,Group Two,standard,all

2) make sure when you upload the groups that the institution is set to
'no institution'

3) create a groupmembers.csv file for updating group members for the
groups you just made - eg:

shortname,username,role
mygroupone,test01,admin
mygrouptwo,test02,admin

4) log into the site as the user, eg test01 and go and edit the group -
update the description field

5) On save you should get:

[WAR] bc (lib/form/elements/wysiwyg.php:87) Invalid argument supplied
for foreach()

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

Title:
  access denied error when editing group as group admin

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Get a:
   
  You do not have access to view this page.

  group_update: cannot update a group in this institution

  error - this is due a group admin that is only in the 'no insitituion'
  (mahara) institution doesn't have the expected info set in their $USER
  data.

  So need to make an exception for the 'mahara' institution.

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4354
Committed: 
http://gitorious.org/mahara/mahara/commit/574cd60e1057daa372ab14b6aa087ebfe17095c1
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 574cd60e1057daa372ab14b6aa087ebfe17095c1
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Thu Mar 5 12:16:00 2015 +1300

Show last changed date for shared pages on the group homepage

Bug #1428369

Show the view's modified time on the group homepage and have any
comments added to the view (or view's artefacts) update the view's
modification time.

Change-Id: Icadefea5e059427b4acf89816ef044a240624e69
Signed-off-by: Robert Lyon robe...@catalyst.net.nz

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

Title:
  Show last changed date for shared pages on the group homepage

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Also allow the adding of comments to a page update it's modified time.

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4304
Committed: 
http://gitorious.org/mahara/mahara/commit/b00555fa807aaac8396da4429d18ccee9d8b1d25
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit b00555fa807aaac8396da4429d18ccee9d8b1d25
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Mon Feb 23 16:25:38 2015 +1300

Attachments expander in note block not working after ajaxify patch (Bug
#1424512)

this patch sends the setupExpanders() js call along with the rest of
the html rather than use the on page load js as the blocks load after
page load.

Change-Id: Id0c212caa0d4bb53ac5fa59044b186c71127c54c
Signed-off-by: Robert Lyon robe...@catalyst.net.nz

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

Title:
  some block attachment expanders not working after ajax load of blocks
  was merged

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Now that we load the note block by ajax it means the block is not on
  the page when the the expander js goexs to wire up the expand/collapse
  stuff.

  I've altered the block renderer  so that each block instance loads
  it's own js to call setupExpanders().

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4295
Committed: 
http://gitorious.org/mahara/mahara/commit/fafc48fbfcdb4c6ccc46aa28b3f884f627c86bba
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit fafc48fbfcdb4c6ccc46aa28b3f884f627c86bba
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Thu Feb 19 16:46:17 2015 +1300

Allow the pdf viewer to display menu items in user's lang (Bug 1423435)

Change-Id: Ibc87e7ae48f7ed8362779977b82d4269fd0c50df
Signed-off-by: Robert Lyon robe...@catalyst.net.nz

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

Title:
  pdf.js menu doesn't use current language

Status in Mahara ePortfolio:
  In Progress

Bug description:
  If I'm using a browser set to English but am viewing a mahara page
  with user set to German I see the pdf viewer in English - But I would
  perfer to see it in the language I've chosen for mahara (German).

  As this is something we set for tinymce I'll take the code and use it
  for the pdf.js as well

  I feel this has been an oversight with our implementation of pdf
  viewer and should be fixed asap.

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4280
Committed: 
http://gitorious.org/mahara/mahara/commit/11503817ce9d1c8439f3274a23542b504b54ec2d
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 11503817ce9d1c8439f3274a23542b504b54ec2d
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Tue Feb 17 09:00:54 2015 +1300

Allowing the pdf block file upload field to filter by pdf

Bug 1422480

Also added a filter to the image block to filter by image files

Change-Id: If5665396894f5f9114cca4b449d383efbfc5f94f
Signed-off-by: Robert Lyon robe...@catalyst.net.nz

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

Title:
  Allow the filebrowser upload field filter by file type

Status in Mahara ePortfolio:
  In Progress

Bug description:
  This bug is similar to bug 1262928 - but it allows the filebrowser to
  do the same filtering as it's input type=file is hardcoded in the
  filebrowser template rather than coming from the pieform file element.

  This will allow me, when adding a block that only works for certain
  files, eg pdf block/image block, to filter my local files to choose
  from down to just the allowed types.

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4370
Committed: 
http://gitorious.org/mahara/mahara/commit/abfe9bec5f87b3a8ac8cedfbdf86735e9e2304eb
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit abfe9bec5f87b3a8ac8cedfbdf86735e9e2304eb
Author: Son Nguyen son.ngu...@catalyst.net.nz
Date:   Mon Mar 9 14:31:16 2015 +1300

Fix the js error in IE9 when displaying PDF. Bug 1400595

Change-Id: Iaa1ef43f30615c253df28c70d20db415779146b8
Signed-off-by: Son Nguyen son.ngu...@catalyst.net.nz

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

Title:
  PDFs not displaying in IE

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed

Bug description:
  When a PDF block is added to a page, the PDF page doesn't display in
  IE.  In IE, all that is displayed is a grey box.  The PDF menu items
  are displayed but the actual document isn't visible.  It works
  correctly in Chrome.  I've tested this in the Mahara demo site and the
  problem existed there as well.

  I've attached screenshots.

  Version info:
  Mahara 1.10.1
  IE: 9
  Chrome: 39

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1400595/+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 1429883] Re: Display Problem on the page exported HTML Profile Information

2015-03-09 Thread Robert Lyon
Hi issam.taboubi for your patch.

I've tested it out and have verified it fixes the problem - and have
merged the patch.

Cheers

Robert

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

Title:
  Display Problem on the page exported HTML Profile Information

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Here some instructions to reproduce the bug :
   - login as admin
   - create a new user  with basic informations
   - logout and login with this new user
  - export the portfolio as HTML
  - download the Zip and Unzip 
  - go the index page and click View all profile information
  - you should see  'Last name: Array'   ( see the screenshot )

  on master

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4372
Committed: 
http://gitorious.org/mahara/mahara/commit/29b9b1f83ede2698e967b0ada08220d4b071f22c
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 29b9b1f83ede2698e967b0ada08220d4b071f22c
Author: taboubi issam@gmail.com
Date:   Mon Mar 9 11:33:49 2015 -0400

HTML Export profile info showing as 'array()' (Bug #1429883)

If user has no socialprofile info set it makes the previous profile
value equal 'array()'

Change-Id: Ia6260f63349f43d0a40458f18e25ef2d7c23497d

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

Title:
  Display Problem on the page exported HTML Profile Information

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Here some instructions to reproduce the bug :
   - login as admin
   - create a new user  with basic informations
   - logout and login with this new user
  - export the portfolio as HTML
  - download the Zip and Unzip 
  - go the index page and click View all profile information
  - you should see  'Last name: Array'   ( see the screenshot )

  on master

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4278
Committed: 
http://gitorious.org/mahara/mahara/commit/56cb08dd3b0263a85b5e3d7ff4d7aa4072a282f7
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 56cb08dd3b0263a85b5e3d7ff4d7aa4072a282f7
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Mon Feb 16 15:18:25 2015 +1300

pdf.js uses pdfViewer class for some of it's styles now (Bug #1384478)

so we need to add the class to the template we use

Change-Id: I3a9dc0bdd80133f530c84f0782438939fe52d01e
Signed-off-by: Robert Lyon robe...@catalyst.net.nz

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

Title:
  Update pdf.js to version 1.0.1040

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Currently at 1.0.21 latest stable version 1.0.712

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1384478/+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 1384478] Re: Update pdf.js to version 1.0.1040

2015-03-09 Thread Son Nguyen
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Title:
  Update pdf.js to version 1.0.1040

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Currently at 1.0.21 latest stable version 1.0.712

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4276
Committed: 
http://gitorious.org/mahara/mahara/commit/0f1b229c99fe709e387f670db85735eee349a004
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 0f1b229c99fe709e387f670db85735eee349a004
Author: Son Nguyen son.ngu...@catalyst.net.nz
Date:   Fri Feb 13 14:39:10 2015 +1300

Fix the template to use minified js. Bug 1384478

Change-Id: I96a2108cd9269acc8584c8dd994cc773a293cbc9

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

Title:
  Update pdf.js to version 1.0.1040

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Currently at 1.0.21 latest stable version 1.0.712

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4358
Committed: 
http://gitorious.org/mahara/mahara/commit/ddf582114bfa1a3251d8241614843e35673a763b
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit ddf582114bfa1a3251d8241614843e35673a763b
Author: Eduardo Schicker edua...@catalyst.net.nz
Date:   Thu Mar 5 15:04:39 2015 +1300

Behat Test: Quota notification (Bug 1367539)

I turned this into a scenario outline instead. It's a way better way of tetsing 
multiple cases that need the DB
cleared inbetween runs.
Clearning the DB just made sure that the notification message was appearing for 
each separate quota change.

Change-Id: Ib2e130161033aab39dfefd48a9ad1448a8254219
Signed-off-by: Jinelle Foley-Barnes jinel...@catalyst.net.nz

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

Title:
  When quota notification threshold is changed, send notifications to
  users who are now over threshold

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Released
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  Bug 1307935 sends notifications to users when they go over a threshold
  near their quota. But if you change the threshold, then users who are
  already over the new threshold receive no notification.

  This patch makes it so that when you change the threshold, users who
  are now over the threshold will receive a notification.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1367539/+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 1429883] Re: Display Problem on the page exported HTML Profile Information

2015-03-09 Thread Robert Lyon
** Changed in: mahara
Milestone: None = 15.04.0

** Changed in: mahara
   Importance: Undecided = Medium

** Changed in: mahara
   Status: New = Fix Committed

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

Title:
  Display Problem on the page exported HTML Profile Information

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Here some instructions to reproduce the bug :
   - login as admin
   - create a new user  with basic informations
   - logout and login with this new user
  - export the portfolio as HTML
  - download the Zip and Unzip 
  - go the index page and click View all profile information
  - you should see  'Last name: Array'   ( see the screenshot )

  on master

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3912
Committed: 
http://gitorious.org/mahara/mahara/commit/a6820f8427b9a72c141c8d3353ead33c3532e651
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit a6820f8427b9a72c141c8d3353ead33c3532e651
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Wed Nov 13 16:13:14 2013 +1300

Embed pdf has horiz scrollbar on default 3 column layout (bug 1237137)

Seen as the 3 column layout is the default one the embed pdf view
should fit within it.

Currently if you have a browser windo open fully, a 3 column layout,
and a pdf embedded you get a horizontal scrollbar on the embed pdf.

A slight adjustment of the min-width and it goes away.

The scrollbar will be there for 4 or 5 column widths but that is ok as
they are quite thin columns.

Change-Id: I0425b5f7887cca031d33e1390f6a8fc3718de452
Signed-off-by: Robert Lyon robe...@catalyst.net.nz
Signed-off-by: Aaron Wells aar...@catalyst.net.nz

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

Title:
  adding multiple PDF's at a time doesn't work

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Mahara 1.8 Testing 
  --
  Environment = linux / Firefox 
  URL = 
http://myportfolio-school2-mahara.testing.elearning.catalyst.net.nz/view/blocks.php?id=415490

  Logged in as authenticated user 
  --
  1. adding PDF files to a portfolio page - adding multiple files in the edit 
mode seems to work but there is only one file displayed on the page 
  2. the PDF display box also contains 2 horizontal scroll bars 
  3. refreshing the page = only one horizontal scroll bar expected PDF to fit 
Display box 

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3891
Committed: 
http://gitorious.org/mahara/mahara/commit/b44e024d5f3ae589a42f9a14adfff64d7f4890fc
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit b44e024d5f3ae589a42f9a14adfff64d7f4890fc
Author: Tobias Zeuch tobias.ze...@kit.edu
Date:   Fri Oct 31 13:14:01 2014 +0100

Inbox and outbox: show 'reply' and 'reply all' links in own column

Bug 1387330: Show reply and reply all buttons in a separate column in the inbox
and outbox, like email clients usually do. Also remove the reply-links after
the message text.
The buttons should only appear where applicalbe, e.g. only show a button reply
all when there were multiple recipients and don't show a reply-button for system
messages. Also other links remain in the message text, like links to new pages
in new-page-access notifications.

Change-Id: I938dda6210f4a0a8ab57b56c654cf60931ef7a6a
Signed-off-by: Tobias Zeuch tobias.ze...@kit.edu

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

Title:
  Inbox 'reply to' and 'reply all' links be in own columns

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Following on from https://bugs.launchpad.net/mahara/+bug/1385412

  For some messages (if not all, as I've not tested fully) in the Inbox
  the 'subject' is a clickable link that expands the message and shows a
  'reply ' link.

  On clicking that link it takes you to the 'Send message' page and pre
  populates certain fields as well as showing the message you are
  replying to.

  I feel the current functionality of clicking the subject link to find
  the 'reply ' and 'reply all' links is a bit cumbersome and Kristina
  agrees.

  We need to take the reply links out of the subject's content and make it new 
columns for easier access.
  I'm for making them new columns with a reply-to and reply-all icons (like 
what you get in an email client).

  So the trick would be to only have them show up on messages that one
  is allowed to reply to and only have the reply all show up for the
  messages that have more than two users (including oneself) involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1387330/+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 1387330] Re: Inbox 'reply to' and 'reply all' links be in own columns

2015-03-09 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Title:
  Inbox 'reply to' and 'reply all' links be in own columns

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Following on from https://bugs.launchpad.net/mahara/+bug/1385412

  For some messages (if not all, as I've not tested fully) in the Inbox
  the 'subject' is a clickable link that expands the message and shows a
  'reply ' link.

  On clicking that link it takes you to the 'Send message' page and pre
  populates certain fields as well as showing the message you are
  replying to.

  I feel the current functionality of clicking the subject link to find
  the 'reply ' and 'reply all' links is a bit cumbersome and Kristina
  agrees.

  We need to take the reply links out of the subject's content and make it new 
columns for easier access.
  I'm for making them new columns with a reply-to and reply-all icons (like 
what you get in an email client).

  So the trick would be to only have them show up on messages that one
  is allowed to reply to and only have the reply all show up for the
  messages that have more than two users (including oneself) involved.

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3911
Committed: 
http://gitorious.org/mahara/mahara/commit/f6a529824ea61cc6354b029f5940d542bd821f08
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit f6a529824ea61cc6354b029f5940d542bd821f08
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Fri Oct 18 12:54:47 2013 +1300

Getting the bottom of the pdf viewer to display (bug 1240776)

- change allows for a bit of the base of the display so it doesn't
look broken

Change-Id: Ib50eb183c6c14199893baeb95bc78d036b3fcbd0
Signed-off-by: Robert Lyon robe...@catalyst.net.nz
Signed-off-by: Aaron Wells aar...@catalyst.net.nz

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

Title:
  PDF media looks incomplete

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Mahara 1.8 Testing 
  -
  Environment = Linux / Chrome 
  URL = 
http://myportfolio-school2-mahara.testing.elearning.catalyst.net.nz/user/spintester/spinner-s-page-8
  

  The PDF block looks incomplete on a Profile page, it looks as though
  it needs a bottom.  The other problem is that the block only shows
  half of the first page.  I would have expected it to show the whole
  first page.

  See the attachment for more details

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3909
Committed: 
http://gitorious.org/mahara/mahara/commit/dec1f445fd743c4d5a57ba307a0ecba104bac5e3
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit dec1f445fd743c4d5a57ba307a0ecba104bac5e3
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Wed Nov 5 11:53:58 2014 +1300

Adjusting the pdf template (Bug #1036556)

Change-Id: I387e4757457791bc6de96e538fb4770160b05781
Signed-off-by: Robert Lyon robe...@catalyst.net.nz

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

Title:
  Embed PDF

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.10 series:
  Fix Released
Status in Mahara 1.8 series:
  Fix Released

Bug description:
  It would be great if uploaded PDFs could be embedded and thus shown
  directly on a page (similar to what can be done with Google Docs or
  external services).

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3907
Committed: 
http://gitorious.org/mahara/mahara/commit/e9a2cd73f52ffd12984af4ab55cc8ca005f93161
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit e9a2cd73f52ffd12984af4ab55cc8ca005f93161
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Wed Nov 5 10:41:32 2014 +1300

Update pdf.js to version 1.0.1040 (Bug #1384478)

Change-Id: I386e7b25914c66037cd779a824ac0afae5813763
Signed-off-by: Robert Lyon robe...@catalyst.net.nz

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

Title:
  Update pdf.js to version 1.0.1040

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Currently at 1.0.21 latest stable version 1.0.712

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3913
Committed: 
http://gitorious.org/mahara/mahara/commit/b4d5245867e7fede16fe848d48a0eee3b11f7c86
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit b4d5245867e7fede16fe848d48a0eee3b11f7c86
Author: Aaron Wells aar...@catalyst.net.nz
Date:   Tue May 6 17:32:02 2014 +1200

Make pdf.js use absolute file urls, and get PDF URl from a JS variable

Bug 1316407: By default, this version of pdf.js wants to take the PDF
URL from a URL query parameter. It also wants to refer to several of its
JS libraries by relative paths, which sometimes conk out in Mahara.

Change-Id: If4a5ea386f1ccb291a86f940b7d54f4f4e4cb4a3

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

Title:
  Update pdf.js to version 1.0.21

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  pdf.js is the driver behind our PDF block. We're currently on version
  0.8.75. The latest stable version is 1.0.21.

  https://github.com/mozilla/pdf.js/

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3908
Committed: 
http://gitorious.org/mahara/mahara/commit/8be3d3019c6938c361b5431f3ef69d6d582433c5
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 8be3d3019c6938c361b5431f3ef69d6d582433c5
Author: Son Nguyen s...@catalyst.net.nz
Date:   Thu May 2 08:46:50 2013 +1200

Configure the  pdfjs javascript lib (Bug #1036556)

Disable Open file feature

Change-Id: Ib51eaaa14e11c3257efce25c8763974d08458dcc
Signed-off-by: Son Nguyen s...@catalyst.net.nz
Signed-off-by: Aaron Wells aar...@catalyst.net.nz

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

Title:
  Embed PDF

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.10 series:
  Fix Released
Status in Mahara 1.8 series:
  Fix Released

Bug description:
  It would be great if uploaded PDFs could be embedded and thus shown
  directly on a page (similar to what can be done with Google Docs or
  external services).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1036556/+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 1318432] Re: Improve error reporting in Ajax installer/upgrader

2015-03-09 Thread Aaron Wells
I've merged Nigel's patch, but it doesn't really resolve the problem I'm
describing, which I guess is what happens when the script errors out
without returning properly formed AJAX.

So, I've pushed another patch to fix that problem. The core of it was
that we use the MochiKit JSON parsing method, which does no JSON
validation beforehand at all. It just does an eval() of whatever it gets
sent.

I've swapped it out for the JQuery JSON parser, which is smart enough to
throw an exception when it receives malformed JSON. Then we can catch
that exception and call the error callback method properly.

I think it'll be good to get this in for 15.04, because it'll help with
debugging installation issues.

https://reviews.mahara.org/4375

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

Title:
  Improve error reporting in Ajax installer/upgrader

Status in Mahara ePortfolio:
  In Progress
Status in Mahara 1.10 series:
  New
Status in Mahara 15.04 series:
  In Progress

Bug description:
  We use an Ajax-based page to install  upgrade Mahara. For each
  upgrade task it:

  - fires off a separate Ajax request to run the task
  - shows a progress spinner while it waits for a response
  - and then once it gets a response it updates the page and fires off the next 
task

  The problem is that this system doesn't handle errors well. If the
  Ajax script errors out, it continues showing the progress spinner
  forever. Consequently we get a LOT of error reports where people
  complain that installation takes forever, when in fact it errored
  out after 30 seconds or whatever and it just never told them.

  We need to update this process so that it actually lets you know when
  it failed, and why.

  The simplest solution, suggested by Robert, is that we put a timeout
  on waiting for the Ajax response. Mahara sets max_execution_time
  itself, so we could:

  1. Make the ajax time out after max_execution_time
  2. Show an error icon
  3. Fire off a second ajax response to a script that gets any error messages 
from the session and displays those on the page.

  That should be pretty robust against any type of error.

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

2015-03-09 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/4375

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

Title:
  Improve error reporting in Ajax installer/upgrader

Status in Mahara ePortfolio:
  In Progress
Status in Mahara 1.10 series:
  New
Status in Mahara 15.04 series:
  In Progress

Bug description:
  We use an Ajax-based page to install  upgrade Mahara. For each
  upgrade task it:

  - fires off a separate Ajax request to run the task
  - shows a progress spinner while it waits for a response
  - and then once it gets a response it updates the page and fires off the next 
task

  The problem is that this system doesn't handle errors well. If the
  Ajax script errors out, it continues showing the progress spinner
  forever. Consequently we get a LOT of error reports where people
  complain that installation takes forever, when in fact it errored
  out after 30 seconds or whatever and it just never told them.

  We need to update this process so that it actually lets you know when
  it failed, and why.

  The simplest solution, suggested by Robert, is that we put a timeout
  on waiting for the Ajax response. Mahara sets max_execution_time
  itself, so we could:

  1. Make the ajax time out after max_execution_time
  2. Show an error icon
  3. Fire off a second ajax response to a script that gets any error messages 
from the session and displays those on the page.

  That should be pretty robust against any type of error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1318432/+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 1280087] Re: Mahara PDF plugin bug

2015-03-09 Thread Launchpad Bug Tracker
[Expired for Mahara because there has been no activity for 60 days.]

** Changed in: mahara
   Status: Incomplete = Expired

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

Title:
  Mahara PDF plugin bug

Status in Mahara ePortfolio:
  Expired

Bug description:
  Mahara 1.8

  Sometimes PDF's dont load, then refreshing the browser results in them 
loading.
  Another user tried to load the page and had a red error (in a small banner) 
appear saying the PDF could not be loaded (Safari).
  Then they tried Chrome on the same computer (2013 macbook pro) and the first 
of three inline PDF's loaded (each under 1mb).
  The other two below remained grey without loading the PDF.
  Additional refresh actions results in all pdf's eventually loading.
  Cheers.

  see: http://bit.ly/ucflippedworkshop

  Page: Workshop 1 replay

  Thanks.

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3510
Committed: 
http://gitorious.org/mahara/mahara/commit/2e873d2a5251b905ddd2543ba53f40d19749b28c
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:master

commit 2e873d2a5251b905ddd2543ba53f40d19749b28c
Author: Nigel Cunningham nig...@catalyst-au.net
Date:   Mon Jul 14 16:04:00 2014 +1000

(Bug 1318432) Ensure errorhandler called

In sendjsonrequest, if the request completes but returns an error,
we should invoke the caller's error handling function.

Change-Id: I52ef8ae900796c5db4532fa11c2a152d8a75b838
Signed-off-by: Nigel Cunningham nig...@catalyst-au.net

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

Title:
  Improve error reporting in Ajax installer/upgrader

Status in Mahara ePortfolio:
  In Progress
Status in Mahara 1.10 series:
  New
Status in Mahara 15.04 series:
  In Progress

Bug description:
  We use an Ajax-based page to install  upgrade Mahara. For each
  upgrade task it:

  - fires off a separate Ajax request to run the task
  - shows a progress spinner while it waits for a response
  - and then once it gets a response it updates the page and fires off the next 
task

  The problem is that this system doesn't handle errors well. If the
  Ajax script errors out, it continues showing the progress spinner
  forever. Consequently we get a LOT of error reports where people
  complain that installation takes forever, when in fact it errored
  out after 30 seconds or whatever and it just never told them.

  We need to update this process so that it actually lets you know when
  it failed, and why.

  The simplest solution, suggested by Robert, is that we put a timeout
  on waiting for the Ajax response. Mahara sets max_execution_time
  itself, so we could:

  1. Make the ajax time out after max_execution_time
  2. Show an error icon
  3. Fire off a second ajax response to a script that gets any error messages 
from the session and displays those on the page.

  That should be pretty robust against any type of error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1318432/+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 1430114] Re: Wrong sortorder for socialprofile block on upgrade from 1.9 to 15.04

2015-03-09 Thread Aaron Wells
In the database, the socialprofile block has sortorder 10, which is
the default. So it looks like for some reason its sortorder isn't
getting stored when the new block is installed.

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

Title:
  Wrong sortorder for socialprofile block on upgrade from 1.9 to 15.04

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed

Bug description:
  To replicate:

  1. Install Mahara 1.9

  2. Upgrade to Mahara 15.04dev (using the web-based installer, NOT the
  CLI installer)

  3. Edit your dashboard page (or any page)

  Expected result: The social profile block should be the first one in
  the Personal info category.

  Actual result: The social profile block is the last one in the
  Personal Info category.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1430114/+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 1430114] [NEW] Wrong sortorder for socialprofile block on upgrade from 1.9 to 15.04

2015-03-09 Thread Aaron Wells
Public bug reported:

To replicate:

1. Install Mahara 1.9

2. Upgrade to Mahara 15.04dev (using the web-based installer, NOT the
CLI installer)

3. Edit your dashboard page (or any page)

Expected result: The social profile block should be the first one in the
Personal info category.

Actual result: The social profile block is the last one in the Personal
Info category.

** Affects: mahara
 Importance: Medium
 Status: Confirmed

** Affects: mahara/1.10
 Importance: Medium
 Status: Confirmed

** Affects: mahara/15.04
 Importance: Medium
 Status: Confirmed

** Changed in: mahara
   Importance: Undecided = Medium

** Changed in: mahara
   Status: New = Confirmed

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

** Also affects: mahara/15.04
   Importance: Medium
   Status: Confirmed

** Changed in: mahara/1.10
   Status: New = Confirmed

** Changed in: mahara/1.10
   Importance: Undecided = Medium

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

Title:
  Wrong sortorder for socialprofile block on upgrade from 1.9 to 15.04

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed

Bug description:
  To replicate:

  1. Install Mahara 1.9

  2. Upgrade to Mahara 15.04dev (using the web-based installer, NOT the
  CLI installer)

  3. Edit your dashboard page (or any page)

  Expected result: The social profile block should be the first one in
  the Personal info category.

  Actual result: The social profile block is the last one in the
  Personal Info category.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1430114/+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 1430111] [NEW] New block order not set up when upgrading via CLI

2015-03-09 Thread Aaron Wells
Public bug reported:

To replicate:

1. Install Mahara 1.10 or earlier

2. Upgrade to Mahara 15.04dev using the CLI upgrade script

3. Edit your dashboard page (or examine the contents of the
blocktype_installed_category table in the DB)

Expected result: The blocks in the General category should be ordered
starting with: profileinfo, socialprofile, wall, entireresume...

Actual result: The blocks in the General category are ordered starting
with: creativecommons, inbox, navigation, latest pages (And in the
database, all the blocks have sortorder 100,000).

** Affects: mahara
 Importance: High
 Status: Confirmed

** Changed in: mahara
Milestone: None = 15.04.0

** Changed in: mahara
   Status: New = Confirmed

** Changed in: mahara
   Importance: Undecided = High

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

Title:
  New block order not set up when upgrading via CLI

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  To replicate:

  1. Install Mahara 1.10 or earlier

  2. Upgrade to Mahara 15.04dev using the CLI upgrade script

  3. Edit your dashboard page (or examine the contents of the
  blocktype_installed_category table in the DB)

  Expected result: The blocks in the General category should be
  ordered starting with: profileinfo, socialprofile, wall,
  entireresume...

  Actual result: The blocks in the General category are ordered
  starting with: creativecommons, inbox, navigation, latest pages
  (And in the database, all the blocks have sortorder 100,000).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1430111/+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 1430111] Re: New block order not set up when upgrading via CLI

2015-03-09 Thread Aaron Wells
Tagged with high priority not because it's a huge problem, but because
we need to fix it before 15.04.0 (since it'll be a UI change).

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

Title:
  New block order not set up when upgrading via CLI

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  To replicate:

  1. Install Mahara 1.10 or earlier

  2. Upgrade to Mahara 15.04dev using the CLI upgrade script

  3. Edit your dashboard page (or examine the contents of the
  blocktype_installed_category table in the DB)

  Expected result: The blocks in the General category should be
  ordered starting with: profileinfo, socialprofile, wall,
  entireresume...

  Actual result: The blocks in the General category are ordered
  starting with: creativecommons, inbox, navigation, latest pages
  (And in the database, all the blocks have sortorder 100,000).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1430111/+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 1429871] Re: Link underlining in skins doesn't work

2015-03-09 Thread Aaron Wells
Hi Olli,

Thanks for the bug report!

Cheers,
Aaron

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

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

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

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

** Changed in: mahara/1.9
   Status: New = Triaged

** Changed in: mahara/1.9
   Importance: Undecided = Medium

** Changed in: mahara/1.10
   Status: New = Triaged

** Changed in: mahara/1.10
   Importance: Undecided = Medium

** Changed in: mahara/15.04
   Status: New = Triaged

** Changed in: mahara/15.04
   Importance: Undecided = Medium

** Changed in: mahara/15.10
   Status: New = Triaged

** Changed in: mahara/15.10
   Importance: Undecided = Medium

** Changed in: mahara/1.10
Milestone: None = 1.10.3

** Changed in: mahara/1.9
Milestone: None = 1.9.5

** Changed in: mahara/15.04
Milestone: None = 15.04.0

** Changed in: mahara/15.10
Milestone: None = 15.10.0

** Tags added: skins

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

Title:
  Link underlining in skins doesn't work

Status in Mahara ePortfolio:
  Triaged
Status in Mahara 1.10 series:
  Triaged
Status in Mahara 1.9 series:
  Triaged
Status in Mahara 15.04 series:
  Triaged
Status in Mahara 15.10 series:
  Triaged

Bug description:
  If the user edits a skin (Edit skin  Fonts and colours) and checks
  the Underline link -option, the link doesn't get underlined on a page
  with the skin applied. There seems to be a bug in skin/style.php#38
  with the comparison

  if ($option == 'transparent')

  because when a checkbox is selected, the $option value is a boolean
  TRUE and when using PHP's loose comparison operator, (true ==
  'transparent') = true. Therefore for example
  $skin-viewskin['view_link_normal_underline'] (and a few others) value
  changes to an empty string and the value assigned to template is
  'none' instead of 'underline'.

  A simple fix is to use strict comparison:

  if ($option === 'transparent')

  ---

  Mahara version: 1.9.1
  Browser: Chrome (Linux) 40.0.2214.115 (64-bit)

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4374
Committed: 
http://gitorious.org/mahara/mahara/commit/197eacef060e1a21bb53ab5cbb71e1e56957
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:1.10_STABLE

commit 197eacef060e1a21bb53ab5cbb71e1e56957
Author: taboubi issam@gmail.com
Date:   Mon Mar 9 11:33:49 2015 -0400

HTML Export profile info showing as 'array()' (Bug #1429883)

If user has no socialprofile info set it makes the previous profile
value equal 'array()'

Change-Id: Ia6260f63349f43d0a40458f18e25ef2d7c23497d

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

Title:
  Display Problem on the page exported HTML Profile Information

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed

Bug description:
  Here some instructions to reproduce the bug :
   - login as admin
   - create a new user  with basic informations
   - logout and login with this new user
  - export the portfolio as HTML
  - download the Zip and Unzip 
  - go the index page and click View all profile information
  - you should see  'Last name: Array'   ( see the screenshot )

  on master

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

2015-03-09 Thread Mahara Bot
Patch for 1.10_STABLE branch: https://reviews.mahara.org/4374

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

Title:
  Display Problem on the page exported HTML Profile Information

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed

Bug description:
  Here some instructions to reproduce the bug :
   - login as admin
   - create a new user  with basic informations
   - logout and login with this new user
  - export the portfolio as HTML
  - download the Zip and Unzip 
  - go the index page and click View all profile information
  - you should see  'Last name: Array'   ( see the screenshot )

  on master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1429883/+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 1429883] Re: Display Problem on the page exported HTML Profile Information

2015-03-09 Thread Aaron Wells
I encountered the same issue in Mahara 1.10, except that it was the
Email address that showed Array.

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

** Changed in: mahara/1.10
Milestone: None = 1.10.3

** Changed in: mahara/1.10
   Importance: Undecided = Medium

** Changed in: mahara/1.10
   Status: New = Confirmed

** Changed in: mahara/1.10
   Status: Confirmed = Fix Committed

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

Title:
  Display Problem on the page exported HTML Profile Information

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed

Bug description:
  Here some instructions to reproduce the bug :
   - login as admin
   - create a new user  with basic informations
   - logout and login with this new user
  - export the portfolio as HTML
  - download the Zip and Unzip 
  - go the index page and click View all profile information
  - you should see  'Last name: Array'   ( see the screenshot )

  on master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1429883/+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 1429883] Re: Display Problem on the page exported HTML Profile Information

2015-03-09 Thread Aaron Wells
Verified that the problem isn't present in 1.9.

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

Title:
  Display Problem on the page exported HTML Profile Information

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed

Bug description:
  Here some instructions to reproduce the bug :
   - login as admin
   - create a new user  with basic informations
   - logout and login with this new user
  - export the portfolio as HTML
  - download the Zip and Unzip 
  - go the index page and click View all profile information
  - you should see  'Last name: Array'   ( see the screenshot )

  on master

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

2015-03-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4331
Committed: 
http://gitorious.org/mahara/mahara/commit/f247b267231844b935b25a796c6fb77c9a299ccd
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:master

commit f247b267231844b935b25a796c6fb77c9a299ccd
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Mon Mar 2 10:46:13 2015 +1300

Upgrade the blocktype.text after adding 'shortcut' category (Bug
#1401708)

what we really want to do is rewrite the order of how plugin are
installed compared to core - but as that won't happen in the short
term what we can do to fix this problem is put the blocktype.text
upgrade after the adding in of the 'shortcut' category item.

Change-Id: Ib2ec695de73754f8e35f2284577e7fdf15fe0a6d
Signed-off-by: Robert Lyon robe...@catalyst.net.nz

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

Title:
  Text block no longer available on page builder, after upgrade 1.9 -
  15.04dev

Status in Mahara ePortfolio:
  In Progress

Bug description:
  If you do an upgrade directly from Mahara 1.9 to 15.04dev, the Text
  block isn't available in the block pallette on the page builder. (It
  should show up next to the Text block).

  There is no problem if you do a clean install, or if you upgrade from
  1.10.

  Using git bisect I traced it to this patch:
  https://reviews.mahara.org/#/c/3943/

  Probably the problem is that our code that uses the Shortcut
  category to identify the blocks that should be placed in the shortcut,
  is not compatible with the code that we used to convert the 1.9 text
  box block into the 1.10 text block.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1401708/+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 1353516] Re: Site option to prevent display of usernames

2015-03-09 Thread Kristina Hoeppner
** Tags added: nominatedfeature

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

Title:
  Site option to prevent display of usernames

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  There are a few places in Mahara where usernames are displayed to
  ordinary users (e.g. user/find.php and user/online.php). This may be a
  privacy issue for sites where email addresses are used as usernames.

  This patch adds a site option enabling the admin to prevent usernames
  being displayed to ordinary users anywhere in the site.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1353516/+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 1417319] Re: Hanging when trying to export as a Standalone HTML website

2015-03-09 Thread Kristina Hoeppner
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Title:
  Hanging when trying to export as a Standalone HTML website

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Hi,

  When I was testing using:  git fetch https://reviews.mahara.org/mahara
  refs/changes/03/3903/2  git checkout FETCH_HEAD

  I went to Portfolio - Export - and then exported as a standalone
  HTML website it filled most of the status bar green and then just hung
  and never completed.

  This was also tested on another machine and the same result occured.

  Mahara 15.04 9 ( see specific patch above)
  psql (PostgreSQL) 9.3.5
  Firefox 35.0.1
  Ubuntu 14.04

  
  Thanks,
  Jinelle

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1417319/+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 1429747] [NEW] Tag help icon on collection edit screen is not available

2015-03-09 Thread Kristina Hoeppner
Public bug reported:

On /collection/edit.php the help icon next to the tag text field is not
available as it hasn't been created yet. The content should be similar
to /lang/en.utf8/help/forms/editview.tags.html

** Affects: mahara
 Importance: Low
 Status: Confirmed

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

Title:
  Tag help icon on collection edit screen is not available

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  On /collection/edit.php the help icon next to the tag text field is
  not available as it hasn't been created yet. The content should be
  similar to /lang/en.utf8/help/forms/editview.tags.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1429747/+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 1423789] Re: social media block shows extra email button

2015-03-09 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Incomplete = Invalid

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

Title:
  social media block shows extra email button

Status in Mahara ePortfolio:
  Invalid

Bug description:
  I added Twitter, Linkedin, Google+ and Skype buttons using this block.
  Somehow a email block is displaying also. Please see attached
  pictures.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1423789/+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 1100836] Re: Add pages to multiple collections

2015-03-09 Thread Dirk Meyer
Just a thought, as this feature would be  a great enhancement.

Perhaps when a page is added to a collection, a copy of that page could created 
in the background automatically?
Then again, maybe its a bad idea because when I remove a the page from a 
collection, I would have two copies.

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

Title:
  Add pages to multiple collections

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Feature request.
  It would be useful to have the ability to add pages to multiple collections 
rather than having them restricted to only one collection. This would enable 
the same content to be used in different sets of resources without having to 
copy it multiple times (and update changes in several places). 
  Case Example - 'how to' pages on using specific software might be added to 
several different collections depending on target audiences, such as staff / 
student pages, or thematic (eg offfice software) collections.
  Thanks, Gordon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1100836/+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 1423793] Re: Where to direct users when they are done editing a pag?

2015-03-09 Thread Dirk Meyer
I like the 'Display page' button at bottom of the page. I could work on my 
page, scroll down, click 'Display page' and confirm that it looks the way I 
want it. If it needs further editing, I click 'edit page' again and so forth.
Thank you for your consideration.

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

Title:
  Where to direct users when they are done editing a pag?

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Normally, when I am in the process of editing or when I am finished
  editing a page, I wand to see what it looks like without the editing
  tools being in the way. I seem to have two choices: Clicking 'Display
  page' in the  in-page-tab will do what I want. Clicking 'Done' at
  bottom of page brings me back to list of pages and I have to find the
  page again and click it. This is why I tend to ignore this button
  completely. I noticed that new users have trouble remembering the
  location of the 'Display page' button.

  Idea: Duplicate 'Display page' and place at bottom of page next to
  'Done'. Rename 'Done' button to 'Other pages' or something similar. I
  could then choose if I wanted to see the page or go and edit other
  pages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1423793/+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 1033277] Re: Add ability to add forum discussions into pages

2015-03-09 Thread Dirk Meyer
I think this would be a fantastic feature for the dashboard.

Topics I started
Topics I commented in
Select from specific topics within a forum regardless if I commented or not ( I 
think I sort of can by grabbing the RSS feed of a topic and then adding as a 
block)

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

Title:
  Add ability to add forum discussions into pages

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Occasionally, users have extensive discussions in the forums. Perhaps
  there could be a mechanism to easily allow for adding parts or whole
  discussions into a page by means of a block type?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1033277/+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 1423789] Re: social media block shows extra email button

2015-03-09 Thread Dirk Meyer
Yes it is. I missed that  setting...neat feature.

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

Title:
  social media block shows extra email button

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  I added Twitter, Linkedin, Google+ and Skype buttons using this block.
  Somehow a email block is displaying also. Please see attached
  pictures.

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